Skip to content

Commit

Permalink
Don't write plot files or checkpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Nov 15, 2024
1 parent d38cf85 commit 6faf494
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ macro(setup_test)
file(COPY ${CURRENT_TEST_SOURCE_DIR}/${TEST_NAME}.inp DESTINATION "${CURRENT_TEST_BINARY_DIR}/")
file(COPY ${TEST_FILES} DESTINATION "${CURRENT_TEST_BINARY_DIR}/")
# Set some default runtime options for all tests
set(RUNTIME_OPTIONS "amrex.the_arena_is_managed=0 amr.plot_int=-1 amr.check_int=-1 amr.checkpoint_files_output=0")
set(RUNTIME_OPTIONS "amrex.the_arena_is_managed=0 amr.plot_per=-1 amr.check_per=-1 amr.plot_int=-1 amr.check_int=-1")
if(PELE_ENABLE_FCOMPARE_FOR_TESTS)
set(RUNTIME_OPTIONS "${RUNTIME_OPTIONS} amr.plot_file=plt amr.plot_files_output=1")
else()
set(RUNTIME_OPTIONS "${RUNTIME_OPTIONS} amr.plot_files_output=0")
set(RUNTIME_OPTIONS "${RUNTIME_OPTIONS} amr.plot_file=plt amr.plot_int=10")
endif()
if(PELE_ENABLE_FPE_TRAP_FOR_TESTS AND (NOT APPLE))
set(RUNTIME_OPTIONS "${RUNTIME_OPTIONS} amrex.signal_handling=1 amrex.fpe_trap_invalid=1 amrex.fpe_trap_zero=1 amrex.fpe_trap_overflow=1")
Expand Down

0 comments on commit 6faf494

Please sign in to comment.