PrincetonUniversity / SPECFEMPP

SPECFEM++ is a complete re-write of SPECFEM suite of packages (SPECFEM2D, SPECFEM3D, SPECFEM3D_GLOBE) using C++
https://specfem2d-kokkos.readthedocs.io/en/latest/
GNU General Public License v3.0
16 stars 9 forks source link

Tests failing on IntelLLVM and A100 builds #98

Open Rohit-Kakodkar opened 9 months ago

Rohit-Kakodkar commented 9 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce

To reproduce on NVIDIA A100 (CUDA Builds)

      cmake3 -S . -B build -D CMAKE_BUILD_TYPE=Release -D BUILD_TESTS=ON -D Kokkos_ENABLE_CUDA=ON -D Kokkos_ARCH_AMPERE80=ON
      cd build/tests/unit-tests && ./displacement_newmark_tests

Expected behavior The tests fail

Screenshots If applicable, add screenshots to help explain your problem.

Machine information (please complete the following information):

Additional context Add any other context about the problem here.