Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfantao authored Nov 28, 2023
1 parent 71368f7 commit 2b416a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ srun \
--cpu-bind=mask_cpu:\$MYMASKS \
--gpus $((Nodes*8)) \
singularity exec \
-B /var/spool/slurmd:/var/spool/slurmd \
-B /opt/cray:/opt/cray \
-B /usr/lib64/libcxi.so.1:/usr/lib64/libcxi.so.1
-B /var/spool/slurmd \
-B /opt/cray \
-B /usr/lib64/libcxi.so.1 \
-B /usr/lib64/libjansson.so.4 \
-B $(pwd):/myrun \
image.sif \
/myrun/run.sh
Expand Down

0 comments on commit 2b416a0

Please sign in to comment.