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'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 < points.txt<br>
<br>
I've got errors:<br>
bin/rtrace: fatal - command line error at '-PP'<br>
rtcontrib: system - select call error in wait_rproc()<br>
bin/rtrace: fatal - command line error at '-PP'<br><br>If started without -n option rtcontrib works without problems in both OS.<br>
<br>
Since in Windows I'm using Francesco's MinGW Radiance binaries, I
suspected that my binaries aren'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>