Handle OMP threads
Add explicit setting of:
export OMP_NUM_THREADS=C
# or
OMP_NUM_THREADS=C; srun -n 1 -c C ./mar ...
Where:
-n, --ntasks=<number>
-c, --cpus-per-task=<ncpus>
Add explicit setting of:
export OMP_NUM_THREADS=C
# or
OMP_NUM_THREADS=C; srun -n 1 -c C ./mar ...
Where:
-n, --ntasks=<number>
-c, --cpus-per-task=<ncpus>