impi-devel 2021.11.0__py2.py3-none-manylinux1_x86_64.whl → 2021.12.1__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.

Files changed (22) hide show
  1. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpif77 +4 -4
  2. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpif90 +4 -4
  3. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpigcc +1 -1
  4. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpigxx +1 -1
  5. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/include/mpi.h +998 -422
  6. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/include/mpicxx.h +35 -35
  7. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/include/mpio.h +149 -0
  8. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/METADATA +2 -2
  9. impi_devel-2021.12.1.dist-info/RECORD +21 -0
  10. impi_devel-2021.11.0.dist-info/RECORD +0 -21
  11. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpicc +0 -0
  12. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpicxx +0 -0
  13. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpifc +0 -0
  14. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpiicc +0 -0
  15. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpiicpc +0 -0
  16. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpiicpx +0 -0
  17. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpiicx +0 -0
  18. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpiifort +0 -0
  19. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/bin/mpiifx +0 -0
  20. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/LICENSE.txt +0 -0
  21. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/WHEEL +0 -0
  22. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.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.11"
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="-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="-Wl,--enable-new-dtags"
155
- disable_dtags_flag="-Wl,--disable-new-dtags"
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.11"
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="-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="-Wl,--enable-new-dtags"
169
- disable_dtags_flag="-Wl,--disable-new-dtags"
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=""
@@ -126,7 +126,7 @@ CC="gcc"
126
126
  MPICH_VERSION="3.4a2"
127
127
  CFLAGS=""
128
128
  CPPFLAGS=""
129
- MPIVERSION="2021.11"
129
+ MPIVERSION="2021.12"
130
130
  MPILIBNAME="mpi"
131
131
 
132
132
 
@@ -123,7 +123,7 @@ fi
123
123
  CXX="g++"
124
124
  MPICH_VERSION="3.4a2"
125
125
  CXXFLAGS=""
126
- MPIVERSION="2021.11"
126
+ MPIVERSION="2021.12"
127
127
  MPILIBNAME="mpi"
128
128
  MPICXXLIBNAME="mpicxx"
129
129