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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 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
Przeglądanie stron 618
1 2 ... 614 615 616 617 618 619 620 621 622 623 624 ... 655 656

Komentarze do niniejszej Instrukcji

Brak uwag