Access composite variables after parallelpool shutdown
Mostrar comentarios más antiguos
Hi,
I used spmd to parallize my script. Unfortunately, I let the parallel pool worker shutdown and lost all the composite variables. If I try to open the those composite variables, I get the following error.
Error using Composite/subsref (line 22)
The Composite is invalid; it may have been saved and loaded, which is not allowed, or the parallel pool has been shut down.
I was wondering if there is any way to access those variables now? I'll make sure to disable IdleTimeout next time.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Parallel Computing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!