Skip to content

Commit be657a2

Browse files
authored
Update quick_start.md
1 parent 71bfa05 commit be657a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/quick_start.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,18 @@ The script is made of two parts:
6565

6666
As an example, in the first part of the script, we define the job name, the output file and the requested resources (1 GPU, 2 CPUs and 4GB RAM). Then, in the second part, we define the tasks of the job.
6767

68-
By default since no partition was defined the job will run under the default partitaion that in this cluster is the gpu partition, you can check which partitions and nodes are available with:
68+
Note that the cluster is configured to use the CPU partition by default. Therefore, when requesting GPU resources, you must explicitly specify the GPU partition using --partition=gpu.
6969

70+
To view available partitions and nodes, use:
7071
```bash
7172
$ sinfo
7273
```
7374

75+
For a more detailed view of all system resources, use:
76+
```bash
77+
$ cluster-info
78+
```
79+
7480
## 4. Submit the job
7581

7682
To submit the job, you should run the following command:

0 commit comments

Comments
 (0)