User`s guide
7-9
The Cluster Profile Manager lets you create, edit, validate, import, and export profiles,
among other actions. To open the Cluster Profile Manager, select Parallel > Manage
Cluster Profiles.
For more information about cluster profiles and the Cluster Profile Manager, see Cluster
Profiles.
Programming with Profiles
These commands provide access to profiles and the ability to create cluster objects.
Function Description
p = parallel.clusterProfiles List of your profiles
parallel.defaultClusterProfile Specifies which profile to use by default
c = parcluster('clustername') Creates cluster object, c, for accessing
parallel compute resources
c.saveProfile Saves changes of cluster property values to
its current profile
c.saveAsProfile Saves cluster properties to a profile of the
specified name, and sets that as the current
profile for this cluster
parallel.importProfile Import profiles from specified .settings
file