File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,11 @@ This is where you set up the core parameters for NICE and provide the necessary
282282This section includes settings for:
283283
284284* The file paths to the NICE executables for both *inverse * and *direct * modes.
285- * Any environment variables that NICE requires.
285+ These correspond to the executables that were built in :ref: `this section <installing_nice >`. For example:
286+ ``path/to/nice/run/nice_imas_inv_muscle3 `` and ``path/to/nice/run/nice_imas_dir_muscle3 ``
287+ for the inverse mode and direct mode executable paths respectively.
288+ * Any environment variables that NICE requires. These are stored as a dictionary of strings.
289+ For example: ``{'LD_LIBRARY_PATH': '/home/user/.local/lib'} ``
286290* The IMAS URIs for the machine descriptions.
287291* The level of detail in the output logs generated by the solver.
288292
Original file line number Diff line number Diff line change @@ -71,8 +71,10 @@ Installing dependencies
7171 export LD_LIBRARY_PATH=~ /.local/lib:$LD_LIBRARY_PATH
7272
7373
74- Building the NICE inverse MUSCLE3 IMAS program
75- ----------------------------------------------
74+ .. _installing_nice :
75+
76+ Building the NICE MUSCLE3 IMAS program
77+ --------------------------------------
7678
7779The following instructions are adapted from
7880https://blfauger.gitlabpages.inria.fr/nice/install.html.
You can’t perform that action at this time.
0 commit comments