Changes
Page history
updated cuda example to 11.2
authored
Dec 21, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
e73cfbaa
...
...
@@ -1148,7 +1148,7 @@ First download and compile the samples from NVidia: [Cuda samples](https://githu
```
module purge
module add library/cuda/1
0.1
/gcc.8.3.1
module add library/cuda/1
1.2
/gcc.8.3.1
cd
git clone https://github.com/NVIDIA/cuda-samples.git
...
...
@@ -1169,7 +1169,7 @@ cat gpu-test.slurm
#SBATCH --time=3:00
module purge
module add library/cuda/1
0
.2/gcc.8.3.1
module add library/cuda/1
1
.2/gcc.8.3.1
hostname
echo "Cuda devices: $CUDA_VISIBLE_DEVICES"
...
...
@@ -1182,9 +1182,9 @@ This will show that the "UnifiedMemoryPerf" program is running on a GPU.
```
[user@res-hpc-gpu01 GPU]$ nvidia-smi
Tue Apr 14 16:06:06 2020
Mon Dec 21 11:29:55 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 4
4
0.
33
.0
1
Driver Version: 4
4
0.
33
.0
1
CUDA Version: 1
0
.2 |
| NVIDIA-SMI 4
6
0.
27
.0
4
Driver Version: 4
6
0.
27
.0
4
CUDA Version: 1
1
.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
...
...
@@ -1200,10 +1200,11 @@ Tue Apr 14 16:06:06 2020
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
|
1
2
9726
C ...
les/UnifiedMem
oryPerf/UnifiedMemoryPerf 145MiB |
|
0 N/A N/A
2
8550
C ...oryPerf/UnifiedMemoryPerf
145MiB |
+-----------------------------------------------------------------------------+
```
...
...
...
...