Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ module load matlab
$ matlab

...

Batch

For longer running non-interactive use cases call matlab in batch. Create the file matlab-job.srun. In the file, add the desired slurm declarations, load the matlab module, call the application.

...