Skip to content

Commit e99c4f1

Browse files
committed
Put default memory to mem spec
1 parent ecf4e6e commit e99c4f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mkdocs/docs/HPC/fine_tuning_job_specifications.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,15 @@ or on the command line
295295
qsub -l mem=4gb
296296
```
297297

298+
{% if site==gent %}
299+
If you do not request memory (neither in the job script nor on the command line), the default memory
300+
that your job will get access is the proportional share of the total memory on the node:
301+
If you request a full node, all memory will be available.
302+
If you request `N` cores on a cluster where nodes have `M` cores, you will get `N/M`
303+
of the total memory on the node. For the number of cores and available memory per cluster, please see our
304+
[infrastructure](https://www.ugent.be/hpc/en/infrastructure).
305+
{% endif %}
306+
298307
{% if site!=gent %}
299308
This setting is ignored if the number of nodes is not 1.
300309

0 commit comments

Comments
 (0)