MATLAB PARALLEL COMPUTING TOOLBOX - S Uživatelská příručka Strana 560

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 656
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 559
11 Functions — Alphabetical List
11-216
parallel.clusterProfiles
Names of all available cluster profiles
Syntax
ALLPROFILES = parallel.clusterProfiles
[ALLPROFILES, DEFAULTPROFILE] = parallel.clusterProfiles
Description
ALLPROFILES = parallel.clusterProfiles returns a cell array containing the
names of all available profiles.
[ALLPROFILES, DEFAULTPROFILE] = parallel.clusterProfiles returns a cell
array containing the names of all available profiles, and separately the name of the
default profile.
The cell array ALLPROFILES always contains a profile called local for the local cluster,
and always contains the default profile. If the default profile has been deleted, or if it has
never been set, parallel.clusterProfiles returns local as the default profile.
You can create and change profiles using the saveProfile or saveAsProfile methods
on a cluster object. Also, you can create, delete, and change profiles through the Cluster
Profile Manager.
Examples
Display the names of all the available profiles and set the first in the list to be the default
profile.
allNames = parallel.clusterProfiles()
parallel.defaultClusterProfile(allNames{1});
Display the names of all the available profiles and get the cluster identified by the last
profile name in the list.
Zobrazit stránku 559
1 2 ... 555 556 557 558 559 560 561 562 563 564 565 ... 655 656

Komentáře k této Příručce

Žádné komentáře