0

I am looking for a built system that I can distribute it over a cluster of multi-core CPUs (for speed-up purposes). I have big design in C/C++ and my platform is Linux (Red-Hat). So these are the following measure that are important for me:

  • runs in a distributed mode

  • supports the use of multi-core

  • scalable for big designs and incremental compiles/builds

  • Fast

  • Possibly open source.

  • works under Linux

Mehrdad
  • 107
  • 8
  • 2
    Doesn't `make -j` suit your needs? I'm not sure whether it can distribute work between clusters, but it does multithreading fine. – ForceBru Jan 20 '17 at 20:18
  • make is not fast enough for my design! please remove the duplicate flag @BaummitAugen – Mehrdad Jan 20 '17 at 20:24
  • 1
    It is a duplicate. The linked question includes your question. Anyway, you could look at Incredibuild. It's good, but it costs money. – Rob K Jan 20 '17 at 20:32

0 Answers0