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
Next revision
Previous revision
hpc:faq [2025/08/22 07:23] Yann Sagonhpc:faq [2025/09/17 12:05] (current) Yann Sagon
Line 94: Line 94:
  
 It is up to the PIs involved to agree among themselves on how the computing hours are distributed. The Baobab team does not manage internal allocations within shared purchases. It is up to the PIs involved to agree among themselves on how the computing hours are distributed. The Baobab team does not manage internal allocations within shared purchases.
- 
  
 ??? I'm a PI, I tried to use OpenXDmoD to see the past usage of my group without success ??? I'm a PI, I tried to use OpenXDmoD to see the past usage of my group without success
Line 100: Line 99:
  
  
-??? How can I check usage on more than one partition?+??? With OpenXDmoD how can I check usage on more than one partition?
 !!! Unfortunately, it seems that you need to do this operation for each partition separately. !!! Unfortunately, it seems that you need to do this operation for each partition separately.
  
Line 112: Line 111:
  
  
-??? I'organising a course and we need some HPC resources for the students. Do we have to pay for it?+??? I'organizing a course and we need some HPC resources for the students. Do we have to pay for it?
 !!! The Baobab service is free for courses as long as the usage is low and for a defined period of time. Check [[hpc:hpc_clusters#use_baobab_for_teaching|How our clusters work]]. !!! The Baobab service is free for courses as long as the usage is low and for a defined period of time. Check [[hpc:hpc_clusters#use_baobab_for_teaching|How our clusters work]].
  
Line 131: Line 130:
 !!!  * If you have a non student account (Phd, postdoc, researcher), your account will expire at the same time your contract expire at UNIGE. Right now, there is a grace period after the end of your contract of around 6 months. !!!  * If you have a non student account (Phd, postdoc, researcher), your account will expire at the same time your contract expire at UNIGE. Right now, there is a grace period after the end of your contract of around 6 months.
   * If you have an outsider account, you need to check the expiration date you received when you filled the invitation.   * If you have an outsider account, you need to check the expiration date you received when you filled the invitation.
-  * If you have an unige student account, you can check the expiration date with the ''chage'' command:+  * If you have an UNIGE student account, you can check the expiration date with the ''chage'' command:
 <code> <code>
 (baobab)-[yourusername@login2 ~]$ chage -l yourusername (baobab)-[yourusername@login2 ~]$ chage -l yourusername
Line 383: 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.1755847405.txt.gz · Last modified: by Yann Sagon