impi-devel 2021.16.1__py2.py3-none-win_amd64.whl → 2021.17.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.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpi/debug/impi.dll +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpicc.bat +1 -1
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpifc.bat +1 -1
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/include/mpi.h +1224 -755
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/include/mpio.h +4 -2
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/lib/impi.lib +0 -0
- impi_devel-2021.17.0.data/data/Library/lib/impicxx.lib +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/share/doc/mpi/licensing/third-party-programs.txt +1 -1
- {impi_devel-2021.16.1.dist-info → impi_devel-2021.17.0.dist-info}/METADATA +2 -2
- impi_devel-2021.17.0.dist-info/RECORD +25 -0
- impi_devel-2021.16.1.dist-info/RECORD +0 -24
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpicl.bat +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpicxx.bat +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpif77.bat +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpif90.bat +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpiicc.bat +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpiicpc.bat +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpiicpx.bat +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpiicx.bat +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpiifort.bat +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/bin/mpiifx.bat +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/Library/include/mpicxx.h +0 -0
- {impi_devel-2021.16.1.data → impi_devel-2021.17.0.data}/data/share/doc/mpi/licensing/license.txt +0 -0
- {impi_devel-2021.16.1.dist-info → impi_devel-2021.17.0.dist-info}/LICENSE.txt +0 -0
- {impi_devel-2021.16.1.dist-info → impi_devel-2021.17.0.dist-info}/WHEEL +0 -0
- {impi_devel-2021.16.1.dist-info → impi_devel-2021.17.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.17
|
|
31
31
|
|
|
32
32
|
echo %selfname% for the Intel^(R^) MPI Library %MPIVERSION% for Windows*
|
|
33
33
|
echo Copyright Intel Corporation.
|
|
@@ -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.17
|
|
30
30
|
|
|
31
31
|
echo %selfname% for the Intel^(R^) MPI Library %MPIVERSION% for Windows*
|
|
32
32
|
echo Copyright Intel Corporation.
|