Validation Error on the parallel cluster

21 visualizaciones (últimos 30 días)
Haifeng Lang
Haifeng Lang el 7 de Mzo. de 2022
Respondida: Raymond Norris el 7 de Mzo. de 2022
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.

Respuestas (1)

Raymond Norris
Raymond Norris el 7 de Mzo. de 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.

Categorías

Más información sobre MATLAB Parallel Server en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by