User`s guide

R2015a
1-6
Compatibility Considerations
Calling matlabpool now generates an error. You should instead use parpool to create a
parallel pool.
Upgrade parallel computing products together
This version of Parallel Computing Toolbox software is accompanied by a corresponding
new version of MATLAB Distributed Computing Server software.
Compatibility Considerations
As with every new release, if you are using both parallel computing products, you must
upgrade Parallel Computing Toolbox and MATLAB Distributed Computing Server
together. These products must be the same version to interact properly with each other.
Jobs created in one version of Parallel Computing Toolbox software will not run in a
different version of MATLAB Distributed Computing Server software, and might not
be readable in different versions of the toolbox software. The job data stored in the
folder identified by JobStorageLocation (formerly DataLocation) might not be
compatible between different versions of MATLAB Distributed Computing Server.
Therefore, JobStorageLocation should not be shared by parallel computing products
running different versions, and each version on your cluster should have its own
JobStorageLocation.