[Scilab-users] parallel_run under OSX

Stéphane Mottelet stephane.mottelet at utc.fr
Wed Mar 6 15:43:51 CET 2013


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:
>                           !--error 999
> Impossible de charger la bibliothèque libsciparallel.dylib :
> dlopen(/Applications/scilab-5.4.0.app/Contents/MacOS/share/scilab/modules/parallel/.libs/libsciparallel.dylib,
> 10): Symbol not found: _omp_get_num_procs
>   Referenced from:
> /Applications/scilab-5.4.0.app/Contents/MacOS/share/scilab/../../lib/scilab//libsciparallel.dylib
>   Expected in: flat namespace
>  in
> /Applications/scilab-5.4.0.app/Contents/MacOS/share/scilab/../../lib/scilab//libsciparallel.dylib
>
> S.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
There seems to be ideas about a fix for Darwin :

http://gcc.gnu.org/ml/gcc/2008-02/msg00368.html

S.



More information about the users mailing list