> However, parallel ray trace fails on every primitive(including ell, ehy, sph > etc). I get a message on the terminal saying '-z doesn't exist', generated by > function db_lookup(). A quick grep takes my to the function in librt. The > option is checked here using RT_DBHASH().
The db_lookup() function is what loads an object on disk. It’s trying to load an object named “-z”, which is not correct for hopefully obvious reasons. > I tried couldn't find the definition of this. Can someone tell me why -z is > not being recognized? Right now, lookup of -z fails and the ray trace > continues serially. You need to consider where the -z is coming from. You specified -z to the rt command. For whatever reason, it’s not getting processed correctly as a command-line argument. Sean ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ BRL-CAD Developer mailing list brlcad-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/brlcad-devel