number of cpu cores used in matlab

To play with the number of cores through SBATCH
We mainly do stuff like this
#!/bin/bash
#SBATCH -J job_name
#SBATCH -o job_name.o%j
#SBATCH -t 04:00:00
#SBATCH -N 1 # Asking for 1 Node #SBATCH --ntasks-per-node=20 # Asking for 20 cores
But how can we do this in matlab GUI ?

Risposte (1)

Categorie

Richiesto:

il 10 Ago 2022

Risposto:

il 10 Ago 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by