...
MATLAB Release (Patch level) | MATLAB Compiler Runtime | Comment |
---|
R2022a |
Code Block |
---|
| > module remove intel-mpi
> module load intel-mpi/2018-intel
> module load matlab/R2022a-generic |
|
Code Block |
---|
| > module remove intel-mpi
> module load intel-mpi/2018-intel
> module matlab-mcr/R2022a |
| R2022a |
recommended version Warning | Using the default Intel-MPI module (Version 2019), unintended crashes of parallel MATLAB jobs might occur. Please switch to Intel MPI 2018. Warning |
---|
MATLAB R2022a is currently not available for LMU users! Matlab startup will fail with License Manager Error -83 |
|
R2021b (Update 3)
|
Code Block |
---|
| > module remove intel-mpi
> module load intel-mpi/2018-intel
> module load matlab/R2021b_Update3-generic |
|
Code Block |
---|
| > module remove intel-mpi
> module load intel-mpi/2018-intel
> module load matlab-mcr/R2021b_Update2 |
| R2021b (Update 2)
| Warning |
Using the default Intel-MPI module (Version 2019) | , unintended crashes of parallel MATLAB jobs might occur. Please switch to Intel MPI 2018.
|
|
R2021a (Update 6) |
Code Block |
---|
| > module remove intel-mpi
> module load intel-mpi/2018-intel
> module load matlab/R2021a_Update6-generic |
|
Code Block |
---|
| > module remove intel-mpi
> module load intel-mpi/2018-intel
> module load matlab-mcr/R2021a_Update6 |
| R2021a (Update 6)
| |
Warning |
---|
Using the default Intel-MPI module (Version 2019 or newer versions), unintended crashes of parallel MATLAB jobs might occur. Please switch to Intel MPI 2018. |
Useful MATLAB Commands
Run MATLAB via the "matlab" command only or add command-line arguments. Please consider: All MATLAB command-line arguments are case-sensitive!
...