Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After having installed MATLAB to your workstation (How to here), copy the configurations files integrations scritps into your installation directory path $MATLAB and add the folder subfolders to your MATLAB search path, as follows: 

  • Copy the integration scripts into a directory of your Installation path $MATLAB. In the following example, the directory conf_files in the installation path $MATLAB

    Image Added

 

  • Add the MATLAB integration scripts to your MATLAB Path, by clicking on Set Path button. Add the following folder and subfolders:
    • $MATLAB\Cineca.remote.R2018a
    • $MATLAB\Cineca.remote.R2018a\IntegrationScripts
    • $MATLAB\Cineca.remote.R2018a\IntegrationScripts\galielo
    • $MATLAB\Cineca.remote.R2018a\IntegrationScripts\marconi

      Image Added

 

  • 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.

    Image Added

 

  • Submission to the remote cluster requires SSH credentials.  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.

 

 

Configuring Jobs

Prior to submitting the job, various parameters have to be specified in order to be passed to jobs, such as queue, username, e-mail, etc. 

...