Skip to content

Commit fd29bfe

Browse files
gdsjaargsjaardema
authored andcommitted
IOSS: Add test of decomposing with omitted blocks
1 parent 4f6dac9 commit fd29bfe

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

packages/seacas/libraries/ioss/src/main/CMakeLists.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,18 @@ if (TPL_ENABLE_MPI)
276276
COMM mpi
277277
XHOSTTYPE Windows
278278
)
279+
280+
TRIBITS_ADD_ADVANCED_TEST(omit_block
281+
TEST_0 EXEC io_shell ARGS ${DECOMP_ARG} --compose --omit_blocks block_1,block_3,block_5,block_7 ${CMAKE_CURRENT_SOURCE_DIR}/test/8-block.g 8-block-omitted.g
282+
NOEXEPREFIX NOEXESUFFIX
283+
NUM_MPI_PROCS ${NPROCS}
284+
TEST_1 EXEC exodiff ARGS -pedantic ${CMAKE_CURRENT_SOURCE_DIR}/test/8-block-omitted.g 8-block-omitted.g
285+
DIRECTORY ../../../../applications/exodiff
286+
NOEXEPREFIX NOEXESUFFIX
287+
NUM_MPI_PROCS 1
288+
COMM mpi
289+
XHOSTTYPE Windows
290+
)
279291
endif()
280292

281293
TRIBITS_ADD_ADVANCED_TEST(create_path_fpp
1.17 MB
Binary file not shown.

0 commit comments

Comments
 (0)