getting_started
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting_started [2025/04/04 10:38] – [3.1. Queues] fboelter | getting_started [2025/08/06 10:48] (current) – [3.1. Queues] lkohlmeyer | ||
---|---|---|---|
Line 16: | Line 16: | ||
<code bash> | <code bash> | ||
- | enroot create -n pyxis_torch_2412 /cm/shared/workspace/ | + | enroot create -n pyxis_torch_2412 /sc/home/< |
</ | </ | ||
Line 24: | Line 24: | ||
</ | </ | ||
===== 2. Environment Setup ===== | ===== 2. Environment Setup ===== | ||
- | <code bash> | ||
- | module load slurm | ||
- | </ | ||
- | |||
<code bash> | <code bash> | ||
# Allocate one GPU to be able to start the Enroot container | # Allocate one GPU to be able to start the Enroot container | ||
- | srun --nodes=1 --ntasks=1 --gpus=1 --time=01: | + | srun --nodes=1 --ntasks=1 --gpus=1 --time=01: |
# Start Enroot Container mounting the current working directory | # Start Enroot Container mounting the current working directory | ||
Line 51: | Line 47: | ||
==== Single GPU (1hr) ==== | ==== Single GPU (1hr) ==== | ||
<code bash> | <code bash> | ||
- | module load slurm | + | srun --nodes=1 --ntasks=1 --gpus=1 --time=01: |
- | srun --nodes=1 --ntasks=1 --gpus=1 --time=01: | + | |
</ | </ | ||
Line 64: | Line 59: | ||
**Important: | **Important: | ||
- | While defq is the default account for all users, you must **always** specify the partition manually using **--partition=...** | ||
**Available SLURM partitions (queues):** | **Available SLURM partitions (queues):** | ||
- | ^ Queue ^ Max Runtime | + | At the moment AISC users are allowed to use partition |
- | | defq | 2 days | Default for all users. Use --partition=defq. | + | * aisc-interactive: |
- | | shortq | + | * aisc: for batch jobs only, limited |
- | | longq | unlimited | + | |
- | + | ||
- | **Access to longq:** | + | |
- | + | ||
- | To access the longq partition, you need to additionally use the flag **--prio=high**. | + | |
- | Currently, only team members of the AI Service Center have this permission. | + | |
- | + | ||
- | **This will gradually be rolled out to more users in the future.** | + | |
getting_started.1743763116.txt.gz · Last modified: 2025/04/04 10:38 by fboelter