hpc:faq
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hpc:faq [2025/08/22 07:23] – Yann Sagon | hpc: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, | !!! Unfortunately, | ||
Line 112: | Line 111: | ||
- | ??? I' | + | ??? I' |
!!! The Baobab service is free for courses as long as the usage is low and for a defined period of time. Check [[hpc: | !!! The Baobab service is free for courses as long as the usage is low and for a defined period of time. Check [[hpc: | ||
Line 131: | Line 130: | ||
!!! * If you have a non student account (Phd, postdoc, researcher), | !!! * If you have a non student account (Phd, postdoc, researcher), | ||
* 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 '' | + | * If you have an UNIGE student account, you can check the expiration date with the '' |
< | < | ||
(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: | !!!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.1755847405.txt.gz · Last modified: by Yann Sagon