@@ -13,12 +13,12 @@ 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 `fdr` 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.