Skip to content

Commit a60aa15

Browse files
committed
add copyright banner
1 parent 675724a commit a60aa15

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

examples/MNIST/comm_file.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (C) 2024, Northwestern University and Argonne National Laboratory
3+
# See COPYRIGHT notice in top-level directory.
4+
#
5+
16
import os
27
import torch
38
import torch.distributed as dist

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (C) 2024, Northwestern University and Argonne National Laboratory
3+
# See COPYRIGHT notice in top-level directory.
4+
#
5+
16
[build-system]
27
requires = [
38
"Cython>=0.29",
@@ -45,11 +50,9 @@ dynamic = [
4550

4651
[project.readme]
4752
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.
5356
"""
5457
content-type = "text/markdown"
5558

0 commit comments

Comments
 (0)