MATLAB PARALLEL COMPUTING TOOLBOX - S Guida Utente Pagina 569

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 568
parallel.importProfile
11-225
Import all the profiles from the file ManyProfiles.settings, and use the first one to
open a parallel pool.
profs = parallel.importProfile('ManyProfiles');
parpool(profs{1})
Import a configuration from the file OldConfiguration.mat, and set it as the default
parallel profile.
old_conf = parallel.importProfile('OldConfiguration.mat')
parallel.defaultClusterProfile(old_conf)
See Also
parallel.clusterProfiles | parallel.defaultClusterProfile |
parallel.exportProfile
Vedere la pagina 568
1 2 ... 564 565 566 567 568 569 570 571 572 573 574 ... 655 656

Commenti su questo manuale

Nessun commento