parapool stuck on Starting parallel pool on slurm cluster in Matlab 2013b
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Parallel Computing Fundamentals in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!