Skip to content

Commit

Permalink
Put default memory to mem spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hajgato committed Oct 7, 2024
1 parent ecf4e6e commit e99c4f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mkdocs/docs/HPC/fine_tuning_job_specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,15 @@ or on the command line
qsub -l mem=4gb
```

{% if site==gent %}
If you do not request memory (neither in the job script nor on the command line), the default memory
that your job will get access is the proportional share of the total memory on the node:
If you request a full node, all memory will be available.
If you request `N` cores on a cluster where nodes have `M` cores, you will get `N/M`
of the total memory on the node. For the number of cores and available memory per cluster, please see our
[infrastructure](https://www.ugent.be/hpc/en/infrastructure).
{% endif %}

{% if site!=gent %}
This setting is ignored if the number of nodes is not 1.

Expand Down

0 comments on commit e99c4f1

Please sign in to comment.