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 3315A13934E for ; Tue, 27 Jul 2021 19:57:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E2DE087C; 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 0ACEAE0878 for ; Tue, 27 Jul 2021 19:57:25 +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 6A760342C2A 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 1DE68851 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.2e5755fa520ac0b0ca5bb9dd21548dbdffaa6d2c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/sionlibl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/sionlibl/metadata.xml sys-cluster/sionlibl/sionlibl-1.7.7-r1.ebuild sys-cluster/sionlibl/sionlibl-1.7.7.ebuild X-VCS-Directories: sys-cluster/sionlibl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2e5755fa520ac0b0ca5bb9dd21548dbdffaa6d2c 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: 64b486d8-11db-47fd-bc82-61d5e78545c9 X-Archives-Hash: 96add56e7a8e328bf54e7659331ff840 commit: 2e5755fa520ac0b0ca5bb9dd21548dbdffaa6d2c Author: Alessandro Barbieri gmail com> AuthorDate: Mon Jul 26 23:27:43 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=2e5755fa sys-cluster/sionlibl: sionfwd use Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/sionlibl/metadata.xml | 7 ++++++- .../{sionlibl-1.7.7.ebuild => sionlibl-1.7.7-r1.ebuild} | 17 +++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/sys-cluster/sionlibl/metadata.xml b/sys-cluster/sionlibl/metadata.xml index 32002cf2d..0f8c4f1a8 100644 --- a/sys-cluster/sionlibl/metadata.xml +++ b/sys-cluster/sionlibl/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/sionlibl/sionlibl-1.7.7.ebuild b/sys-cluster/sionlibl/sionlibl-1.7.7-r1.ebuild similarity index 88% rename from sys-cluster/sionlibl/sionlibl-1.7.7.ebuild rename to sys-cluster/sionlibl/sionlibl-1.7.7-r1.ebuild index 1e2156aa5..c31355c5a 100644 --- a/sys-cluster/sionlibl/sionlibl-1.7.7.ebuild +++ b/sys-cluster/sionlibl/sionlibl-1.7.7-r1.ebuild @@ -18,12 +18,7 @@ S="${WORKDIR}/sionlib" 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 - -PATCHES=( "${FILESDIR}/${PN}-respect-flags.patch" ) +IUSE="+cxx debug deep-est-sdv doc examples +fortran hostname-regex +mpi +ompi +openmp +parutils +pthreads python sionfwd" #cuda RDEPEND=" mpi? ( virtual/mpi ) @@ -32,12 +27,16 @@ RDEPEND=" virtual/mpi ) openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) ) + sionfwd? ( sys-cluster/SIONfwd ) " DEPEND=" ${RDEPEND} ${PYTHON_DEPS} " +REQUIRED_USE="?? ( hostname-regex deep-est-sdv )" +PATCHES=( "${FILESDIR}/${PN}-respect-flags.patch" ) + pkg_setup() { FORTRAN_NEED_OPENMP=0 use openmp && FORTRAN_NEED_OPENMP=1 @@ -64,8 +63,13 @@ 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-mic + --msa="${msa}" --prefix="${T}/prefix/usr" ) @@ -80,6 +84,7 @@ src_configure() { use debug && myconf+=( "--enable-debug" ) use python && myconf+=( "--enable-python=3" ) + use sionfwd && myconf+=( "--enable-sionfwd=${EPREFIX}/usr" ) ./configure "${myconf[@]}" || die }