numba-mpi 1.1.5__py3-none-any.whl → 1.1.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {numba_mpi-1.1.5.dist-info → numba_mpi-1.1.6.dist-info}/METADATA +16 -17
- {numba_mpi-1.1.5.dist-info → numba_mpi-1.1.6.dist-info}/RECORD +5 -5
- {numba_mpi-1.1.5.dist-info → numba_mpi-1.1.6.dist-info}/WHEEL +1 -1
- {numba_mpi-1.1.5.dist-info → numba_mpi-1.1.6.dist-info}/licenses/LICENSE +0 -0
- {numba_mpi-1.1.5.dist-info → numba_mpi-1.1.6.dist-info}/top_level.txt +0 -0
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: numba-mpi
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.6
|
|
4
4
|
Summary: Numba @jittable MPI wrappers tested on Linux, macOS and Windows
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
License: GPL v3
|
|
5
|
+
Author-email: "https://github.com/numba-mpi/numba-mpi/graphs/contributors" <sylwester.arabas@agh.edu.pl>
|
|
6
|
+
License-Expression: GPL-3.0-only
|
|
8
7
|
Project-URL: Tracker, https://github.com/numba-mpi/numba-mpi/issues
|
|
9
8
|
Project-URL: Documentation, https://numba-mpi.github.io/numba-mpi
|
|
10
9
|
Project-URL: Source, https://github.com/numba-mpi/numba-mpi
|
|
10
|
+
Keywords: MPI,numba
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Science/Research
|
|
13
|
+
Classifier: Operating System :: OS Independent
|
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
|
15
|
+
Classifier: Topic :: Scientific/Engineering
|
|
16
|
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
17
|
+
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
18
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
11
19
|
Requires-Python: >=3.8
|
|
12
20
|
Description-Content-Type: text/markdown
|
|
13
21
|
License-File: LICENSE
|
|
@@ -16,19 +24,11 @@ Requires-Dist: numpy
|
|
|
16
24
|
Requires-Dist: mpi4py
|
|
17
25
|
Requires-Dist: psutil
|
|
18
26
|
Provides-Extra: tests
|
|
19
|
-
Requires-Dist: pytest
|
|
27
|
+
Requires-Dist: pytest; extra == "tests"
|
|
20
28
|
Requires-Dist: py-pde; extra == "tests"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
Dynamic: description-content-type
|
|
24
|
-
Dynamic: home-page
|
|
25
|
-
Dynamic: license
|
|
29
|
+
Provides-Extra: ci-version-pins
|
|
30
|
+
Requires-Dist: pytest<8.0.0; extra == "ci-version-pins"
|
|
26
31
|
Dynamic: license-file
|
|
27
|
-
Dynamic: project-url
|
|
28
|
-
Dynamic: provides-extra
|
|
29
|
-
Dynamic: requires-dist
|
|
30
|
-
Dynamic: requires-python
|
|
31
|
-
Dynamic: summary
|
|
32
32
|
|
|
33
33
|
# <img src="https://raw.githubusercontent.com/numba-mpi/numba-mpi/main/.github/numba_mpi_logo.png" width=128 height=142 alt="numba-mpi logo"> numba-mpi
|
|
34
34
|
|
|
@@ -174,8 +174,7 @@ if numba_mpi.rank() == 0:
|
|
|
174
174
|
|
|
175
175
|
- tests on Ubuntu 2024.4 that use MPICH are not run due to failures caused by newer version of MPICH (`4.2.0`); note, that previous tests ran
|
|
176
176
|
using version `4.0.2` of MPICH (that is installed by default on Ubuntu 2022.4 using `apt`) were passing (see [related issue](https://github.com/numba-mpi/numba-mpi/issues/162) - TODO #162),
|
|
177
|
-
- tests on Intel
|
|
178
|
-
- `numba-mpi` currently does not support ARM-based MacOS, due to required code improvement (see [related issue](https://github.com/numba-mpi/numba-mpi/issues/164) - TODO #164).
|
|
177
|
+
- tests on MacOS (both Intel- and ARM-based) that use OpenMPI are currently not run due to failures being under investigation (see [related issue](https://github.com/numba-mpi/numba-mpi/issues/163) - TODO #163).
|
|
179
178
|
|
|
180
179
|
### MPI resources on the web:
|
|
181
180
|
|
|
@@ -18,8 +18,8 @@ numba_mpi/api/scatter_gather.py,sha256=goZn4BxMKakWQHjfXIOdjzK3DJ-lTeaiQQwgnyQeZ
|
|
|
18
18
|
numba_mpi/api/send.py,sha256=jn1hPw0YHBHOaeJop_ZbjaBChaqgfw3nM1xGhW9sabI,909
|
|
19
19
|
numba_mpi/api/size.py,sha256=-RX-FtcIH4qDxCoGOhZjjgEWXpytt79vsH0YX9dtZuY,597
|
|
20
20
|
numba_mpi/api/wtime.py,sha256=qrTqlefW7K7hqnAQKkGYm8kgdiRGuSAGiHmPcTrhLzE,279
|
|
21
|
-
numba_mpi-1.1.
|
|
22
|
-
numba_mpi-1.1.
|
|
23
|
-
numba_mpi-1.1.
|
|
24
|
-
numba_mpi-1.1.
|
|
25
|
-
numba_mpi-1.1.
|
|
21
|
+
numba_mpi-1.1.6.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
22
|
+
numba_mpi-1.1.6.dist-info/METADATA,sha256=Augv4alfk4ttT8RtkfZpSMfYIsK-PocFQdaKxVWVSe8,11367
|
|
23
|
+
numba_mpi-1.1.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
24
|
+
numba_mpi-1.1.6.dist-info/top_level.txt,sha256=yb_ktLmrfuhOZS0rjS81FFNC-gK_4c19WbLG2ViP73g,10
|
|
25
|
+
numba_mpi-1.1.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|