MATLAB PARALLEL COMPUTING TOOLBOX - S Guida Utente Pagina 619

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 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
Vedere la pagina 618
1 2 ... 614 615 616 617 618 619 620 621 622 623 624 ... 655 656

Commenti su questo manuale

Nessun commento