hpc:faq
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
hpc:faq [2025/09/01 07:39] – Yann Sagon | hpc:faq [2025/09/17 12:05] (current) – Yann Sagon | ||
---|---|---|---|
Line 382: | Line 382: | ||
??? I want to run several time the same job with different parameters | ??? I want to run several time the same job with different parameters | ||
!!!In that case you can use the **job arrays** feature of SLURM. Please, have a look at the documentation [[hpc: | !!!In that case you can use the **job arrays** feature of SLURM. Please, have a look at the documentation [[hpc: | ||
+ | |||
+ | ??? Is the nodes from my partition in use? | ||
+ | !!! You can't just check with the partition name as the node may be in use by another partition such as shared-cpu. Here is an example to check the usage of your comput nodes: | ||
+ | < | ||
+ | squeue -w $(sinfo --noheader --partition <to be replaced by partition-name> | ||
+ | </ | ||
hpc/faq.1756712340.txt.gz · Last modified: by Yann Sagon