wiki:Matlab-Slurm

Version 1 (modified by fuji, 3 years ago) ( diff )

Submitting Jobs from MATLAB Command Window

This document provides the steps to configure MATLAB to submit jobs to Cypress, retrieve results, and debug errors.

MATLAB client on Cypress

With this method, you can submit MATLAB jobs from MATLAB running on an interactive session. See how to run MATLAB interactively here.

https://docs.google.com/drawings/d/e/2PACX-1vQOfTErIgP29J7ZXKSIj3JbaxJeWm5xHjOXoDUQbN_qfpD95CycAvPGgXbkGw8rQ74XiXMENLr8YKD4/pub

Configuration

Login to Cypress and start an interactive session and then start MATLAB (see here) Configure MATLAB to run parallel jobs on your cluster by calling configCluster, which only needs to be called once per version of MATLAB. Please be aware that running configCluster more than once per version will reset your cluster profile back to default settings and erase any saved modifications to the profile.

>> configCluster

Jobs will now default to the cluster rather than submit to the current node.

When you encounter an error Unrecognized function or variable 'configCluster'. , try

>> rehash toolboxcache

MATLAB client on your local computer

With this method, you can submit MATLAB jobs to Cypress from your local computer.

https://docs.google.com/drawings/d/e/2PACX-1vTo_5IOHBbnAZbhvUUoEFcX3AMtZ8wC1GZXmdlfl-pFk-AQGW_V0SjXX8QojF6OmAeizyMMNslFQSyL/pub

Prerequisites

  • You need to have MATLAB installed on your laptop/desktop that must be the same version of MATLAB on Cypress (r2020a or later).
  • You must have the Matlab Parallel Computing Toolbox installed. To see what toolboxes are installed, type the ver command in the Matlab command window. You should see Parallel Computing Toolbox listed.
  • Make sure you have an account on Cypress and can ssh to Cypress from your local laptop/desktop.

Installation and Configuration

In order to submit jobs from your laptop/desktop, you will need to install a custom Matlab plugin scripts that are configured how to interact with the Slurm job scheduler on Cypress. Use the links below to download the script package.

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.