Update home authored by van Vliet's avatar van Vliet
...@@ -973,6 +973,7 @@ Tue Apr 14 14:24:59 2020 ...@@ -973,6 +973,7 @@ Tue Apr 14 14:24:59 2020
| No running processes found | | No running processes found |
+-----------------------------------------------------------------------------+ +-----------------------------------------------------------------------------+
``` ```
You can see from the output that we have **1 GPU: Cuda devices: 0**
The same, but now we make a reservation for 3 GPU's: The same, but now we make a reservation for 3 GPU's:
...@@ -1024,6 +1025,7 @@ Tue Apr 14 14:26:22 2020 ...@@ -1024,6 +1025,7 @@ Tue Apr 14 14:26:22 2020
+-----------------------------------------------------------------------------+ +-----------------------------------------------------------------------------+
``` ```
You can see from the output that we have **3 GPU: Cuda devices: 0,1,2**
### Slurm Environment Variables ### Slurm Environment Variables
... ...
......