Skip to content

Commit

Permalink
Merge pull request #72 from NERSC/speedupgpu
Browse files Browse the repository at this point in the history
speed up gpu module by converting from copy to bind
  • Loading branch information
danfulton authored Jun 15, 2023
2 parents fa592f3 + 20a9ec5 commit 5a15724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/modules.d/gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ additional_args:
- -e NVIDIA_VISIBLE_DEVICES
copy:
- ../01-gpu.conf:/etc/ld.so.conf.d/02-gpu.conf
bind:
- /usr/lib64/libnv*:/usr/lib64/
- /usr/lib64/nvidia/libOpenCL*:/usr/lib64/
- /usr/lib64/libcuda*:/usr/lib64/
- /opt/cray/pe/mpich/default/gtl/lib/libmpi_gtl_cuda*:/usr/lib64/
bind:
- /usr/bin/nvidia-smi:/usr/bin/nvidia-smi
- /dev/nvidiactl:/dev/nvidiactl
- /dev/nvidia*:/dev/
Expand Down

0 comments on commit 5a15724

Please sign in to comment.