MATLAB PARALLEL COMPUTING TOOLBOX - S Guide de l'utilisateur Page 560

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 656
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 559
1 2 ... 555 556 557 558 559 560 561 562 563 564 565 ... 655 656

Commentaires sur ces manuels

Pas de commentaire