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 E6640139337 for ; Tue, 27 Jul 2021 19:57:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19F1EE0877; Tue, 27 Jul 2021 19:57:25 +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 01FEEE0877 for ; Tue, 27 Jul 2021 19:57:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7C9B1342C2F for ; Tue, 27 Jul 2021 19:57:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A74B850 for ; Tue, 27 Jul 2021 19:57:21 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627342123.52790b21744761c6bf53a906a900132c231e1f85.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/sionlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/sionlib/metadata.xml sys-cluster/sionlib/sionlib-1.7.7-r1.ebuild sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild X-VCS-Directories: sys-cluster/sionlib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 52790b21744761c6bf53a906a900132c231e1f85 X-VCS-Branch: master Date: Tue, 27 Jul 2021 19:57:21 +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: beb15c05-a9bb-4e77-b1fd-20248b5ca784 X-Archives-Hash: 8da7f03a82f0a209c446d348d248a704 commit: 52790b21744761c6bf53a906a900132c231e1f85 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Jul 26 23:21:36 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jul 26 23:28:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52790b21 sys-cluster/sionlib: add sionfwd use Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/sionlib/metadata.xml | 7 ++++++- .../{sionlib-1.7.7-r1.ebuild => sionlib-1.7.7-r2.ebuild} | 14 ++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/sys-cluster/sionlib/metadata.xml b/sys-cluster/sionlib/metadata.xml index 32002cf2d..0f8c4f1a8 100644 --- a/sys-cluster/sionlib/metadata.xml +++ b/sys-cluster/sionlib/metadata.xml @@ -18,17 +18,22 @@ Both, the estimated chunk size and file system block size are used to align indi SIONlib provides two different interfaces: one for parallel access (with implementations for different parallel programming technologies such as MPI, OpenMP and hybrid MPI+OpenMP) and one for sequential access which is also used internally by the SIONlib utilities. + + https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/SIONlib/-/issues + Enable C++ support enable SIONlib debug + deep-est-sdv collector selection plug-in for MSA-aware collective I/O Enable Fortran support + hostname-regex collector selection plug-in for MSA-aware collective I/O enable mpi enable python support enable hybrid openmp mpi enable openmp Enable compilation of parutils (used for benchmarking) configure SIONlib to use pthreads for locking - + enable I/O forwarding with sys-cluster/SIONfwd diff --git a/sys-cluster/sionlib/sionlib-1.7.7-r1.ebuild b/sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild similarity index 87% rename from sys-cluster/sionlib/sionlib-1.7.7-r1.ebuild rename to sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild index cd15e7ad6..87062ea8a 100644 --- a/sys-cluster/sionlib/sionlib-1.7.7-r1.ebuild +++ b/sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild @@ -18,11 +18,9 @@ S="${WORKDIR}/${PN}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="+cxx debug doc examples +fortran +mpi +ompi +openmp +parutils +pthreads python" -#TODO: cuda sionfwd msa -#--enable-sionfwd=/path/to/sionfwd -#--msa=(hostname-regex|deep-est-sdv)] MSA aware collective operations for the given system +IUSE="+cxx debug deep-est-sdv doc examples +fortran hostname-regex +mpi +ompi +openmp +parutils +pthreads python sionfwd" #cuda +REQUIRED_USE="?? ( hostname-regex deep-est-sdv )" PATCHES=( "${FILESDIR}/${PN}-respect-flags.patch" ) RDEPEND=" @@ -32,6 +30,7 @@ RDEPEND=" virtual/mpi ) openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) ) + sionfwd? ( sys-cluster/SIONfwd ) " DEPEND=" ${RDEPEND} @@ -64,8 +63,14 @@ src_configure() { append-fflags -fallow-argument-mismatch + local msa="none" + use deep-est-sdv && msa="deep-est-sdv" + use hostname-regex && msa="hostname-regex" + local myconf=( + --disable-ime --disable-mic + --msa="${msa}" --prefix="${T}/prefix/usr" ) @@ -80,6 +85,7 @@ src_configure() { use debug && myconf+=( "--enable-debug" ) use python && myconf+=( "--enable-python=3" ) + use sionfwd && myconf+=( "--enable-sionfwd=${EPREFIX}/usr" ) ./configure "${myconf[@]}" || die }