Difference between revisions of "Quotas"
From UFAL AIC
(→CPU Quotas) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | This page lists resource quotas for the AIC cluster users. | ||
+ | |||
== Disk Quotas == | == Disk Quotas == | ||
+ | |||
+ | Everyone has a disk quota set (the default is 50G as of Jan 2020). | ||
+ | |||
+ | You can find out the quota and your current disk usage by running | ||
+ | |||
+ | lfs quota -h /lnet/aic | ||
== CPU Quotas == | == CPU Quotas == | ||
+ | |||
+ | * For group <code>students</code>, there is a limit of '''30''' CPUs on all jobs. | ||
+ | ** Note that Slurm always allocates CPUs in multiples of 2 (i.e., whole cores in the Slurm terminology), which means members of the <code>students</code> group can have at most 15 running Slurm jobs. | ||
== GPU Quotas == | == GPU Quotas == | ||
+ | |||
+ | * For group <code>students</code>, there is a limit of '''1''' GPU on all jobs. |
Latest revision as of 16:35, 17 June 2025
This page lists resource quotas for the AIC cluster users.
Disk Quotas
Everyone has a disk quota set (the default is 50G as of Jan 2020).
You can find out the quota and your current disk usage by running
lfs quota -h /lnet/aic
CPU Quotas
- For group
students
, there is a limit of 30 CPUs on all jobs.- Note that Slurm always allocates CPUs in multiples of 2 (i.e., whole cores in the Slurm terminology), which means members of the
students
group can have at most 15 running Slurm jobs.
- Note that Slurm always allocates CPUs in multiples of 2 (i.e., whole cores in the Slurm terminology), which means members of the
GPU Quotas
- For group
students
, there is a limit of 1 GPU on all jobs.