ForTrilinos icon indicating copy to clipboard operation
ForTrilinos copied to clipboard

ForTrilinos provides portable object-oriented Fortran interfaces to Trilinos C++ packages.

Results 29 ForTrilinos issues
Sort by recently updated
recently updated
newest added

See [here](https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html), `-flto` parameter.

Ordered from high to low: - [x] docstring Needed for generating Doxygen documentation for ForTrilinos.Block #126. - [ ] 2d array Needed for `MultiVector::get2dCopy` and such. - [ ] return...

Once that's done, add `-Werror`.

The Inversion of Control in [Futility](https://github.com/CASL/Futility) is organized as follows. User create some subroutine, for example ```Fortran SUBROUTINE testcalcResid() BIND(C) !Do some matvec ENDSUBROUTINE testcalcResid ``` This function is passed...

type: enhancement
status: help wanted
scope: story

Add them to ReadTheDocs. Steps: - Push the released version of ForTrilinos to `master` - Have Trilinos have a release (12.12.2?) containing all required patches - Update Spack's Trilinos package

Building ForTrilinos with the Cray Compiler currently fails due to the use of the `-ffree-line-length-none` compiler option in `CMakeLists.txt`, which the Cray Compiler does not recognize/support. The best alternative option...

Right now, I put a bunch of manual wrapper functions for those implementing essentially the same thing. Need to alias `ArrayView` to `std::pair` which should reduce the amount of code.

- [ ] Export Trilinos Doxygen as XML - [ ] Convert XML to SWIG .i file with [doxy2swig](https://github.com/m7thon/doxy2swig) - [ ] Modify .i file as needed - [x] (in...

type: enhancement
type: documentation
status: ready
scope: story
package: Framework