Skip to content

Commit 0608a22

Browse files
author
Godfried Borremans — UGent
committed
replace "here"-links
1 parent bfeafb5 commit 0608a22

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

mkdocs/docs/HPC/infrastructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Science and Innovation (EWI).
1313
Log in to the HPC-UGent Tier-2 infrastructure via [https://login.hpc.ugent.be](https://login.hpc.ugent.be)
1414
or using SSH via `login.hpc.ugent.be`.
1515

16-
More info on using the web portal you can find [here](web_portal.md),
17-
and about connection with SSH [here](connecting.md).
16+
Read more info on [using the web portal](web_portal.md),
17+
and [about making a connection with SSH](connecting.md).
1818

1919
## Tier-2 compute clusters
2020

mkdocs/docs/HPC/running_batch_jobs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,9 @@ The output of the various commands interacting with jobs (`qsub`,
833833
It is possible to submit jobs from a job to a cluster different than the one your job is running on.
834834
This could come in handy if, for example, the tool used to submit jobs only works on a particular cluster
835835
(or only on the login nodes), but the jobs can be run on several clusters.
836-
An example of this is the `wsub` command of `worker`, see also [here](troubleshooting.md#multi-job-submissions-on-a-non-default-cluster).
836+
An example of this is the `wsub` command of `worker`.
837+
More info on these commands is in the document on [multi job submission](multi_job_submission.md)
838+
or on the [troubleshooting page](troubleshooting.md#multi-job-submissions-on-a-non-default-cluster).
837839

838840
To submit jobs to the `{{othercluster}}` cluster, you can change only what is needed in your session environment
839841
to submit jobs to that particular cluster by using `module swap env/slurm/{{othercluster}}` instead of using

0 commit comments

Comments
 (0)