CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1669
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 15:47:06 GMT
traceparent: 79befdef774594b4707d36c170be1323
strict-transport-security: max-age=15768000
Re: make tests parallel - nntp.perl.org
Front page | perl.perl5.porters |
Postings from August 2008
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

Re: make tests parallel
Thread Previous | Thread NextFrom:
Eric WilhelmDate:
August 6, 2008 09:19Subject:
Re: make tests parallelMessage ID:
200808060918.52655.ewilhelm@cpan.org# from Nicholas Clark # on Wednesday 06 August 2008 02:31: >I had hoped that it would be possible to make a stab at parsing the > command line options to make to try to automatically run the same > number of tests as make jobs, but, for GNU make: > >$ make -j 6 foo >perl -e 'print "$_\n" foreach @ARGV' -- --jobserver-fds=3,4 -j >--jobserver-fds=3,4 >-j What does your foo target look like? >which I guess makes sense - rather than having subordinate makes also > run 6 (or 3) jobs, it ensures that the total number of jobs is no > more than the value given to the top level command line -j flag. Do subordinate makes need to be involved? I've never had a reason to know or like make, so perhaps I'm incorrectly assuming that one harness can be handed a list of tests? Is the -j flag going to cause make to run amuck in the subdirectories? --Eric -- Minimum wage help gives you minimum service. --David Schomer --------------------------------------------------- https://scratchcomputing.com ---------------------------------------------------Thread Previous | Thread Next
- make tests parallel by Nicholas Clark
- Re: make tests parallel by H.Merijn Brand
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Nicholas Clark
- Re: make tests parallel by Aristotle Pagaltzis
- Re: make tests parallel by Nicholas Clark
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Nicholas Clark
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About