Validation Error on the parallel cluster
23 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Raymond Norris
2022-3-7
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel Computing Fundamentals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!