cc_staff
238
edits
(Marked this version for translation) |
No edit summary |
||
Line 62: | Line 62: | ||
<!--T:19--> | <!--T:19--> | ||
salloc --x11 --time=0-1:00 --mem-per-cpu=4G --ntasks=1 --gres=gpu:1 | salloc --x11 --time=0-1:00 --mem-per-cpu=4G --ntasks=1 --gres=gpu:1 | ||
<!--T:20--> | <!--T:20--> | ||
Line 68: | Line 68: | ||
<!--T:21--> | <!--T:21--> | ||
module load ddt-gpu | module load ddt-gpu | ||
<!--T:22--> | <!--T:22--> | ||
:: This may fail with a suggestion to load an older version of OpenMPI first. In this case, reload the OpenMPI module with the suggested command, and then reload the | :: This may fail with a suggestion to load an older version of OpenMPI first. In this case, reload the OpenMPI module with the suggested command, and then reload the ddt-gpu module. | ||
<!--T:23--> | <!--T:23--> | ||
module load openmpi/2.0.2 | module load openmpi/2.0.2 | ||
module load | module load ddt-gpu | ||
<!--T:24--> | <!--T:24--> | ||
Line 81: | Line 81: | ||
<!--T:25--> | <!--T:25--> | ||
module load cuda | module load cuda | ||
<!--T:26--> | <!--T:26--> | ||
Line 87: | Line 87: | ||
<!--T:27--> | <!--T:27--> | ||
ddt path/to/code | ddt path/to/code | ||
<!--T:28--> | <!--T:28--> |