User Tools

Site Tools


hpc:faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
hpc:faq [2025/09/01 07:39] Yann Sagonhpc: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:slurm#job_array|Job array]] !!!In that case you can use the **job arrays** feature of SLURM. Please, have a look at the documentation [[hpc:slurm#job_array|Job array]]
 +
 +??? 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:
 +<code>
 +squeue -w $(sinfo --noheader --partition <to be replaced by partition-name> --format="%n" | nodeset -f)
 +</code>
  
  
hpc/faq.1756712340.txt.gz · Last modified: by Yann Sagon