Skip to content

Commit 91b6a59

Browse files
committed
Added instructions into the RMG website for creating system image of rms
1 parent a545cee commit 91b6a59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

documentation/source/users/rmg/installation/anacondaDeveloper.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
133133
in a different conda environment. However, if convenient you can undo this linking by replacing python-jl with
134134
python3 in the second command above. Just make sure to rerun the linking command once you are done.
135135

136+
#. Create custom system image of RMS ::
137+
138+
python -m julia.sysimage rms.so
139+
140+
This will create a custom system image of Julia with RMS compiled
141+
136142
#. 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). ::
137143

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

0 commit comments

Comments
 (0)