[Bugzilla] [Bug 13158] Stéphane MOTTELET has changed cc

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Tue Apr 14 17:54:38 CEST 2015


http://bugzilla.scilab.org/show_bug.cgi?id=13158
--------- Bug Summary -----------
Problem with parallel_run on OS X

---------- Changed by ------------
stephane.mottelet at utc.fr

---------- What changed ----------
cc


Stéphane MOTTELET <stephane.mottelet at utc.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stephane.mottelet at utc.fr

--- Comment #5 from Stéphane MOTTELET <stephane.mottelet at utc.fr> ---
I have a quick and dirty workaround: just insert a nop-like unix command, then the synchronization problem disappears. Maybe this may give a hint for
Scilab developpers...

function a=g(arg1)
  a=arg1*arg1
  unix(':')
endfunction


for i=1:10
  disp(parallel_run(1:10, g))
end

    1.    4.    9.    16.    25.    36.    49.    64.    81.    100.  

    1.    4.    9.    16.    25.    36.    49.    64.    81.    100.  

    1.    4.    9.    16.    25.    36.    49.    64.    81.    100.  

    1.    4.    9.    16.    25.    36.    49.    64.    81.    100.  

    1.    4.    9.    16.    25.    36.    49.    64.    81.    100.  

    1.    4.    9.    16.    25.    36.    49.    64.    81.    100.  

    1.    4.    9.    16.    25.    36.    49.    64.    81.    100.  

    1.    4.    9.    16.    25.    36.    49.    64.    81.    100.  

    1.    4.    9.    16.    25.    36.    49.    64.    81.    100.  

    1.    4.    9.    16.    25.    36.    49.    64.    81.    100.

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20150414/8fc5662a/attachment.htm>


More information about the Bugzilla mailing list