rsnt_translations
56,420
edits
(Reviewed the introduction of the page) |
(Marked this version for translation) |
||
Line 5: | Line 5: | ||
There are two ways of using MATLAB on our clusters: | There are two ways of using MATLAB on our clusters: | ||
<!--T:54--> | |||
'''1) Running MATLAB directly''', but that requires a license. You may either: | '''1) Running MATLAB directly''', but that requires a license. You may either: | ||
* Run MATLAB on [[Béluga/en| Béluga]], [[Cedar]] or [[Narval/en| Narval]], all of which have a license available for any student, professor or academic researcher. | * Run MATLAB on [[Béluga/en| Béluga]], [[Cedar]] or [[Narval/en| Narval]], all of which have a license available for any student, professor or academic researcher. | ||
* Use an external license, i.e. one owned by your institution, faculty, department, or lab. See ''[[#Using_an_external_license|Using an external license]]'' below. | * Use an external license, i.e. one owned by your institution, faculty, department, or lab. See ''[[#Using_an_external_license|Using an external license]]'' below. | ||
<!--T:55--> | |||
'''2) Compiling your MATLAB code''' by using the MATLAB Compiler <tt>mcc</tt> and by running the generated executable file on any cluster. You can use this executable without license considerations. | '''2) Compiling your MATLAB code''' by using the MATLAB Compiler <tt>mcc</tt> and by running the generated executable file on any cluster. You can use this executable without license considerations. | ||
<!--T:56--> | |||
More details about these approaches are provided below. | More details about these approaches are provided below. | ||