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

Files changed (27) hide show
  1. impi_devel-2021.12.1.data/data/Library/bin/impi.pdb +0 -0
  2. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpi/debug/impi.dll +0 -0
  3. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpi/debug/impi.pdb +0 -0
  4. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpicc.bat +2 -2
  5. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpifc.bat +2 -2
  6. impi_devel-2021.12.1.data/data/Library/bin/mpiicpx.bat +24 -0
  7. impi_devel-2021.12.1.data/data/Library/bin/mpiicx.bat +24 -0
  8. impi_devel-2021.12.1.data/data/Library/bin/mpiifx.bat +24 -0
  9. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/include/mpi.h +994 -418
  10. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/include/mpicxx.h +35 -35
  11. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/include/mpio.h +149 -0
  12. impi_devel-2021.12.1.data/data/Library/lib/impi.lib +0 -0
  13. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/METADATA +2 -2
  14. impi_devel-2021.12.1.dist-info/RECORD +24 -0
  15. impi_devel-2021.11.0.data/data/Library/bin/impi.pdb +0 -0
  16. impi_devel-2021.11.0.data/data/Library/lib/impi.lib +0 -0
  17. impi_devel-2021.11.0.dist-info/RECORD +0 -21
  18. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpicl.bat +0 -0
  19. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpicxx.bat +0 -0
  20. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpif77.bat +0 -0
  21. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpif90.bat +0 -0
  22. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpiicc.bat +0 -0
  23. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpiicpc.bat +0 -0
  24. {impi_devel-2021.11.0.data → impi_devel-2021.12.1.data}/data/Library/bin/mpiifort.bat +0 -0
  25. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/LICENSE.txt +0 -0
  26. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/WHEEL +0 -0
  27. {impi_devel-2021.11.0.dist-info → impi_devel-2021.12.1.dist-info}/top_level.txt +0 -0
@@ -27,11 +27,11 @@ 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.11
30
+ set MPIVERSION=2021.12
31
31
 
32
32
  echo %selfname% for the Intel^(R^) MPI Library %MPIVERSION% for Windows*
33
33
  echo Copyright Intel Corporation.
34
- echo.
34
+ echo\
35
35
 
36
36
  set fisrst_arg=x%1
37
37
  set "fisrst_arg=%fisrst_arg:"=%"
@@ -26,11 +26,11 @@ 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.11
29
+ set MPIVERSION=2021.12
30
30
 
31
31
  echo %selfname% for the Intel^(R^) MPI Library %MPIVERSION% for Windows*
32
32
  echo Copyright Intel Corporation.
33
- echo.
33
+ echo\
34
34
 
35
35
  set fisrst_arg=x%1
36
36
  set "fisrst_arg=%fisrst_arg:"=%"
@@ -0,0 +1,24 @@
1
+ @echo off
2
+ rem Copyright Intel Corporation.
3
+ rem
4
+ rem This software and the related documents are Intel copyrighted materials,
5
+ rem and your use of them is governed by the express license under which they
6
+ rem were provided to you (License). Unless the License provides otherwise,
7
+ rem you may not use, modify, copy, publish, distribute, disclose or transmit
8
+ rem this software or the related documents without Intel's prior written
9
+ rem permission.
10
+ rem
11
+ rem This software and the related documents are provided as is, with no
12
+ rem express or implied warranties, other than those that are expressly stated
13
+ rem in the License.
14
+
15
+ rem ----------------------------------------------------------------------------------
16
+ rem mpicxx.bat
17
+ rem Simple script to compile and/or link MPI programs by Intel® LLVM-based C Compiler.
18
+ rem ----------------------------------------------------------------------------------
19
+
20
+ if "%1" == "" (
21
+ call mpicxx.bat
22
+ ) else (
23
+ call mpicxx.bat -cxx=icpx %*
24
+ )
@@ -0,0 +1,24 @@
1
+ @echo off
2
+ rem Copyright Intel Corporation.
3
+ rem
4
+ rem This software and the related documents are Intel copyrighted materials,
5
+ rem and your use of them is governed by the express license under which they
6
+ rem were provided to you (License). Unless the License provides otherwise,
7
+ rem you may not use, modify, copy, publish, distribute, disclose or transmit
8
+ rem this software or the related documents without Intel's prior written
9
+ rem permission.
10
+ rem
11
+ rem This software and the related documents are provided as is, with no
12
+ rem express or implied warranties, other than those that are expressly stated
13
+ rem in the License.
14
+
15
+ rem ----------------------------------------------------------------------------------
16
+ rem mpiicx.bat
17
+ rem Simple script to compile and/or link MPI programs by Intel® LLVM-based C Compiler.
18
+ rem ----------------------------------------------------------------------------------
19
+
20
+ if "%1" == "" (
21
+ call mpicc.bat
22
+ ) else (
23
+ call mpicc.bat -cc=icx %*
24
+ )
@@ -0,0 +1,24 @@
1
+ @echo off
2
+ rem Copyright Intel Corporation.
3
+ rem
4
+ rem This software and the related documents are Intel copyrighted materials,
5
+ rem and your use of them is governed by the express license under which they
6
+ rem were provided to you (License). Unless the License provides otherwise,
7
+ rem you may not use, modify, copy, publish, distribute, disclose or transmit
8
+ rem this software or the related documents without Intel's prior written
9
+ rem permission.
10
+ rem
11
+ rem This software and the related documents are provided as is, with no
12
+ rem express or implied warranties, other than those that are expressly stated
13
+ rem in the License.
14
+
15
+ rem -----------------------------------------------------------------------------------------
16
+ rem mpiifx.bat
17
+ rem Simple script to compile and/or link MPI programs by Intel® LLVM-based Fortran Compiler.
18
+ rem -----------------------------------------------------------------------------------------
19
+
20
+ if "%1" == "" (
21
+ call mpifc.bat
22
+ ) else (
23
+ call mpifc.bat -fc=ifx %*
24
+ )