From: maxwell10 on 18 May 2010 03:31 I wrote: matlabpool open local 8 but I got: ??? Error using ==> distcomp.interactiveclient.start at 81 Failed to create and submit a parallel job. This is caused by: A job submitted to a local scheduler can only use up to 4 labs The server has two xenon with 4 core each How can I open all 8 core?
From: Pekka Kumpulainen on 18 May 2010 09:32 maxwell10 <maxwellphy(a)hotmail.com> wrote in message <1183719523.179861.1274182341943.JavaMail.root(a)gallium.mathforum.org>... > I wrote: > matlabpool open local 8 > but I got: > ??? Error using ==> > distcomp.interactiveclient.start at 81 > Failed to create and submit a parallel job. > This is caused by: > A job submitted to a local scheduler can only > use up to 4 labs > > The server has two xenon with 4 core each > How can I open all 8 core? Which version do you use? The max number of local workers was increased from 4 to 8 in 2009a.
From: maxwell10 on 18 May 2010 07:12 I use 2008, Is there anything I can do? upgrade the toolbox or something?
From: Walter Roberson on 18 May 2010 11:22 maxwell10 wrote: > I use 2008, > Is there anything I can do? upgrade the toolbox or something? The toolbox version has to match the Matlab version, so you would have to upgrade both in order to get the change to support 8 local workers.
From: Steven Lord on 18 May 2010 13:38 "maxwell10" <maxwellphy(a)hotmail.com> wrote in message news:1362757974.180975.1274195552553.JavaMail.root(a)gallium.mathforum.org... >I use 2008, > Is there anything I can do? upgrade the toolbox or something? You could upgrade MATLAB and Parallel Computing Toolbox together, as Walter suggested, or you could use MATLAB Distributed Computing Server to start a scheduler other than the local scheduler and start 4 labs on your worker using that scheduler. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: optimisation fminsearch Next: Probability Density Function needed |