parapool stuck on Starting parallel pool on slurm cluster in Matlab 2013b
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Knut Jørgen
am 3 Jul. 2014
Bearbeitet: Tejas M U
am 3 Jul. 2014
Hi
I have these commands to set JobStorageLocation and start parpool. But i starts very slowly. Is there anything wrong with my code? The code is runned on abel.
pc=parcluster;
pc.JobStorageLocation=strcat(getenv('SCRATCH'),'/job');
parpool(pc,prs);
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Parallel Computing Fundamentals finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!