Validation Error on the parallel cluster

21 views (last 30 days)
I used the parallel "create and manage clusters" followed by the following guide
However, when I validate the profile, it shows the following two errors,
----------------------------------------------------------------------------------
1. JobTest (Create Job failed)
Error Report: Job submission failed because the plugin function 'independentSubmitFcn.m' errored.
Reason:
Error using independentSubmitFcn ( line 22)
The function independentSubmitFcn is for use with shared filesystems.
-------------------------------------------------------------------------------
2.SPMD job test (Create Communicating Jobs)
Error Report: Job submission failed because the plugin function 'communicatingSubmitFcn.m' errored.
Reason:
Error using communicatingSubmitFcn (line 21)
The function communicatingSubmitFcn is for use with shared filesystems.
-----------------------------------------------------------------------------
What should I do to solve this problem?
Thanks a lot for your help.

Answers (1)

Raymond Norris
Raymond Norris on 7 Mar 2022
The plugin scripts support "remote" and "on-cluster" submission. When you went through the wizard to create the profile, you selected the incorrect version of the scripts. Best to contact Technical Support (support@mathworks.com). They can walk you through the wizard and fix this.

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!