diff options
| author | 2019-10-25 13:32:32 -0700 | |
|---|---|---|
| committer | 2019-10-25 13:32:32 -0700 | |
| commit | c30cda342d7b4521b35706040e7159411168caed (patch) | |
| tree | 2a7f2b4e26783359ab965c6aa84efbe1c2e04529 /Docs/source/running_cpp | |
| parent | 398166af23cfadfbf989f73c9e973518ed7aca3c (diff) | |
| parent | 7a2fe4f3c115eeb9bfb8d48268be53111ffd40e3 (diff) | |
| download | WarpX-c30cda342d7b4521b35706040e7159411168caed.tar.gz WarpX-c30cda342d7b4521b35706040e7159411168caed.tar.zst WarpX-c30cda342d7b4521b35706040e7159411168caed.zip | |
Merge pull request #477 from MaxThevenet/test_examples
Clean Examples and make sure all are tested
Diffstat (limited to 'Docs/source/running_cpp')
| -rw-r--r-- | Docs/source/running_cpp/platforms.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/source/running_cpp/platforms.rst b/Docs/source/running_cpp/platforms.rst index e74aa36db..9600c1c30 100644 --- a/Docs/source/running_cpp/platforms.rst +++ b/Docs/source/running_cpp/platforms.rst @@ -8,7 +8,7 @@ The batch script below can be used to run a WarpX simulation on 2 KNL nodes on the supercomputer Cori at NERSC. Replace descriptions between chevrons ``<>`` by relevant values, for instance ``<job name>`` could be ``laserWakefield``. -.. literalinclude:: ../../../Examples/batchScripts/batch_cori.sh +.. literalinclude:: ../../../Tools/batchScripts/batch_cori.sh :language: bash To run a simulation, copy the lines above to a file ``batch_cori.sh`` and @@ -42,7 +42,7 @@ by relevalt values, for instance ``<input file>`` could be ``plasma_mirror_inputs``. Note that the only option so far is to run with one MPI rank per GPU. -.. literalinclude:: ../../../Examples/batchScripts/batch_summit.sh +.. literalinclude:: ../../../Tools/batchScripts/batch_summit.sh :language: bash To run a simulation, copy the lines above to a file ``batch_summit.sh`` and |
