... | @@ -11,7 +11,9 @@ This OpenMP example will automatically read the **OMP_NUM_THREADS** environment |
... | @@ -11,7 +11,9 @@ This OpenMP example will automatically read the **OMP_NUM_THREADS** environment |
|
|
|
|
|
### Slurm script
|
|
### Slurm script
|
|
|
|
|
|
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
|
|
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 `fdr` partition, which is specific to `licallo` and might have to be replaced with a local partition.
|
|
|
|
|
|
### Examples
|
|
### Examples
|
|
* Running 1 task with only 1 core:
|
|
* Running 1 task with only 1 core:
|
... | | ... | |