File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2024, Northwestern University and Argonne National Laboratory
3+ # See COPYRIGHT notice in top-level directory.
4+ #
5+
16import os
27import torch
38import torch .distributed as dist
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2024, Northwestern University and Argonne National Laboratory
3+ # See COPYRIGHT notice in top-level directory.
4+ #
5+
16[build-system ]
27requires = [
38 " Cython>=0.29" ,
@@ -45,11 +50,9 @@ dynamic = [
4550
4651[project .readme ]
4752text = """ \
48- PnetCDF-python is a Python interface to PnetCDF, a high-performance parallel I/O
49- library for accessing netCDF files. This integration with Python allows for easy
50- manipulation, analysis, and visualization of netCDF data using the rich ecosystem
51- of Python's scientific computing libraries, making it a valuable tool for python-based
52- applications that require high-performance access to netCDF files.
53+ PnetCDF-Python is a Python interface to PnetCDF, a high-performance I/O library
54+ for accessing NetCDF files in parallel. It can provide MPI-based parallel
55+ python programs to achieve a scalable I/O performance.
5356"""
5457content-type = " text/markdown"
5558
You can’t perform that action at this time.
0 commit comments