Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
habrok:examples:matlab [2024/08/29 09:55] – Fix example pedrohabrok:examples:matlab [2026/02/18 15:51] (current) – Increase memory requirements in examples pedro
Line 31: Line 31:
 #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:1 #SBATCH --gres=gpu:1
-#SBATCH --mem=1000+#SBATCH --mem=2000
  
 module load MATLAB/2020b module load MATLAB/2020b