Corrected the instructions for running in parallel#1709
Conversation
ajocher
left a comment
There was a problem hiding this comment.
Ran superminimal and minimal examples with the updated documentation and both examples worked as expected with multiprocessing.
|
Please don't merge yet! I haven't decided exactly how we'll handle the PRs which have been opened since Py3 stuff started. |
|
Right. |
191a2c8 to
135d235
Compare
Codecov Report
@@ Coverage Diff @@
## master #1709 +/- ##
=======================================
Coverage 32.65% 32.65%
=======================================
Files 87 87
Lines 26158 26158
Branches 6874 6874
=======================================
Hits 8541 8541
+ Misses 16656 16645 -11
- Partials 961 972 +11
Continue to review full report at Codecov.
|
|
@ajocher if this looks good to you then you can merge this in as soon as the tests pass. |
|
@mliu49 I have also cherry-picked and pushed this to the |
The option `-n $Processes` is an argument to `rmg.py` not to `python`.
135d235 to
59bfa33
Compare
The option
-n $Processesis an argument tormg.pynot topython.Motivation or Problem
The documentation suggested
python -n $Processes path/to/rmg.py path/to/input.pyDescription of Changes
It now says
python path/to/rmg.py -n $Processes path/to/input.py