...
Configure MATLAB to run parallel jobs on CINECA's cluster by calling configCluster. For each cluster, configCluster only needs to be called once per version of MATLAB, and once per user.
- Remember to set properly the permission on your $MATLAB dir to store job and tasks.
- When configuring your cluster profile, remember to set a valid local folder where jod daya is data on the client. Edit the tab Preferences>Clustrer Preferences > Parallel Computing Toolbox > Clustrer Profile Manager, Properties> JobStorageLocation.
- Submission to the remote cluster requires SSH credentials, see screenshot below. You will be prompted for your ssh username and password or identity file (private key). The username and location of the private key will be cached in MATLAB for future sessions.
...