From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6B4C13858D33; Sun, 21 May 2023 18:56:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B4C13858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684695412; bh=8UxEVp3EeCXtMn9bAqHAnMOOvQY6OkZm5JdbLb5wDec=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JiWWn9k+buQcKKMXERU1DudwvK4aVT61T56oZUFp+/RKVjaz2472M+DTeoOAJemO8 mozjEOxSnl83LmlJfeBgKwu3lbMR1lv3rZk/I9ztVxpdfJM21O00kpUEiRdfzzVVzm 7QD4TeNxqVOBJu2Kl/fKdpiZUfCqtP6TxCq2TNho= From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBsaWJnb21wLzEwOTg3NV0gW09wZW5NUF0gbnRlYW1zLXZh?= =?UTF-8?B?ciAvIE9NUF9OVU1fVEVBTVMg4oaSIElDViBub3QgcGFzc2VkIHRvIHRoZSBk?= =?UTF-8?B?ZXZpY2UgLyBkZWZhdWx0IHZhbHVl?= Date: Sun, 21 May 2023 18:56:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution bug_status 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=3D109875 Tobias Burnus changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #4 from Tobias Burnus --- FIXED the issue that the number of teams in target regions exceeded the lim= it set by the nteams-var ICV. (=E2=86=92 GCC mainline/14). Unsolved: Checking whether the omp_get_max_teams() returns the proper value= or not. =E2=80=94 This depends on the outcome of OpenMP Spec Issue 3619. Still close this issue as a likely solution could be to keep the current implementation (init =3D 0, return value of the ICV, which is 0), possibly = except for permitting 0 for the env var (0 is already accepted for omp_set_num_devices), but the outcome should be tracked in a new issue.=