Notes: this tool was written in around year 2009 to 2010. It may need significant modifications to work with latest Hadoop and gcc compilers. /Eric
Homepage: https://www.ericzma.com/projects/mrcc/ .
mrcc is an open source compilation system that uses MapReduce to distribute C code compilation across the servers in the cloud computing platform. mrcc is originally built to use Hadoop, but it is easy to transform it to other could computing platform by only changing the interface to the computing platform.
Introduction to the architecture, implementation and instalation instruction of mrcc can be found in the mrcc document.
GPL
- Eric Z. Ma
- distcc authors (the code base includes distcc codes. Kudos to distcc developers!)