On 04/27/2010 04:40 PM, David E DeMarle wrote:
> I just confirmed that it does spawn 8 compiler instances, I do not
> pretend to understand the cmake magic behind it.
> 

I just got 12 compiler instances out of a test cmake script that just has :

# Client maintainer: [email protected]
set(CTEST_SITE "bubbles.hooperlab")
set(CTEST_BUILD_NAME "ParallelBuildTest")
set(CTEST_BUILD_CONFIGURATION Debug)
set(CTEST_CMAKE_GENERATOR "Unix Makefiles")
set(CTEST_BUILD_FLAGS "-i -j 12")
include(${CTEST_SCRIPT_DIRECTORY}/paraview_common.cmake)

I guess it's time to start adding lines one at a time...

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
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

Reply via email to