Fixed links

This commit is contained in:
2019-07-01 19:14:12 +02:00
parent 83d9a9de28
commit e7eb4a277b
2 changed files with 32 additions and 9 deletions

View File

@@ -22,11 +22,20 @@ but they will need to specify a couple of extra options to their scripts.
```bash
#SBATCH --clusters=merlin5
#SBATCH --partition=merlin
```
By adding ``--clusters=merlin5`` it will send the jobs to the old Merlin5 computing nodes. Also, ``--partition=merlin`` needs to be specified in
order to use the old Merlin5 partitions: ``general`` (*default*), ``daily`` and ``hourly`` will not work when submitting to Merlin5.
By adding ``--clusters=merlin5`` it will send the jobs to the old Merlin5 computing nodes. Also, ``--partition=<merlin|gpu>`` can be specified in
order to use the old Merlin5 partitions.
## Running on Merlin6
In order to run on the **Merlin6** cluster, users have to add the following options:
```bash
#SBATCH --clusters=merlin6
```
By adding ``--clusters=merlin6`` it will send the jobs to the old Merlin6 computing nodes.
## Shared nodes and exclusivity