Re: [Scilab-users] error 26 Too complex recursion!

2013-03-06 Thread haasejos
hello, thank you for your answers. I tried several examples (see results as comments) *clear; xdel; clc; function [gg1]=g1(xi); //disp('function g1 vor gg1 = ...'); //pause; gg1=toto(xi)*exp(imult(-2*nn*%pi*xi/L)); //gg1=exp(-%i*2*nn*%pi*xi/L); endfunction; function [aaa]=a1(nn);

[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 Imposs

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.dyli

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.