From bab826db5c0dcec10fc11ae6324886b45f4469d8 Mon Sep 17 00:00:00 2001 From: chnixi <38959006+chnixi@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:19:17 -0500 Subject: [PATCH] Update matlab-remote-job-submission.md Updated Matlab parallel documentation for running on the cluster. --- .../matlab/matlab-remote-job-submission.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/applications/licensed-software/matlab/matlab-remote-job-submission.md b/docs/applications/licensed-software/matlab/matlab-remote-job-submission.md index 3bca05f..44a3857 100644 --- a/docs/applications/licensed-software/matlab/matlab-remote-job-submission.md +++ b/docs/applications/licensed-software/matlab/matlab-remote-job-submission.md @@ -36,9 +36,8 @@ cluster: `/ihome/crc/how_to_run/matlab` ### Download the Cluster Plugin Scripts In order to submit jobs from your desktop, you will need to install some custom MATLAB plugin scripts that know how to -interact with the Slurm job scheduler on a cluster. Use the link below to download the **non-shared** filesystem -(used by your local client, you should not use them on the clusters as they **share **a filesystem with -the MATLAB installation that is running the jobs) script bundle for your version of MATLAB: +interact with the Slurm job scheduler on a cluster. Use the links below to download the **non-shared** filesystem +(used by your local client) script bundle for your version of MATLAB. [Pitt.h2p.R2022a.zip](https://crc.pitt.edu/sites/default/files/Pitt.nonshared.R2022a.zip) (recommended) @@ -49,6 +48,10 @@ the MATLAB installation that is running the jobs) script bundle for your version The instructions below have been updated to correspond to the R2022a plugin scripts. Some cluster object fieldnames have changed. Changes from the previous scripts will have comments next to them. +You should **not** use them on the clusters as they **share **a filesystem with +the MATLAB installation that is running the jobs! If you are running Matlab from the cluster, such as VIZ, then there is no need to download and execute the plugin scripts. +In that case, directly run "configCluster" from Matlab to create the cluster profile. + ### Unpack the Cluster Plugin Bundle to a Path on Your Computer Copy the integration bundle file to a new folder on your computer, such as `Downloads/matlab-parallel-server`.