Skip to content

Commit

Permalink
Added instructions into the RMG website for creating system image of rms
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 authored and JacksonBurns committed Apr 16, 2023
1 parent a3f4274 commit 35b193d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
in a different conda environment. However, if convenient you can undo this linking by replacing python-jl with
python3 in the second command above. Just make sure to rerun the linking command once you are done.

#. Create custom system image of RMS ::

python -m julia.sysimage rms.so

This will create a custom system image of Julia with RMS compiled

#. Finally, you can run RMG from any location by typing the following (given that you have prepared the input file as ``input.py`` in the current folder). ::

python-jl replace/with/path/to/rmg.py input.py
Expand Down

0 comments on commit 35b193d

Please sign in to comment.