Problem in running multiple parallel jobs on cluster
Show older comments
Hi,
I'm running a program using parallel computing toolbox on a cluster (just a simple matlabpool-parfor loop). It happened that if I only have one program running, things are fine. However, when I submit the second job (using same functions with different parameters), I got an error in one of the programs that looks like:
_??? Error using ==> matlabpool at 127
> The interactive parallel job is unavailable.
> Most likely, the parallel job has been destroyed.
I can run these multiple jobs simultaneously with no problem without PCT (just use "for").
If anyone can help explain this behavior, I would be really appreciated.
Accepted Answer
More Answers (0)
Categories
Find more on Parallel for-Loops (parfor) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!