Skip to content

Commit

Permalink
IOSS: Test does not seem to work in parallel; making serial for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Aug 29, 2024
1 parent ab15e70 commit 08fcaee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/libraries/ioss/src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ TRIBITS_ADD_ADVANCED_TEST(exodus_to_unstructured_cgns_file_per_state_to_exodus
TEST_0 EXEC io_shell ARGS ${DECOMP_ARG} --file_per_state ${CMAKE_CURRENT_SOURCE_DIR}/test/8-block.g 8-block-link.cgns
NOEXEPREFIX NOEXESUFFIX
NUM_MPI_PROCS ${NPROCS}
TEST_1 EXEC io_shell ARGS ${JOIN_ARG} 8-block-link.cgns 8-block-rt.g
TEST_1 EXEC io_shell ARGS 8-block-link.cgns 8-block-rt.g
NOEXEPREFIX NOEXESUFFIX
NUM_MPI_PROCS ${NPROCS}
NUM_MPI_PROCS 1
TEST_2 EXEC exodiff ARGS -stat -pedantic ${CMAKE_CURRENT_SOURCE_DIR}/test/8-block.g 8-block-rt.g
DIRECTORY ../../../../applications/exodiff
NOEXEPREFIX NOEXESUFFIX
Expand Down

0 comments on commit 08fcaee

Please sign in to comment.