From 35b193d0ecd1961735883c38c1dc94e1fc4d608e Mon Sep 17 00:00:00 2001 From: Calvin Pieters Date: Thu, 2 Mar 2023 19:41:01 +0200 Subject: [PATCH] Added instructions into the RMG website for creating system image of rms --- .../source/users/rmg/installation/anacondaDeveloper.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/source/users/rmg/installation/anacondaDeveloper.rst b/documentation/source/users/rmg/installation/anacondaDeveloper.rst index a1793967d2f..e920e9d4568 100644 --- a/documentation/source/users/rmg/installation/anacondaDeveloper.rst +++ b/documentation/source/users/rmg/installation/anacondaDeveloper.rst @@ -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