impi-devel 2021.11.0__py2.py3-none-manylinux1_x86_64.whl → 2021.12.0__py2.py3-none-manylinux1_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.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpif77 +4 -4
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpif90 +4 -4
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpigcc +1 -1
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpigxx +1 -1
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/include/mpi.h +998 -422
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/include/mpicxx.h +35 -35
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/include/mpio.h +149 -0
- {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.0.dist-info}/METADATA +2 -2
- impi_devel-2021.12.0.dist-info/RECORD +21 -0
- impi_devel-2021.11.0.dist-info/RECORD +0 -21
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpicc +0 -0
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpicxx +0 -0
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpifc +0 -0
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpiicc +0 -0
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpiicpc +0 -0
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpiicpx +0 -0
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpiicx +0 -0
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpiifort +0 -0
- {impi_devel-2021.11.0.data → impi_devel-2021.12.0.data}/data/bin/mpiifx +0 -0
- {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.0.dist-info}/LICENSE.txt +0 -0
- {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.0.dist-info}/WHEEL +0 -0
- {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.0.dist-info}/top_level.txt +0 -0
|
@@ -126,13 +126,13 @@ fi
|
|
|
126
126
|
F77="gfortran"
|
|
127
127
|
F77CPP=""
|
|
128
128
|
MPICH_VERSION="3.4a2"
|
|
129
|
-
MPIVERSION="2021.
|
|
129
|
+
MPIVERSION="2021.12"
|
|
130
130
|
FFLAGS=""
|
|
131
131
|
MPILIBNAME="mpi"
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
# How to pass a linker flag through the compiler.
|
|
135
|
-
wl="
|
|
135
|
+
wl=""
|
|
136
136
|
|
|
137
137
|
# Static library suffix (normally "a").
|
|
138
138
|
libext="a"
|
|
@@ -151,8 +151,8 @@ library_names_spec="\$libname\$shrext"
|
|
|
151
151
|
hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
|
|
152
152
|
|
|
153
153
|
# Flag to add dtags to allow using runpath instead of rpath
|
|
154
|
-
enable_dtags_flag="
|
|
155
|
-
disable_dtags_flag="
|
|
154
|
+
enable_dtags_flag=""
|
|
155
|
+
disable_dtags_flag=""
|
|
156
156
|
|
|
157
157
|
# Whether we need a single -rpath flag with a separated argument.
|
|
158
158
|
hardcode_libdir_separator=""
|
|
@@ -140,13 +140,13 @@ FCMODINCSPEC=""
|
|
|
140
140
|
FCEXT="f90"
|
|
141
141
|
MPICH_VERSION="3.4a2"
|
|
142
142
|
FCFLAGS=""
|
|
143
|
-
MPIVERSION="2021.
|
|
143
|
+
MPIVERSION="2021.12"
|
|
144
144
|
MPILIBNAME="mpi"
|
|
145
145
|
enable_wrapper_rpath="@enable_wrapper_rpath@"
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
# How to pass a linker flag through the compiler.
|
|
149
|
-
wl="
|
|
149
|
+
wl=""
|
|
150
150
|
|
|
151
151
|
# Static library suffix (normally "a").
|
|
152
152
|
libext="a"
|
|
@@ -165,8 +165,8 @@ library_names_spec="\$libname\$shrext"
|
|
|
165
165
|
hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
|
|
166
166
|
|
|
167
167
|
# Flag to add dtags to allow using runpath instead of rpath
|
|
168
|
-
enable_dtags_flag="
|
|
169
|
-
disable_dtags_flag="
|
|
168
|
+
enable_dtags_flag=""
|
|
169
|
+
disable_dtags_flag=""
|
|
170
170
|
|
|
171
171
|
# Whether we need a single -rpath flag with a separated argument.
|
|
172
172
|
hardcode_libdir_separator=""
|