You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 1335 of Tpetra_Details_FixedHashTable_def.hpp produces a segfault when running with no UVM by default. An old comment on line 1313 suggests this function assumes UVM.
Steps to Reproduce
Configure Tpetra for Cuda with -DKokkos_ENABLE_CUDA_UVM=OFF and -DTpetra_ENABLE_CUDA_UVM=OFF
Build
Run ctest -R "TpetraCore_Map_OneToOne_MPI_2"
The following tests are believed to fail (at least in part) due to this issue:
TpetraCore_Map_Bug2431_MPI_4
TpetraCore_Map_Bug6051_MPI_2
TpetraCore_Map_OneToOne_MPI_2
TpetraCore_Map_Bug5822_2_MPI_2
TpetraCore_Map_ExportTest_Bug5882_MPI_2
Suspect these tests may also be affected by this issue:
Bug Report
@trilinos/tpetra
Description
Line 1335 of Tpetra_Details_FixedHashTable_def.hpp produces a segfault when running with no UVM by default. An old comment on line 1313 suggests this function assumes UVM.
Steps to Reproduce
-DKokkos_ENABLE_CUDA_UVM=OFF
and-DTpetra_ENABLE_CUDA_UVM=OFF
ctest -R "TpetraCore_Map_OneToOne_MPI_2"
The following tests are believed to fail (at least in part) due to this issue:
Suspect these tests may also be affected by this issue:
The text was updated successfully, but these errors were encountered: