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:19] Yann Sagonhpc:faq [2026/02/02 10:15] (current) – [Cost] Yann Sagon
Line 39: Line 39:
 =?=== Cost ==== =?=== Cost ====
 ??? I'm using Open XDMoD to check how many hours my group used this year, but the amount is quite different from what appears on the invoice or in ''ug_slurm_usage_per_user.py''. ??? I'm using Open XDMoD to check how many hours my group used this year, but the amount is quite different from what appears on the invoice or in ''ug_slurm_usage_per_user.py''.
-!!! For invoicing, we use a Slurm metric called billing. This metric aggregates CPU hours, memory usage, and GPU usage. Unfortunately, Open XDMoD does not currently support this metric. We have added a warning about this in our documentation.+!!! For invoicing, we use a Slurm metric called billing. This metric aggregates CPU hours, memory usage, and GPU usage. Unfortunately, Open XDMoD does not currently support this metric and therefore does not take into account GPU type or memory usage. We have added a warning about this in [[accounting#openxdmod|Open XDMoD documentation]]
  
  
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.1765199991.txt.gz · Last modified: by Yann Sagon