User`s guide

R2009b
12-4
Enhancements to Admin Center
Admin Center has several small enhancements, including more conveniently located
menu choices, modified dialog boxes, properties dialog boxes for listed items, etc.
Adding or Updating File Dependencies in an Open MATLAB Pool
Enhancements to the matlabpool command let you add or update file dependencies in a
running MATLAB pool. The new forms of the command are
matlabpool('addfiledependencies', filedepCell)
matlabpool updatefiledependencies
where filedepCell is a cell array of strings, identical in form to those you use
when adding file dependencies to a job or when you open a MATLAB pool. The
updatefiledependencies option replicates any file dependency changes to all the labs
in the pool.
Updated globalIndices Function
The globalIndices function now requires that you specify the dimension of distribution
as its second argument. Because this argument is required, it must precede the optional
argument specifying the lab.
Compatibility Considerations
In previous toolbox versions, the globalIndices function accepted the lab argument
before the dimension argument, and both were optional. Now the dimension argument is
required, and it must precede the optional lab argument.
Support for Job Templates and Description Files with HPC Server 2008
Using job templates and job description files with Windows HPC Server 2008 lets you
specify nodes and other scheduler properties for evaluating your jobs. To support these
features, the ccsscheduler object has new properties:
ClusterVersion — A string set to 'CCS' or 'HPCServer2008'
JobTemplate — A string set to the name of the job template to use for all jobs