MatLab
MatLab runs as a Singularity container.
Loading Matlab
MatLab is available as a module on Elja
$ ml load Matlab
Running Matlab
To run Matlab use the matlab
command.
note
You will need to enter an Interactive Session or run Batch job to run matlab.
Activating your license on Elja
If this is the first time you run Matlab on Elja you will be prompted for your MathWorks account email:
$ srun --job-name "Matlab Job" --partition any_cpu --cpus-per-task 24 --mem-per-cpu 3900 --time 02:00:00 --pty bash
$ matlab
MATLAB is selecting SOFTWARE rendering.
< M A T L A B (R) >
Copyright 1984-2024 The MathWorks, Inc.
R2024a Update 6 (24.1.0.2689473) 64-bit (glnxa64)
July 29, 2024
To get started, type doc.
For product information, visit www.mathworks.com.
note
Please type exit
when you want to close Matlab ctrl+c causes input/output errors.