Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
m (In T:16, unless one runs a parallel job, for which this example is not, srun should not be used.) |
No edit summary |
||
Line 68: | Line 68: | ||
</pre> | </pre> | ||
= Available Toolboxes = | |||
To see a list of the MATLAB toolboxes available with the license and cluster you're using, you can use the following command: | |||
<pre> | |||
[name@cluster ~]$ module load matlab | |||
[name@cluster ~]$ matlab -nodisplay -nojvm -r "fprintf('%s\n', license()); ver; exit" | |||
</pre> | |||
= Running a MATLAB code = <!--T:23--> | = Running a MATLAB code = <!--T:23--> | ||