Skip to content

Commit

Permalink
Don't abort on unused inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Nov 15, 2024
1 parent 55aadc0 commit efea417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ 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 amrex.abort_on_unused_inputs=1 amr.plot_int=-1 amr.check_int=-1 amr.checkpoint_files_output=0")
set(RUNTIME_OPTIONS "amrex.the_arena_is_managed=0 amr.plot_int=-1 amr.check_int=-1 amr.checkpoint_files_output=0")
if(PELE_ENABLE_FCOMPARE_FOR_TESTS)
set(RUNTIME_OPTIONS "${RUNTIME_OPTIONS} amr.plot_file=plt amr.plot_files_output=1")
else()
Expand Down

0 comments on commit efea417

Please sign in to comment.