File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ install either or both as follows:
282282
283283You can use the ``spack info darshan-runtime `` query to view the full list of
284284variants available for the darshan-runtime Spack package. For example, adding
285- a ``+ slurm `` to the command line (``spack install darshan-runtime+ slurm ``) will
285+ a ``scheduler= slurm `` to the command line (``spack install " darshan-runtime scheduler= slurm" ``) will
286286cause Darshan to be compiled with support for gathering job ID information from
287287the Slurm scheduler.
288288
Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ ensure maximum runtime compatibility.
229229====
230230
231231You can use the `spack info darshan-runtime` query to view the full list of
232- variants available for the darshan-runtime Spack package. For example, adding a `+ slurm` to
233- the command line (`spack install darshan-runtime+ slurm`) will cause Darshan
232+ variants available for the darshan-runtime Spack package. For example, adding a `scheduler= slurm` to
233+ the command line (`spack install " darshan-runtime scheduler= slurm" `) will cause Darshan
234234to be compiled with support for gathering job ID information from the Slurm
235235scheduler.
236236
You can’t perform that action at this time.
0 commit comments