Difference between revisions of "MCR"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:MathCategory:Language {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|mcr}} |{{#vardefine:url|https://www.mathworks.com/}} <!--CONFIGU...") |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 25: | Line 25: | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
+ | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 18:06, 3 June 2022
Description
mcr website
MATLAB Compiler Runtime
The MATLAB Runtime is a standalone set of shared libraries that enables the execution of compiled MATLAB applications or components on computers that do not have MATLAB installed. When used together, MATLAB, MATLAB Compiler, and the MATLAB Runtime enable you to create and distribute numerical applications or software components quickly and securely.
Environment Modules
Run module spider mcr
to find out what environment modules are available for this application.
System Variables
- HPC_MCR_DIR - installation directory
- HPC_MCR_BIN - executable directory