Page History
...
The accounting on the HPCF is currently based on the total elapsed time for which cores are used. With that, the HPCF unit of account, the System Billing Unit, or SBU, for both serial and parallel jobs is defined as follows.the cores allocated to serial or parallel batch jobs. To reflect the current system configuration and performance the formula to compute SBU will change on 1 January 2024 to:
Panel |
---|
SBU = P * N * T |
where:
P = 424074479 / (8090 * 128 * 86400) | is a fixed proportionality factor, adjusted so that the entire Atos system will deliver 424,074,479 SBU per day on a "typical" |
N | Is the number of (physical) cores allocated to a job. |
T | is the elapsed time (real time in seconds) recorded for a job. |
Examples:
- A serial job using 1 hour (3600 seconds) of elapsed time will be charged about 17.06 SBU.
- A parallel job requesting 2 nodes, running for 3 hours elapsed time will be charged 13104.90 SBU.
Compared to 2023 the SBU cost of the same job in 2024 will be ~10.8% less .
Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
where:
Examples:
|
Tip | ||
---|---|---|
| ||
At the end of your jobs a short report is appended to the corresponding job output file, which amongst other useful information, includes how many SBUs where used and the account they were charged on:
|
SBU simulator
You can see how much your job would cost in terms of SBUs by copying and pasting here your job headers.
Tip | ||
---|---|---|
| ||
Use the SLURM time directive for the job duration. For example, for a job that needs to run for 12 hours: #SBATCH --time=12:00:00 |
HTML-include | ||
---|---|---|
|
What are my project accounts?
...