MATLAB DISTRIBUTED COMPUTING SERVER 4 - SYSTEM ADMINISTRATORS GUIDE Guide de l'utilisateur Page 26

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 36
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 25
1 Cloud Computing
1-20
Number Finished: 0
- MJSComputeCloud Specific Properties
Name: MyCluster
State: online
NumBusyWorkers: 0
NumIdleWorkers: 32
Now you can use the cluster object to create jobs and tasks in the usual manner. For
example:
parpool(c,8)
or
createJob(c)
Use Downloaded Profile for Cloud Cluster
As an alternative to fetchCloudClusters, you can use the a profile downloaded from
the Cloud Center to identify the cluster you want to access. (See “Download Cluster
Profile to Local Machine” on page 1-9.) For example, suppose you downloaded the profile
settings file to a file named C:\temp\MyCluster.settings. You can access and use
this profile programmatically with:
parallel.importProfile('C:\temp\MyProfile')
c = parcluster('MyProfile')
Then proceed to use this cluster for creating jobs or running parallel algorithms:
parpool(c,2)
or
createJob(c)
Vue de la page 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 ... 35 36

Commentaires sur ces manuels

Pas de commentaire