Skip to content

Commit 96a4038

Browse files
committed
Added instructions into the RMG website for creating system image of rms
1 parent 9d9a526 commit 96a4038

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
@@ -126,6 +126,12 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
126126
in a different conda environment. However, if convenient you can undo this linking by replacing python-jl with
127127
python3 in the second command above. Just make sure to rerun the linking command once you are done.
128128

129+
#. Create custom system image of RMS ::
130+
131+
python -m julia.sysimage rms.so
132+
133+
This will create a custom system image of Julia with RMS compiled
134+
129135
#. 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). ::
130136

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

0 commit comments

Comments
 (0)