Hi all,<br><br>Does someone has an experience with parallel rtrace processes execution within rtcontrib program?<br>This is set with -n option in rtcontrib, which in child rtrace processes uses -PP option.<br><br>It works perfectly in Linux, but I couldn&#39;t make it work in Windows.<br>

<br>For command like this:<br>
rtcontrib -n 2  -I+ -V- -h-  -b tbin -o outfile.txt -m sky  -f tregenza.cal @param.opt octree.oct &lt; points.txt<br>
<br>
I&#39;ve got errors:<br>
bin/rtrace: fatal - command line error at &#39;-PP&#39;<br>
rtcontrib: system - select call error in wait_rproc()<br>
bin/rtrace: fatal - command line error at &#39;-PP&#39;<br><br>If started without -n option rtcontrib works without problems in both OS.<br>
<br>
Since in Windows I&#39;m using Francesco&#39;s MinGW Radiance binaries, I
suspected that my binaries aren&#39;t up to date.<br>I downloaded current
Radiance version from CVS and rebuild all programs with scons in
Windows.<br>
After that error remains the same, and -PP option in rtrace is not recognized.<br>
<br>
Greg suggested that is could be a problem with file locking, but no idea how to solve this.<br>Maybe some variables/flags should be set during compilation on Windows!?<br><br>Any suggestions are welcome,<br>Marija<br>