Re: [CMake] parallel ctest spawning too many threads

2011-04-21 Thread David Cole
This is the first I've ever heard of it... Cool bug! (that was just a wee bit of sarcasm accompanied by a wry smile...) What version of ctest? Is this a project that is publicly available, so that I can try to reproduce it here and help these innocent coders...? Thanks, David On Wed, Apr

Re: [CMake] parallel ctest spawning too many threads

2011-04-21 Thread Kelly Thompson
ctest version 2.8.4 -kt From: David Cole [mailto:david.c...@kitware.com] Sent: Thursday, April 21, 2011 6:34 AM To: k...@lanl.gov Cc: cmake@cmake.org Subject: Re: [CMake] parallel ctest spawning too many threads This is the first I've ever heard of it... Cool bug! (that was just a wee

Re: [CMake] parallel ctest spawning too many threads

2011-04-21 Thread David Cole
. Once that is done, I will post it. % ctest --version ctest version 2.8.4 -kt** *From:* David Cole [mailto:david.c...@kitware.com] *Sent:* Thursday, April 21, 2011 6:34 AM *To:* k...@lanl.gov *Cc:* cmake@cmake.org *Subject:* Re: [CMake] parallel ctest spawning too many threads

[CMake] parallel ctest spawning too many threads

2011-04-20 Thread Kelly Thompson
Fellow CMake users: I'm having a problem with one of my projects when I run 'ctest -jN'. The problem is that after 70-90 tests, ctest decides to submit all of the remaining tests at once (~200 tests worth). For example (actual test names replaced to protect the innocent :-) % ctest -j16 Test

[CMake] parallel ctest

2006-05-01 Thread Clinton Stimpson
Does CTest support running multiple tests concurrently? So that one could run tests in a fraction of the time on an smp or dual-core system? For a project, we have a unix test script which does that, and I was wondering if CTest had that ( ... thinking of using CTest instead, as we're already

Re: [CMake] parallel ctest

2006-05-01 Thread Andy Cedilnik
Hi Clint, This feature is on my list, but it will probably take some time to develop it. So, the answer is: currently not. Andy Clinton Stimpson wrote: Does CTest support running multiple tests concurrently? So that one could run tests in a fraction of the time on an smp or