Skip to content

Commit a3ad4dc

Browse files
committed
Fix comments
1 parent e99c4f1 commit a3ad4dc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mkdocs/docs/HPC/fine_tuning_job_specifications.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,12 @@ qsub -l mem=4gb
297297

298298
{% if site==gent %}
299299
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.
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.
302302
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).
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.
305306
{% endif %}
306307

307308
{% if site!=gent %}

0 commit comments

Comments
 (0)