[scilab-Users] Re: Parallel execution

Samuel Gougeon sgougeon at free.fr
Fri Nov 18 13:20:13 CET 2011


Hello,

Le 18/11/2011 07:45, christian.wohlschlager at jku.at a écrit :
> .../...
> I think the problem was that he started with nb_workers=0 which means take
> every cpu and this 3 times.
> Thats my first clue am i right. how default to start with 8 provessors ?
>    
You may try with:

params = mlist(["plist" "nb_workers"],8);
tic;res=parallel_run(1:2000, g, params);toc

Samuel



More information about the users mailing list