@@ -78,7 +78,7 @@ Create a new script called `gpu-job.sl`
7878#SBATCH --account {{config.extra.project_code}}
7979#SBATCH --output %x.out
8080#SBATCH --mem-per-cpu 2G
81- #SBATCH --gpu-per-node P100 :1
81+ #SBATCH --gpu-per-node A100 :1
8282
8383module load CUDA
8484nvidia-smi
@@ -97,26 +97,25 @@ then submit with
9797 ```
9898
9999 ```out
100- Tue Mar 12 19:40:51 2024
101- +-----------------------------------------------------------------------------+
102- | NVIDIA-SMI 525.85.12 Driver Version: 525.85.12 CUDA Version: 12.0 |
103- |-------------------------------+----------------------+----------------------+
104- | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
105- | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
106- | | | MIG M. |
107- |===============================+======================+======================|
108- | 0 Tesla P100-PCIE... On | 00000000:05:00.0 Off | 0 |
109- | N/A 28C P0 24W / 250W | 0MiB / 12288MiB | 0% Default |
110- | | | N/A |
111- +-------------------------------+----------------------+----------------------+
112-
113- +-----------------------------------------------------------------------------+
114- | Processes: |
115- | GPU GI CI PID Type Process name GPU Memory |
116- | ID ID Usage |
117- |=============================================================================|
118- | No running processes found |
119- +-----------------------------------------------------------------------------+
100+ hu Mar 26 12:47:29 2026
101+ +-----------------------------------------------------------------------------------------+
102+ | NVIDIA-SMI 580.105.08 Driver Version: 580.105.08 CUDA Version: 13.0 |
103+ +-----------------------------------------+------------------------+----------------------+
104+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
105+ | Fan Temp Perf Pwr: Usage /Cap | Memory-Usage | GPU-Util Compute M. |
106+ | | | MIG M. |
107+ | =========================================+========================+======================|
108+ | 0 NVIDIA A100-SXM4-80GB Off | 00000000:C7:00.0 Off | 0 |
109+ | N/A 31C P0 61W / 400W | 0MiB / 81920MiB | 0% Default |
110+ | | | Disabled |
111+ +-----------------------------------------+------------------------+----------------------+
112+ +-----------------------------------------------------------------------------------------+
113+ | Processes: |
114+ | GPU GI CI PID Type Process name GPU Memory |
115+ | ID ID Usage |
116+ | =========================================================================================|
117+ | No running processes found |
118+ +-----------------------------------------------------------------------------------------+
120119 ```
121120
122121### Job arrays
0 commit comments