From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B122158090 for ; Thu, 5 May 2022 04:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA637E0821; Thu, 5 May 2022 04:07:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BB56E0821 for ; Thu, 5 May 2022 04:07:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A117341B99 for ; Thu, 5 May 2022 04:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC1F1465 for ; Thu, 5 May 2022 04:07:30 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1651620469.30de3971dbc797545a785fe887d2aa28a3ae4d21.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/parsec/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/parsec/metadata.xml sys-cluster/parsec/parsec-3.0.2012.ebuild X-VCS-Directories: sys-cluster/parsec/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 30de3971dbc797545a785fe887d2aa28a3ae4d21 X-VCS-Branch: master Date: Thu, 5 May 2022 04:07:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27457714-6689-4286-be79-52d47cbaf0cd X-Archives-Hash: fc3a8bb471e7d836ed41b2cfab17e731 commit: 30de3971dbc797545a785fe887d2aa28a3ae4d21 Author: Alessandro Barbieri gmail com> AuthorDate: Tue May 3 23:10:28 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue May 3 23:27:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30de3971 sys-cluster/parsec: disable some useflags used in the next release Closes: https://bugs.gentoo.org/840710 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/parsec/metadata.xml | 9 +++++---- sys-cluster/parsec/parsec-3.0.2012.ebuild | 24 +++++++++++++++--------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/sys-cluster/parsec/metadata.xml b/sys-cluster/parsec/metadata.xml index 79382d06a..281014f7a 100644 --- a/sys-cluster/parsec/metadata.xml +++ b/sys-cluster/parsec/metadata.xml @@ -6,8 +6,9 @@ Alessandro Barbieri - https://bitbucket.org/icldistcomp/parsec/issues + https://github.com/ICLDisco/parsec/issues icldistcomp/parsec + ICLDisco/parsec PaRSEC is a generic framework for architecture aware scheduling and management of micro-tasks on distributed many-core heterogeneous architectures. Applications we consider can be expressed as a Direct Acyclic Graph of tasks with labeled edges designating data dependencies. PaRSEC assigns computation threads to the cores, overlaps communications and computations and uses a dynamic, fully-distributed scheduler based on architectural features such as NUMA nodes and algorithmic features such as data reuse. @@ -21,9 +22,9 @@ The framework includes libraries, a runtime system, and development tools to hel Use a complete bitmask to track the dependencies, instead of a counter -- increase the debugging features, but limits to a maximum of 30 input dependencies Keep a summarized history of critical events in memory that can be dumped in gdb when deadlock occur - Enable the memory access checker - Enable only the memory leak checker - Enable the memory thread-race checker + + + Enable chatterbox-like verbose debugging (may impact performance) Enable extra paranoid checks (may impact performance) Use optimized asynchronous operations where collective communication pattern is detected diff --git a/sys-cluster/parsec/parsec-3.0.2012.ebuild b/sys-cluster/parsec/parsec-3.0.2012.ebuild index 4e2b129a2..a09891890 100644 --- a/sys-cluster/parsec/parsec-3.0.2012.ebuild +++ b/sys-cluster/parsec/parsec-3.0.2012.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 DOCS_BUILDER="doxygen" DOCS_DIR="docs/doxygen" @@ -16,11 +16,13 @@ S="${WORKDIR}/icldistcomp-${PN}-d2ae4175f072" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" + +# next release +# parsec-debug-mem-addr +# parsec-debug-mem-leak +# parsec-debug-mem-race IUSE_PARSEC_DEBUG=" parsec-debug-history - parsec-debug-mem-addr - parsec-debug-mem-leak - parsec-debug-mem-race parsec-debug-noisier parsec-debug-paranoid " @@ -65,9 +67,12 @@ BDEPEND=" RESTRICT="!test? ( test )" REQUIRED_USE=" ?? ( mpi sim ) - ?? ( parsec-debug-mem-addr parsec-debug-mem-leak parsec-debug-mem-race ) + ?? ( parsec-debug-noisier parsec-debug-history ) + ?? ( parsec-prof-dry-body parsec-prof-dry-dep parsec-prof-dry-run ) ?? ( parsec-prof-btf parsec-prof-otf2 ) " +# next release +# ?? ( parsec-debug-mem-addr parsec-debug-mem-leak parsec-debug-mem-race ) pkg_setup() { fortran-2_pkg_setup @@ -78,6 +83,10 @@ src_configure() { use parsec-prof-btf && trace="PaRSEC Binary Tracing Format" use parsec-prof-otf2 && trace="OTF2" +# next release +# -DPARSEC_DEBUG_MEM_ADDR=$(usex parsec-debug-mem-addr) +# -DPARSEC_DEBUG_MEM_LEAK=$(usex parsec-debug-mem-leak) +# -DPARSEC_DEBUG_MEM_RACE=$(usex parsec-debug-mem-race) local mycmakeargs=( -DBUILD_SHARED_LIBS=ON -DPARSEC_GPU_CUDA_ALLOC_PER_TILE=OFF @@ -88,9 +97,6 @@ src_configure() { -DBUILD_TOOLS=$(usex tools) -DPARSEC_DEBUG=$(usex debug) -DPARSEC_DEBUG_HISTORY=$(usex parsec-debug-history) - -DPARSEC_DEBUG_MEM_ADDR=$(usex parsec-debug-mem-addr) - -DPARSEC_DEBUG_MEM_LEAK=$(usex parsec-debug-mem-leak) - -DPARSEC_DEBUG_MEM_RACE=$(usex parsec-debug-mem-race) -DPARSEC_DEBUG_NOISIER=$(usex parsec-debug-noisier) -DPARSEC_DEBUG_PARANOID=$(usex parsec-debug-paranoid) -DPARSEC_DIST_COLLECTIVES=$(usex parsec-dist-collectives)