User`s guide

15-3
memory allocation was approximately 50 MB. The new higher limits are approximately
600MB on 32-bit systems and 2GB on 64-bit systems. See Object Data Size Limitations.
Changed Function Names for Distributed Arrays
Several functions related to distributed arrays have changed names in this release.
Compatibility Considerations
The following table summarizes the changes in function names relating to distributed
arrays.
Old Function Name New Function Name
darray distributed, distributor
distribute distributed
dcolonpartition defaultPartition
distribdim distributionDimension
isdarray isdistributed
labgrid labGrid
local localPart
partition distributionPartition
localspan globalIndices
Support for PBS Pro and TORQUE Schedulers
Parallel Computing Toolbox software now fully supports PBS Pro
®
and TORQUE
schedulers. These schedulers are integrated into parallel configurations and scheduler-
related functions like findResource.
Note If you do not have a shared file system between client and cluster machines, or
if you cannot submit jobs directly to the scheduler from the client machine, any use
of third-party schedulers for parallel jobs (including pmode, matlabpool, and parfor)
requires that you use the generic scheduler interface.