You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MATLAB is well integrated with SLURM, so there are several ways to run these jobs:
47
50
@@ -76,7 +79,7 @@ The instructions for each facility are linked below:
76
79
-[LUNARC: Configuration at the command line](https://lunarc-documentation.readthedocs.io/en/latest/guides/applications/MATLAB/#configuration-at-the-command-line)
77
80
-[NSC: MATLAB (scroll down to "Before submitting your first job")](https://www.nsc.liu.se/software/installed/tetralith/matlab/).
78
81
- PDC: no need to configure
79
-
- C3SE:
82
+
- C3SE: no need to configure
80
83
81
84
!!! warning
82
85
@@ -162,9 +165,9 @@ The tabs below demonstrate the preferred method for each cluster where configura
162
165
163
166
!!! example "**Challenge 1.** Log in and Configure MATLAB."
164
167
165
-
#. Log into your chosen HPC cluster if you have not already.
166
-
#. Load the newest version of MATLAB (find with ``ml spider MATLAB``). Note that on Dardel it has a prerequisite which you must load first, and that only the matlab/r2024a-ps (prerequisite PDC/23.12) allows access from the shell/terminal without you having to give your own Mathworks credentials.
167
-
#. On the command line, run ``configCluster.sh`` on HPC2N or ``configCluster.sh <project-id>`` on UPPMAX/LUNARC. Run configCluster inside MATLAB on the terminal at NSC. You do not do ``configCluster`` at PDC.
168
+
1. Log into your chosen HPC cluster if you have not already.
169
+
2. Load the newest version of MATLAB (find with ``ml spider MATLAB``). Note that on Dardel it has a prerequisite which you must load first, and that only the matlab/r2024a-ps (prerequisite PDC/23.12) allows access from the shell/terminal without you having to give your own Mathworks credentials.
170
+
3. On the command line, run ``configCluster.sh`` on HPC2N or ``configCluster.sh <project-id>`` on UPPMAX/LUNARC. Run configCluster inside MATLAB on the terminal at NSC. You do not do ``configCluster`` at PDC. You also do not run ``configCluster`` at C3SE.
0 commit comments