Skip to content

Commit 6198f07

Browse files
committed
Main: Commit 2
1 parent 2d33a42 commit 6198f07

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-4
lines changed

CITATION.cff

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: AutoParallelizePy
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- given-names: Abbas
12+
family-names: Raboonik
13+
email: raboonik@gmail.com
14+
affiliation: University of Newcastle
15+
orcid: 'https://orcid.org/0000-0002-6408-1829'
16+
repository-code: 'https://github.com/raboonik/AutoParallelizePy.git'
17+
url: 'https://github.com/raboonik/AutoParallelizePy.git'
18+
abstract: >-
19+
An easy-to-implement python library plugin for mpi4py
20+
along with worked examples designed to streamline domain
21+
decomposition and add a simplifying layer to noncontiguous
22+
MPI parallelization of multidimensional datasets.
23+
license: Apache-2.0
24+
commit: Commit 1
25+
date-released: '2024-08-16'
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/example_find_split_sizes.py

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)