Skip to content

Commit

Permalink
Corrected the instructions for running in parallel
Browse files Browse the repository at this point in the history
The option `-n $Processes` is an argument to `rmg.py` not to `python`.
  • Loading branch information
rwest authored Aug 27, 2019
1 parent 3846fcc commit 191a2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/source/users/rmg/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Make sure that:
source activate rmg_env
python -n $Processes $RMG_WS/RMG-Py/rmg.py input.py
python $RMG_WS/RMG-Py/rmg.py -n $Processes input.py
source deactivate
Expand Down Expand Up @@ -89,7 +89,7 @@ Make sure that:
source activate rmg_env
python -n $Processes $RMG_WS/RMG-Py/rmg.py input.py
python $RMG_WS/RMG-Py/rmg.py -n $Processes input.py
source deactivate
Expand Down

0 comments on commit 191a2c8

Please sign in to comment.