Skip to content

Commit

Permalink
Tests: useOMP = 1 (ECP-WarpX#5142)
Browse files Browse the repository at this point in the history
There were only a few tests using `useOMP = 0`. We use one thread,
so compiling OpenMP is fine. This likely had no effect, just cleaning.
  • Loading branch information
ax3l authored Aug 16, 2024
1 parent 55ace29 commit 0838941
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Regression/WarpX-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3801,7 +3801,7 @@ cmakeSetupOpts = -DWarpX_DIMS=3 -DWarpX_EB=ON
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
useOMP = 1
numthreads = 1
outputFile = Point_of_contact_EB_3d_plt
analysisRoutine = Examples/Tests/point_of_contact_EB/analysis.py
Expand All @@ -3816,7 +3816,7 @@ cmakeSetupOpts = -DWarpX_DIMS=RZ -DWarpX_EB=ON
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
useOMP = 1
numthreads = 1
outputFile = Point_of_contact_EB_rz_plt
analysisRoutine = Examples/Tests/point_of_contact_EB/analysis.py
Expand All @@ -3831,7 +3831,7 @@ cmakeSetupOpts = -DWarpX_DIMS=1
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
useOMP = 1
numthreads = 1
analysisRoutine = Examples/Tests/Implicit/analysis_1d.py

Expand All @@ -3845,7 +3845,7 @@ cmakeSetupOpts = -DWarpX_DIMS=2
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
useOMP = 1
numthreads = 1
analysisRoutine = Examples/Tests/Implicit/analysis_vandb_jfnk_2d.py

Expand All @@ -3861,7 +3861,7 @@ target = pip_install
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
useOMP = 1
numthreads = 1
analysisRoutine = Examples/Tests/Implicit/analysis_vandb_jfnk_2d.py

Expand All @@ -3875,7 +3875,7 @@ cmakeSetupOpts = -DWarpX_DIMS=1
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
useOMP = 1
numthreads = 1
analysisRoutine = Examples/Tests/Implicit/analysis_1d.py

Expand All @@ -3888,7 +3888,7 @@ cmakeSetupOpts = -DWarpX_DIMS=2
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
useOMP = 1
numthreads = 1
analysisRoutine = Examples/Tests/energy_conserving_thermal_plasma/analysis.py

Expand Down

0 comments on commit 0838941

Please sign in to comment.