Skip to content

Commit

Permalink
LaserInjectionFromTXYEFile Test: Use MPI (#2577)
Browse files Browse the repository at this point in the history
* WarpX tests: All MPI

Enable MPI for the one regression test that does not use it.
Still uses one rank there.

This saves a compile per CI run.

* add numprocs
  • Loading branch information
ax3l authored Nov 19, 2021
1 parent 515edee commit 430c972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Regression/WarpX-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,8 @@ runtime_params = warpx.do_dynamic_scheduling=0
dim = 2
addToCompileString = USE_OPENPMD=FALSE
restartTest = 0
useMPI = 0
useMPI = 1
numprocs = 1
useOMP = 1
numthreads = 1
compileTest = 0
Expand Down

0 comments on commit 430c972

Please sign in to comment.