GNU bug report logs - #73603
[PATCH 0/2] Add support for parallel I/O in netcdf

Previous Next

Package: guix-patches;

Reported by: Romain GARBAGE <romain.garbage <at> inria.fr>

Date: Wed, 2 Oct 2024 15:39:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 73603 <at> debbugs.gnu.org (full text, mbox):

From: Romain GARBAGE <romain.garbage <at> inria.fr>
To: 73603 <at> debbugs.gnu.org
Cc: ludovic.courtes <at> inria.fr, Romain GARBAGE <romain.garbage <at> inria.fr>
Subject: [PATCH 2/2] gnu: netcdf-parallel-openmpi: Enable pnetcdf support.
Date: Wed,  2 Oct 2024 17:40:01 +0200
* gnu/packages/maths.scm (netcdf-parallel-openmpi) [arguments]: Enable pnetcdf support.

Change-Id: I7f3fc6abdb262be86840ea3f68bb6416a0ab1fad
---
 gnu/packages/maths.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 51812c5a0d..f4edd546e2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2386,6 +2386,7 @@ (define-public netcdf-parallel-openmpi
     (name "netcdf-parallel-openmpi")
     (inputs
      `(("mpi" ,openmpi)
+       ("pnetcdf" ,pnetcdf)
        ,@(alist-replace "hdf5" (list hdf5-parallel-openmpi)
                         (package-inputs netcdf))))
     ;; TODO: Replace pkg-config references in nc-config with absolute references
@@ -2394,6 +2395,8 @@ (define-public netcdf-parallel-openmpi
        ((#:configure-flags flags)
         `(cons* "CC=mpicc" "CXX=mpicxx"
                 "--enable-parallel-tests"
+                ;; Enable support of CDF-1, 2 and 5 formats.
+                "--enable-pnetcdf"
                 ;; NetCDF supports both parallel and shared library building
                 ;; See https://docs.unidata.ucar.edu/nug/current/getting_and_building_netcdf.html#build_parallel
                 "--enable-shared" "--with-pic"
-- 
2.46.0





This bug report was last modified 282 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.