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/10/28 14:40] (current) – [Storage] Adrien Albert | ||
|---|---|---|---|
| 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 268: | Line 267: | ||
| If you need to store a large amount of data, consider using the " | If you need to store a large amount of data, consider using the " | ||
| + | |||
| + | ??? How can I request for a shared directory | ||
| + | !!!A shared directory is a directory with access permissions granted to a specific group for sharing data. | ||
| + | Since June 2025, all new shared directories must use groups declared in the Active Directory of UNIGE. | ||
| + | |||
| + | To request a shared directory please fill the [[https:// | ||
| ??? How can I access to a shared directory? | ??? How can I access to a shared directory? | ||
| !!! To access a **shared directory**, | !!! To access a **shared directory**, | ||
| - | Please | + | For shared directories using a group from Active Directory (groups beginning with GG or GL - example: GL_S_SCIENCES_POSY_LET, |
| + | |||
| + | For old group (share_XXX, private_XXX), | ||
| ??? How can I copy data from one cluster to another one? | ??? How can I copy data from one cluster to another one? | ||
| Line 383: | Line 390: | ||
| ??? 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