On Fri 22 Aug 2003 16:13, Abe Timmerman <[EMAIL PROTECTED]> wrote: > Op een niet al te zonnige zomerdag (Friday 22 August 2003 15:02), schreef > H.Merijn Brand: > > > On Thu 21 Aug 2003 13:45, Abe Timmerman <[EMAIL PROTECTED]> wrote: > > > Op een zonnige zomerdag (Thursday 21 August 2003 12:48), schreef H.Merijn > > > > > > Brand: > <snip> > > > Ja, dat kostte me ook een half jaar om te realiseren dat het niet > > > verstandig is om de cwd weg te gooien (Solaris had het zelfde probleem), > > > dank je voor de melding. > > 1.18.04 rsyncable (and as a snapshot on http://ztreet.xs4all.nl/perl/) > > > HP-UX heeft een ander, minstens net zo leuk, probleem(pje) :))) > > > > t/get_cpus.........ok 2/3get_ncpu: unknown operationg system at > > t/get_cpus.t lin e 12 > > t/get_cpus.........ok > > 1/3 skipped: OS does not seem to be supported (hpux) > > Did $^O change for this version? > Does the command for finding #cpus work? Then I only have to adjust the regex. > > /hp-ux/i && do {
Still not changed in the rsync'ed version > my @output = grep /^processor/ => `ioscan -fnkC processor`; > $cpus = scalar @output; > last OS_CHECK; > }; New question: How do I/we deal with starting multiple smokes on the same machine with the same source tree, but with different compilers? How do I control the cron process to e.g. run continuesly +-> smoke-5.8.x-cc -> smoke-5.9.x-cc -> smoke-5.8.x-gcc -> smoke-5.9.x-gcc -+ | | +-------------------------------------<-------------------------------------+ No start time, no end time, but just like an endless cycle -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on HP-UX 10.20 & 11.00, 11i, AIX 4.3, SuSE 8.2, and Win2k. http://www.cmve.net/~merijn/ http://archives.develooper.com/[EMAIL PROTECTED]/ [EMAIL PROTECTED] send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org
