Skip to content

Commit

Permalink
Skip gp io for the GPU tests (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Feb 14, 2024
1 parent 14d8ee7 commit 7291737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ macro(setup_test)
endif()
if(AMR_WIND_ENABLE_CUDA OR (AMR_WIND_ENABLE_HYPRE AND (CMAKE_CXX_COMPILER_ID STREQUAL "Intel")))
set(FCOMPARE_TOLERANCE "-r 1e-10 --abs_tol 1.0e-12")
set(RUNTIME_OPTIONS "${RUNTIME_OPTIONS} io.skip_outputs=p")
set(RUNTIME_OPTIONS "${RUNTIME_OPTIONS} io.skip_outputs=p gp")
endif()
if(AMR_WIND_SAVE_GOLDS)
file(MAKE_DIRECTORY ${SAVED_GOLDS_DIRECTORY}/${TEST_NAME})
Expand Down
2 changes: 1 addition & 1 deletion test/test_files/ow_hos/ow_hos.inp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ time.use_force_cfl= false
time.plot_interval = 10 # Steps between plot files
time.checkpoint_interval = -10 # Steps between checkpoint files
io.output_default_fields = 0
io.outputs = density velocity p vof ow_levelset ow_velocity
io.outputs = density velocity vof ow_levelset ow_velocity
OceanWaves.label = "HOS1"
OceanWaves.HOS1.type = "HOSWaves"
OceanWaves.HOS1.HOS_files_prefix = "HOSGridData"
Expand Down

0 comments on commit 7291737

Please sign in to comment.