Skip to content

Commit 788c9c7

Browse files
rwestamarkpayne
authored andcommitted
Corrected the instructions for running in parallel
The option `-n $Processes` is an argument to `rmg.py` not to `python`.
1 parent 581ca34 commit 788c9c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/source/users/rmg/running.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Make sure that:
5353
5454
source activate rmg_env
5555
56-
python -n $Processes $RMG_WS/RMG-Py/rmg.py input.py
56+
python $RMG_WS/RMG-Py/rmg.py -n $Processes input.py
5757
5858
source deactivate
5959
@@ -89,7 +89,7 @@ Make sure that:
8989
9090
source activate rmg_env
9191
92-
python -n $Processes $RMG_WS/RMG-Py/rmg.py input.py
92+
python $RMG_WS/RMG-Py/rmg.py -n $Processes input.py
9393
9494
source deactivate
9595

0 commit comments

Comments
 (0)