Fixed links
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user