From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 939073858C2A; Thu, 21 Dec 2023 11:47:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 939073858C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703159230; bh=P7EaLRRa+NU6LgQDG+UQ7JkEclOFtjDzrFranSdgV8s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QmmAhOIcWRjnRqS39agWR6G5pVU+22HAOtwD0JY+m6reKQ8hsMHDZNobu6VOsX57U kPngF9b9VAeuDBBPBYK1SCZUOJ9wxgqaUwlNNE4kXq8mrYDY+mTiYLpTfnir+wwgUf YScIiBIVWYwhWF5PSrLnCJtB7Ax4LAJkJInEbb6k= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/113005] 'libgomp.fortran/rwlock_1.f90', 'libgomp.fortran/rwlock_3.f90' execution test timeouts Date: Thu, 21 Dec 2023 11:47: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: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D113005 --- Comment #2 from Jakub Jelinek --- Yeah, perhaps just num_threads(8) to all of those? Why is there total_threads =3D omp_get_max_threads () btw, when nothing uses it?=