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
Nightly builds of Trilinos with sems-intel/2021.3 and intel/2023.2.0, using icpc, are failing in the sparse_ioutils test:
18:49:29 [ RUN ] serial.sparse_ioutils
18:49:29 unknown file: Failure
18:49:29 C++ exception with description "Problem reading HB file test_sparse_ioutils_asym.hb, Line 2 did not have valid values" thrown in the test body.
18:49:29 [ FAILED ] serial.sparse_ioutils (0 ms)
Following merge of #2155 , @jgfouca can you help take a look? If nothing else, we can disable the subtest for these builds, there are also issues with Trilinos and matrix market readers in similar configurations (e.g. see trilinos/Trilinos#11968)
Also, both kokkos and kokkos-kernels dirs have to be under Trilinos or else you get this error:
Error: The package 'Kokkos' was given an absolute directory
'/ascldap/users/jgfouca/kokkos/kokkos' which is *not* under the project's
source directory '/ascldap/users/jgfouca/Trilinos/'!
Nightly builds of Trilinos with sems-intel/2021.3 and intel/2023.2.0, using icpc, are failing in the
sparse_ioutils
test:Following merge of #2155 , @jgfouca can you help take a look? If nothing else, we can disable the subtest for these builds, there are also issues with Trilinos and matrix market readers in similar configurations (e.g. see trilinos/Trilinos#11968)
Reproducer (kokkos-dev-2):
Edit: Added missing sym links to kokkos* repos in the Trilinos src dir
The text was updated successfully, but these errors were encountered: