Skip to content

Commit 2e1750e

Browse files
authored
Update troubleshooting.md
replace "here"-link
1 parent 4b6fd02 commit 2e1750e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs/docs/HPC/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ or because the pinning is done incorrectly and several threads/processes are bei
6060
- **Lack of sufficient memory**: When there is not enough memory available, or not enough memory bandwidth,
6161
it is likely that you will not see a significant speedup when using more cores (since each thread or process most likely requires additional memory).
6262

63-
More info on running multi-core workloads on the {{ hpcinfra }} can be found [here](multi_core_jobs.md).
63+
There is more info on [running multi-core workloads](multi_core_jobs.md) on the {{ hpcinfra }}.
6464

6565
### Using multiple nodes
6666
When trying to use multiple (worker)nodes to improve the performance of your workloads, you may not see (significant) speedup.
@@ -74,7 +74,7 @@ Actually using additional nodes is not as straightforward as merely asking for m
7474
Using the resources of multiple nodes is often done using a [Message Passing Interface (MPI)](https://en.wikipedia.org/wiki/Message_Passing_Interface) library.
7575
MPI allows nodes to communicate and coordinate, but it also introduces additional complexity.
7676

77-
An example of how you can make beneficial use of multiple nodes can be found [here](multi_core_jobs.md#parallel-computing-with-mpi).
77+
We have an example of [how you can make beneficial use of multiple nodes](multi_core_jobs.md#parallel-computing-with-mpi).
7878

7979
You can also use MPI in Python, some useful packages that are also available on the HPC are:
8080

0 commit comments

Comments
 (0)