From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0990C3858D3C; Fri, 2 Jun 2023 10:07:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0990C3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685700429; bh=VVioO5uMFWyDLdSiAvaQOkWw6fknlA8bdMsadQsiUeE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RvzWUkZZV/HYgRxg9BeaJLEnCPc3KaBj5zE9AMIFL2mUuulsyFzr6ZI+4IYDK3wRM elp8UVcUSe4ggQCOg2Hmxk4oGMp4ImEEfuBUm8AfixrgV0CgJD817mI/0nDLu4L7HC eCipWCuS+XCsrvJ3gjKEBIkavCvEkMi2KIDA7Fn8= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/66005] libgomp make check time is excessive Date: Fri, 02 Jun 2023 10:07:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: openacc, openmp, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: tschwinge at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: tschwinge at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66005 --- Comment #18 from Thomas Schwinge --- (In reply to Iain Sandoe from ) > I am also somewhat puzzled by what conditions I need to take advantage of > the parallel running? > Darwin has /usr/bin/getconf and AFAICT the number of cpus is reported OK > both at runtime and during config (That's not actually relevant for libgomp parallel testing.) > but it seems to be determined to run a single process. That's the fail-safe default if there's no 'flock' executable available -- which I suspect is the case on your Darwin systems? My recent commit r14-1490-g04abe1944d30eb18a2060cfcd9695d085f7b4752 "Support parallel testin= g in libgomp: fallback Perl 'flock' [PR66005]" should've addressed that case (if= you have Perl).=