... | ... | @@ -13,7 +13,7 @@ This OpenMP example will automatically read the **OMP_NUM_THREADS** environment |
|
|
|
|
|
We will use the [multithread.slurm](https://gitlab.oca.eu/DSI/HPC/blob/master/SLURM/multithread/multithread.slurm) script to dispatch our job. Slurm option will be provided on the command line for flexibility, but would typically be specified in the script through the `#SBATCH <option>` directive.
|
|
|
|
|
|
Also, the script mention the `seq` partition, which is specific to `licallo` and might have to be replaced with a local partition.
|
|
|
Also, the script mention the `seq` partition, which is specific to `licallo` and might have to be replaced with a local partition for example if it is zztop.
|
|
|
|
|
|
### Examples
|
|
|
* Running 1 task with only 1 core:
|
... | ... | |