Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| habrok:examples:matlab [2023/03/22 13:26] – fokke | habrok:examples:matlab [2026/02/18 15:51] (current) – Increase memory requirements in examples pedro | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| #SBATCH --nodes=1 | #SBATCH --nodes=1 | ||
| #SBATCH --ntasks=1 | #SBATCH --ntasks=1 | ||
| - | #SBATCH --cpus-per-task | + | #SBATCH --cpus-per-task=1 |
| #SBATCH --job-name=matlab_example1 | #SBATCH --job-name=matlab_example1 | ||
| #SBATCH --output=matlab_example1.out | #SBATCH --output=matlab_example1.out | ||
| - | #SBATCH --mem=1000 | + | #SBATCH --mem=2000 |
| module purge | module purge | ||
| Line 111: | Line 111: | ||
| #SBATCH --partition=gpu | #SBATCH --partition=gpu | ||
| #SBATCH --gres=gpu: | #SBATCH --gres=gpu: | ||
| - | #SBATCH --mem=1000 | + | #SBATCH --mem=2000 |
| module load MATLAB/ | module load MATLAB/ | ||