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@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to