MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung Seite 619

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 656
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 618
saveAsProfile
11-275
saveAsProfile
Save cluster properties to specified profile
Description
saveAsProfile(cluster,profileName) saves the properties of the cluster object to
the specified profile, and updates the cluster Profile property value to indicate the new
profile name.
Examples
Create a cluster, then modify a property and save the properties to a new profile.
myCluster = parcluster('local');
myCluster.NumWorkers = 3;
saveAsProfile(myCluster,'local2'); New profile now specifies 3 workers
See Also
parcluster | saveProfile
Seitenansicht 618
1 2 ... 614 615 616 617 618 619 620 621 622 623 624 ... 655 656

Kommentare zu diesen Handbüchern

Keine Kommentare