@@ -105,8 +105,8 @@ using Flash-X.
105105
106106Application of Jobrunner can be understood better with an example design
107107of a computational experiment. Consider an experiment named `Project `
108- representative of a publicly available dataset [@outflow-forcing] for
109- the work presented in [@DHRUV2023] . The directory tree has the following
108+ representative of a publicly available dataset (https://github.com/Lab-Notebooks/Outflow-Forcing-BubbleML) for
109+ the work presented in (https://arxiv.org/pdf/2306.10174.pdf) . The directory tree has the following
110110structure,
111111
112112.. code :: console
@@ -137,15 +137,16 @@ Following is the design of the ``sites/`` node for the example above,
137137
138138 The site-specific subnode ``sites/sedona/ `` consists of commands to load
139139platform specific compilers and libraries required to build Flash-X
140- [@DUBEY2022] which is the instrument used to perform the experiments.
140+ which is the instrument used to perform the experiments.
141141
142142.. code :: bash
143143
144144 # file: Project/sites/sedona/modules.sh
145145 #
146146 # Load Message Passing Interface (MPI) and
147147 # Hierarchical Data Format (HDF5) libraries
148- module load openmpi hdf5
148+ module load openmpi
149+ module load hdf5
149150
150151 There are situations where requirements for Flash-X are not available as
151152modules and may have to be built from their respective source. This is
@@ -163,10 +164,10 @@ these,
163164 ├── setupAMReX.sh
164165
165166 Here the script ``setupAMReX.sh `` provides commands to get the source
166- code for AMReX[@AMReX_JOSS] and build it for desired version and
167- configuration. The script ``setupFlashX.sh `` sets the version for
168- Flash-X to perform the experiments. The ``Jobfile `` assigns the use of
169- these files by assigning them to specific Jobrunner commands,
167+ code for AMReX(https://github.com/AMReX-Codes/amrex) and build it for
168+ desired version and configuration. The script ``setupFlashX.sh `` sets
169+ the version for Flash-X to perform the experiments. The ``Jobfile ``
170+ indicates the use of these files by assigning them to specific Jobrunner commands,
170171
171172.. code :: yaml
172173
0 commit comments