On 04/27/2010 03:40 PM, David E DeMarle wrote:
> Hmm, I believe kargad is building its submission in parallel:
> 
> cmake-2.8.1
> set (CTEST_BUILD_FLAGS "-j 8")
> 

Do you actually see 8 compiler processes?

The time seems right but I don't trust the times on the dashboard right now.

> Maybe there is something to be gleaned from:
> http://www.cdash.org/CDash/viewNotes.php?buildid=596035
> ?
> 

I don't see anything new there unless paraview_common.cmake is changing
very rapidly and everybody has a different version.

This is what makes me the most doubtful :

$ find CMake/ -exec grep -l CTEST_BUILD_FLAGS '{}' \;
CMake/Source/CTest/cmCTestBuildCommand.cxx
$ grep CTEST_BUILD_FLAGS CMake/Source/CTest/cmCTestBuildCommand.cxx
      : this->Makefile->GetDefinition("CTEST_BUILD_FLAGS");
[ke...@bubbles kitware]$

CTEST_BUILD_FLAGS is mentioned only once in all of CMake!

It's not mentioned at all in ParaView.

$ find ParaView/ -exec grep -l CTEST_BUILD_FLAGS '{}' \;
$

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