impi-devel 2021.14.1__py2.py3-none-win_amd64.whl → 2021.15.0__py2.py3-none-win_amd64.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.
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpi/debug/impi.dll +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpicc.bat +1 -6
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpifc.bat +1 -6
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/include/mpi.h +60 -2
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/lib/impi.lib +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/share/doc/mpi/licensing/third-party-programs.txt +1 -1
- {impi_devel-2021.14.1.dist-info → impi_devel-2021.15.0.dist-info}/METADATA +2 -2
- impi_devel-2021.15.0.dist-info/RECORD +24 -0
- impi_devel-2021.14.1.dist-info/RECORD +0 -24
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpicl.bat +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpicxx.bat +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpif77.bat +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpif90.bat +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpiicc.bat +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpiicpc.bat +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpiicpx.bat +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpiicx.bat +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpiifort.bat +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/bin/mpiifx.bat +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/include/mpicxx.h +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/Library/include/mpio.h +0 -0
- {impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/share/doc/mpi/licensing/license.txt +0 -0
- {impi_devel-2021.14.1.dist-info → impi_devel-2021.15.0.dist-info}/LICENSE.txt +0 -0
- {impi_devel-2021.14.1.dist-info → impi_devel-2021.15.0.dist-info}/WHEEL +0 -0
- {impi_devel-2021.14.1.dist-info → impi_devel-2021.15.0.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -27,7 +27,7 @@ rem Keep the self name (as "filename.ext") in the variable before cycle. We will
|
|
|
27
27
|
set selfname=%~nx0
|
|
28
28
|
|
|
29
29
|
rem MPIVERSION is the version of the Intel^(R^) MPI Library that mpicc is intended for
|
|
30
|
-
set MPIVERSION=2021.
|
|
30
|
+
set MPIVERSION=2021.15
|
|
31
31
|
|
|
32
32
|
echo %selfname% for the Intel^(R^) MPI Library %MPIVERSION% for Windows*
|
|
33
33
|
echo Copyright Intel Corporation.
|
|
@@ -191,11 +191,6 @@ set LINKER_OPTION=/link
|
|
|
191
191
|
|
|
192
192
|
rem ------------------------------------------------------------------------
|
|
193
193
|
rem Argument processing.
|
|
194
|
-
rem This is somewhat awkward because of the handling of arguments within
|
|
195
|
-
rem the shell. We want to handle arguments that include spaces without
|
|
196
|
-
rem loosing the spacing (an alternative would be to use a more powerful
|
|
197
|
-
rem scripting language that would allow us to retain the array of values,
|
|
198
|
-
rem which the basic (rather than enhanced) Bourne shell does not.
|
|
199
194
|
rem
|
|
200
195
|
rem Look through the arguments for arguments that indicate compile only.
|
|
201
196
|
rem If these are *not* found, add the library options
|
|
@@ -26,7 +26,7 @@ rem Keep the self name (as "filename.ext") in the variable before cycle. We will
|
|
|
26
26
|
set selfname=%~nx0
|
|
27
27
|
|
|
28
28
|
rem MPIVERSION is the version of the Intel^(R^) MPI Library that mpifc is intended for
|
|
29
|
-
set MPIVERSION=2021.
|
|
29
|
+
set MPIVERSION=2021.15
|
|
30
30
|
|
|
31
31
|
echo %selfname% for the Intel^(R^) MPI Library %MPIVERSION% for Windows*
|
|
32
32
|
echo Copyright Intel Corporation.
|
|
@@ -187,11 +187,6 @@ set PROFILE_POSTLIB=""
|
|
|
187
187
|
|
|
188
188
|
rem ------------------------------------------------------------------------
|
|
189
189
|
rem Argument processing.
|
|
190
|
-
rem This is somewhat awkward because of the handling of arguments within
|
|
191
|
-
rem the shell. We want to handle arguments that include spaces without
|
|
192
|
-
rem loosing the spacing (an alternative would be to use a more powerful
|
|
193
|
-
rem scripting language that would allow us to retain the array of values,
|
|
194
|
-
rem which the basic (rather than enhanced) Bourne shell does not.
|
|
195
190
|
rem
|
|
196
191
|
rem Look through the arguments for arguments that indicate compile only.
|
|
197
192
|
rem If these are *not* found, add the library options
|
|
@@ -567,8 +567,8 @@ typedef int (MPI_Delete_function) ( MPI_Comm, int, void *, void * );
|
|
|
567
567
|
* digits for REV, 1 digit for EXT and 2 digits for EXT_NUMBER. So,
|
|
568
568
|
* 2019.0.0b0 will have the numeric version 20190000100.
|
|
569
569
|
*/
|
|
570
|
-
#define I_MPI_VERSION "2021.
|
|
571
|
-
#define I_MPI_NUMVERSION
|
|
570
|
+
#define I_MPI_VERSION "2021.15.0"
|
|
571
|
+
#define I_MPI_NUMVERSION 20211500300
|
|
572
572
|
|
|
573
573
|
/* for the datatype decoders */
|
|
574
574
|
enum MPIR_Combiner_enum {
|
|
@@ -1802,6 +1802,20 @@ int MPI_Group_size(MPI_Group group, int *size) MPICH_API_PUBLIC;
|
|
|
1802
1802
|
int MPI_Group_translate_ranks(MPI_Group group1, int n, const int ranks1[], MPI_Group group2,
|
|
1803
1803
|
int ranks2[]) MPICH_API_PUBLIC;
|
|
1804
1804
|
int MPI_Group_union(MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) MPICH_API_PUBLIC;
|
|
1805
|
+
int MPI_Info_create(MPI_Info *info) MPICH_API_PUBLIC;
|
|
1806
|
+
int MPI_Info_create_env(int argc, char *argv[], MPI_Info *info) MPICH_API_PUBLIC;
|
|
1807
|
+
int MPI_Info_delete(MPI_Info info, const char *key) MPICH_API_PUBLIC;
|
|
1808
|
+
int MPI_Info_dup(MPI_Info info, MPI_Info *newinfo) MPICH_API_PUBLIC;
|
|
1809
|
+
int MPI_Info_free(MPI_Info *info) MPICH_API_PUBLIC;
|
|
1810
|
+
int MPI_Info_get(MPI_Info info, const char *key, int valuelen, char *value, int *flag)
|
|
1811
|
+
MPICH_API_PUBLIC;
|
|
1812
|
+
int MPI_Info_get_nkeys(MPI_Info info, int *nkeys) MPICH_API_PUBLIC;
|
|
1813
|
+
int MPI_Info_get_nthkey(MPI_Info info, int n, char *key) MPICH_API_PUBLIC;
|
|
1814
|
+
int MPI_Info_get_string(MPI_Info info, const char *key, int *buflen, char *value, int *flag)
|
|
1815
|
+
MPICH_API_PUBLIC;
|
|
1816
|
+
int MPI_Info_get_valuelen(MPI_Info info, const char *key, int *valuelen, int *flag)
|
|
1817
|
+
MPICH_API_PUBLIC;
|
|
1818
|
+
int MPI_Info_set(MPI_Info info, const char *key, const char *value) MPICH_API_PUBLIC;
|
|
1805
1819
|
int MPI_Op_commutative(MPI_Op op, int *commute) MPICH_API_PUBLIC;
|
|
1806
1820
|
int MPI_Op_create(MPI_User_function *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
|
|
1807
1821
|
int MPI_Op_free(MPI_Op *op) MPICH_API_PUBLIC;
|
|
@@ -1836,6 +1850,13 @@ int MPI_Irsend(const void *buf, int count, MPI_Datatype datatype, int dest, int
|
|
|
1836
1850
|
MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1837
1851
|
int MPI_Isend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm,
|
|
1838
1852
|
MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1853
|
+
int MPI_Isendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag,
|
|
1854
|
+
void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag,
|
|
1855
|
+
MPI_Comm comm, MPI_Request *request)
|
|
1856
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(6,8) MPICH_API_PUBLIC;
|
|
1857
|
+
int MPI_Isendrecv_replace(void *buf, int count, MPI_Datatype datatype, int dest, int sendtag,
|
|
1858
|
+
int source, int recvtag, MPI_Comm comm, MPI_Request *request)
|
|
1859
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1839
1860
|
int MPI_Issend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm,
|
|
1840
1861
|
MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1841
1862
|
int MPI_Mprobe(int source, int tag, MPI_Comm comm, MPI_Message *message, MPI_Status *status)
|
|
@@ -2375,6 +2396,14 @@ int MPI_Irsend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int de
|
|
|
2375
2396
|
int MPI_Isend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
|
|
2376
2397
|
MPI_Comm comm, MPI_Request *request)
|
|
2377
2398
|
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
2399
|
+
int MPI_Isendrecv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, int dest,
|
|
2400
|
+
int sendtag, void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
|
|
2401
|
+
int source, int recvtag, MPI_Comm comm, MPI_Request *request)
|
|
2402
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(6,8) MPICH_API_PUBLIC;
|
|
2403
|
+
int MPI_Isendrecv_replace_c(void *buf, MPI_Count count, MPI_Datatype datatype, int dest,
|
|
2404
|
+
int sendtag, int source, int recvtag, MPI_Comm comm,
|
|
2405
|
+
MPI_Request *request)
|
|
2406
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
2378
2407
|
int MPI_Issend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
|
|
2379
2408
|
MPI_Comm comm, MPI_Request *request)
|
|
2380
2409
|
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
@@ -3176,6 +3205,20 @@ int PMPI_Group_size(MPI_Group group, int *size) MPICH_API_PUBLIC;
|
|
|
3176
3205
|
int PMPI_Group_translate_ranks(MPI_Group group1, int n, const int ranks1[], MPI_Group group2,
|
|
3177
3206
|
int ranks2[]) MPICH_API_PUBLIC;
|
|
3178
3207
|
int PMPI_Group_union(MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) MPICH_API_PUBLIC;
|
|
3208
|
+
int PMPI_Info_create(MPI_Info *info) MPICH_API_PUBLIC;
|
|
3209
|
+
int PMPI_Info_create_env(int argc, char *argv[], MPI_Info *info) MPICH_API_PUBLIC;
|
|
3210
|
+
int PMPI_Info_delete(MPI_Info info, const char *key) MPICH_API_PUBLIC;
|
|
3211
|
+
int PMPI_Info_dup(MPI_Info info, MPI_Info *newinfo) MPICH_API_PUBLIC;
|
|
3212
|
+
int PMPI_Info_free(MPI_Info *info) MPICH_API_PUBLIC;
|
|
3213
|
+
int PMPI_Info_get(MPI_Info info, const char *key, int valuelen, char *value, int *flag)
|
|
3214
|
+
MPICH_API_PUBLIC;
|
|
3215
|
+
int PMPI_Info_get_nkeys(MPI_Info info, int *nkeys) MPICH_API_PUBLIC;
|
|
3216
|
+
int PMPI_Info_get_nthkey(MPI_Info info, int n, char *key) MPICH_API_PUBLIC;
|
|
3217
|
+
int PMPI_Info_get_string(MPI_Info info, const char *key, int *buflen, char *value, int *flag)
|
|
3218
|
+
MPICH_API_PUBLIC;
|
|
3219
|
+
int PMPI_Info_get_valuelen(MPI_Info info, const char *key, int *valuelen, int *flag)
|
|
3220
|
+
MPICH_API_PUBLIC;
|
|
3221
|
+
int PMPI_Info_set(MPI_Info info, const char *key, const char *value) MPICH_API_PUBLIC;
|
|
3179
3222
|
int PMPI_Op_commutative(MPI_Op op, int *commute) MPICH_API_PUBLIC;
|
|
3180
3223
|
int PMPI_Op_create(MPI_User_function *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
|
|
3181
3224
|
int PMPI_Op_create_c(MPI_User_function_c *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
|
|
@@ -3233,6 +3276,21 @@ int PMPI_Isend(const void *buf, int count, MPI_Datatype datatype, int dest, int
|
|
|
3233
3276
|
int PMPI_Isend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
|
|
3234
3277
|
MPI_Comm comm, MPI_Request *request)
|
|
3235
3278
|
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
3279
|
+
int PMPI_Isendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag,
|
|
3280
|
+
void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag,
|
|
3281
|
+
MPI_Comm comm, MPI_Request *request)
|
|
3282
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(6,8) MPICH_API_PUBLIC;
|
|
3283
|
+
int PMPI_Isendrecv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, int dest,
|
|
3284
|
+
int sendtag, void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
|
|
3285
|
+
int source, int recvtag, MPI_Comm comm, MPI_Request *request)
|
|
3286
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(6,8) MPICH_API_PUBLIC;
|
|
3287
|
+
int PMPI_Isendrecv_replace(void *buf, int count, MPI_Datatype datatype, int dest, int sendtag,
|
|
3288
|
+
int source, int recvtag, MPI_Comm comm, MPI_Request *request)
|
|
3289
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
3290
|
+
int PMPI_Isendrecv_replace_c(void *buf, MPI_Count count, MPI_Datatype datatype, int dest,
|
|
3291
|
+
int sendtag, int source, int recvtag, MPI_Comm comm,
|
|
3292
|
+
MPI_Request *request)
|
|
3293
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
3236
3294
|
int PMPI_Issend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm,
|
|
3237
3295
|
MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
3238
3296
|
int PMPI_Issend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: impi-devel
|
|
3
|
-
Version: 2021.
|
|
3
|
+
Version: 2021.15.0
|
|
4
4
|
Summary: Intel® MPI Library
|
|
5
5
|
Home-page: https://software.intel.com/en-us/mpi-library
|
|
6
6
|
Author: Intel Corporation
|
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
18
18
|
Classifier: License :: Other/Proprietary License
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE.txt
|
|
21
|
-
Requires-Dist: impi-rt ==2021.
|
|
21
|
+
Requires-Dist: impi-rt ==2021.15.0
|
|
22
22
|
|
|
23
23
|
The Intel® MPI Library is a multi-fabric message passing library that implements the Message Passing Interface, version 3.1 (MPI-3.1) specification. Use the library to develop applications that can run on multiple cluster interconnects.
|
|
24
24
|
The Intel MPI Library has the following features:
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpicc.bat,sha256=opPwJrw2EddGUJo_cyGV1UvG550JUgO3jqh2WDcmQhY,23032
|
|
2
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpicl.bat,sha256=tgzPqxxrr4ABHNkPnXVOx1oifDVdF6FDeOPS_NIOk-Y,1087
|
|
3
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpicxx.bat,sha256=icR8cXZDHEU1oaYNp3Gj8tFP143ZFbb_i1uoKIRhVsI,1095
|
|
4
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpif77.bat,sha256=o3q3pu0JNk6IpvR5_AzKBlqMrtNQqnldtg0TP0eVtqY,1030
|
|
5
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpif90.bat,sha256=_T3Ey8nhAZ0PqPGCCg7-7CGx_bh96MEm55NYMeih8Ok,1030
|
|
6
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpifc.bat,sha256=I8SJjpCsQvC9fOo6qCOBUWZxXYYXxjIHHy_eveaA0Ks,26112
|
|
7
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpiicc.bat,sha256=WmU0bliALBuVY0242xdGhwCp-25J5UVtWQI07nxEias,1084
|
|
8
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpiicpc.bat,sha256=C235KYqgNaCBcKoN6Tp1Rn9om1qJauph8Ug6euuR65E,1088
|
|
9
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpiicpx.bat,sha256=pzZVQpPYBMzLAZ3VSu8VK6Ze99lN0ftV6i5jequU8Z4,1047
|
|
10
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpiicx.bat,sha256=-V5ajP9L3uCllP77gQTY2QovXsC6PaeRjyjgjn6G-go,1043
|
|
11
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpiifort.bat,sha256=2HYDrw4V9zPkn09dYuJEhK1cglzpL4cb1wW4LEPEVOI,1032
|
|
12
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpiifx.bat,sha256=meIaD1NzAwadkVhrChvNi00A7EC3uDdBWDGZJZIlQqc,1064
|
|
13
|
+
impi_devel-2021.15.0.data/data/Library/bin/mpi/debug/impi.dll,sha256=OMloG2yT2__DQrR1IiaVWj1te3cZzrypfzhooGWbtcg,23773400
|
|
14
|
+
impi_devel-2021.15.0.data/data/Library/include/mpi.h,sha256=gN038qU80DMxcV9ivyxV1uV1cypiHs1mzxlxkXo8ELM,253153
|
|
15
|
+
impi_devel-2021.15.0.data/data/Library/include/mpicxx.h,sha256=s8LvuihJdp8myenKEhyUtLHMui4EEi5NlGq7Qk5gBmo,101718
|
|
16
|
+
impi_devel-2021.15.0.data/data/Library/include/mpio.h,sha256=9TVWsm5u0dZEwduuJOmHAjPmfSRrBpUDJd4I1Jf7Rh0,39620
|
|
17
|
+
impi_devel-2021.15.0.data/data/Library/lib/impi.lib,sha256=neOuLrRIBIXU86uncN244mlhFeQcQ8EfFH9-ybxsEa4,1295848
|
|
18
|
+
impi_devel-2021.15.0.data/data/share/doc/mpi/licensing/license.txt,sha256=_8AIYvfXecQMkfCDcDcA0ogvnzDXDbl-BHKoAFJgLuY,4218
|
|
19
|
+
impi_devel-2021.15.0.data/data/share/doc/mpi/licensing/third-party-programs.txt,sha256=b5oDvIM2B5I8bit_zpSYJT7Epos68ZxyN1UIpIXR-HU,78960
|
|
20
|
+
impi_devel-2021.15.0.dist-info/LICENSE.txt,sha256=dyFjPQ3f9D-uJev9QF-BZqDOcwy87ETy862dXrismm8,4105
|
|
21
|
+
impi_devel-2021.15.0.dist-info/METADATA,sha256=pgfnwAH8eqoGbo0BU8pyc5jIBA2_Rf6BchFSNhV670Q,1473
|
|
22
|
+
impi_devel-2021.15.0.dist-info/WHEEL,sha256=AicHu81jYIhU5ObukFKUZOOinzdgDNwF05fPW9oDLwY,122
|
|
23
|
+
impi_devel-2021.15.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
24
|
+
impi_devel-2021.15.0.dist-info/RECORD,,
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpicc.bat,sha256=55SktZZUvAz1NcZziY36bnWbk4S_3iGzAlP9lpo5NXc,23398
|
|
2
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpicl.bat,sha256=tgzPqxxrr4ABHNkPnXVOx1oifDVdF6FDeOPS_NIOk-Y,1087
|
|
3
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpicxx.bat,sha256=icR8cXZDHEU1oaYNp3Gj8tFP143ZFbb_i1uoKIRhVsI,1095
|
|
4
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpif77.bat,sha256=o3q3pu0JNk6IpvR5_AzKBlqMrtNQqnldtg0TP0eVtqY,1030
|
|
5
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpif90.bat,sha256=_T3Ey8nhAZ0PqPGCCg7-7CGx_bh96MEm55NYMeih8Ok,1030
|
|
6
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpifc.bat,sha256=05vS4nc8LOCBZrMNPBUFpuMWh7tOI57sd1KdvApZ_iw,26478
|
|
7
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpiicc.bat,sha256=WmU0bliALBuVY0242xdGhwCp-25J5UVtWQI07nxEias,1084
|
|
8
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpiicpc.bat,sha256=C235KYqgNaCBcKoN6Tp1Rn9om1qJauph8Ug6euuR65E,1088
|
|
9
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpiicpx.bat,sha256=pzZVQpPYBMzLAZ3VSu8VK6Ze99lN0ftV6i5jequU8Z4,1047
|
|
10
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpiicx.bat,sha256=-V5ajP9L3uCllP77gQTY2QovXsC6PaeRjyjgjn6G-go,1043
|
|
11
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpiifort.bat,sha256=2HYDrw4V9zPkn09dYuJEhK1cglzpL4cb1wW4LEPEVOI,1032
|
|
12
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpiifx.bat,sha256=meIaD1NzAwadkVhrChvNi00A7EC3uDdBWDGZJZIlQqc,1064
|
|
13
|
-
impi_devel-2021.14.1.data/data/Library/bin/mpi/debug/impi.dll,sha256=7UtUyDqj4_P4m9BkBYpnK1T9fCpGD8Ja0Z-xRYMzgQU,23302872
|
|
14
|
-
impi_devel-2021.14.1.data/data/Library/include/mpi.h,sha256=LIZHRfQzTuMS6EvLRS6R-bKcP4ylJ2NVFrRxQKt0hps,248669
|
|
15
|
-
impi_devel-2021.14.1.data/data/Library/include/mpicxx.h,sha256=s8LvuihJdp8myenKEhyUtLHMui4EEi5NlGq7Qk5gBmo,101718
|
|
16
|
-
impi_devel-2021.14.1.data/data/Library/include/mpio.h,sha256=9TVWsm5u0dZEwduuJOmHAjPmfSRrBpUDJd4I1Jf7Rh0,39620
|
|
17
|
-
impi_devel-2021.14.1.data/data/Library/lib/impi.lib,sha256=EKucGIzpEgQFktYSkmEfEKMjpD-TsnYXTK6fLYrqGFQ,1288604
|
|
18
|
-
impi_devel-2021.14.1.data/data/share/doc/mpi/licensing/license.txt,sha256=_8AIYvfXecQMkfCDcDcA0ogvnzDXDbl-BHKoAFJgLuY,4218
|
|
19
|
-
impi_devel-2021.14.1.data/data/share/doc/mpi/licensing/third-party-programs.txt,sha256=QkjPoo4jiN9o5bXA6si7Ry6hqP1RWms5x4bFoqME7bI,78960
|
|
20
|
-
impi_devel-2021.14.1.dist-info/LICENSE.txt,sha256=dyFjPQ3f9D-uJev9QF-BZqDOcwy87ETy862dXrismm8,4105
|
|
21
|
-
impi_devel-2021.14.1.dist-info/METADATA,sha256=3y-mEdjqgUyh6H1_h0bksO4JPkBAM_GMkd3MIvrCBBc,1473
|
|
22
|
-
impi_devel-2021.14.1.dist-info/WHEEL,sha256=AicHu81jYIhU5ObukFKUZOOinzdgDNwF05fPW9oDLwY,122
|
|
23
|
-
impi_devel-2021.14.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
24
|
-
impi_devel-2021.14.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{impi_devel-2021.14.1.data → impi_devel-2021.15.0.data}/data/share/doc/mpi/licensing/license.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|