xgridcc - Distributed Compilation with Xgrid
By drewmccormack at Wed, Feb 8 2006 2:46pm |
Description:
This script can be used to perform distributed compilation with Xgrid and gcc, much like distcc in Xcode. It is basically intended for demonstrative purposes, but could be adapted and used in a real project, and even with different compilers and programming languages (unlike distcc).
To use it, fill a directory with some source files, and pass the file names on the command line, like so
xgridcc *.c
Author's Email:
drewmccormack@mac.com
Author's Full Name:
Drew McCormack
Author's Homepage:
http://www.maniacalextent.com
Script File:
xgridcc.zip (1.06 KB)


