Skip to content

Commit 71bfa05

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/quick_start.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By default, upon logging in, you will land on our **login** node in your home di
1414

1515
The **login** node is where you should prepare your code in order to submit jobs to run on the **worker** nodes of the cluster. The worker nodes are equipped with powerful resources. Currently, we have:
1616

17-
- **CPU nodes**: Nodes with a high amount of RAM and faster CPUs. *Currently not added to the cluster yet*
17+
- **CPU nodes**: Nodes with a high amount of RAM and faster CPUs.
1818
- **GPU nodes**: Nodes equipped with GPUs and more modest CPU/RAM configurations.
1919

2020
For more information about each node check the [nodes page](detail_material/nodes.md).
@@ -51,6 +51,7 @@ After setting up your runtime environment, you should create a SLURM job script
5151
#SBATCH --cpus-per-task=2 # cpu-cores per task (>1 if multi-threaded tasks)
5252
#SBATCH --gres=gpu:1 # number of gpus per node
5353
#SBATCH --mem=4G # Total amount of RAM requested
54+
#SBATCH --partition=gpu # The queue where to submit the job
5455

5556
source /virtual-venv/bin/activate # If you have your venv activated when you submit the job, then you do not need to activate/deactivate
5657

0 commit comments

Comments
 (0)