impi-devel 2021.14.2__py2.py3-none-manylinux_2_28_x86_64.whl → 2021.15.0__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.
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpif77 +1 -1
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpif90 +1 -1
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpigcc +1 -1
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpigxx +1 -1
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpiicpx +8 -8
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpiicx +1 -6
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpiifx +1 -6
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/include/mpi.h +63 -3
- impi_devel-2021.15.0.data/data/opt/mpi/bin/mpiptx +0 -0
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/share/doc/mpi/licensing/third-party-programs.txt +1 -1
- {impi_devel-2021.14.2.dist-info → impi_devel-2021.15.0.dist-info}/METADATA +2 -2
- impi_devel-2021.15.0.dist-info/RECORD +25 -0
- impi_devel-2021.14.2.dist-info/RECORD +0 -24
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpicc +0 -0
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpicxx +0 -0
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpifc +0 -0
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpiicc +0 -0
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpiicpc +0 -0
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/bin/mpiifort +0 -0
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/include/mpicxx.h +0 -0
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/include/mpif.h +0 -0
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/include/mpio.h +0 -0
- {impi_devel-2021.14.2.data → impi_devel-2021.15.0.data}/data/share/doc/mpi/licensing/license.txt +0 -0
- {impi_devel-2021.14.2.dist-info → impi_devel-2021.15.0.dist-info}/LICENSE.txt +0 -0
- {impi_devel-2021.14.2.dist-info → impi_devel-2021.15.0.dist-info}/WHEEL +0 -0
- {impi_devel-2021.14.2.dist-info → impi_devel-2021.15.0.dist-info}/top_level.txt +0 -0
|
@@ -129,7 +129,7 @@ MPILIBNAME="mpi"
|
|
|
129
129
|
MPICXXLIBNAME="mpicxx"
|
|
130
130
|
|
|
131
131
|
# MPIVERSION is the version of the Intel(R) MPI Library that mpiicpc is intended for
|
|
132
|
-
MPIVERSION="2021.
|
|
132
|
+
MPIVERSION="2021.15"
|
|
133
133
|
|
|
134
134
|
# Internal variables
|
|
135
135
|
# Show is set to echo to cause the compilation command to be echoed instead
|
|
@@ -141,6 +141,7 @@ handle_executable=
|
|
|
141
141
|
executable=a.out
|
|
142
142
|
ilp64=no
|
|
143
143
|
no_rpath=no
|
|
144
|
+
cuda_sycl_opts=
|
|
144
145
|
# End of initialization of variables
|
|
145
146
|
#
|
|
146
147
|
#---------------------------------------------------------------------
|
|
@@ -193,11 +194,6 @@ fi
|
|
|
193
194
|
#
|
|
194
195
|
# ------------------------------------------------------------------------
|
|
195
196
|
# Argument processing.
|
|
196
|
-
# This is somewhat awkward because of the handling of arguments within
|
|
197
|
-
# the shell. We want to handle arguments that include spaces without
|
|
198
|
-
# loosing the spacing (an alternative would be to use a more powerful
|
|
199
|
-
# scripting language that would allow us to retain the array of values,
|
|
200
|
-
# which the basic (rather than enhanced) Bourne shell does not.
|
|
201
197
|
#
|
|
202
198
|
# Look through the arguments for arguments that indicate compile only.
|
|
203
199
|
# If these are *not* found, add the library options
|
|
@@ -293,6 +289,10 @@ for arg in "$@" ; do
|
|
|
293
289
|
addarg=no
|
|
294
290
|
# Loading the profConf file is handled below
|
|
295
291
|
;;
|
|
292
|
+
-enable-cuda-device-initiated)
|
|
293
|
+
cuda_sycl_opts="--ptxas-path=$I_MPI_ROOT/opt/mpi/bin/mpiptx"
|
|
294
|
+
addarg=no
|
|
295
|
+
;;
|
|
296
296
|
-help)
|
|
297
297
|
# Print mini-help if started without parameters
|
|
298
298
|
echo "Simple script to compile and/or link MPI programs."
|
|
@@ -539,7 +539,7 @@ else
|
|
|
539
539
|
rpath_opt="-Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker \"${libdir}${MPILIBDIR}\" -Xlinker -rpath -Xlinker \"${libdir}\""
|
|
540
540
|
fi
|
|
541
541
|
if [ "$linking" = yes ] ; then
|
|
542
|
-
cmd_line="$CXX $CXXFLAGS $allargs -I\"${includedir}\" -L\"${libdir}${MPILIBDIR}\" -L\"${libdir}\" $rpath_opt $cxxlibs $mpilibs $I_MPI_OTHERLIBS $LDFLAGS $MPI_OTHERLIBS"
|
|
542
|
+
cmd_line="$CXX $CXXFLAGS $cuda_sycl_opts $allargs -I\"${includedir}\" -L\"${libdir}${MPILIBDIR}\" -L\"${libdir}\" $rpath_opt $cxxlibs $mpilibs $I_MPI_OTHERLIBS $LDFLAGS $MPI_OTHERLIBS"
|
|
543
543
|
if [ "$Show" = echo ] ; then
|
|
544
544
|
echo $cmd_line
|
|
545
545
|
else
|
|
@@ -552,7 +552,7 @@ if [ "$linking" = yes ] ; then
|
|
|
552
552
|
$Show objcopy --add-gnu-debuglink=${executable}.dbg ${executable}
|
|
553
553
|
fi
|
|
554
554
|
else
|
|
555
|
-
cmd_line="$CXX $CXXFLAGS $allargs -I\"${includedir}\""
|
|
555
|
+
cmd_line="$CXX $CXXFLAGS $cuda_sycl_opts $allargs -I\"${includedir}\""
|
|
556
556
|
if [ "$Show" = echo ] ; then
|
|
557
557
|
$Show $cmd_line
|
|
558
558
|
else
|
|
@@ -131,7 +131,7 @@ LDFLAGS="-ldl"
|
|
|
131
131
|
MPILIBNAME="mpi"
|
|
132
132
|
|
|
133
133
|
# MPIVERSION is the version of the MPICH2 library that mpicc is intended for
|
|
134
|
-
MPIVERSION="2021.
|
|
134
|
+
MPIVERSION="2021.15"
|
|
135
135
|
#
|
|
136
136
|
# Internal variables
|
|
137
137
|
# Show is set to echo to cause the compilation command to be echoed instead
|
|
@@ -194,11 +194,6 @@ fi
|
|
|
194
194
|
#
|
|
195
195
|
# ------------------------------------------------------------------------
|
|
196
196
|
# Argument processing.
|
|
197
|
-
# This is somewhat awkward because of the handling of arguments within
|
|
198
|
-
# the shell. We want to handle arguments that include spaces without
|
|
199
|
-
# loosing the spacing (an alternative would be to use a more powerful
|
|
200
|
-
# scripting language that would allow us to retain the array of values,
|
|
201
|
-
# which the basic (rather than enhanced) Bourne shell does not.
|
|
202
197
|
#
|
|
203
198
|
# Look through the arguments for arguments that indicate compile only.
|
|
204
199
|
# If these are *not* found, add the library options
|
|
@@ -147,7 +147,7 @@ LDFLAGS="-ldl"
|
|
|
147
147
|
MPILIBNAME="mpi"
|
|
148
148
|
|
|
149
149
|
# MPIVERSION is the version of the Intel(R) MPI Library for which mpiifort is intended
|
|
150
|
-
MPIVERSION="2021.
|
|
150
|
+
MPIVERSION="2021.15"
|
|
151
151
|
#
|
|
152
152
|
#
|
|
153
153
|
# Internal variables
|
|
@@ -219,11 +219,6 @@ fi
|
|
|
219
219
|
#
|
|
220
220
|
# ------------------------------------------------------------------------
|
|
221
221
|
# Argument processing.
|
|
222
|
-
# This is somewhat awkward because of the handling of arguments within
|
|
223
|
-
# the shell. We want to handle arguments that include spaces without
|
|
224
|
-
# loosing the spacing (an alternative would be to use a more powerful
|
|
225
|
-
# scripting language that would allow us to retain the array of values,
|
|
226
|
-
# which the basic (rather than enhanced) Bourne shell does not.
|
|
227
222
|
#
|
|
228
223
|
# Look through the arguments for arguments that indicate compile only.
|
|
229
224
|
# If these are *not* found, add the library options
|
|
@@ -83,7 +83,9 @@
|
|
|
83
83
|
#endif
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
#if defined(
|
|
86
|
+
#if defined(__CUDACC__) && defined(__CUDA_ARCH__)
|
|
87
|
+
#define IMPI_DEVICE_EXPORT __device__
|
|
88
|
+
#elif defined(__SYCL_DEVICE_ONLY__)
|
|
87
89
|
#ifdef SYCL_EXTERNAL
|
|
88
90
|
#define IMPI_DEVICE_EXPORT SYCL_EXTERNAL
|
|
89
91
|
#else
|
|
@@ -612,8 +614,8 @@ typedef int (MPI_Delete_function) ( MPI_Comm, int, void *, void * );
|
|
|
612
614
|
* digits for REV, 1 digit for EXT and 2 digits for EXT_NUMBER. So,
|
|
613
615
|
* 2019.0.0b0 will have the numeric version 20190000100.
|
|
614
616
|
*/
|
|
615
|
-
#define I_MPI_VERSION "2021.
|
|
616
|
-
#define I_MPI_NUMVERSION
|
|
617
|
+
#define I_MPI_VERSION "2021.15.0"
|
|
618
|
+
#define I_MPI_NUMVERSION 20211500300
|
|
617
619
|
|
|
618
620
|
/* for the datatype decoders */
|
|
619
621
|
enum MPIR_Combiner_enum {
|
|
@@ -1843,6 +1845,20 @@ IMPI_DEVICE_EXPORT int MPI_Group_size(MPI_Group group, int *size) MPICH_API_PUBL
|
|
|
1843
1845
|
int MPI_Group_translate_ranks(MPI_Group group1, int n, const int ranks1[], MPI_Group group2,
|
|
1844
1846
|
int ranks2[]) MPICH_API_PUBLIC;
|
|
1845
1847
|
int MPI_Group_union(MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) MPICH_API_PUBLIC;
|
|
1848
|
+
int MPI_Info_create(MPI_Info *info) MPICH_API_PUBLIC;
|
|
1849
|
+
int MPI_Info_create_env(int argc, char *argv[], MPI_Info *info) MPICH_API_PUBLIC;
|
|
1850
|
+
int MPI_Info_delete(MPI_Info info, const char *key) MPICH_API_PUBLIC;
|
|
1851
|
+
int MPI_Info_dup(MPI_Info info, MPI_Info *newinfo) MPICH_API_PUBLIC;
|
|
1852
|
+
int MPI_Info_free(MPI_Info *info) MPICH_API_PUBLIC;
|
|
1853
|
+
int MPI_Info_get(MPI_Info info, const char *key, int valuelen, char *value, int *flag)
|
|
1854
|
+
MPICH_API_PUBLIC;
|
|
1855
|
+
int MPI_Info_get_nkeys(MPI_Info info, int *nkeys) MPICH_API_PUBLIC;
|
|
1856
|
+
int MPI_Info_get_nthkey(MPI_Info info, int n, char *key) MPICH_API_PUBLIC;
|
|
1857
|
+
int MPI_Info_get_string(MPI_Info info, const char *key, int *buflen, char *value, int *flag)
|
|
1858
|
+
MPICH_API_PUBLIC;
|
|
1859
|
+
int MPI_Info_get_valuelen(MPI_Info info, const char *key, int *valuelen, int *flag)
|
|
1860
|
+
MPICH_API_PUBLIC;
|
|
1861
|
+
int MPI_Info_set(MPI_Info info, const char *key, const char *value) MPICH_API_PUBLIC;
|
|
1846
1862
|
int MPI_Op_commutative(MPI_Op op, int *commute) MPICH_API_PUBLIC;
|
|
1847
1863
|
int MPI_Op_create(MPI_User_function *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
|
|
1848
1864
|
int MPI_Op_free(MPI_Op *op) MPICH_API_PUBLIC;
|
|
@@ -1877,6 +1893,13 @@ int MPI_Irsend(const void *buf, int count, MPI_Datatype datatype, int dest, int
|
|
|
1877
1893
|
MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1878
1894
|
int MPI_Isend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm,
|
|
1879
1895
|
MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1896
|
+
int MPI_Isendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag,
|
|
1897
|
+
void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag,
|
|
1898
|
+
MPI_Comm comm, MPI_Request *request)
|
|
1899
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(6,8) MPICH_API_PUBLIC;
|
|
1900
|
+
int MPI_Isendrecv_replace(void *buf, int count, MPI_Datatype datatype, int dest, int sendtag,
|
|
1901
|
+
int source, int recvtag, MPI_Comm comm, MPI_Request *request)
|
|
1902
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1880
1903
|
int MPI_Issend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm,
|
|
1881
1904
|
MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
1882
1905
|
int MPI_Mprobe(int source, int tag, MPI_Comm comm, MPI_Message *message, MPI_Status *status)
|
|
@@ -2416,6 +2439,14 @@ int MPI_Irsend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int de
|
|
|
2416
2439
|
int MPI_Isend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
|
|
2417
2440
|
MPI_Comm comm, MPI_Request *request)
|
|
2418
2441
|
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
2442
|
+
int MPI_Isendrecv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, int dest,
|
|
2443
|
+
int sendtag, void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
|
|
2444
|
+
int source, int recvtag, MPI_Comm comm, MPI_Request *request)
|
|
2445
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(6,8) MPICH_API_PUBLIC;
|
|
2446
|
+
int MPI_Isendrecv_replace_c(void *buf, MPI_Count count, MPI_Datatype datatype, int dest,
|
|
2447
|
+
int sendtag, int source, int recvtag, MPI_Comm comm,
|
|
2448
|
+
MPI_Request *request)
|
|
2449
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
2419
2450
|
int MPI_Issend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
|
|
2420
2451
|
MPI_Comm comm, MPI_Request *request)
|
|
2421
2452
|
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
@@ -3217,6 +3248,20 @@ int PMPI_Group_size(MPI_Group group, int *size) MPICH_API_PUBLIC;
|
|
|
3217
3248
|
int PMPI_Group_translate_ranks(MPI_Group group1, int n, const int ranks1[], MPI_Group group2,
|
|
3218
3249
|
int ranks2[]) MPICH_API_PUBLIC;
|
|
3219
3250
|
int PMPI_Group_union(MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) MPICH_API_PUBLIC;
|
|
3251
|
+
int PMPI_Info_create(MPI_Info *info) MPICH_API_PUBLIC;
|
|
3252
|
+
int PMPI_Info_create_env(int argc, char *argv[], MPI_Info *info) MPICH_API_PUBLIC;
|
|
3253
|
+
int PMPI_Info_delete(MPI_Info info, const char *key) MPICH_API_PUBLIC;
|
|
3254
|
+
int PMPI_Info_dup(MPI_Info info, MPI_Info *newinfo) MPICH_API_PUBLIC;
|
|
3255
|
+
int PMPI_Info_free(MPI_Info *info) MPICH_API_PUBLIC;
|
|
3256
|
+
int PMPI_Info_get(MPI_Info info, const char *key, int valuelen, char *value, int *flag)
|
|
3257
|
+
MPICH_API_PUBLIC;
|
|
3258
|
+
int PMPI_Info_get_nkeys(MPI_Info info, int *nkeys) MPICH_API_PUBLIC;
|
|
3259
|
+
int PMPI_Info_get_nthkey(MPI_Info info, int n, char *key) MPICH_API_PUBLIC;
|
|
3260
|
+
int PMPI_Info_get_string(MPI_Info info, const char *key, int *buflen, char *value, int *flag)
|
|
3261
|
+
MPICH_API_PUBLIC;
|
|
3262
|
+
int PMPI_Info_get_valuelen(MPI_Info info, const char *key, int *valuelen, int *flag)
|
|
3263
|
+
MPICH_API_PUBLIC;
|
|
3264
|
+
int PMPI_Info_set(MPI_Info info, const char *key, const char *value) MPICH_API_PUBLIC;
|
|
3220
3265
|
int PMPI_Op_commutative(MPI_Op op, int *commute) MPICH_API_PUBLIC;
|
|
3221
3266
|
int PMPI_Op_create(MPI_User_function *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
|
|
3222
3267
|
int PMPI_Op_create_c(MPI_User_function_c *user_fn, int commute, MPI_Op *op) MPICH_API_PUBLIC;
|
|
@@ -3274,6 +3319,21 @@ int PMPI_Isend(const void *buf, int count, MPI_Datatype datatype, int dest, int
|
|
|
3274
3319
|
int PMPI_Isend_c(const void *buf, MPI_Count count, MPI_Datatype datatype, int dest, int tag,
|
|
3275
3320
|
MPI_Comm comm, MPI_Request *request)
|
|
3276
3321
|
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
3322
|
+
int PMPI_Isendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag,
|
|
3323
|
+
void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag,
|
|
3324
|
+
MPI_Comm comm, MPI_Request *request)
|
|
3325
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(6,8) MPICH_API_PUBLIC;
|
|
3326
|
+
int PMPI_Isendrecv_c(const void *sendbuf, MPI_Count sendcount, MPI_Datatype sendtype, int dest,
|
|
3327
|
+
int sendtag, void *recvbuf, MPI_Count recvcount, MPI_Datatype recvtype,
|
|
3328
|
+
int source, int recvtag, MPI_Comm comm, MPI_Request *request)
|
|
3329
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_POINTER_WITH_TYPE_TAG(6,8) MPICH_API_PUBLIC;
|
|
3330
|
+
int PMPI_Isendrecv_replace(void *buf, int count, MPI_Datatype datatype, int dest, int sendtag,
|
|
3331
|
+
int source, int recvtag, MPI_Comm comm, MPI_Request *request)
|
|
3332
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
3333
|
+
int PMPI_Isendrecv_replace_c(void *buf, MPI_Count count, MPI_Datatype datatype, int dest,
|
|
3334
|
+
int sendtag, int source, int recvtag, MPI_Comm comm,
|
|
3335
|
+
MPI_Request *request)
|
|
3336
|
+
MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
3277
3337
|
int PMPI_Issend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm,
|
|
3278
3338
|
MPI_Request *request) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_API_PUBLIC;
|
|
3279
3339
|
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
|
|
@@ -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.
|
|
20
|
+
Requires-Dist: impi-rt (==2021.15.0)
|
|
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.15.0.data/data/bin/mpicc,sha256=cXmdnA41-ZIZtj0TAwHWH9Ad5Kxt0N3lUlBM67dUqr0,2963
|
|
2
|
+
impi_devel-2021.15.0.data/data/bin/mpicxx,sha256=KsiIau8feyRisJefkc4uiKjIHBzU9nqVS5YptzibpJk,3013
|
|
3
|
+
impi_devel-2021.15.0.data/data/bin/mpif77,sha256=rK1VoauYvyc1GTfsrMLwDTgUxdTIGG30SXLbXUARJEs,24158
|
|
4
|
+
impi_devel-2021.15.0.data/data/bin/mpif90,sha256=Bjostx6RL3pwCAbTkhciFiwIoZDZKuBsEmVtK1PsAAs,29449
|
|
5
|
+
impi_devel-2021.15.0.data/data/bin/mpifc,sha256=0I4Dz6N32KE7kt0RClwrvuH8FfR9ujYxBFoHr8qU3AM,2950
|
|
6
|
+
impi_devel-2021.15.0.data/data/bin/mpigcc,sha256=ChbP6vyH03psXBnrcB6y4NgEvNObCb5Q0mAsDzwCWMc,22542
|
|
7
|
+
impi_devel-2021.15.0.data/data/bin/mpigxx,sha256=rbgWBpJpXg6hbXHyv0NEXl8w3UVzAfY9wvbLUFswdKU,22243
|
|
8
|
+
impi_devel-2021.15.0.data/data/bin/mpiicc,sha256=w7333GTS55A0Av_o70yGLGK745U7iMsGwmn1nKkQvnQ,1089
|
|
9
|
+
impi_devel-2021.15.0.data/data/bin/mpiicpc,sha256=dLp-bi09CkAfCgPtnww0GtEv-YACatjAAeYVrolgsjM,1095
|
|
10
|
+
impi_devel-2021.15.0.data/data/bin/mpiicpx,sha256=tB0BRgJN3Wmtwjqc1smGXUb3RpeBfdeYdrcp3o2eXWs,19406
|
|
11
|
+
impi_devel-2021.15.0.data/data/bin/mpiicx,sha256=acQ9FkB7tdzvNssFbNG2VFX9b-4059EmB1dFM_YBwXc,19356
|
|
12
|
+
impi_devel-2021.15.0.data/data/bin/mpiifort,sha256=U-VbNczevW-eLqc9HM--M7CA85JFgH6WiG2_jg39Yxc,1207
|
|
13
|
+
impi_devel-2021.15.0.data/data/bin/mpiifx,sha256=TKfy83IkkBFMxt_c-mqNjcmHMurJ53B3yC1QrF4TxZY,24611
|
|
14
|
+
impi_devel-2021.15.0.data/data/include/mpi.h,sha256=gcwJGXf3iC3Rah9pIMfbLL3VJRJqMS4Im_eEr-1QUk0,251707
|
|
15
|
+
impi_devel-2021.15.0.data/data/include/mpicxx.h,sha256=y3SHKqw4Tocupxi_ccu72AmDrAv9_FTTd70_I16RctU,104215
|
|
16
|
+
impi_devel-2021.15.0.data/data/include/mpif.h,sha256=W2RL_8dHdvLwrk5ggogZOnuxh-TpmMdwxHpnBg22KwE,23015
|
|
17
|
+
impi_devel-2021.15.0.data/data/include/mpio.h,sha256=J0288iYwPGOHY0SpWVw5GymZJDBE1nXPW5V6fs00PXs,40827
|
|
18
|
+
impi_devel-2021.15.0.data/data/opt/mpi/bin/mpiptx,sha256=7TvpVnEyxFhdlzuTxerunBtKMZr7RiPzq9yJtOSfZ80,413656
|
|
19
|
+
impi_devel-2021.15.0.data/data/share/doc/mpi/licensing/license.txt,sha256=1GbbiRvndJFemREM8SMm-V2P3HwHrfKKqHYAaXbdtFI,4146
|
|
20
|
+
impi_devel-2021.15.0.data/data/share/doc/mpi/licensing/third-party-programs.txt,sha256=hPUhw2NofUstMweVxFkv70lPSFsZQUR3khwWW-6RLi4,77484
|
|
21
|
+
impi_devel-2021.15.0.dist-info/LICENSE.txt,sha256=dyFjPQ3f9D-uJev9QF-BZqDOcwy87ETy862dXrismm8,4105
|
|
22
|
+
impi_devel-2021.15.0.dist-info/METADATA,sha256=bC2l_-E9-95O53UG2J4vT6Z3lS9qFWagXnTBH4YdXJo,958
|
|
23
|
+
impi_devel-2021.15.0.dist-info/WHEEL,sha256=wHDSHW15S5Ss-cXTEuv9lQNHlx87Fk-iZqRWK0BLwrI,146
|
|
24
|
+
impi_devel-2021.15.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
25
|
+
impi_devel-2021.15.0.dist-info/RECORD,,
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
impi_devel-2021.14.2.data/data/bin/mpicc,sha256=cXmdnA41-ZIZtj0TAwHWH9Ad5Kxt0N3lUlBM67dUqr0,2963
|
|
2
|
-
impi_devel-2021.14.2.data/data/bin/mpicxx,sha256=KsiIau8feyRisJefkc4uiKjIHBzU9nqVS5YptzibpJk,3013
|
|
3
|
-
impi_devel-2021.14.2.data/data/bin/mpif77,sha256=dD0-E6H849nDOzaCEeTCw4wuixFiu0xQqtB4nxzRlfE,24158
|
|
4
|
-
impi_devel-2021.14.2.data/data/bin/mpif90,sha256=pUTiGdjOh8G0-1WMbAZ0LMSS9VA19Ld5KufqnAGpabc,29449
|
|
5
|
-
impi_devel-2021.14.2.data/data/bin/mpifc,sha256=0I4Dz6N32KE7kt0RClwrvuH8FfR9ujYxBFoHr8qU3AM,2950
|
|
6
|
-
impi_devel-2021.14.2.data/data/bin/mpigcc,sha256=p48f77sioDcP-tzhIByivUofyHDpFy2gkVSqcIPoQ_g,22542
|
|
7
|
-
impi_devel-2021.14.2.data/data/bin/mpigxx,sha256=-cMlcJYza4M_uA-e1YmuPrB5Riv7669wQBhTxXcZpSo,22243
|
|
8
|
-
impi_devel-2021.14.2.data/data/bin/mpiicc,sha256=w7333GTS55A0Av_o70yGLGK745U7iMsGwmn1nKkQvnQ,1089
|
|
9
|
-
impi_devel-2021.14.2.data/data/bin/mpiicpc,sha256=dLp-bi09CkAfCgPtnww0GtEv-YACatjAAeYVrolgsjM,1095
|
|
10
|
-
impi_devel-2021.14.2.data/data/bin/mpiicpx,sha256=gsWDIrg2XFU0bE_zghpSQRhAYK-cJ-dcKjMl-iVPA0A,19572
|
|
11
|
-
impi_devel-2021.14.2.data/data/bin/mpiicx,sha256=C0AqEzMcHwss-FA3UtinFxrUwAgPptA6Tw4-KUuNnXw,19703
|
|
12
|
-
impi_devel-2021.14.2.data/data/bin/mpiifort,sha256=U-VbNczevW-eLqc9HM--M7CA85JFgH6WiG2_jg39Yxc,1207
|
|
13
|
-
impi_devel-2021.14.2.data/data/bin/mpiifx,sha256=hiMjB35UyvSYbYMnd7463mEujgnO-Vv6QsrjkqcmTy0,24958
|
|
14
|
-
impi_devel-2021.14.2.data/data/include/mpi.h,sha256=yMe9vzEGNNK-HlgQ8zWBxzPSiHS8LKhluEztRDWkitM,247191
|
|
15
|
-
impi_devel-2021.14.2.data/data/include/mpicxx.h,sha256=y3SHKqw4Tocupxi_ccu72AmDrAv9_FTTd70_I16RctU,104215
|
|
16
|
-
impi_devel-2021.14.2.data/data/include/mpif.h,sha256=W2RL_8dHdvLwrk5ggogZOnuxh-TpmMdwxHpnBg22KwE,23015
|
|
17
|
-
impi_devel-2021.14.2.data/data/include/mpio.h,sha256=J0288iYwPGOHY0SpWVw5GymZJDBE1nXPW5V6fs00PXs,40827
|
|
18
|
-
impi_devel-2021.14.2.data/data/share/doc/mpi/licensing/license.txt,sha256=1GbbiRvndJFemREM8SMm-V2P3HwHrfKKqHYAaXbdtFI,4146
|
|
19
|
-
impi_devel-2021.14.2.data/data/share/doc/mpi/licensing/third-party-programs.txt,sha256=q7MugNQVtZYgy2_2s1Fe-k8pAgC1gAkoOOGQtkP7m30,77484
|
|
20
|
-
impi_devel-2021.14.2.dist-info/LICENSE.txt,sha256=dyFjPQ3f9D-uJev9QF-BZqDOcwy87ETy862dXrismm8,4105
|
|
21
|
-
impi_devel-2021.14.2.dist-info/METADATA,sha256=IOplMy-zKHaN6MWcw5XMXW8nyDLerEpJhB0-NXZQjOY,958
|
|
22
|
-
impi_devel-2021.14.2.dist-info/WHEEL,sha256=wHDSHW15S5Ss-cXTEuv9lQNHlx87Fk-iZqRWK0BLwrI,146
|
|
23
|
-
impi_devel-2021.14.2.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
24
|
-
impi_devel-2021.14.2.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
|
{impi_devel-2021.14.2.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
|