From 191a2c84f613730450b44d1365f341e71d17d6b0 Mon Sep 17 00:00:00 2001 From: Richard West Date: Tue, 27 Aug 2019 09:28:59 -0400 Subject: [PATCH] Corrected the instructions for running in parallel The option `-n $Processes` is an argument to `rmg.py` not to `python`. --- documentation/source/users/rmg/running.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/source/users/rmg/running.rst b/documentation/source/users/rmg/running.rst index 7f4b0e3505..a0204f353a 100755 --- a/documentation/source/users/rmg/running.rst +++ b/documentation/source/users/rmg/running.rst @@ -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 @@ -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