Skip to content

Commit

Permalink
add copyright banner
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Sep 11, 2024
1 parent 675724a commit a60aa15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions examples/MNIST/comm_file.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# Copyright (C) 2024, Northwestern University and Argonne National Laboratory
# See COPYRIGHT notice in top-level directory.
#

import os
import torch
import torch.distributed as dist
Expand Down
13 changes: 8 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# Copyright (C) 2024, Northwestern University and Argonne National Laboratory
# See COPYRIGHT notice in top-level directory.
#

[build-system]
requires = [
"Cython>=0.29",
Expand Down Expand Up @@ -45,11 +50,9 @@ dynamic = [

[project.readme]
text = """\
PnetCDF-python is a Python interface to PnetCDF, a high-performance parallel I/O
library for accessing netCDF files. This integration with Python allows for easy
manipulation, analysis, and visualization of netCDF data using the rich ecosystem
of Python's scientific computing libraries, making it a valuable tool for python-based
applications that require high-performance access to netCDF files.
PnetCDF-Python is a Python interface to PnetCDF, a high-performance I/O library
for accessing NetCDF files in parallel. It can provide MPI-based parallel
python programs to achieve a scalable I/O performance.
"""
content-type = "text/markdown"

Expand Down

0 comments on commit a60aa15

Please sign in to comment.