MATLAB: Problem with matlabpool on Matlab

matlabpoolparallel computingParallel Computing Toolbox

Hi everyones,
It seems I have a problem by using matlabpool on my Matlab version for Unix (MacOS Mountain Lion)
I have the following error message : Error using matlabpool (line 134) Undefined function 'distcomp.fileserializer' for input arguments of type 'distcomp.filestorage'.
Error in Example_Script (line 63)
matlabpool('open', clusterConfig1, 2)
Does anyone has an answer ? Thanks a lot !
Related Question