Skip to content

Commit

Permalink
Fix tar file extraction docs for Frontier.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jun 12, 2024
1 parent 870c566 commit b7b75a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/glotzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ environment into NVME and execute software from there:
module unload darshan-runtime

export CONDA_ENV_ROOT=/mnt/bb/${USER}/conda-env
srun --ntasks-per-node 1 mkdir ${CONDA_ENV_ROOT}
srun --ntasks-per-node 1 tar --directory ${CONDA_ENV_ROOT} -xpf \
srun --nodes=$SLURM_JOB_NUM_NODES --ntasks-per-node 1 mkdir ${CONDA_ENV_ROOT}
srun --nodes=$SLURM_JOB_NUM_NODES --ntasks-per-node 1 tar --directory ${CONDA_ENV_ROOT} -xpf \
${MEMBERWORK}/mat110/conda-env.tar
# ${PROJWORK}/mat110/software/{{ subproject-name }}/conda-env.tar # For use with shared projects.

Expand Down

0 comments on commit b7b75a7

Please sign in to comment.