Skip to content

Commit

Permalink
devel/py-pyina: Add py-pyina 0.2.5
Browse files Browse the repository at this point in the history
The pyina package provides several basic tools to make MPI-based parallel
computing more accessable to the end user. The goal of pyina is to allow the
user to extend their own code to MPI-based parallel computing with minimal
refactoring.

WWW: https://github.com/uqfoundation/pyina
  • Loading branch information
sunpoet committed Jun 21, 2022
1 parent b5f7c56 commit 064d041
Show file tree
Hide file tree
Showing 8 changed files with 477 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5082,6 +5082,7 @@
SUBDIR += py-pyhashxx
SUBDIR += py-pyhcl
SUBDIR += py-pyicu
SUBDIR += py-pyina
SUBDIR += py-pyinotify
SUBDIR += py-pyinquirer
SUBDIR += py-pyinstaller
Expand Down
35 changes: 35 additions & 0 deletions devel/py-pyina/1l
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Copyright (c) 2004-2016 California Institute of Technology.
Copyright (c) 2016-2021 The Uncertainty Quantification Foundation.
All rights reserved.

This software is available subject to the conditions and terms laid
out below. By downloading and using this software you are agreeing
to the following conditions.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met::

- Redistribution of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

- Redistribution in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentations and/or other materials provided with the distribution.

- Neither the names of the copyright holders nor the names of any of
the contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

5 changes: 5 additions & 0 deletions devel/py-pyina/1q
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
numpy<1.20.0,>=1.0
mpi4py!=3.0.2,>=1.3
dill>=0.3.4
pox>=0.3.0
pathos>=0.2.8
Loading

0 comments on commit 064d041

Please sign in to comment.