Skip to content

Commit b2a1e6c

Browse files
committed
Python_background_mcc_1d: Add CMake Options
Add missing CMake options in `WarpX-tests.ini`. This must have been merged in parallel to when we modernized our regression tests end of last year. BLAST-WarpX#2556
1 parent eb86235 commit b2a1e6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Regression/WarpX-tests.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2946,7 +2946,7 @@ runtime_params =
29462946
customRunCmd = python3 PICMI_inputs_2d.py
29472947
dim = 2
29482948
addToCompileString = USE_PYTHON_MAIN=TRUE
2949-
cmakeSetupOpts = -DWarpX_DIMS=2 -DWarpX_LIB=ON -DWarpX_APP=ON
2949+
cmakeSetupOpts = -DWarpX_DIMS=2 -DWarpX_LIB=ON -DWarpX_APP=OFF
29502950
target = pip_install
29512951
restartTest = 0
29522952
useMPI = 1
@@ -2965,6 +2965,8 @@ runtime_params =
29652965
customRunCmd = python3 PICMI_inputs_1d.py --test
29662966
dim = 1
29672967
addToCompileString = USE_PYTHON_MAIN=TRUE
2968+
cmakeSetupOpts = -DWarpX_DIMS=1 -DWarpX_LIB=ON -DWarpX_APP=OFF
2969+
target = pip_install
29682970
restartTest = 0
29692971
useMPI = 1
29702972
numprocs = 2

0 commit comments

Comments
 (0)