@@ -287,7 +287,7 @@ If a partition is not explicitly specified with the "-p" parameter during job su
...
@@ -287,7 +287,7 @@ If a partition is not explicitly specified with the "-p" parameter during job su
In order to get access to GPU cards, make sure to specify the “gpu” partition as well as the type and number of GPU cards with the “-G” parameter, e.g. “-p gpu -G h100:2” in order to get 2x H100 GPU Cards. Types like “h100_2g. 24gb” are instances of the H100 card created by [MIG](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/)(multi-instance GPU) partitioning, they behave like a separate device.
In order to get access to GPU cards, make sure to specify the “gpu” partition as well as the type and number of GPU cards with the “-G” parameter, e.g. “-p gpu -G h100:2” in order to get 2x H100 GPU Cards. Types like “h100_2g. 24gb” are instances of the H100 card created by [MIG](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/)(multi-instance GPU) partitioning, they behave like a separate device.
Each user has a default group account in slurm which corresponds to his workgroup (not uniuser/hpcuser/smail). For each job the correct group account must be specified with the “-A” parameter. Without it, the default group account will be chosen automatically. The default group account can be found out by executing the following command:
Each user has a default group account in slurm which corresponds to his workgroup (not uniuser/hpcuser/smail). For each job the correct group account must be specified with the “-A” parameter. Without it, the default group account will be chosen automatically. The default group account can be queried by executing the following command: