Hmm, I believe kargad is building its submission in parallel: cmake-2.8.1 set (CTEST_BUILD_FLAGS "-j 8")
Maybe there is something to be gleaned from: http://www.cdash.org/CDash/viewNotes.php?buildid=596035 ? David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Tue, Apr 27, 2010 at 3:09 PM, Kevin H. Hobbs <[email protected]> wrote: > This is probably a cmake issue but... > > I can not get cmake-2.8.1 or cmake built from cvs to build ParaView > (VTK, or ITK) in parallel. > > I have tried setting both > > set(CTEST_BUILD_FLAGS "-i -j8") > > and > > set(CTEST_BUILD_COMMAND "/usr/bin/gmake -i -j8") > > but neither has any effect. > > The old CMakeCache.txt variable > > MAKECOMMAND:STRING=/usr/bin/gmake -i -j8 > > works only for cmake-2.6 ( and earlier. ) > > cmake-2.6 does not support git. > > cmake-2.6 does not support parallel testing. > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
