[Scilab-users] parallel_run under OSX

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


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.



More information about the users mailing list