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/12/08 13:25] Yann Sagonhpc:faq [2026/02/02 10:15] (current) – [Cost] Yann Sagon
Line 123: Line 123:
 ??? 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