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
+
1
6
import os
2
7
import torch
3
8
import 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
+
1
6
[build-system ]
2
7
requires = [
3
8
" Cython>=0.29" ,
@@ -45,11 +50,9 @@ dynamic = [
45
50
46
51
[project .readme ]
47
52
text = """ \
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.
53
56
"""
54
57
content-type = " text/markdown"
55
58
You can’t perform that action at this time.
0 commit comments