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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22B28139360 for ; Sat, 7 Aug 2021 17:48:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDA96E08EC; Sat, 7 Aug 2021 17:48:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4DAEE08EC for ; Sat, 7 Aug 2021 17:48:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1F57342B5D for ; Sat, 7 Aug 2021 17:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0324C8B2 for ; Sat, 7 Aug 2021 17:48:01 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1628209004.80ce0488664df5fb8050d222637f3907b97da61d.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/extrae/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/extrae/extrae-3.8.3-r8.ebuild sys-cluster/extrae/extrae-3.8.3-r9.ebuild sys-cluster/extrae/metadata.xml X-VCS-Directories: sys-cluster/extrae/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 80ce0488664df5fb8050d222637f3907b97da61d X-VCS-Branch: master Date: Sat, 7 Aug 2021 17:48:01 +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: f324c930-093f-41e2-a59c-d180f7b99049 X-Archives-Hash: 4364189d1fff053908387dbbe62ab5f6 commit: 80ce0488664df5fb8050d222637f3907b97da61d Author: Alessandro Barbieri gmail com> AuthorDate: Fri Aug 6 00:13:32 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Aug 6 00:16:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80ce0488 sys-cluster/extrae: add openshmem useflag Signed-off-by: Alessandro Barbieri gmail.com> .../{extrae-3.8.3-r8.ebuild => extrae-3.8.3-r9.ebuild} | 14 ++++++++++---- sys-cluster/extrae/metadata.xml | 1 + 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/sys-cluster/extrae/extrae-3.8.3-r8.ebuild b/sys-cluster/extrae/extrae-3.8.3-r9.ebuild similarity index 94% rename from sys-cluster/extrae/extrae-3.8.3-r8.ebuild rename to sys-cluster/extrae/extrae-3.8.3-r9.ebuild index 5f1a1ef45..c52ea919c 100644 --- a/sys-cluster/extrae/extrae-3.8.3-r8.ebuild +++ b/sys-cluster/extrae/extrae-3.8.3-r9.ebuild @@ -15,14 +15,15 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" IUSE="clustering doc dyninst heterogeneous inotify +instrument-dynamic-memory +instrument-io -+instrument-syscall memkind merge-in-trace nanos online opencl openmp +parallel-merge -pebs-sampling +posix-clock pthread sampling +single-mpi-lib sionlib smpss spectral +xml" ++instrument-syscall memkind merge-in-trace nanos online opencl openmp openshmem ++parallel-merge pebs-sampling +posix-clock pthread sampling +single-mpi-lib sionlib smpss +spectral +xml" #aspectj and aspectj-weaver need to both be enabled at the same time #current dev-java/aspectj package only provides aspectj.jar #aspectj needs foo/lib/aspectj.jar and foo/bin/ajc #aspectj-weaver needs bar/aspectjweaver.jar -#TODO: pmapi cuda cupti openshmem gm mx aspectj +#TODO: pmapi cuda cupti gm mx aspectj #TODO: support llvm libunwind, llvm rt, elftoolchain CDEPEND=" @@ -48,6 +49,7 @@ CDEPEND=" memkind? ( dev-libs/memkind ) online? ( sys-cluster/synapse ) opencl? ( dev-util/opencl-headers ) + openshmem? ( sys-cluster/SOS ) sionlib? ( sys-cluster/sionlib:= ) spectral? ( sci-libs/fftw @@ -106,7 +108,6 @@ src_configure() { --with-unwind="${EPREFIX}/usr" --without-cupti - --without-openshmem --without-gm --without-mx @@ -175,6 +176,11 @@ src_configure() { else myconf+=( "--without-opencl" ) fi + if use openshmem; then + myconf+=( "--with-openshmem=${EPREFIX}/usr" ) + else + myconf+=( "--without-openshmem" ) + fi if use sionlib; then myconf+=( "--with-sionlib=${EPREFIX}/usr" ) myconf+=( "--with-sionlib-headers=${EPREFIX}/usr/include/sionlib" ) diff --git a/sys-cluster/extrae/metadata.xml b/sys-cluster/extrae/metadata.xml index fc023d8fb..ba115eca5 100644 --- a/sys-cluster/extrae/metadata.xml +++ b/sys-cluster/extrae/metadata.xml @@ -34,6 +34,7 @@ process). Extrae generates trace files that can be later visualized with sys-clu Enable on-line analysis Enable support for tracing OpenCL Enable support for tracing OpenMP + OpenSHMEM to be used for the instrumentation package Build the parallel mergers (mpimpi2prv/mpimpi2dim) based on MPI enable PEBS sampling