Skip to content

Parallel-NetCDF/PnetCDF

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2025
Mar 12, 2025
Sep 17, 2024
Mar 12, 2025
Feb 14, 2025
Feb 10, 2024
Feb 14, 2025
Mar 13, 2025
Mar 12, 2025
Mar 22, 2020
Mar 14, 2021
Nov 17, 2018
Dec 29, 2016
Aug 22, 2015
Nov 17, 2018
Jun 29, 2018
Feb 14, 2025
Feb 13, 2024
Sep 25, 2024
Jun 29, 2018
Aug 21, 2021
Oct 17, 2024
Nov 11, 2024
Feb 15, 2025
Mar 3, 2016
Mar 12, 2025
May 1, 2019

Repository files navigation

PnetCDF source code development repository

MPICH OpenMPI

PnetCDF is a parallel I/O library for accessing Unidata's NetCDF files in classic formats. The software development is a collaborative work of Northwestern University and Argonne National Laboratory.

PnetCDF project home page

PnetCDF official software releases

  • All official released versions can be found in https://parallel-netcdf.github.io/wiki/Download.html
  • Note the "releases" link on this page above contains only tagged versions. They are by no means official releases, but simply checkpoints. They contain unused historical files. Users are recommended to download the official releases, not tagged versions.

Build PnetCDF using source codes of this development repository

  • The source codes in this repository are constantly under development. They should NOT be used for production runs.
  • Building PnetCDF using the source codes in this repository only if you are interested in contributing the project and we welcome and appreciate any contribution.
  • Required software
  • Clone, build, and installation commands:
    git clone https://github.com/Parallel-NetCDF/PnetCDF.git
    
    cd PnetCDF
    autoreconf -i
    
    ./configure --prefix=/install/path --with-mpi=/mpi/path
    make install

Build instructions and recipes

  • Please read file INSTALL for build instructions. There are also several build recipes under folder doc for a few popular systems.

Users documents

Mailing List

External links to some related projects and application users

Acknowledgements

  • Ongoing development and maintenance of PnetCDF-python is supported by the U.S. Department of Energy's Office of Science, Scientific Discovery through Advanced Computing (SciDAC) program, OASIS Institute.
  • From 2016 to 2023, the development and maintenance of PnetCDF was supported by the Exascale Computing Project (17-SC-20-SC), a joint project of the U.S. Department of Energy's Office of Science and National Nuclear Security Administration, responsible for delivering a capable exascale ecosystem, including software, applications, and hardware technology, to support the nation's exascale computing imperative.
  • The PnetCDF project has been continuously supported by the U.S. Department of Energy's Office of Science, Scientific Discovery through Advanced Computing (SciDAC) program since its initiation in 2001.