Skip to content

Commit

Permalink
Remove debug build type from Langmuir 2D fluid test (ECP-WarpX#5031)
Browse files Browse the repository at this point in the history
While working on another PR, I noticed that the CI test `Langmuir_fluid_2D` was compiled in debug mode.

The test was added originally in ECP-WarpX#3991 and it might be that the debug build type was left over unintentionally.

In general, I think we avoid running CI tests in debug mode, in order to keep the runtime of the tests as low as possible (the current runtime of this test in debug mode is around 80 seconds). 

However, we might have changed policy in the last months and I might not be up-to-date, so feel free to let me know and close this PR without merging if it is not relevant.
  • Loading branch information
EZoni authored Jul 8, 2024
1 parent bf77d6d commit 0c33365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Regression/WarpX-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ inputFile = Examples/Tests/langmuir_fluids/inputs_2d
runtime_params =
dim = 2
addToCompileString =
cmakeSetupOpts = -DWarpX_DIMS=2 -DCMAKE_BUILD_TYPE=Debug
cmakeSetupOpts = -DWarpX_DIMS=2
restartTest = 0
useMPI = 1
numprocs = 2
Expand Down

0 comments on commit 0c33365

Please sign in to comment.