From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA0DE3858C31; Mon, 15 May 2023 18:35:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA0DE3858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684175712; bh=ZMF1+8vjYZVJY9gxJwZIij9Zg7gfa7J+fGc9IPVbKyM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SxW7p17HEf6aKB0fhIbAqfUIvLjnok55wYcupK1uWvp2FsDocnWdWCzXcLvt0Y0Qh 10DQuhtJo7Mp20BjGqfpgt1dwdFLYhnMb+2bvxlsdAI7Uug2HMWEN8cX5qNbw4DYPO lVAJ0HLxKSpHnuXZtH6LAA64tbBiYQN7GqPIauKI= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/66005] libgomp make check time is excessive Date: Mon, 15 May 2023 18:35:10 +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 #11 from Thomas Schwinge --- (In reply to myself from comment #10) > Could we easily build a portable 'flock'-like using 'fcntl' locking > primitives? (, for example.) > (I've not yet looked.) But simpler, is it OK to require Perl (Ick!) for parallelized 'check-target-libgomp'? There's , and I've got that implemented as a fallback 'flock'. (It's certainly not, after two decades or so, my desire to write something in Perl, but I suppose it's available "almost everywhere" and the fallback 'flock' is simple to implement.)=