Skip to content

Commit 63c5129

Browse files
authored
Merge pull request #750 from hajgato/defmem
Put default memory to mem spec
2 parents ecf4e6e + cf85575 commit 63c5129

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mkdocs/docs/HPC/fine_tuning_job_specifications.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,17 @@ 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 avaliable memory on the node:
301+
If you request a full node, all usable 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 usable 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), or you can use the [web portal](./web_portal.md), open
305+
the desktop app and there you can browse it per cluster and core using the
306+
submission form (there is no need to start an actual desktop).
307+
{% endif %}
308+
298309
{% if site!=gent %}
299310
This setting is ignored if the number of nodes is not 1.
300311

0 commit comments

Comments
 (0)