Skip to content

Commit

Permalink
Added a note to help clarify paths for running RMG
Browse files Browse the repository at this point in the history
Experience shows that this issue of paths is not obvious to all novel users.
  • Loading branch information
rwest authored and mliu49 committed Jan 14, 2019
1 parent 2eddd25 commit 867f57a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/source/users/rmg/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Running a Job

Running RMG job is easy and under different situations you might want add additional flag as the following examples.

**Note:** In all these examples ``rmg.py`` should be the path to your installed RMG (eg. yours might be ``/Users/joeblogs/Code/RMG-Py/rmg.py``) and ``input.py`` is the path to the input file you wish to run (eg. yours might be ``RMG-runs/hexadiene/input.py``). If you get an error like ``python: can't open file 'rmg.py': [Errno 2] No such file or directory`` then probably the first of these is wrong. If you get an error like ``IOError: [Errno 2] No such file or directory: '/some/path/to/input.py'`` then probably the second of these is wrong.

Basic run::

python rmg.py input.py
Expand Down

0 comments on commit 867f57a

Please sign in to comment.