Skip to content

Commit

Permalink
Mention sam-quote tool for credit cost estimates
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeVdB committed Dec 19, 2024
1 parent 77beabd commit 9536595
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/leuven/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ will be charged::

floor(4.62963 * (2 * 36)) * 150 = 49 950 credits

You can also get such estimates from the ``sam-quote`` tool by providing it
with your job submission command::

$ sam-quote sbatch --account=lp_myproject --clusters=genius --nodes=2 \
--ntasks-per-node=36 --time=2:30:00 myjobscript.slurm
49950

Note that ``sam-quote`` assumes a worst-case scenario in which the job does
not stop before reaching its time limit.


Charge rates
------------
Expand Down

0 comments on commit 9536595

Please sign in to comment.