MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung Seite 569

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 656
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 568
1 2 ... 564 565 566 567 568 569 570 571 572 573 574 ... 655 656

Kommentare zu diesen Handbüchern

Keine Kommentare