From: c. <car...@gm...> - 2012-09-24 07:50:05
|
On 24 Sep 2012, at 08:55, Paul Dreik wrote: > That is why I asked if there is a package that improves from it - I > guess a package has to use multiple source files, where at least some > are nondependent so they can be compiled in parallel. openmpi_ext is a good example for this, it has many .cc files that can all be compiled independently. c. |