Derek, Derek M Jones wrote:
I am wondering whether to split my eventual 100'ish scripts across multiple nodes or to split the source across the nodes. I guess the 'traditional' Google approach is to split up the data.
When working on the ASPLOS paper with our 48 core machine, we tried both. One limiting factor is the file system cache if you have a lot of different source files to process. In our case, it was interesting to process several semantic patches on a single source file. That way the source file and all includes are reused more than a single time.
Gilles -- http://lip6.fr/Gilles.Muller _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
