1,453
edits
Changes
→Billing units formula
<pre>
BillingUnits = MAX( CPUs * 1.0 + , RAM_GB * 0.25 + 215, GPUs * 35.0 ) * minutes
</pre>
A job that reserves one CPU and 4G of RAM and runs for one minute consumes 2 1 billing unitsunit. One CPU and 1G 10G of RAM for one minute? 12.25 15 billing units.
Our GPU-equipped nodes have 40 CPUs, 186G of RAM, and two GPUs. To use one of these nodes for 24 hours would cost
MAX(40 * 1 + , 186 * 0.25 + 215, 2 * 35) * 24 * 60 = 225360 70 * 24 * 60 = 100800 billing units.
== What if I have more than one account or QoS? ==