You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/source/users/rmg/installation/anacondaDeveloper.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,12 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
126
126
in a different conda environment. However, if convenient you can undo this linking by replacing python-jl with
127
127
python3 in the second command above. Just make sure to rerun the linking command once you are done.
128
128
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
+
129
135
#. 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). ::
0 commit comments