On 16. Jan 2008, at 20:53, Gordon_Erlebacher wrote: > Hi Stefan, > > Assume that I have a ply file in a file that is shared across multiple > nodes and the binary file is not yet created. > I start up eqPly to run on these different nodes. Does each node > process the ply file to create a kd tree in a binary format? Somehow I > doubt that. > > If there some nodes are shared and some are not, is the kd tree > computed > just once for each shared system, or once for every node? It is hard > to tell what is happening.
Each node does recompute the binary format, since eqPly makes no assumption that the filesystem is shared. My normal workflow was so far to test config.eqc before moving to the cluster - so that it this point the binary cache was already created. Ideally it should be an external converter, and eqPly only reads its custom format - OR to use a diskless render client implementation where the data is distributed from the application node. HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

