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/12/08 13:25] Yann Sagonhpc:faq [2026/03/11 13:20] (current) – [General] Yann Sagon
Line 14: Line 14:
  
 ??? Which cluster should I use ? ??? Which cluster should I use ?
- +!!! You can use the three clusters, but see [[hpc:hpc_clusters#hpc_clusters_the_clusters|this link]] to help you choose the right cluster.
-!!! You can use the three clusters, but see [[hpc:hpc_clusters#the_clustersbaobab_and_yggdrasil|this link]] to help you choose the right cluster.+
  
 ??? Must I include citations and acknowledgments in my publication? ??? Must I include citations and acknowledgments in my publication?
Line 123: Line 122:
 ??? I'm a user and I've noticed that I'm connected to two PIs, how is this possible? ??? I'm a user and I've noticed that I'm connected to two PIs, how is this possible?
 !!! The PI must be seen as a project. You can be part of two projects, and when you submit a job to the cluster, you can specify which project to charge to using the ''<nowiki>--account</nowiki>'' flag. !!! The PI must be seen as a project. You can be part of two projects, and when you submit a job to the cluster, you can specify which project to charge to using the ''<nowiki>--account</nowiki>'' flag.
 +You can check who is your PI and which is your default account with the following command:
 +<code>
 +sacctmgr show user <your_username> -s format=user,account,defaultaccount cluster=baobab
 +      User    Account   Def Acct
 +---------- ---------- ----------
 +  username acct1       xxx
 +  username acct2       xxx
 +</code>
  
  
hpc/faq.1765200319.txt.gz · Last modified: by Yann Sagon