Re: [Scilab-users] parallel_run under OSX

2013-03-08 Thread Stéphane Mottelet
Le 06/03/13 18:27, Sylvestre Ledru a écrit : Le 06/03/2013 15:43, Stéphane Mottelet a écrit : Le 06/03/13 15:30, Stéphane Mottelet a écrit : Hello, is parallel_run supposed to work under MacOS X (tested here with Scilab 5.4.0) ? There seems to be ideas about a fix for Darwin :

Re: [Scilab-users] parallel_run under OSX

2013-03-08 Thread Sylvestre Ledru
On 08/03/2013 10:09, Stéphane Mottelet wrote: Le 06/03/13 18:27, Sylvestre Ledru a écrit : Le 06/03/2013 15:43, Stéphane Mottelet a écrit : Le 06/03/13 15:30, Stéphane Mottelet a écrit : Hello, is parallel_run supposed to work under MacOS X (tested here with Scilab 5.4.0) ? [...] I have

[Scilab-users] parallel_run under OSX

2013-03-06 Thread Stéphane Mottelet
Hello, is parallel_run supposed to work under MacOS X (tested here with Scilab 5.4.0) ? --function a=g(arg1) -- a=arg1*arg1 --endfunction -- --res=parallel_run(1:10, g); A previous error has been detected while loading libsciparallel.dylib: !--error 999 Impossible

Re: [Scilab-users] parallel_run under OSX

2013-03-06 Thread Stéphane Mottelet
Le 06/03/13 15:30, Stéphane Mottelet a écrit : Hello, is parallel_run supposed to work under MacOS X (tested here with Scilab 5.4.0) ? --function a=g(arg1) -- a=arg1*arg1 --endfunction -- --res=parallel_run(1:10, g); A previous error has been detected while loading libsciparallel.dylib:

Re: [Scilab-users] parallel_run under OSX

2013-03-06 Thread Stéphane Mottelet
Le 06/03/13 15:30, Stéphane Mottelet a écrit : Hello, is parallel_run supposed to work under MacOS X (tested here with Scilab 5.4.0) ? --function a=g(arg1) -- a=arg1*arg1 --endfunction -- --res=parallel_run(1:10, g); A previous error has been detected while loading libsciparallel.dylib:

Re: [Scilab-users] parallel_run under OSX

2013-03-06 Thread Sylvestre Ledru
Le 06/03/2013 15:43, Stéphane Mottelet a écrit : Le 06/03/13 15:30, Stéphane Mottelet a écrit : Hello, is parallel_run supposed to work under MacOS X (tested here with Scilab 5.4.0) ? There seems to be ideas about a fix for Darwin : http://gcc.gnu.org/ml/gcc/2008-02/msg00368.html I think