Skip to content

Commit

Permalink
Refactor text
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
  • Loading branch information
milachae and boegel committed Aug 10, 2023
1 parent cbb1b6d commit e8cc867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/multi_job_submission.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ concurrently -- until all computations are done. A computation for such
a parameter instance is called a work item in Worker parlance.

!!! warning
When you attempt to submit a worker job on a non-default cluster, you might encounter an `Illegal instruction` error. In such cases, the solution is to use a different swap command. For example, to submit a worker job to the [donphan debug cluster](interactive_debug.md) from the login nodes, use:
When you attempt to submit a worker job on a non-default cluster, you might encounter an `Illegal instruction` error. In such cases, the solution is to use a different `module swap` command. For example, to submit a worker job to the [`donphan` debug cluster](interactive_debug.md) from the login nodes, use:
<pre><code>$ <b>module swap env/slurm/donphan</b>
</code></pre>
instead of
<pre><code>$ <b>module swap cluster/donphan </b></code></pre>
More general info on the `Ilegal instruction` error is available [here](troubleshooting.md#multi-job-submissions-on-a-non-default-cluster).
We recommend using a `module swap cluster` command after submitting the jobs. Additional information about this as well as more comprehensive details concerning the 'Illegal instruction' error can be accessed [here](troubleshooting.md#multi-job-submissions-on-a-non-default-cluster).

## The Worker framework: Job arrays
[//]: # (sec:worker-framework-job-arrays)
Expand Down

0 comments on commit e8cc867

Please sign in to comment.