Parallel Cluster Profile Validation fails on Job test
23 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi there,
my parallel toolbox fails, I am entirely on default settings, when validating Cluster Profile Manager I get failure in Job test (createjob), see below.
Suggestions?
Best, Adam
Error Report: Job errored or did not reach the state 'finished'.
Debug Log: LOG FILE OUTPUT:
2021-04-19 10:48:22 | About to evaluate task with DistcompEvaluateFileTask
2021-04-19 10:48:23 | Enter distcomp_evaluate_filetask_core
2021-04-19 10:48:23 | Enter distcomp_evaluate_filetask_core/iSetup
2021-04-19 10:48:23 | This process will exit on any fault.
2021-04-19 10:48:23 | This process will exit when its parent process dies.
2021-04-19 10:48:23 | About to call decode function.
2021-04-19 10:48:23 | In parallel.internal.decode.localSingleTask
2021-04-19 10:48:23 | Error caught in decode function ("parallel.internal.decode.localSingleTask")
2021-04-19 10:48:23 | Error returned was:\n
Error using split
Too many input arguments.
Error in parallel.internal.urldecode (line 17)
valsToDecode = split(url, '%');
Error in parallel.internal.decode.localSingleTask (line 11)
storageLocation = parallel.internal.urldecode( parallel.internal.cluster.getParallelServerEnv('PARALLEL_SERVER_STORAGE_LOCATION') );
Error in distcomp_evaluate_filetask_core>iCallDecodeFunction (line 324)
decodeFunction(runprop);
Error in distcomp_evaluate_filetask_core>iSetup (line 513)
iCallDecodeFunction(decodeFunction, decodeFunctionString, runprop);
Error in distcomp_evaluate_filetask_core (line 25)
runprop = iSetup(handlers, mdceDebugEnabled, outputWriterStack, isSyncTaskEvaluation, varargin);
2021-04-19 10:48:23 | About to exit with code: 1
1 comentario
Hamidreza Heydarian
el 11 de Mayo de 2021
Hi Adam,
I have the same problem with excatly the same log. I am running MATLAB R2020b. Have you found any solution to this?
Bests,
Hamidreza
Respuestas (1)
Deepak Meena
el 1 de Jul. de 2021
Hi,
Judging by your log output , you are able to connnect to the cluster but the job task is getting failed. Try to follow the steps in this answer.
If you are still not able to resolve the issues , let us know.
Thanks
0 comentarios
Ver también
Categorías
Más información sobre Parallel Computing Fundamentals 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!