impi-devel 2021.16.0__py2.py3-none-manylinux_2_28_x86_64.whl → 2021.16.1__py2.py3-none-manylinux_2_28_x86_64.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.

Potentially problematic release.


This version of impi-devel might be problematic. Click here for more details.

Files changed (26) hide show
  1. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/include/mpi.h +12 -12
  2. {impi_devel-2021.16.0.dist-info → impi_devel-2021.16.1.dist-info}/METADATA +2 -2
  3. impi_devel-2021.16.1.dist-info/RECORD +25 -0
  4. impi_devel-2021.16.0.dist-info/RECORD +0 -25
  5. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpicc +0 -0
  6. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpicxx +0 -0
  7. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpif77 +0 -0
  8. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpif90 +0 -0
  9. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpifc +0 -0
  10. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpigcc +0 -0
  11. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpigxx +0 -0
  12. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpiicc +0 -0
  13. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpiicpc +0 -0
  14. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpiicpx +0 -0
  15. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpiicx +0 -0
  16. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpiifort +0 -0
  17. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/bin/mpiifx +0 -0
  18. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/include/mpicxx.h +0 -0
  19. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/include/mpif.h +0 -0
  20. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/include/mpio.h +0 -0
  21. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/opt/mpi/bin/mpiptx +0 -0
  22. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/share/doc/mpi/licensing/license.txt +0 -0
  23. {impi_devel-2021.16.0.data → impi_devel-2021.16.1.data}/data/share/doc/mpi/licensing/third-party-programs.txt +0 -0
  24. {impi_devel-2021.16.0.dist-info → impi_devel-2021.16.1.dist-info}/LICENSE.txt +0 -0
  25. {impi_devel-2021.16.0.dist-info → impi_devel-2021.16.1.dist-info}/WHEEL +0 -0
  26. {impi_devel-2021.16.0.dist-info → impi_devel-2021.16.1.dist-info}/top_level.txt +0 -0
@@ -615,8 +615,8 @@ typedef int (MPI_Delete_function) ( MPI_Comm, int, void *, void * );
615
615
  * digits for REV, 1 digit for EXT and 2 digits for EXT_NUMBER. So,
616
616
  * 2019.0.0b0 will have the numeric version 20190000100.
617
617
  */
618
- #define I_MPI_VERSION "2021.16.0"
619
- #define I_MPI_NUMVERSION 20211600300
618
+ #define I_MPI_VERSION "2021.16.1"
619
+ #define I_MPI_NUMVERSION 20211601300
620
620
 
621
621
  /* for the datatype decoders */
