MATLAB PARALLEL COMPUTING TOOLBOX - S Podręcznik Użytkownika Strona 569

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 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
Przeglądanie stron 568
1 2 ... 564 565 566 567 568 569 570 571 572 573 574 ... 655 656

Komentarze do niniejszej Instrukcji

Brak uwag