<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:stephane.mottelet@utc.fr" title="Stéphane MOTTELET <stephane.mottelet@utc.fr>"> <span class="fn">Stéphane MOTTELET</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Problem with parallel_run on OS X"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13158">bug 13158</a>
<br><br>
---------- Bug Summary ----------- <br>Problem with parallel_run on OS X <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>stephane.mottelet@utc.fr
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Problem with parallel_run on OS X"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13158#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Problem with parallel_run on OS X"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13158">bug 13158</a>
from <span class="vcard"><a class="email" href="mailto:stephane.mottelet@utc.fr" title="Stéphane MOTTELET <stephane.mottelet@utc.fr>"> <span class="fn">Stéphane MOTTELET</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>