622
622
  enum MPIR_Combiner_enum {
@@ -1537,6 +1537,11 @@ int MPI_File_set_errhandler(MPI_File file, MPI_Errhandler errhandler) MPICH_API_
1537
1537
  int MPI_Remove_error_class(int errorclass) MPICH_API_PUBLIC;
1538
1538
  int MPI_Remove_error_code(int errorcode) MPICH_API_PUBLIC;
1539
1539
  int MPI_Remove_error_string(int errorcode) MPICH_API_PUBLIC;
1540
+ int MPI_Session_call_errhandler(MPI_Session session, int errorcode) MPICH_API_PUBLIC;
1541
+ int MPI_Session_create_errhandler(MPI_Session_errhandler_function *session_errhandler_fn,
1542
+ MPI_Errhandler *errhandler) MPICH_API_PUBLIC;
1543
+ int MPI_Session_get_errhandler(MPI_Session session, MPI_Errhandler *errhandler) MPICH_API_PUBLIC;
1544
+ int MPI_Session_set_errhandler(MPI_Session session, MPI_Errhandler errhandler) MPICH_API_PUBLIC;
1540
1545
  int MPI_Win_call_errhandler(MPI_Win win, int errorcode) MPICH_API_PUBLIC;
1541
1546
  int MPI_Win_create_errhandler(MPI_Win_errhandler_function *win_errhandler_fn,
1542
1547
  MPI_Errhandler *errhandler) MPICH_API_PUBLIC;
@@ -1812,11 +1817,7 @@ int MPI_Comm_create_from_group(MPI_Group group, const char *stringtag, MPI_Info
1812
1817
  MPI_Errhandler errhandler, MPI_Comm *newcomm) MPICH_API_PUBLIC;
1813
1818
  int MPI_Group_from_session_pset(MPI_Session session, const char *pset_name, MPI_Group *newgroup)
1814
1819
  MPICH_API_PUBLIC;
1815
- int MPI_Session_call_errhandler(MPI_Session session, int errorcode) MPICH_API_PUBLIC;
1816
- int MPI_Session_create_errhandler(MPI_Session_errhandler_function *session_errhandler_fn,
1817
- MPI_Errhandler *errhandler) MPICH_API_PUBLIC;
1818
1820
  int MPI_Session_finalize(MPI_Session *session) MPICH_API_PUBLIC;
1819
- int MPI_Session_get_errhandler(MPI_Session session, MPI_Errhandler *errhandler) MPICH_API_PUBLIC;
1820
1821
  int MPI_Session_get_info(MPI_Session session, MPI_Info *info_used) MPICH_API_PUBLIC;
1821
1822
  int MPI_Session_get_nth_pset(MPI_Session session, MPI_Info info, int n, int *pset_len,
1822
1823
  char *pset_name) MPICH_API_PUBLIC;
@@ -1826,7 +1827,6 @@ int MPI_Session_get_pset_info(MPI_Session session, const char *pset_name, MPI_In
1826
1827
  MPICH_API_PUBLIC;
1827
1828
  int MPI_Session_init(MPI_Info info, MPI_Errhandler errhandler, MPI_Session *session)
1828
1829
  MPICH_API_PUBLIC;
1829
- int MPI_Session_set_errhandler(MPI_Session session, MPI_Errhandler errhandler) MPICH_API_PUBLIC;
1830
1830
  int MPI_Close_port(const char *port_name) MPICH_API_PUBLIC;
1831
1831
  int MPI_Comm_accept(const char *port_name, MPI_Info info, int root, MPI_Comm comm,
1832
1832
  MPI_Comm *newcomm) MPICH_API_PUBLIC;
@@ -3139,6 +3139,11 @@ int PMPI_File_set_errhandler(MPI_File file, MPI_Errhandler errhandler) MPICH_API
3139
3139
  int PMPI_Remove_error_class(int errorclass) MPICH_API_PUBLIC;
3140
3140
  int PMPI_Remove_error_code(int errorcode) MPICH_API_PUBLIC;
3141
3141
  int PMPI_Remove_error_string(int errorcode) MPICH_API_PUBLIC;
3142
+ int PMPI_Session_call_errhandler(MPI_Session session, int errorcode) MPICH_API_PUBLIC;
3143
+ int PMPI_Session_create_errhandler(MPI_Session_errhandler_function *session_errhandler_fn,
3144
+ MPI_Errhandler *errhandler) MPICH_API_PUBLIC;
3145
+ int PMPI_Session_get_errhandler(MPI_Session session, MPI_Errhandler *errhandler) MPICH_API_PUBLIC;
3146
+ int PMPI_Session_set_errhandler(MPI_Session session, MPI_Errhandler errhandler) MPICH_API_PUBLIC;
3142
3147
  int PMPI_Win_call_errhandler(MPI_Win win, int errorcode) MPICH_API_PUBLIC;
3143
3148
  int PMPI_Win_create_errhandler(MPI_Win_errhandler_function *win_errhandler_fn,
3144
3149
  MPI_Errhandler *errhandler) MPICH_API_PUBLIC;
@@ -3635,11 +3640,7 @@ int PMPI_Comm_create_from_group(MPI_Group group, const char *stringtag, MPI_Info
3635
3640
  MPI_Errhandler errhandler, MPI_Comm *newcomm) MPICH_API_PUBLIC;
3636
3641
  int PMPI_Group_from_session_pset(MPI_Session session, const char *pset_name, MPI_Group *newgroup)
3637
3642
  MPICH_API_PUBLIC;
3638
- int PMPI_Session_call_errhandler(MPI_Session session, int errorcode) MPICH_API_PUBLIC;
3639
- int PMPI_Session_create_errhandler(MPI_Session_errhandler_function *session_errhandler_fn,
3640
- MPI_Errhandler *errhandler) MPICH_API_PUBLIC;
3641
3643
  int PMPI_Session_finalize(MPI_Session *session) MPICH_API_PUBLIC;
3642
- int PMPI_Session_get_errhandler(MPI_Session session, MPI_Errhandler *errhandler) MPICH_API_PUBLIC;
3643
3644
  int PMPI_Session_get_info(MPI_Session session, MPI_Info *info_used) MPICH_API_PUBLIC;
3644
3645
  int PMPI_Session_get_nth_pset(MPI_Session session, MPI_Info info, int n, int *pset_len,
3645
3646
  char *pset_name) MPICH_API_PUBLIC;
@@ -3649,7 +3650,6 @@ int PMPI_Session_get_pset_info(MPI_Session session, const char *pset_name, MPI_I
3649
3650
  MPICH_API_PUBLIC;
3650
3651
  int PMPI_Session_init(MPI_Info info, MPI_Errhandler errhandler, MPI_Session *session)
3651
3652
  MPICH_API_PUBLIC;
3652
- int PMPI_Session_set_errhandler(MPI_Session session, MPI_Errhandler errhandler) MPICH_API_PUBLIC;
3653
3653
  int PMPI_Close_port(const char *port_name) MPICH_API_PUBLIC;
3654
3654
  int PMPI_Comm_accept(const char *port_name, MPI_Info info, int root, MPI_Comm comm,
3655
3655
  MPI_Comm *newcomm) MPICH_API_PUBLIC;
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: impi-devel
3
- Version: 2021.16.0
3
+ Version: 2021.16.1
4
4
  Summary: Intel® MPI Library
5
5
  Home-page: https://software.intel.com/en-us/mpi-library
6
6
  Author: Intel Corporation
@@ -17,7 +17,7 @@ Classifier: Intended Audience :: Science/Research
17
17
  Classifier: Topic :: Software Development :: Libraries
18
18
  Classifier: License :: Other/Proprietary License
19
19
  License-File: LICENSE.txt
20
- Requires-Dist: impi-rt (==2021.16.0)
20
+ Requires-Dist: impi-rt (==2021.16.1)
21
21
 
22
22
  Use this standards-based MPI implementation to deliver flexible, efficient, scalable cluster messaging on Intel® architecture. Compatible with the open-source MPICH implementation.
23
23
 
@@ -0,0 +1,25 @@
1
+ impi_devel-2021.16.1.data/data/bin/mpicc,sha256=cXmdnA41-ZIZtj0TAwHWH9Ad5Kxt0N3lUlBM67dUqr0,2963
2
+ impi_devel-2021.16.1.data/data/bin/mpicxx,sha256=KsiIau8feyRisJefkc4uiKjIHBzU9nqVS5YptzibpJk,3013
3
+ impi_devel-2021.16.1.data/data/bin/mpif77,sha256=o2wOv5YXFj1YRebKXL4Q4ZtsuPrKlG7tSWtS-Ru7SNM,24158
4
+ impi_devel-2021.16.1.data/data/bin/mpif90,sha256=JJ8kKoFFa-1nl3M5BP85je6gBniWs1SltJIwIWXNBzI,29449
5
+ impi_devel-2021.16.1.data/data/bin/mpifc,sha256=0I4Dz6N32KE7kt0RClwrvuH8FfR9ujYxBFoHr8qU3AM,2950
6
+ impi_devel-2021.16.1.data/data/bin/mpigcc,sha256=AoZV5db1UvGO_-B9GKC4nS8lnWng6IjsW3qCYMXH9yg,22542
7
+ impi_devel-2021.16.1.data/data/bin/mpigxx,sha256=JrjEpNqMaG2gzOFxkmr_r61Ldt38T3W8KdpDs7LnNGc,22243
8
+ impi_devel-2021.16.1.data/data/bin/mpiicc,sha256=w7333GTS55A0Av_o70yGLGK745U7iMsGwmn1nKkQvnQ,1089
9
+ impi_devel-2021.16.1.data/data/bin/mpiicpc,sha256=dLp-bi09CkAfCgPtnww0GtEv-YACatjAAeYVrolgsjM,1095
10
+ impi_devel-2021.16.1.data/data/bin/mpiicpx,sha256=3z9Mg9R15IMdJ0USRecYZIRbho8ZRpemfQQPTi0gBj0,19626
11
+ impi_devel-2021.16.1.data/data/bin/mpiicx,sha256=HOijaV0KRqNoX0alpXaVUvcs-1AWwtzA7B4gAJxe5qI,19575
12
+ impi_devel-2021.16.1.data/data/bin/mpiifort,sha256=U-VbNczevW-eLqc9HM--M7CA85JFgH6WiG2_jg39Yxc,1207
13
+ impi_devel-2021.16.1.data/data/bin/mpiifx,sha256=KI9Acpvfi3UKQP4a3lvvaGsDCaVKxk7dEBBv7ILkoGA,24924
14
+ impi_devel-2021.16.1.data/data/include/mpi.h,sha256=l9p62hrXm-o7NdoZ_Dtw1Jy_cgF-r8Zee69isBfsxmI,257011
15
+ impi_devel-2021.16.1.data/data/include/mpicxx.h,sha256=y3SHKqw4Tocupxi_ccu72AmDrAv9_FTTd70_I16RctU,104215
16
+ impi_devel-2021.16.1.data/data/include/mpif.h,sha256=bxogTqK3Vi-lTg_ImVPZRwVV-AhacEoEsLv13CkFE2g,23199
17
+ impi_devel-2021.16.1.data/data/include/mpio.h,sha256=J0288iYwPGOHY0SpWVw5GymZJDBE1nXPW5V6fs00PXs,40827
18
+ impi_devel-2021.16.1.data/data/opt/mpi/bin/mpiptx,sha256=OEBbAITdO892kLtYQ1LOM_VE1dQ09wKLs9hAscvR1AE,413872
19
+ impi_devel-2021.16.1.data/data/share/doc/mpi/licensing/license.txt,sha256=1GbbiRvndJFemREM8SMm-V2P3HwHrfKKqHYAaXbdtFI,4146
20
+ impi_devel-2021.16.1.data/data/share/doc/mpi/licensing/third-party-programs.txt,sha256=PcVxOsOVcoPNuhO1mXowJqzWOd0ZId_20Cfi-RtLlZo,77484
21
+ impi_devel-2021.16.1.dist-info/LICENSE.txt,sha256=dyFjPQ3f9D-uJev9QF-BZqDOcwy87ETy862dXrismm8,4105
22
+ impi_devel-2021.16.1.dist-info/METADATA,sha256=ipuf2DQz6tgNfN5WITgE7vXwEE2j1qP2uGwU-XG_0iU,958
23
+ impi_devel-2021.16.1.dist-info/WHEEL,sha256=wHDSHW15S5Ss-cXTEuv9lQNHlx87Fk-iZqRWK0BLwrI,146
24
+ impi_devel-2021.16.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
25
+ impi_devel-2021.16.1.dist-info/RECORD,,
@@ -1,25 +0,0 @@
1
- impi_devel-2021.16.0.data/data/bin/mpicc,sha256=cXmdnA41-ZIZtj0TAwHWH9Ad5Kxt0N3lUlBM67dUqr0,2963
2
- impi_devel-2021.16.0.data/data/bin/mpicxx,sha256=KsiIau8feyRisJefkc4uiKjIHBzU9nqVS5YptzibpJk,3013
3
- impi_devel-2021.16.0.data/data/bin/mpif77,sha256=o2wOv5YXFj1YRebKXL4Q4ZtsuPrKlG7tSWtS-Ru7SNM,24158
4
- impi_devel-2021.16.0.data/data/bin/mpif90,sha256=JJ8kKoFFa-1nl3M5BP85je6gBniWs1SltJIwIWXNBzI,29449
5
- impi_devel-2021.16.0.data/data/bin/mpifc,sha256=0I4Dz6N32KE7kt0RClwrvuH8FfR9ujYxBFoHr8qU3AM,2950
6
- impi_devel-2021.16.0.data/data/bin/mpigcc,sha256=AoZV5db1UvGO_-B9GKC4nS8lnWng6IjsW3qCYMXH9yg,22542
7
- impi_devel-2021.16.0.data/data/bin/mpigxx,sha256=JrjEpNqMaG2gzOFxkmr_r61Ldt38T3W8KdpDs7LnNGc,22243
8
- impi_devel-2021.16.0.data/data/bin/mpiicc,sha256=w7333GTS55A0Av_o70yGLGK745U7iMsGwmn1nKkQvnQ,1089
9
- impi_devel-2021.16.0.data/data/bin/mpiicpc,sha256=dLp-bi09CkAfCgPtnww0GtEv-YACatjAAeYVrolgsjM,1095
10
- impi_devel-2021.16.0.data/data/bin/mpiicpx,sha256=3z9Mg9R15IMdJ0USRecYZIRbho8ZRpemfQQPTi0gBj0,19626
11
- impi_devel-2021.16.0.data/data/bin/mpiicx,sha256=HOijaV0KRqNoX0alpXaVUvcs-1AWwtzA7B4gAJxe5qI,19575
12
- impi_devel-2021.16.0.data/data/bin/mpiifort,sha256=U-VbNczevW-eLqc9HM--M7CA85JFgH6WiG2_jg39Yxc,1207
13
- impi_devel-2021.16.0.data/data/bin/mpiifx,sha256=KI9Acpvfi3UKQP4a3lvvaGsDCaVKxk7dEBBv7ILkoGA,24924
14
- impi_devel-2021.16.0.data/data/include/mpi.h,sha256=kfoEDpBa0MkA-zhDgC1vKpco96GHYLZaTh9FM7PWG3U,257011
15
- impi_devel-2021.16.0.data/data/include/mpicxx.h,sha256=y3SHKqw4Tocupxi_ccu72AmDrAv9_FTTd70_I16RctU,104215
16
- impi_devel-2021.16.0.data/data/include/mpif.h,sha256=bxogTqK3Vi-lTg_ImVPZRwVV-AhacEoEsLv13CkFE2g,23199
17
- impi_devel-2021.16.0.data/data/include/mpio.h,sha256=J0288iYwPGOHY0SpWVw5GymZJDBE1nXPW5V6fs00PXs,40827
18
- impi_devel-2021.16.0.data/data/opt/mpi/bin/mpiptx,sha256=OEBbAITdO892kLtYQ1LOM_VE1dQ09wKLs9hAscvR1AE,413872
19
- impi_devel-2021.16.0.data/data/share/doc/mpi/licensing/license.txt,sha256=1GbbiRvndJFemREM8SMm-V2P3HwHrfKKqHYAaXbdtFI,4146
20
- impi_devel-2021.16.0.data/data/share/doc/mpi/licensing/third-party-programs.txt,sha256=PcVxOsOVcoPNuhO1mXowJqzWOd0ZId_20Cfi-RtLlZo,77484
21
- impi_devel-2021.16.0.dist-info/LICENSE.txt,sha256=dyFjPQ3f9D-uJev9QF-BZqDOcwy87ETy862dXrismm8,4105
22
- impi_devel-2021.16.0.dist-info/METADATA,sha256=8Zwy4awGFJBppvIfb3MwT7y0279ctEly-CFiF8Cz53g,958
23
- impi_devel-2021.16.0.dist-info/WHEEL,sha256=wHDSHW15S5Ss-cXTEuv9lQNHlx87Fk-iZqRWK0BLwrI,146
24
- impi_devel-2021.16.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
25
- impi_devel-2021.16.0.dist-info/RECORD,,