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

Not sure what's happening here, but after upgrading to catalina and GCC10 I'm getting crashes inside the Anasazi Davidson solver due to a lapack call: ``` * thread #1, queue...

From [this](https://github.com/trilinos/ForTrilinos/pull/271#issuecomment-674568226) comment: Hey @aprokop , I've got everything working and tested except for a failing anasazi solve in the 4-processor eigen_handle tests (both C++ and Fortran wrapper): ``` p=0:...

type: bug

Addressing issues #246 and #253 **A few notes regarding each:** #246: There are still RCP errors present in `test_nox.F90` and `test_solver_handle.F90` specifically, though the amount of them is decreased, which...

The content could be: - Installation - Take installation instructions from existing RTD - Talk about spack option (btw, this will have to be updated) - Brief overview and the...

type: documentation

- [ ] Test for multiple eigenvalues - [ ] Check the results - [ ] Test in parallel

Using the buildscript below for CASL/Futility/fortrilinos_ecp, it fails to recognize Trilinos/develop (get messages that the following variables are not used: `ForTrilinos_ENABLE_TESTS Tpetra_INST_INT_INT Tpetra_INST_INT_LONG Tpetra_INST_INT_LONG_LONG Trilinos_EXTRA_REPOSITORIES`. However, on the trilinos-release-12-12-branch, it...

I updated the container to Flang 20180612. The tests `ForTrilinosInterface_test_solver_handle_test_fortran` and `ForTrilinosInterface_test_nox_fortran` now segfault. Commenting out base class release fixes that. I'm attaching a simpler [reproducer](https://github.com/trilinos/ForTrilinos/files/2708788/test_flang.txt). If base is commented...

In `Debug` mode, some tests in `Interface/test` spit out a bunch of warnings regarding dangling `RCPNode`. There are multiple unique sources of that. One of the known ones are: -...

type: bug

@sethrj @tjfulle Nate from LANL discovered that. I can reproduce on condo with Intel 18. GCC is fine. Backtrace: ``` (gdb) bt Program received signal SIGSEGV, Segmentation fault. fortpetra::c_f_pointer_fortpetraoperator (clswrap=...,...

We are trying to solve eigenvalue problems using Anasazi and would like the ability to compute complex eigenvalues and associated eigenvectors with ForTrilinos, as the eigenvalue spectrum for alpha-e.v. problems...