...
- You have a valid account defined on HPC cluster, see "Become a User".
- You have a valid Matlab license file and the license server (port@hostname) is reachable and readable from the selected HPC cluster. Please ask your IT Dept to follow this guide and contact CINECA's staff.
When the aforementioned step has been completed, please inform the CINECA's staff your account and license server's details. You will be associated with a $MLM_LICENSE_FILE that will be point to:- Your license server for the "standard" MATLAB features (MATLAB, SIMULINK, Distrib_Computing_Toolbox, etc,. etc.)
- CINECA's license server for the MATLAB_Distrib_Comp_Engine (256 licenses available)
...
Configure MATLAB to run parallel jobs on your cluster by calling configCluster. For each cluster, configCluster only needs to be called once per version of MATLAB, and once per user.
add to your path the Integration script of configuration with CINECA HPC's environment
>> configCluster
Local Configuration (Work in Progress)
After having installed MATLAB to your workstation (How to here)
...