On Tue, Aug 9, 2011 at 4:02 PM, <michael_rytt...@agilent.com> wrote: > > P.S. why isn’t “make check” structured so that the –j option to make would > work. It would be nice to use multiple threads to speed up the run.
The testsuite itself is internally parallelized. I don't remember what the magic options are to enable it, or if it is on by default, but using -j for make check won't help. (The reason we parallelize outside of 'make' is that we often run the tests outside of 'make', and can take advantage of the parallelism in those scenarios.) -Hyrum -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com/