[petsc-users] Problem compiling in house code with non debugged ver of PETSc

TAY Wee Beng zonexo at gmail.com
Fri Feb 16 18:29:02 CST 2024


Hi,

I've attached the configure.log.

On 17/2/2024 2:14 am, Barry Smith wrote:
>
> https://urldefense.us/v3/__https://stackoverflow.com/questions/68596988/where-is-chkstk-defined__;!!G_uCfscf7eWS!fSfzpIAqYPxbNt5muAwVRcjJO9aezZ1GR0zpmKbg-IBQzG1jg3nzWuDljmBxpcvTUhtW5KEXd6rwhhiVvjY$  You 
> can do additional searches with duckduckgo.com to find additional 
> comments.
>
> You are using the new LLVM based Intel Fortran compilers, we don't 
> experience with them yet on Windows, likely they need some tweaking. 
>  Please post configure.log at petsc-maint at mcs.anl.gov for the 
> optimized configure of PETSc.
>
>   Barry
>
>
>> On Feb 16, 2024, at 9:19 AM, TAY Wee Beng <zonexo at gmail.com> wrote:
>>
>> This Message Is From an External Sender
>> This message came from outside your organization.
>>
>> Hi,
>>
>> So what can I do to get a successful build? I simply used the default 
>> flags during compilation of PETSc.
>>
>> Similarly, I don't remember using any special flags during 
>> compilation of my CFD code, just -O2 in windows. -ip -ipo are not used.
>>
>>
>> On 16/2/2024 7:15 pm, Matthew Knepley wrote:
>>> On Fri, Feb 16, 2024 at 3:03 AM Tay Wee Beng (Zheng Weiming 郑伟明) via 
>>> petsc-users <petsc-users at mcs.anl.gov> wrote:
>>>
>>>     This Message Is From an External Sender
>>>     This message came from outside your organization.
>>>
>>>     Hi,
>>>
>>>     My CFD code compiles w/o problem on debugged ver of PETSc. But
>>>     when I switched to the non debugged ver, I got a lot of errors
>>>     in the last building stage. The errors are below. May I know how
>>>     do I solve the problem?
>>>
>>> These are internal Windows compiler functions:
>>>
>>> https://urldefense.us/v3/__https://stackoverflow.com/questions/8400118/what-is-the-purpose-of-the-chkstk-function__;!!G_uCfscf7eWS!fSfzpIAqYPxbNt5muAwVRcjJO9aezZ1GR0zpmKbg-IBQzG1jg3nzWuDljmBxpcvTUhtW5KEXd6rwbM5UknI$ 
>>>
>>> This usually results from building parts of the application with 
>>> different compiler flags.
>>>
>>>   Thanks,
>>>
>>>       Matt
>>>
>>>     Build Log
>>>
>>>     		
>>>
>>>
>>>           Build started: Project: ibm3d_IIB_mpi_u_vwp_cell_equal,
>>>           Configuration: Release|x64
>>>
>>>     Output
>>>
>>>     		
>>>
>>>     Deleting intermediate files and output files for project 'ibm3d_IIB_mpi_u_vwp_cell_equal', configuration 'Release|x64'.
>>>     ibm3d_IIB_mpi_u_vwp_cell_equal: warning: TargetPath(d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\ibm3d_IIB_mpi_u_vwp_cell_equal.exe) does not match the Linker's OutputFile property value (d:\Obj_tmp\ibm3d_IIB_mpi_u=vwp_cell_equal\Release\ibm3d_IIB_mpi_u=vwp_cell_equal.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
>>>     Compiling with Intel® Fortran Compiler 2024.0.2 [Intel(R) 64]...
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\kinefunc.f90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\global.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\flux_fns.F90"
>>>     ifx /nologo /O1 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\boundary.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\set_matrix.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\mpi_subroutines.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\math_routine.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\cell_data.f90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\misc.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\grid.f90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\inter_step.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\body.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\ibm.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\PETSc_solvers.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\hypre.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\fractional_initial.F90"
>>>     ifx /nologo /O2 /fpp /I"Debug/" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel" /I"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel/include" /I"C:\Microsoft_SDKs\MPI\Include\/" /I"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2/include" /module:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /object:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\\" /Fd"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\vc170.pdb" /libs:static /threads /c /Qlocation,link,"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64" /Qm64 "D:\wtay\OneDrive\Myprojects\ibm3d_IIB_mpi_u_vwp_cell_equal\ibm3d_high_Re.F90"
>>>     Linking...
>>>     Creating temporary file "RSP1.rsp" with contents
>>>     [
>>>       /OUT:"d:\Obj_tmp\ibm3d_IIB_mpi_u=vwp_cell_equal\Release\ibm3d_IIB_mpi_u=vwp_cell_equal.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel\lib" /LIBPATH:"C:\Microsoft_SDKs\MPI\Lib\x64\\" /LIBPATH:"C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2\bin" /NODEFAULTLIB:"LIBCMT.LIB" /MANIFEST /MANIFESTFILE:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\ibm3d_IIB_mpi_u_vwp_cell_equal.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:CONSOLE /STACK:920000000 /IMPLIB:"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\ibm3d_IIB_mpi_u_vwp_cell_equal.lib" /qnoipo Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib msmpifec.lib msmpi.lib msmpifmc.lib libpetsc.lib libflapack.lib libfblas.lib teciompi.lib -qnextgen -qm64 "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\kinefunc.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\global.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\flux_fns.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\boundary.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\set_matrix.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\mpi_subroutines.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\math_routine.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\cell_data.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\misc.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\grid.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\inter_step.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\body.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\ibm.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\PETSc_solvers.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\hypre.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\fractional_initial.obj" "d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\ibm3d_high_Re.obj"
>>>     ]
>>>     Creating command line "Link @"d:\Obj_tmp\ibm3d_IIB_mpi_u_vwp_cell_equal\Release\RSP1.rsp""
>>>
>>>     libifcoremt.lib(cvtas_a_to_x.obj) : error LNK2001: unresolved external symbol __chkstk
>>>     libcpmt.lib(StlLCMapStringA.obj) : error LNK2001: unresolved external symbol __chkstk
>>>     libcpmt.lib(StlCompareStringA.obj) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(snesnoise.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(dmlocalsnes.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libifcoremt.lib(for_inquire.obj) : error LNK2001: unresolved external symbol __chkstk
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(taolinesearch.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plexadapt.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(bddcschurs.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(dmproject.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(trajvisualization.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(tsmon.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(mprk.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(tsconvest.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(gasm.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(telescope_coarsedm.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(convest.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(trajbasic.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plexply.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(swarmpic.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(networkview.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(asm.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plextrextrude.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plexgenerate.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plexfluent.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(trajmemory.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(taosolver.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(hem.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(petscvu.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(snes.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(traj.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(rosw.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(xmlviewer.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(spacetensor.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plexgeometry.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(spaceptrimmed.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(dl.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(dmgenerate.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(swarm.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(glvis.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(fdir.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(image.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(stringv.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(mlocalref.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(aijfact.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(aijperm.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(pythonsys.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(mpiuopen.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plex.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(plexsubmesh.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(drawreg.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(ftest.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(verboseinfo.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(spacepoly.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(dtds.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(dsave.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(itcreate.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(itcl.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(iterativ.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(matrix.o) : error LNK2001: unresolved external symbol __chkstk
>>>     fractional_initial.obj : error LNK2001: unresolved external symbol __chkstk
>>>     ibm3d_high_Re.obj : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(petscsysmod.o) : error LNK2001: unresolved external symbol __chkstk
>>>     libpetsc.lib(err.o) : error LNK2001: unresolved external symbol __chkstk
>>>     grid.obj : error LNK2001: unresolved external symbol __chkstk
>>>     body.obj : error LNK2001: unresolved external symbol __chkstk
>>>     ibm.obj : error LNK2001: unresolved external symbol __chkstk
>>>     PETSc_solvers.obj : error LNK2001: unresolved external symbol __chkstk
>>>     kinefunc.obj : error LNK2001: unresolved external symbol __chkstk
>>>     mpi_subroutines.obj : error LNK2001: unresolved external symbol __chkstk
>>>     math_routine.obj : error LNK2001: unresolved external symbol __chkstk
>>>     misc.obj : error LNK2001: unresolved external symbol __chkstk
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin2_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin2_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin2_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin2_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin_cout_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_log_cout_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin2_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos_cout_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin_cout_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cos_cout_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sin_cout_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_round2_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_round2_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_tanh_cout_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_exp_cout_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_log2_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_round2_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_round2_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_round2_core_y8la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin1_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin1_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin1_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_log2_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_atan1_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin2_maskcore_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin2_maskcore_h9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin1_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos2_maskcore_h9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_atan1_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_atan1_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_atan1_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_atan2_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin2_maskcore_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin2_maskcore_h9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos2_maskcore_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin1_core_y8la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin1_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin1_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_atan2_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos1_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos1_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin1_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin1_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf1_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos1_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos1_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos1_core_y8la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf1_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf1_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf1_core_y8la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf1_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf1_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf1_core_y8la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf1_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf1_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf4_core_y8la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf4_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf4_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf1_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf4_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf4_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf4_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf4_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin2_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf4_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf4_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf4_core_y8la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin2_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin2_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin2_core_y8la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin2_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos2_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos2_core_y8la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos2_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos2_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_exp1_core_y8la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_exp1_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_exp1_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos2_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_exp2_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_exp2_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_exp1_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_exp1_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_tanh1_core_exla.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_tanh1_core_e7la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_tanh1_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_tanh1_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_log2_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_round2_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_tanh2_core_e9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_tanh2_core_l9la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos2_maskiface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_atan1_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin2_maskiface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_asin1_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos1_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin1_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_atan2_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin2_maskiface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf4_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf4_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_cosf1_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_s_sinf1_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_exp2_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_exp1_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_cos2_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_sin2_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(logf_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(logf_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_tanh2_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     svml_dispmt.lib(svml_d_tanh1_iface_la.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(frexp_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(erf_sse2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(erf_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(logf_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(ldexp_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(ldexp_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(copysign_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(roundf_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan2_skx.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(nearbyint_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(logl.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(ceilf_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log10_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log10_skx.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan2_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log2_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log2_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log10_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log10_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan_skx.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(ceil_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log2_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tan_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tan_skx.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sinh_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sinh_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tan_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tan_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(pow_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(fmod_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(fmod_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sinh_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(exp_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(exp_skx.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(pow_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(pow_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(acos_skx.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(floor_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(exp_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(exp_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log_skx.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(acos.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(acos_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cosh_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cosh_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cos_skx.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tanh_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tanh_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cosh_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cos_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cos_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cos_pnr.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cos_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sin_skx.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(asin.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(asin_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(asin_skx.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sin_gen.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sin_ct.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sin_pnr.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sin_avx2.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(roundf_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(frexp_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(erf_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(logf_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tgamma.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(ceilf_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(ldexp_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(copysign_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan2_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(libm_error.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(nearbyint_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(logl_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sqrt.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(ceil_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log2_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log10_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(fmod_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sinh_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tan_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(acos_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(floor_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(exp_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(pow_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cos_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tanh_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cosh_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(f__powr8i4.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(logf_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sin_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(asin_iface_disp.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(copysign_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(roundf_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(frexp_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(erf_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(lgamma.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tgamma_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(ceilf_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(ldexp_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(ceil_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log2_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log10_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan2_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sinh_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tan_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(atan_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sqrt_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(floor_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(exp_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(pow_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(fmod_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(tanh_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cosh_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(log_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(acos_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libircmt.lib(q2ints.c.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(sin_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(asin_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libmmt.lib(cos_iface_c99.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libircmt.lib(ia32_addsubq.c.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libircmt.lib(qcomp.c.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libircmt.lib(fp2q.c.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libircmt.lib(q2fp.c.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(cvtas_nan_t.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(cvtas_nan_s.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(cvtas_nan_x.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libircmt.lib(ia32_mulq.c.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(cvtas_t_to_a.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(cvtas_a_to_t.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(cvtas_s_to_a.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(cvtas_a_to_s.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(for_rseq_nml.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(for_avalloc.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(cvt_cvtas_t.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(cvt_cvtas_s.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(for_rint_lis.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(for_rseq_lis.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(for_reentrancy.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dsyr2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dtrsv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(for_secnds.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libifcoremt.lib(for_90_random.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dtrmm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dtrmv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dsyr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dsymm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dger.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dsymv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(idamax.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(drot.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dnrm2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dcopy.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dsyrk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dsyr2k.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(ddot.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dswap.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dasum.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dtrsm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dscal.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(daxpy.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dgemv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libfblas.lib(dgemm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasq4.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasq5.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasq6.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlatrs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaqr1.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasq3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaneg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgecon.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgesc2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlatdf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dormhr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaqr2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorgr2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dormr2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlagv2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgetc2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlar1v.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorm2l.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarfx.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgerq2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarrd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarrb.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarrk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarrf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasq2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dladiv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorg2l.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarra.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsygs2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(iladlc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(iladlr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaisnan.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaqr3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlanv2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaqr4.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaqr5.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtgex2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtgsy2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlanhs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlapy3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaruv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorgl2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaexc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasy2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarrc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarrv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarrr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dormql.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorgql.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaev2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarre.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarrj.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlatrd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsytd2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasrt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlae2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlas2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlahr2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgehd2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaln2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorml2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasv2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasq1.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlauu2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlabrd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgebd2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgelq2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(ieeeck.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtrti2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarfg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaqr0.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlahqr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsygst.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(iparmq.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dggbal.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgghrd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dhgeqz.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dggbak.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlassq.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtgexc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtgsyl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlag2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlanst.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlacn2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtrexc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtrsyl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlagts.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dptts2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaebz.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorglq.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dstemr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dormtr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarnv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlagtf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsytrd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsterf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorgtr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsteqr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgebak.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlapy2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlartg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlansy.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgebal.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgehrd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorghr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtrevc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaset.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dbdsqr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(drscl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlacpy.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlamch.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlabad.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlange.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlascl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dormbr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorgbr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgelqf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dormlq.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsytf2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorm2r.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorg2r.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgebrd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarfb.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dpotf2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlauum.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlasyf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlaswp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtrtri.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgeqr2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dlarft.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dhseqr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsygvx.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(ilaenv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgetf2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgerfs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtrsen.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtgsen.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgges.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dstein.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dstebz.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgesvd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dstev.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsyev.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgels.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsyevx.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dpttrf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dtrtrs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dorgqr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgelss.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgeev.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsytrs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsytri.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgetrs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dormqr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgeqrf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dpotrf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dpotrs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dsytrf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cdf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(andor.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgetrf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libflapack.lib(dgetri.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snesdnest.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(simple.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(submatfree.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(relative.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fn1wd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(comm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ivec.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(morethuente.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gpcglinesearch.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(armijo.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(owarmijo.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tao_util.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gqt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ssls.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(unit.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(taosolver_bounds.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(isutil.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bnk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bqnk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tagger.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(absolute.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmlocalts.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmplexts.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ngmresfunc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gssecant.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snesnoise.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmlocalsnes.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lmvmimpl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmproject.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gdsw.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fasfunc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bddcschurs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lmvmutils.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(xxt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(xyt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtran7.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtrannat7.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(util.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bddcnullspace.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvnat6.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtran6.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtrannat6.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvnat7.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtrannat4.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvnat5.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtran5.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtrannat5.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtran3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtrannat3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvnat4.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtran4.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(partsimple.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(partmatpart.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvnat3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(partparmetis.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(partptscotch.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(partchaco.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(partshell.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dtprob.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(swarmpic_da.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(swarmpic_plex.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(data_ex.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvnat14.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvnat15.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtrann.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexadapt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mffddef.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(wp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(weights.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvnat11.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(taosolver_fg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(taosolver_hj.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fdiff.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(taolinesearch.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ipm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pdipm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(admm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(almm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ssils.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ssfls.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(asils.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(asfls.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bqpip.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pounders.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(brgn.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lcl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bnls.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bntr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bntl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gpcg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bmrm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(blmvm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bqnls.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bncg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(neldermead.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(taocg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tron.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(owlqn.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lmvm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(nls.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ntr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ntl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tseig.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tsconvest.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tsevent.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dasub.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(irk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vi.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmdats.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmnetworkts.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mimex.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bdf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mprk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tsdiscgrad.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(posindep.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(alpha1.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(alpha2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(eimex.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tsmon.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mrk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(euler.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(theta.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(adaptdsp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(adaptcfl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(adaptglee.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(adapthist.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(trajbasic.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mathclose.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(adaptnone.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(adaptbasic.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmdasnes.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tscreate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(reconstruct.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tshistory.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snesj.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snespc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(convest.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmadapt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(linesearchnleqerr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snesmfj2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmplexsnes.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snesob.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(linesearchbasic.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(linesearchl2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(linesearchcp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(linesearchbt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(anderson.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(aspin.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snescomposite.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snespatch.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(qn.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snesgs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snesncg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(nasm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ksponly.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(virs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(viss.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snesngmres.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ls.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ntrdc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snesrichardson.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cmap.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(slda.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snesut.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fas.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gmreig.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(modpcf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(telescope_dmda.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(telescope_coarsedm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cgeig.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(itres.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(borthog.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(borthog2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mgadapt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(richscale.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(betas.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cgtype.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(symbrdn.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(symbadbrdn.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(diagbrdn.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(normm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bfgs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sr1.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(brdn.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(badbrdn.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(svd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(kaczmarz.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pcmat.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dfp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(wb.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lsc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(redistribute.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gasm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(composite.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(nn.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cholesky.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(qr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sor.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(eisen.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(icc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pbjacobi.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vpbjacobi.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ilu.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lu.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bddcgraph.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bddcscalingbasic.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bddcfetidp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(jacobi.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(shellpc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pcis.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(schurm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mgfunc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(geo.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(agg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(classical.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijfact4.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpimattransposematmult.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(factimpl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(asm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijfact11.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijfact9.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijfact7.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijfact5.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mmsell.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(grvtk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijfact13.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(stag3d.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmfieldda.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmfieldshell.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexvtu.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(stagstencil.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(stagmulti.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(stag1d.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(stag2d.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vecnest.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(packm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(networkview.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(stagutils.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(swarmpic.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(data_bucket.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(swarm_migrate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dellipse.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexreorder.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexrefine.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexproject.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(swarmpic_sort.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexsfc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexfluent.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexply.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexrefsbr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexrefbl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plextrextrude.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexextrude.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtrannat2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(spbas.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(valid.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexegads.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvnat2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtran1.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtrannat1.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvtran2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(misk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijfact2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijsolvnat1.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(power.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(hierarchical.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mis.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(hem.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(diagonal.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(spectral.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(jp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(greedy.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(taosolver.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(kaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lrc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(blockmat.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tsreg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tssen.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(trajmemory.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(glee.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(arkimex.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(rosw.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(basicsymplectic.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tsadapt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(glleadapt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(glle.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(rk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(snes.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(linesearch.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(traj.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ssp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(aobasic.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(aomemscalable.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(characteristic.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ms.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dviewp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(drawimage.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tikz.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(win32draw.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sfalltoall.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sfmpi.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dtaltv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(maij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sfallgatherv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sfallgather.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sfgatherv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sfgather.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(deflationspace.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(petscvu.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sfbasic.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sfwindow.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cgls.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fetidp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mcomposite.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(telescope.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pipegcr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pgmres.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dgmres.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tsirm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(symmlq.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lgmres.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lcd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gcr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bicg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fgmres.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pipefgmres.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(minres.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(preonly.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pipecr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(qcg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fbcgsr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bcgsl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cgs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tfqmr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(ibcgs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(qmrcgs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fbcgs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pipebcgs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fcg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pipefcg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gmres.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bcgs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(nash.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(stcg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gltr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tcqmr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pipelcg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pipeprcg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pipecg2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cgne.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(groppcg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pipecg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pipecgrr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(logperfstubs.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(xmlviewer.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(rich.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cheby.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bvec3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(comb.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(logregistry.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fieldsplit.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pod.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mmdense.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(factor.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gamg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bddc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matstashspace.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mattransposematmult.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dpoint.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmouse.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(rand.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(rander48.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sortd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(htransm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(freespace.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mcrl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(shellcnv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matnest.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpb_aij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpimatmatmult.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpimatmatmatmult.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpiptap.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mmaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijov.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mmsbaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpiov.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpb_baij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(isblock.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpiadj.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mmbaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact7.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact9.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact11.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijov.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact10.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact12.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact6.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact4.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact5.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact8.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baij2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijfact3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaijfact.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaij2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmarker.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(axis.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(hostdevice.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexfvm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fdsell.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gr2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexnatural.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexglvis.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexorient.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pointqueue.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexpartition.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexvtk.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plextree.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmfieldds.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexpreallocate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexcheckinterface.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(spacewxy.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dspacesimple.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(febasic.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(partitioner.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(forest.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(stag.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(spaceptrimmed.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(spacepoint.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pack.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sliced.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmredundant.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(networkcreate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fegeom.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fevector.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fecomposite.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexgeometry.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(spacesum.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(spacetensor.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(spacesubspace.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dualspacesum.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexmetric.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(swarm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dspacelagrange.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plextransform.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dt.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(space.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(cdiagonal.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(basfactor.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(partition.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(coarsen.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bars.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fcallback.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mffd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baijfact.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dadd.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dageometry.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gr1.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(hists.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dualspace.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dalocal.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dainterp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fdda.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bvec1.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pvec2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pdvec.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpits.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(psort.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpimesg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sfpack.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dvec2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sortip.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(glvis.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sortso.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pcksp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bjacobi.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(deflation.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dscatter.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lsqr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(xmon.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fischer.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(transm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(getcolv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pcset.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(eige.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lognested.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(errstop.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(checkptr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mathfit.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vecstash.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dlregisvec.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(logstate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(logtrace.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpidense.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(precon.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(iguess.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(state.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dgefa6.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dgefa7.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sell.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dgefa2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dgefa3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dgefa4.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dgefa5.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(drect.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zoom.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dgefa.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dgedi.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(aijsell.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zerodiag.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matdummy.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dtri.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(aijsbaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(aijbaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(crl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(aijperm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(compressedrow.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matio.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(inode2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(inode.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matptap.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matrart.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matmatmatmult.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(random.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(symtranspose.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(aijfact.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fdaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(axpy.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(multequal.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matstash.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(overlapsplit.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(projection.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matproduct.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(submat.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mlocalref.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(iscomp.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(stride.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(stringv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vinv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matpreallocator.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(psplit.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(randomc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(subcomm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(shell.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(device.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpitr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(segbuffer.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pcmpi.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(garbage.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pdisplay.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sysio.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(signal.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(tagm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(drawreg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(axisc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(lgc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mem.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(da1.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(da2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fdmpiaij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(iscoloring.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vecreg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matreg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexsubmesh.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plexfem.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sfutils.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(section.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmi.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmfield.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plex.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(spacepoly.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fe.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dtweakform.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dtds.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vsection.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(fdmatrix.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmperiodicity.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(isdiff.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(general.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pmap.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vecio.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mpiu.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(sorti.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mathinf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(inherit.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(viewers.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pname.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dline.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dtext.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dcoor.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dpause.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(da.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(grglvis.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(drawnull.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(draw.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(bvec2.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pbvec.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmcoordinates.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dacreate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(index.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(block.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(isltog.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vscat.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(psleep.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(destroy.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(errtrace.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(adebug.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(itfunc.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(itcl.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(iterativ.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mtr.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vector.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(plog.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(rvector.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dense.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matnull.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(itcreate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(gcreate.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matrix.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(mal.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dacorn.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(drawv.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zviewaf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(err.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(da3.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zutils.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zvectorf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zstart.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zstartf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zerrf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(matrixf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(itfuncf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zitclf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zitcreatef.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zdmf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zmatrixf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(vectorf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zplogf.o) : error LNK2001: unresolved external symbol _fltused
>>>     msmpifec.lib(mpifbind.obj) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(petscsysmod.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(dmf.o) : error LNK2001: unresolved external symbol _fltused
>>>     libpetsc.lib(zdacornf.o) : error LNK2001: unresolved external symbol _fltused
>>>     ibm.obj : error LNK2001: unresolved external symbol _fltused
>>>     PETSc_solvers.obj : error LNK2001: unresolved external symbol _fltused
>>>     fractional_initial.obj : error LNK2001: unresolved external symbol _fltused
>>>     ibm3d_high_Re.obj : error LNK2001: unresolved external symbol _fltused
>>>     misc.obj : error LNK2001: unresolved external symbol _fltused
>>>     grid.obj : error LNK2001: unresolved external symbol _fltused
>>>     inter_step.obj : error LNK2001: unresolved external symbol _fltused
>>>     body.obj : error LNK2001: unresolved external symbol _fltused
>>>     set_matrix.obj : error LNK2001: unresolved external symbol _fltused
>>>     mpi_subroutines.obj : error LNK2001: unresolved external symbol _fltused
>>>     math_routine.obj : error LNK2001: unresolved external symbol _fltused
>>>     cell_data.obj : error LNK2001: unresolved external symbol _fltused
>>>     kinefunc.obj : error LNK2001: unresolved external symbol _fltused
>>>     global.obj : error LNK2001: unresolved external symbol _fltused
>>>     flux_fns.obj : error LNK2001: unresolved external symbol _fltused
>>>     boundary.obj : error LNK2001: unresolved external symbol _fltused
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol memset
>>>     libircmt.lib(fastmemset.c.obj) : error LNK2001: unresolved external symbol memset
>>>     libircmt.lib(tbk_backtrace.c.obj) : error LNK2001: unresolved external symbol memset
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol memset
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(gqt.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(ivec.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(gs.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(bitmask.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(util.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(bddcschurs.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(gdsw.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(tagger.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijsolvnat15.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dtprob.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(data_ex.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(numsrt.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(seq.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijsolvnat11.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijsolvnat14.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(tsevent.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(bmrm.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(weights.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(degr.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(adaptdsp.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mrk.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mprk.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(irk.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(snesj.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(convest.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dmadapt.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(reconstruct.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(cgeig.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(borthog2.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(slda.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(snesob.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(cp.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(redistribute.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(symbrdn.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(normm.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(bddcfetidp.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(gasm.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(nn.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(wb.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(asm.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(agg.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(bddcgraph.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijfact9.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijfact7.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijfact5.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijfact4.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(object_pool.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijfact13.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijfact11.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(stagstencil.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(stag3d.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dmfieldda.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mmsell.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(vecnest.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(packm.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(networkview.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(stagutils.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexproject.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(swarmpic_sort.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(swarmpic.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(data_bucket.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(valid.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexsfc.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexfluent.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mis.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(misk.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijfact2.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(spbas.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(tsreg.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(kaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(blockmat.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(greedy.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(rk.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(glee.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(arkimex.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(rosw.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(ssp.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(tsadapt.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(glleadapt.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(glle.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(aomemscalable.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(characteristic.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(snes.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(traj.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(fetidp.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(petscvu.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dtaltv.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(maij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(ibcgs.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(bcgsl.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(minres.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(lgmres.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(xmlviewer.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(pipecg2.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(gltr.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(bddc.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(pod.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(logregistry.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mpiptap.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matnest.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mmdense.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(gamg.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(sbaijov.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mmsbaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mpiov.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mpimatmatmult.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mpiadj.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(zerorows.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mmbaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mmaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(sbaij2.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(sbaijfact2.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijov.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(isblock.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(hostdevice.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baij2.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(sbaijfact.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexglvis.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexorient.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(fdsell.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexpartition.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plextree.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(spacepoint.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(febasic.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(partitioner.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dmfieldds.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(fecomposite.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexgeometry.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(forest.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(stag.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dspacelagrange.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(spacesum.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(spacesubspace.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dt.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexmetric.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(swarm.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baijfact.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(partition.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(coarsen.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plextransform.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dvec2.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mpits.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dadd.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(hists.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(fischer.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(pcksp.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(glvis.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(iguess.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(vecstash.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(lognested.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(pcset.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(aijsell.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matdummy.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(sell.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mpidense.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(inode.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(aijsbaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(aijbaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(aijperm.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matrart.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(compressedrow.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matio.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(inode2.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(overlapsplit.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(aijfact.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matptap.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(subcomm.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(stringv.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(vinv.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matstash.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(shell.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matpreallocator.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(segbuffer.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(pcmpi.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(garbage.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(device.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(da1.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(drawreg.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(pdisplay.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(pythonsys.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(iscoloring.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(vecreg.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matreg.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(fv.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plexfem.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(sf.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(sfutils.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(fdmpiaij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dtds.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(section.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dmfield.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plex.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(spacepoly.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(fe.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dtweakform.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(inherit.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(pname.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(sorti.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(index.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(isltog.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dmcoordinates.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(grglvis.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(destroy.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dense.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(itcreate.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(plog.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(mal.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(matrix.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(zitclf.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(zitcreatef.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(zstart.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(zviewaf.o) : error LNK2001: unresolved external symbol memset
>>>     boundary.obj : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(zdacornf.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(zdmf.o) : error LNK2001: unresolved external symbol memset
>>>     libpetsc.lib(zmatrixf.o) : error LNK2001: unresolved external symbol memset
>>>     LINK : error LNK2001: unresolved external symbol mainCRTStartup
>>>     msmpifec.lib(mpifbind.obj) : error LNK2019: unresolved external symbol __guard_check_icall_fptr referenced in function MPIR_Comm_copy_attr_f77_proxy
>>>     libircmt.lib(tbk_backtrace.c.obj) : error LNK2019: unresolved external symbol strncpy referenced in function tbk_trace_stack_impl
>>>     libircmt.lib(irc_msg_support.c.obj) : error LNK2001: unresolved external symbol strncpy
>>>     libifcoremt.lib(for_aio.obj) : error LNK2001: unresolved external symbol strncpy
>>>     libifcoremt.lib(for_udio.obj) : error LNK2001: unresolved external symbol strncpy
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol strncpy
>>>     libircmt.lib(tbk_display.c.obj) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(dmlocalsnes.o) : error LNK2001: unresolved external symbol strncpy
>>>     libifcoremt.lib(for_open.obj) : error LNK2001: unresolved external symbol strncpy
>>>     libifcoremt.lib(for_stop.obj) : error LNK2001: unresolved external symbol strncpy
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(gasm.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(snesmfj2.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(bddcschurs.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(fasfunc.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(asm.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(classical.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(tsadapt.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(glle.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(glee.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(sbaijov.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(logregistry.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(snes.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(pack.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(plexglvis.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(glvis.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(fdir.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(dl.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(precon.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(arch.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(fdate.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(lsqr.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(pythonsys.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(mpiuopen.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(olist.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(matproduct.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(ghome.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(ftest.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(sysio.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(vecreg.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(drawreg.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(ptype.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(pdisplay.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(prefix.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(plex.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(plexsubmesh.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(draw.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(dsave.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(adebug.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(itcreate.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(itcl.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(iterativ.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(matrix.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(zitcreatef.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(zstart.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(zviewaf.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(err.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(zdacornf.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(zdmf.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(zmatrixf.o) : error LNK2001: unresolved external symbol strncpy
>>>     libpetsc.lib(zitclf.o) : error LNK2001: unresolved external symbol strncpy
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol memcpy
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol memcpy
>>>     libcpmt.lib(xwcsxfrm.obj) : error LNK2001: unresolved external symbol memcpy
>>>     libcpmt.lib(xstrxfrm.obj) : error LNK2001: unresolved external symbol memcpy
>>>     libircmt.lib(fastmemcpy.c.obj) : error LNK2001: unresolved external symbol memcpy
>>>     libircmt.lib(tbk_backtrace.c.obj) : error LNK2001: unresolved external symbol memcpy
>>>     libcpmt.lib(locale0.obj) : error LNK2001: unresolved external symbol memcpy
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(gdsw.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmlocalsnes.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmlocalts.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(cdf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(partmatpart.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bddcschurs.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmproject.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(data_ex.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(partparmetis.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(partptscotch.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(partchaco.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(admm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijsolvnat15.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijsolvtrann.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(swarmpic_plex.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(tsevent.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bmrm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pounders.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pdipm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(mprk.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(tsdiscgrad.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(irk.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmdats.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(tsrhssplit.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(alpha1.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(alpha2.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bdf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmplexsnes.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmdasnes.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(trajbasic.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(adaptdsp.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(snesncg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(nasm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(anderson.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(linesearchnleqerr.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(fas.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(snesngmres.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(qn.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(snesgs.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(normm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(gmreig.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(telescope_dmda.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(telescope_coarsedm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bddcfetidp.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(gasm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(redistribute.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(hmg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(shellpc.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bddcgraph.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bddcscalingbasic.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijfact5.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijfact4.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(factimpl.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(asm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijfact13.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijfact11.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijfact9.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijfact7.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmfieldda.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmfieldshell.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(grvtk.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexproject.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(data_bucket.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(stagutils.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(stagintern.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexfluent.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexreorder.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexrefine.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexrefsbr.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plextrextrude.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexgenerate.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexsfc.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(hierarchical.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijfact2.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijsolv.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(spbas.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(taosolver.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(kaij.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(blockmat.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(diagonal.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(rosw.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(basicsymplectic.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(tssen.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(glle.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(rk.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(glee.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(arkimex.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(ms.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(traj.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(ssp.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(glleadapt.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(drawimage.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(tikz.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(aobasic.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(characteristic.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sfwindow.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sfallgatherv.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sfalltoall.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(maij.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(mcomposite.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(telescope.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(petscvu.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sfbasic.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(minres.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pipegcr.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dgmres.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(fetidp.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(gmres.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(qmrcgs.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bcgsl.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pipefgmres.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(logperfstubs.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pipeprcg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(gltr.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pipefcg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pod.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(comb.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(logregistry.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(gamg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bddc.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(fieldsplit.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(freespace.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(shellcnv.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(matstashspace.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(factor.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact11.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijov.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(mpiadj.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(mpiov.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact3.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact6.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact7.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact9.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact5.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact8.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact10.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact12.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaij2.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact2.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaijfact4.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(daindex.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baij2.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexpartition.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plextree.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexglvis.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmfieldds.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexpreallocate.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexcheckinterface.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmredundant.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(forest.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(stag.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(vtkv.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(fevector.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexgeometry.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pack.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sliced.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dspacelagrange.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(spacesum.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(spacesubspace.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dualspacesum.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(space.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexmetric.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(coarsen.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmgenerate.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plextransform.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dt.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baijfact.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(cdiagonal.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(basfactor.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(partition.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(hists.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bars.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(fcallback.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dl.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(vecglvis.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pdvec.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dualspace.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(fdda.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sortso.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(psort.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sfpack.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dvec2.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bjacobi.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(lg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(glvis.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(vecstash.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(logstate.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dscatter.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(fischer.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(aijperm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(aijsell.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sell.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(state.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(matrart.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(matmatmatmult.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(inode.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(aijbaij.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(overlapsplit.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(symtranspose.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(aijfact.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(matproduct.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(submat.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(mlocalref.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(matstash.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(iscomp.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(stride.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(stringv.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(vinv.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(shell.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(subcomm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(lgc.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pdisplay.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(segbuffer.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pcmpi.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(matreg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(fv.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(drawreg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(axisc.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexfem.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(iscoloring.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(vecreg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(section.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmfield.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plex.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(plexsubmesh.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmget.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(fe.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dtweakform.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dtds.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(isdiff.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(general.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pmap.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(prefix.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(sorti.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(inherit.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(verboseinfo.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(viewers.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pname.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(da.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(grglvis.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(draw.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dsave.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(vscat.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(bvec2.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dmcoordinates.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dacreate.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(index.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(block.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(isltog.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(veccreate.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(matrix.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dense.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(iterativ.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(drawv.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(gcreate.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zviewaf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zutils.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(dacorn.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zitclf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zitcreatef.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zvectorf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zerrf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zdacornf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zdmf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zmatrixf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zplogf.o) : error LNK2001: unresolved external symbol memcpy
>>>     libpetsc.lib(zstart.o) : error LNK2019: unresolved external symbol __report_rangecheckfailure referenced in function PETSCINITIALIZEF
>>>     libpetsc.lib(dsave.o) : error LNK2001: unresolved external symbol __report_rangecheckfailure
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol __report_rangecheckfailure
>>>     libpetsc.lib(pack.o) : error LNK2001: unresolved external symbol __report_rangecheckfailure
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libcpmt.lib(StlCompareStringA.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libcpmt.lib(StlLCMapStringA.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libcpmt.lib(vector_algorithms.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(simple.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(relative.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(cdf.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(andor.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tao_util.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(owarmijo.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(comm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(gs.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(snesnoise.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmlocalsnes.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tagger.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(isutil.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(xyt.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmproject.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fasfunc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(gssecant.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(partshell.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(partsimple.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bddcschurs.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(xxt.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(swarmpic_da.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(data_ex.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(partparmetis.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(partptscotch.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(baijsolvnat14.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(baijsolvnat15.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexadapt.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dtprob.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ipm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pdipm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(taolinesearch.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(baijsolvnat11.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dasub.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bmrm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bqpip.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pounders.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(irk.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vi.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tsconvest.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tsevent.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(alpha1.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(alpha2.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bdf.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mprk.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(adaptdsp.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tsmon.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tsrhssplit.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(theta.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(convest.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmadapt.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(trajbasic.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(trajvisualization.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(linesearchbt.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(snesmfj2.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmplexsnes.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(snesj.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(snesncg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(nasm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(anderson.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(snescomposite.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(viss.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(snesngmres.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(qn.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(snesgs.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ntrdc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(snesrichardson.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ksponly.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(virs.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(snesut.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fas.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ls.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tr.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(telescope_dmda.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(telescope_coarsedm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(cmap.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(slda.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(redistribute.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(svd.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tfs.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(normm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(redundant.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(nn.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(cholesky.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(wb.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(qr.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(icc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(gasm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(composite.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bddcscalingbasic.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bddcfetidp.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ilu.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(lu.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(agg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(classical.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bddcgraph.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(baijfact9.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(factimpl.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(asm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(geo.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(partitionerreg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexvtu.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(grvtk.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(stag2d.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(stag3d.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmfieldda.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmfieldshell.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(stagutils.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(stagstencil.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(stagmulti.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(stag1d.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vecnest.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(packm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(patch.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(networkview.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexproject.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(swarmpic.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(data_bucket.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(swarm_migrate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexmed.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexply.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexegadslite.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexrefine.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexsfc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexexodusii.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexfluent.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexrefbl.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexref1d.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plextrextrude.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexgenerate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(baijfact2.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(valid.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexegads.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexrefsbr.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(hierarchical.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mis.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(hem.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(misk.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(jp.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(greedy.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(natural.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(color.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(taosolver.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(kaij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(lrc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(blockmat.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(basicsymplectic.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tssen.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(trajmemory.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(rk.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(glee.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(arkimex.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(rosw.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ssp.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tsadapt.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(glleadapt.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(glle.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ms.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(snes.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(linesearch.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(traj.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(win32draw.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(aobasic.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(aomemscalable.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(characteristic.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ao.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dviewp.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(drawimage.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tikz.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sftype.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sfmpi.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dtaltv.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(maij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sfallgather.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sfgatherv.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sfgather.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sfalltoall.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(petscvu.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sfbasic.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sfwindow.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sfallgatherv.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(minres.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fetidp.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(telescope.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(deflationspace.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pipeprcg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pipecg2.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ibcgs.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fbcgsr.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(xmlviewer.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(cheby.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pipelcg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bvec3.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(shvec.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(comb.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(logregistry.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fieldsplit.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pod.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmouse.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mmdense.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(gamg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bddc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpiaijperm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpiaijsell.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matnest.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dlregisrand.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpiov.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpb_aij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpimatmatmult.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpiptap.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpb_baij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpiadj.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(zerorows.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sbaijov.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sbaijfact.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sbaijfact8.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sbaijfact7.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(baijov.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexfvm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(gr2.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexnatural.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexglvis.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexorient.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pointqueue.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexpartition.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexvtk.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plextree.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmfieldds.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexpreallocate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexcheckinterface.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(stag.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(spaceptrimmed.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vtkv.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(partitioner.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pack.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmredundant.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(networkcreate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(forest.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(spacesum.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(spacetensor.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dualspacesum.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexgeometry.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexmetric.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(swarm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dspacelagrange.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plextransform.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dt.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(space.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(coarsen.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matcoloring.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmlabeleph.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmgenerate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dlregistao.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mffd.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(baijfact.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(partition.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dlregissf.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(slregis.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dlregissnes.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dlregists.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(image.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dlregispetsc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dl.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(aoreg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pbarrier.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(hists.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bars.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fdir.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fdda.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dageometry.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(gr1.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmglvis.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpits.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dualspace.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dalocal.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dainterp.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dvec2.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vecglvis.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pvec2.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pdvec.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sortso.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(psort.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpimesg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sfpack.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bjacobi.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(deflation.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(glvis.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pcset.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(eige.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dscatter.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(lsqr.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(loghandler.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(logtrace.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(lognested.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mathfit.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(precon.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vecstash.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dlregisvec.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dgefa6.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dgefa7.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sell.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpidense.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dtri.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dgefa2.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dgefa3.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dgefa4.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matrart.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matio.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(inode.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(aijperm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matstash.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(overlapsplit.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(aijfact.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matproduct.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mlocalref.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(axpy.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(multequal.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(stride.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(stringv.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vinv.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(projection.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(psplit.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(randomc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(subcomm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(iscomp.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(shell.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matpreallocator.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pcmpi.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(garbage.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpishm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(device.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pythonsys.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpitr.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpiuopen.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fhost.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ftest.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sysio.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(signal.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(axisc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(lgc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(ptype.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pdisplay.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(da1.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(da2.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(tagm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(drawreg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(iscoloring.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vecreg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matreg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fv.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexfem.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sf.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sfutils.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fdmpiaij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmi.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmfield.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plex.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plexsubmesh.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(spacepoly.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(fe.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dtds.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(section.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dlregismat.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dlregisdmdm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmperiodicity.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(general.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pmap.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vecio.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vsection.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mpiu.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(sorti.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(isdiff.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(inherit.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(verboseinfo.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pname.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(da.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(grglvis.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(draw.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dsave.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(bvec2.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pbvec.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dmcoordinates.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dacreate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(index.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(block.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(isltog.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vscat.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(iterativ.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mtr.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(view.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dagetelem.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(itfunc.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(itcl.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(itcreate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vector.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(plog.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(rvector.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matrix.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dense.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(matnull.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(drawv.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(gcreate.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(daview.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(mal.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(vcreatea.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(zstart.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(zerrf.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(err.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libpetsc.lib(da3.o) : error LNK2001: unresolved external symbol __GSHandlerCheck
>>>     libcpmt.lib(StlCompareStringA.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libcpmt.lib(StlLCMapStringA.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libcpmt.lib(vector_algorithms.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(roundf_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(logf_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(logf_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(nearbyint_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(logl.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(ldexp_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(ldexp_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(atan2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(fegetround.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(fesetround.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(nearbyint_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log10_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log10_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log10_avx2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log10_skx.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(atan_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log2_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log2_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log2_avx2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(tan_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(tan_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(tan_avx2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(atan_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(fmod_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(fmod_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(sinh_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(sinh_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(exp_avx2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(pow_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(pow_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(pow_avx2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(acos_avx2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(acos_skx.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(exp_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(exp_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log_avx2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log_skx.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(acos.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(tanh_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(cosh_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(cosh_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(log_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(cos_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(cos_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(cos_pnr.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(cos_avx2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(sin_avx2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(asin.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(asin_avx2.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(asin_skx.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(fetestexcept.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(sin_gen.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(sin_ct.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(sin_pnr.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(f__powr8i4.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(sqrt.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(libm_error.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(tgamma.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libircmt.lib(tbk_backtrace.c.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libircmt.lib(fast_mem_ops.c.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libircmt.lib(irc_msg_support.c.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libmmt.lib(lgamma.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libircmt.lib(fp2q.c.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libircmt.lib(q2fp.c.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libircmt.lib(tbk_display.c.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libircmt.lib(cpu_feature_disp.c.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvtas_x_to_a.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvtas_a_to_x.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libircmt.lib(ia32_mulq.c.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libircmt.lib(ia32_addsubq.c.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvtas_t_to_a.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvtas_a_to_t.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvtas_s_to_a.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvtas_a_to_s.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_cvtas_s.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_cvtas_x.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_text_to_int.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_portlib.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_vax_d.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_ibm_long.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_cray.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_cvtas_t.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_ieee_double.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_vax_f.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_ibm_short.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_vax_g.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_need_lf.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_common_inquire.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(tbk_traceback.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(cvt_ieee_single.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_get.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_m_qwin.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_preconnected_units_init.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_default_io_sizes_env_init.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_close_proc.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_exit_handler.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_avalloc.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_finalize.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_udio.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_fmt_val.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_fmt_comp.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_put.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_aio.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_io_util.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_desc_item.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_wseq_nml.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_inquire.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_lub_mgt.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_rseq_lis.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_reentrancy.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_rseq_nml.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_90_random.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_rint_lis.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_wseq.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_rseq.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_alloc_copy.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_realloc_check.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_wint_fmt.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_secnds.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_wseq_fmt.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_close.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_stop.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_vm.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(andor.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_f90str.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_wseq_lis.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libifcoremt.lib(for_open.obj) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(gs.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(simple.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(relative.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(cdf.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(isutil.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tao_util.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(owarmijo.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(comm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(gssecant.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(snesnoise.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmlocalsnes.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tagger.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(xxt.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(xyt.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmproject.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fasfunc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(partptscotch.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(partshell.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(partsimple.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bddcschurs.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dtprob.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(swarmpic_da.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(data_ex.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(partparmetis.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(baijsolvnat11.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(baijsolvnat14.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(baijsolvnat15.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexadapt.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pounders.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ipm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pdipm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(taolinesearch.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tsevent.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dasub.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bmrm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bqpip.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mprk.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(irk.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vi.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tsconvest.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(theta.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(alpha1.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(alpha2.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bdf.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(trajvisualization.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(adaptdsp.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tsmon.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tsrhssplit.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(snesj.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(convest.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmadapt.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(trajbasic.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(snescomposite.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(linesearchbt.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(snesmfj2.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmplexsnes.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(snesgs.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(snesncg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(nasm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(anderson.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(virs.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(viss.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(snesngmres.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(qn.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tr.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ntrdc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(snesrichardson.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ksponly.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(slda.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(snesut.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fas.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ls.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(normm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(telescope_dmda.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(telescope_coarsedm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(cmap.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(wb.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(redistribute.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(svd.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tfs.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(composite.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(redundant.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(nn.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(cholesky.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(lu.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(qr.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(icc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(gasm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bddcgraph.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bddcscalingbasic.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bddcfetidp.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ilu.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(geo.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(agg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(classical.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(baijfact9.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(factimpl.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(asm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmfieldshell.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(partitionerreg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexvtu.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(grvtk.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(stag1d.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(stag2d.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(stag3d.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmfieldda.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(networkview.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(stagutils.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(stagstencil.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(stagmulti.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(swarm_migrate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vecnest.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(packm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(patch.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexrefine.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexproject.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(swarmpic.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(data_bucket.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexfluent.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexmed.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexply.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexegadslite.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexgenerate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexsfc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexexodusii.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexrefsbr.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexrefbl.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexref1d.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plextrextrude.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(misk.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(baijfact2.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(valid.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexegads.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(color.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(hierarchical.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mis.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(hem.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(blockmat.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(jp.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(greedy.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(natural.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(trajmemory.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(taosolver.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(kaij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(lrc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(rosw.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(basicsymplectic.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tssen.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(glle.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(rk.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(glee.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(arkimex.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(traj.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ssp.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tsadapt.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(glleadapt.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(characteristic.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ms.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(snes.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(linesearch.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tikz.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(win32draw.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(aobasic.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(aomemscalable.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(maij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ao.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dviewp.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(drawimage.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sfalltoall.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sftype.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sfmpi.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dtaltv.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sfallgatherv.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sfallgather.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sfgatherv.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sfgather.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(deflationspace.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(petscvu.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sfbasic.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sfwindow.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fbcgsr.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(minres.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fetidp.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(telescope.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pipelcg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pipeprcg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pipecg2.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ibcgs.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(logregistry.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(xmlviewer.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(cheby.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pod.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bvec3.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(shvec.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(comb.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bddc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fieldsplit.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dlregisrand.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmouse.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mmdense.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(gamg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpiptap.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpiaijperm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpiaijsell.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matnest.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sbaijov.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpiov.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpb_aij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpimatmatmult.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(baijov.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpb_baij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpiadj.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(zerorows.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(hostdevice.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sbaijfact.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sbaijfact8.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sbaijfact7.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexfvm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(gr2.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexnatural.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexglvis.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexorient.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pointqueue.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexpartition.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexvtk.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plextree.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmfieldds.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexpreallocate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexcheckinterface.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(stag.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(spaceptrimmed.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vtkv.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(partitioner.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pack.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmredundant.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(networkcreate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(forest.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(spacesum.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(spacetensor.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dualspacesum.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexgeometry.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexmetric.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(swarm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dspacelagrange.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plextransform.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dt.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(space.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(coarsen.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matcoloring.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmlabeleph.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmgenerate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dlregistao.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mffd.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(baijfact.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(partition.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dlregissf.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(slregis.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dlregissnes.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dlregists.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(image.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dlregispetsc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dl.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(aoreg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pbarrier.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(hists.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bars.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fdir.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fdda.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dageometry.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(gr1.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmglvis.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpits.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dualspace.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dalocal.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dainterp.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dvec2.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vecglvis.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pvec2.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pdvec.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sortso.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(psort.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpimesg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sfpack.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bjacobi.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(deflation.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(glvis.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pcset.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(eige.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dscatter.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(lsqr.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(loghandler.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(logtrace.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(lognested.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mathfit.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(precon.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vecstash.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dlregisvec.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dgefa6.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dgefa7.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sell.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpidense.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dtri.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dgefa2.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dgefa3.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dgefa4.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matrart.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matio.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(inode.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(aijperm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matstash.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(overlapsplit.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(aijfact.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matproduct.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mlocalref.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(axpy.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(multequal.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(stride.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(stringv.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vinv.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(projection.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(psplit.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(randomc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(subcomm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(iscomp.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(shell.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matpreallocator.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pcmpi.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(garbage.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpishm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(device.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pythonsys.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpitr.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpiuopen.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fhost.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ftest.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sysio.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(signal.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(axisc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(lgc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(ptype.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pdisplay.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(da1.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(da2.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(tagm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(drawreg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(iscoloring.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vecreg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matreg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fv.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexfem.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sf.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sfutils.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fdmpiaij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmi.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmfield.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plex.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plexsubmesh.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(spacepoly.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(fe.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dtds.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(section.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dlregismat.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dlregisdmdm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmperiodicity.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(general.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pmap.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vecio.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vsection.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mpiu.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(sorti.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(isdiff.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(inherit.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(verboseinfo.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pname.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(da.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(grglvis.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(draw.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dsave.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(bvec2.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pbvec.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dmcoordinates.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dacreate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(index.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(block.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(isltog.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vscat.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(iterativ.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mtr.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(view.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dagetelem.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(itfunc.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(itcl.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(itcreate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vector.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(plog.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(rvector.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matrix.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dense.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(matnull.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(drawv.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(gcreate.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(daview.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(mal.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(vcreatea.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(zstart.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(zerrf.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(err.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libpetsc.lib(da3.o) : error LNK2001: unresolved external symbol __security_check_cookie
>>>     libcpmt.lib(StlCompareStringA.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libcpmt.lib(StlLCMapStringA.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libcpmt.lib(vector_algorithms.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(roundf_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(logf_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(logf_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(nearbyint_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(logl.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(ldexp_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(ldexp_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(atan2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(fegetround.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(fesetround.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(nearbyint_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log10_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log10_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log10_avx2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log10_skx.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(atan_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log2_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log2_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log2_avx2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(tan_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(tan_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(tan_avx2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(atan_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(fmod_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(fmod_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(sinh_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(sinh_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(exp_avx2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(pow_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(pow_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(pow_avx2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(acos_avx2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(acos_skx.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(exp_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(exp_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log_avx2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log_skx.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(acos.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(tanh_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(cosh_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(cosh_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(log_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(cos_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(cos_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(cos_pnr.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(cos_avx2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(sin_avx2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(asin.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(asin_avx2.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(asin_skx.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(fetestexcept.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(sin_gen.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(sin_ct.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(sin_pnr.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(f__powr8i4.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(sqrt.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(libm_error.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(tgamma.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libircmt.lib(tbk_backtrace.c.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libircmt.lib(fast_mem_ops.c.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libircmt.lib(irc_msg_support.c.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libmmt.lib(lgamma.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libircmt.lib(fp2q.c.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libircmt.lib(q2fp.c.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libircmt.lib(tbk_display.c.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libircmt.lib(cpu_feature_disp.c.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvtas_x_to_a.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvtas_a_to_x.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libircmt.lib(ia32_mulq.c.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libircmt.lib(ia32_addsubq.c.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvtas_t_to_a.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvtas_a_to_t.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvtas_s_to_a.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvtas_a_to_s.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_cvtas_s.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_cvtas_x.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_text_to_int.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_portlib.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_vax_d.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_ibm_long.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_cray.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_cvtas_t.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_ieee_double.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_vax_f.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_ibm_short.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_vax_g.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_need_lf.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_common_inquire.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(tbk_traceback.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(cvt_ieee_single.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_get.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_m_qwin.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_preconnected_units_init.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_default_io_sizes_env_init.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_close_proc.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_exit_handler.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_avalloc.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_finalize.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_udio.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_fmt_val.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_fmt_comp.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_put.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_aio.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_io_util.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_desc_item.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_wseq_nml.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_inquire.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_lub_mgt.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_rseq_lis.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_reentrancy.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_rseq_nml.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_90_random.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_rint_lis.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_wseq.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_rseq.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_alloc_copy.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_realloc_check.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_wint_fmt.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_secnds.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_wseq_fmt.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_close.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_stop.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_vm.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(andor.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_f90str.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_wseq_lis.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_open.obj) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(gs.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(simple.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(relative.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(cdf.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(isutil.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tao_util.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(owarmijo.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(comm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(gssecant.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(snesnoise.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmlocalsnes.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tagger.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(xxt.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(xyt.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmproject.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fasfunc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(partptscotch.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(partshell.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(partsimple.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bddcschurs.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dtprob.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(swarmpic_da.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(data_ex.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(partparmetis.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(baijsolvnat11.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(baijsolvnat14.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(baijsolvnat15.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexadapt.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pounders.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ipm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pdipm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(taolinesearch.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tsevent.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dasub.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bmrm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bqpip.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mprk.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(irk.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vi.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tsconvest.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(theta.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(alpha1.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(alpha2.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bdf.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(trajvisualization.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(adaptdsp.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tsmon.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tsrhssplit.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(snesj.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(convest.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmadapt.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(trajbasic.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(snescomposite.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(linesearchbt.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(snesmfj2.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmplexsnes.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(snesgs.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(snesncg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(nasm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(anderson.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(virs.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(viss.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(snesngmres.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(qn.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tr.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ntrdc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(snesrichardson.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ksponly.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(slda.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(snesut.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fas.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ls.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(normm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(telescope_dmda.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(telescope_coarsedm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(cmap.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(wb.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(redistribute.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(svd.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tfs.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(composite.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(redundant.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(nn.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(cholesky.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(lu.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(qr.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(icc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(gasm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bddcgraph.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bddcscalingbasic.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bddcfetidp.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ilu.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(geo.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(agg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(classical.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(baijfact9.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(factimpl.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(asm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmfieldshell.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(partitionerreg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexvtu.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(grvtk.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(stag1d.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(stag2d.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(stag3d.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmfieldda.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(networkview.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(stagutils.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(stagstencil.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(stagmulti.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(swarm_migrate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vecnest.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(packm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(patch.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexrefine.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexproject.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(swarmpic.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(data_bucket.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexfluent.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexmed.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexply.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexegadslite.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexgenerate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexsfc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexexodusii.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexrefsbr.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexrefbl.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexref1d.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plextrextrude.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(misk.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(baijfact2.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(valid.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexegads.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(color.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(hierarchical.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mis.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(hem.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(blockmat.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(jp.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(greedy.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(natural.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(trajmemory.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(taosolver.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(kaij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(lrc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(rosw.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(basicsymplectic.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tssen.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(glle.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(rk.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(glee.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(arkimex.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(traj.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ssp.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tsadapt.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(glleadapt.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(characteristic.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ms.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(snes.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(linesearch.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tikz.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(win32draw.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(aobasic.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(aomemscalable.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(maij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ao.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dviewp.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(drawimage.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sfalltoall.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sftype.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sfmpi.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dtaltv.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sfallgatherv.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sfallgather.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sfgatherv.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sfgather.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(deflationspace.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(petscvu.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sfbasic.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sfwindow.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fbcgsr.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(minres.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fetidp.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(telescope.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pipelcg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pipeprcg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pipecg2.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ibcgs.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(logregistry.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(xmlviewer.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(cheby.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pod.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bvec3.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(shvec.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(comb.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bddc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fieldsplit.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dlregisrand.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmouse.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mmdense.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(gamg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpiptap.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpiaijperm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpiaijsell.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matnest.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sbaijov.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpiov.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpb_aij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpimatmatmult.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(baijov.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpb_baij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpiadj.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(zerorows.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(hostdevice.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sbaijfact.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sbaijfact8.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sbaijfact7.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexfvm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(gr2.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexnatural.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexglvis.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexorient.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pointqueue.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexpartition.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexvtk.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plextree.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmfieldds.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexpreallocate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexcheckinterface.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(stag.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(spaceptrimmed.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vtkv.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(partitioner.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pack.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmredundant.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(networkcreate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(forest.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(spacesum.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(spacetensor.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dualspacesum.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexgeometry.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexmetric.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(swarm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dspacelagrange.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plextransform.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dt.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(space.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(coarsen.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matcoloring.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmlabeleph.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmgenerate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dlregistao.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mffd.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(baijfact.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(partition.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dlregissf.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(slregis.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dlregissnes.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dlregists.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(image.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dlregispetsc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dl.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(aoreg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pbarrier.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(hists.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bars.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fdir.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fdda.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dageometry.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(gr1.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmglvis.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpits.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dualspace.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dalocal.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dainterp.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dvec2.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vecglvis.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pvec2.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pdvec.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sortso.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(psort.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpimesg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sfpack.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bjacobi.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(deflation.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(glvis.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pcset.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(eige.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dscatter.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(lsqr.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(loghandler.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(logtrace.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(lognested.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mathfit.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(precon.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vecstash.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dlregisvec.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dgefa6.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dgefa7.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sell.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpidense.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dtri.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dgefa2.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dgefa3.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dgefa4.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matrart.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matio.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(inode.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(aijperm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matstash.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(overlapsplit.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(aijfact.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matproduct.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mlocalref.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(axpy.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(multequal.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(stride.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(stringv.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vinv.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(projection.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(psplit.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(randomc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(subcomm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(iscomp.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(shell.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matpreallocator.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pcmpi.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(garbage.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpishm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(device.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pythonsys.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpitr.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpiuopen.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fhost.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ftest.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sysio.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(signal.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(axisc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(lgc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(ptype.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pdisplay.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(da1.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(da2.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(tagm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(drawreg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(iscoloring.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vecreg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matreg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fv.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexfem.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sf.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sfutils.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fdmpiaij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmi.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmfield.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plex.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plexsubmesh.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(spacepoly.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(fe.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dtds.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(section.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dlregismat.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dlregisdmdm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmperiodicity.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(general.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pmap.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vecio.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vsection.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mpiu.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(sorti.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(isdiff.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(inherit.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(verboseinfo.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pname.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(da.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(grglvis.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(draw.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dsave.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(bvec2.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pbvec.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dmcoordinates.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dacreate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(index.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(block.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(isltog.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vscat.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(iterativ.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mtr.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(view.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dagetelem.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(itfunc.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(itcl.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(itcreate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vector.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(plog.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(rvector.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matrix.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dense.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(matnull.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(drawv.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(gcreate.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(daview.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(mal.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(vcreatea.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(zstart.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(zerrf.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(err.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libpetsc.lib(da3.o) : error LNK2001: unresolved external symbol __security_cookie
>>>     libifcoremt.lib(for_wint_fmt.obj) : error LNK2001: unresolved external symbol strncmp
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol strncmp
>>>     libifcoremt.lib(for_udio.obj) : error LNK2001: unresolved external symbol strncmp
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(plexply.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(agg.o) : error LNK2001: unresolved external symbol strncmp
>>>     libifcoremt.lib(for_open.obj) : error LNK2001: unresolved external symbol strncmp
>>>     libifcoremt.lib(for_wseq_fmt.obj) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(dl.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(stag.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(logregistry.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(dainterp.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(fdda.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(matreg.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(pdisplay.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(mpiuopen.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(errtrace.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(destroy.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(grglvis.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(vecreg.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(err.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(matrix.o) : error LNK2001: unresolved external symbol strncmp
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol strncmp
>>>     libircmt.lib(fast_mem_ops.c.obj) : error LNK2001: unresolved external symbol exit
>>>     libifcoremt.lib(for_stop.obj) : error LNK2001: unresolved external symbol exit
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol exit
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol exit
>>>     libifcoremt.lib(for_exit.obj) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(dlregisvec.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(errstop.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(comb.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(win32draw.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(adebug.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(signal.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(pcmpi.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(fp.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(err.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(zutils.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol exit
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol exit
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol abort
>>>     libcpmt.lib(iosptrs.obj) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(fp.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(dlregisvec.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(errstop.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(comb.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(mtr.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(errabort.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(adebug.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(signal.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(err.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(zutils.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol abort
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol abort
>>>     libircmt.lib(tbk_backtrace.c.obj) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(networkview.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(snesmfj2.o) : error LNK2001: unresolved external symbol strncat
>>>     libircmt.lib(tbk_display.c.obj) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(dl.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(xmlviewer.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(snes.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(pythonsys.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(matproduct.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(fdir.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(vecreg.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(drawreg.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(pdisplay.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(ftest.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(plex.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(plexsubmesh.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(adebug.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(verboseinfo.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(itcl.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(iterativ.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(matrix.o) : error LNK2001: unresolved external symbol strncat
>>>     libpetsc.lib(itcreate.o) : error LNK2001: unresolved external symbol strncat
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(wb.o) : error LNK2001: unresolved external symbol calloc
>>>     libcpmt.lib(_tolower.obj) : error LNK2001: unresolved external symbol calloc
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol calloc
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mmsell.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mpiptap.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(plexsfc.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mmaij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mmsbaij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mpiov.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mpimatmatmult.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(baijov.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(isblock.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mpiadj.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mmbaij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(plexpartition.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(lognested.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(swarm.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(matpreallocator.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(aijsbaij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(aijbaij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(sf.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(garbage.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(dtweakform.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(section.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(plexfem.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(isltog.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(sorti.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(mal.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol calloc
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol calloc
>>>     libcpmt.lib(xwcsxfrm.obj) : error LNK2001: unresolved external symbol free
>>>     libcpmt.lib(StlCompareStringA.obj) : error LNK2001: unresolved external symbol free
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol free
>>>     libcpmt.lib(StlLCMapStringA.obj) : error LNK2001: unresolved external symbol free
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol free
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol free
>>>     libifcoremt.lib(cvt_cvtas_t.obj) : error LNK2001: unresolved external symbol free
>>>     libifcoremt.lib(cvt_cvtas_s.obj) : error LNK2001: unresolved external symbol free
>>>     libifcoremt.lib(cvt_cvtas_x.obj) : error LNK2001: unresolved external symbol free
>>>     libcpmt.lib(locale0.obj) : error LNK2001: unresolved external symbol free
>>>     libifcoremt.lib(for_contig_array.obj) : error LNK2001: unresolved external symbol free
>>>     libifcoremt.lib(for_udio.obj) : error LNK2001: unresolved external symbol free
>>>     libifcoremt.lib(for_close_proc.obj) : error LNK2001: unresolved external symbol free
>>>     libifcoremt.lib(for_avalloc.obj) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(xyt.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(gs.o) : error LNK2001: unresolved external symbol free
>>>     libifcoremt.lib(for_vm.obj) : error LNK2001: unresolved external symbol free
>>>     libifcoremt.lib(for_alloc_copy.obj) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(wb.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(xxt.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(plexsfc.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mmsell.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mpiov.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mpimatmatmult.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mpiptap.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mpiadj.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mmbaij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mmaij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mmsbaij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(baijov.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(isblock.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(swarm.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(plexpartition.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(aijbaij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(lognested.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(matpreallocator.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(aijsbaij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(tagm.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(sysio.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(garbage.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(dtweakform.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(section.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(plexfem.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(sf.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(sorti.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(isltog.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mal.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol free
>>>     libpetsc.lib(mtr.o) : error LNK2001: unresolved external symbol free
>>>     libcpmt.lib(xwcsxfrm.obj) : error LNK2001: unresolved external symbol malloc
>>>     libcpmt.lib(StlCompareStringA.obj) : error LNK2001: unresolved external symbol malloc
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol malloc
>>>     libcpmt.lib(StlLCMapStringA.obj) : error LNK2001: unresolved external symbol malloc
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol malloc
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol malloc
>>>     libifcoremt.lib(for_vm.obj) : error LNK2001: unresolved external symbol malloc
>>>     libifcoremt.lib(for_alloc_copy.obj) : error LNK2001: unresolved external symbol malloc
>>>     libifcoremt.lib(for_contig_array.obj) : error LNK2001: unresolved external symbol malloc
>>>     libcpmt.lib(locale0.obj) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(wb.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(xxt.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(xyt.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(gs.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(plexsfc.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mmsell.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mpimatmatmult.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mpiptap.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mmbaij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mmaij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mmsbaij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mpiov.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(baijov.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(isblock.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mpiadj.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(plexpartition.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(lognested.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(swarm.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(matpreallocator.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(aijsbaij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(aijbaij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(sysio.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(garbage.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(dtweakform.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(section.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(plexfem.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(sf.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(sorti.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(isltog.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mal.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(mtr.o) : error LNK2001: unresolved external symbol malloc
>>>     libpetsc.lib(bddcprivate.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(wb.o) : error LNK2001: unresolved external symbol realloc
>>>     libifcoremt.lib(for_vm.obj) : error LNK2001: unresolved external symbol realloc
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(spbas.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(plexsfc.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mmsell.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mpimatmatmult.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mpiptap.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(pcpatch.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(logdefault.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mmbaij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mmaij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mmsbaij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mpiov.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(baijov.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(isblock.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mpiadj.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(network.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(plexinterpolate.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(plexpartition.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(plexdistribute.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(lognested.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(swarm.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(matpreallocator.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(aijsbaij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(aijbaij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(matis.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(sf.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(garbage.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(dmlabel.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(dtweakform.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(section.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(plexfem.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(isltog.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(reg.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(sorti.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(mal.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol realloc
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol realloc
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol strcmp
>>>     libifcoremt.lib(for_need_lf.obj) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(bddcschurs.o) : error LNK2001: unresolved external symbol strcmp
>>>     libifcoremt.lib(for_open.obj) : error LNK2001: unresolved external symbol strcmp
>>>     libifcoremt.lib(for_wseq_fmt.obj) : error LNK2001: unresolved external symbol strcmp
>>>     libifcoremt.lib(for_alloc_copy.obj) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(fieldsplit.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(maij.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(glle.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(mpimatmatmult.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(mpimatmatmatmult.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(mpiptap.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(matnest.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(plextransform.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(plexpreallocate.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(plexglvis.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(matptap.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(matrart.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(mpidense.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(sorder.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(plex.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(plexsubmesh.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(matmatmult.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(dm.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(itcl.o) : error LNK2001: unresolved external symbol strcmp
>>>     libpetsc.lib(mtr.o) : error LNK2001: unresolved external symbol strcmp
>>>     libcpmt.lib(xwcscoll.obj) : error LNK2001: unresolved external symbol _errno
>>>     libcpmt.lib(xstoll.obj) : error LNK2001: unresolved external symbol _errno
>>>     libcpmt.lib(xstoull.obj) : error LNK2001: unresolved external symbol _errno
>>>     libcpmt.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol _errno
>>>     libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol _errno
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol _errno
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol _errno
>>>     libcpmt.lib(xstol.obj) : error LNK2001: unresolved external symbol _errno
>>>     libcpmt.lib(xstoul.obj) : error LNK2001: unresolved external symbol _errno
>>>     libifcoremt.lib(for_portlib.obj) : error LNK2001: unresolved external symbol _errno
>>>     libmmt.lib(libm_error.obj) : error LNK2001: unresolved external symbol _errno
>>>     libcpmt.lib(xwctomb.obj) : error LNK2001: unresolved external symbol _errno
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol _errno
>>>     libpetsc.lib(sysio.o) : error LNK2001: unresolved external symbol _errno
>>>     libpetsc.lib(fwd.o) : error LNK2001: unresolved external symbol _errno
>>>     libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol _errno
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol _errno
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol _errno
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol _errno
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol _errno
>>>     libpetsc.lib(ftest.o) : error LNK2001: unresolved external symbol _errno
>>>     libpetsc.lib(snesnoise.o) : error LNK2001: unresolved external symbol fclose
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol fclose
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol fclose
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol fclose
>>>     libpetsc.lib(mpiuopen.o) : error LNK2001: unresolved external symbol fclose
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol fclose
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol fclose
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol fclose
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol fclose
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol fclose
>>>     libpetsc.lib(petscvu.o) : error LNK2001: unresolved external symbol fopen
>>>     libpetsc.lib(snesnoise.o) : error LNK2001: unresolved external symbol fopen
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol fopen
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol fopen
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol fopen
>>>     libpetsc.lib(mpiuopen.o) : error LNK2001: unresolved external symbol fopen
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol fopen
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol fopen
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol fopen
>>>     libpetsc.lib(init.o) : error LNK2001: unresolved external symbol fopen
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol fopen
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(gdsw.o) : error LNK2001: unresolved external symbol strstr
>>>     libifcoremt.lib(for_open.obj) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(pcmpi.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(fdate.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(dl.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(traj.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(inherit.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(axisc.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(itfunc.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(adebug.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol strstr
>>>     libpetsc.lib(sysio.o) : error LNK2001: unresolved external symbol strerror
>>>     libpetsc.lib(fwd.o) : error LNK2001: unresolved external symbol strerror
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol strerror
>>>     libpetsc.lib(binv.o) : error LNK2001: unresolved external symbol strerror
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol strerror
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol strerror
>>>     libpetsc.lib(ftest.o) : error LNK2001: unresolved external symbol strerror
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libircmt.lib(irc_msg_support.c.obj) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libmmt.lib(libm_error.obj) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(swarm_migrate.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(data_ex.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(snesnoise.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(filev.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(errstop.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(sbaijov.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(errtrace.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(adebug.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(psleep.o) : error LNK2001: unresolved external symbol __acrt_iob_func
>>>     libpetsc.lib(sbaijov.o) : error LNK2001: unresolved external symbol __stdio_common_vfprintf
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol __stdio_common_vfprintf
>>>     libircmt.lib(irc_msg_support.c.obj) : error LNK2001: unresolved external symbol __stdio_common_vfprintf
>>>     libpetsc.lib(pinit.o) : error LNK2001: unresolved external symbol __stdio_common_vfprintf
>>>     libpetsc.lib(mtr.o) : error LNK2001: unresolved external symbol __stdio_common_vfprintf
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol __stdio_common_vfprintf
>>>     libpetsc.lib(inherit.o) : error LNK2001: unresolved external symbol __stdio_common_vfprintf
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol memmove
>>>     libifcoremt.lib(for_wseq_nml.obj) : error LNK2001: unresolved external symbol memmove
>>>     libifcoremt.lib(for_get.obj) : error LNK2001: unresolved external symbol memmove
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol memmove
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external symbol memmove
>>>     libifcoremt.lib(for_90_trim.obj) : error LNK2001: unresolved external symbol memmove
>>>     libifcoremt.lib(for_f90str.obj) : error LNK2001: unresolved external symbol memmove
>>>     libifcoremt.lib(for_90_adjust.obj) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(mpisell.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(object_pool.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(mpisbaij.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(mpiaij.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(sortso.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(aij.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(baij.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(sbaij.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(mpibaij.o) : error LNK2001: unresolved external symbol memmove
>>>     libpetsc.lib(options.o) : error LNK2019: unresolved external symbol feof referenced in function PetscOptionsInsertFilePetsc
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol feof
>>>     libpetsc.lib(options.o) : error LNK2019: unresolved external symbol fgets referenced in function PetscOptionsInsertFilePetsc
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol fgets
>>>     libpetsc.lib(options.o) : error LNK2019: unresolved external symbol fread referenced in function PetscOptionsFilename
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol fread
>>>     libifcoremt.lib(for_open.obj) : error LNK2001: unresolved external symbol strchr
>>>     libifcoremt.lib(for_wseq_nml.obj) : error LNK2001: unresolved external symbol strchr
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(dl.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(traj.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(axisc.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(pythonsys.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(fhost.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(glvis.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(viewreg.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(dsave.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(verboseinfo.o) : error LNK2001: unresolved external symbol strchr
>>>     libpetsc.lib(dl.o) : error LNK2019: unresolved external symbol strrchr referenced in function PetscDLLibraryAppend
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol strrchr
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol strrchr
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol strrchr
>>>     libpetsc.lib(dsave.o) : error LNK2001: unresolved external symbol strrchr
>>>     libpetsc.lib(fretrieve.o) : error LNK2001: unresolved external symbol strrchr
>>>     libpetsc.lib(options.o) : error LNK2019: unresolved external symbol stricmp referenced in function PetscOptEqual
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol stricmp
>>>     oldnames.lib(stricmp.obj) : error LNK2001: unresolved external symbol stricmp
>>>     libpetsc.lib(options.o) : error LNK2019: unresolved external symbol strtod referenced in function PetscOptionsInsertArgs
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol strtod
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol strtod
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol strtod
>>>     libpetsc.lib(options.o) : error LNK2019: unresolved external symbol strtol referenced in function PetscOptionsStringToInt
>>>     libircmt.lib(fast_mem_ops.c.obj) : error LNK2001: unresolved external symbol getenv
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol getenv
>>>     libpetsc.lib(pdisplay.o) : error LNK2001: unresolved external symbol getenv
>>>     libpetsc.lib(ghome.o) : error LNK2001: unresolved external symbol getenv
>>>     libircmt.lib(cpu_feature_disp.c.obj) : error LNK2001: unresolved external symbol getenv
>>>     libpetsc.lib(options.o) : error LNK2019: unresolved external symbol isalpha referenced in function PetscOptionsInsertArgs
>>>     libpetsc.lib(options.o) : error LNK2019: unresolved external symbol isdigit referenced in function PetscOptionsPrefixPush
>>>     libpetsc.lib(options.o) : error LNK2019: unresolved external symbol isalnum referenced in function PetscOptionsInsertArgs
>>>     libircmt.lib(tbk_backtrace.c.obj) : error LNK2001: unresolved external symbol memcmp
>>>     libcpmt.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol memcmp
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol memcmp
>>>     libpetsc.lib(galerkin.o) : error LNK2001: unresolved external symbol memcmp
>>>     libifcoremt.lib(for_f90str.obj) : error LNK2001: unresolved external symbol memcmp
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol memcmp
>>>     libpetsc.lib(options.o) : error LNK2001: unresolved external symbol memcmp
>>>     libpetsc.lib(str.o) : error LNK2001: unresolved external symbol memcmp
>>>     libpetsc.lib(axisc.o) : error LNK2001: unresolved external symbol memcmp
>>>     libpetsc.lib(memc.o) : error LNK2001: unresolved external symbol memcmp
>>>     libpetsc.lib(adebug.o) : error LNK2019: unresolved external symbol fflush referenced in function PetscStopForDebugger
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol fflush
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol fflush
>>>     libpetsc.lib(psleep.o) : error LNK2019: unresolved external symbol getc referenced in function PetscSleep
>>>     libpetsc.lib(psleep.o) : error LNK2019: unresolved external symbol _sleep referenced in function PetscSleep
>>>     libircmt.lib(tbk_backtrace.c.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf
>>>     libircmt.lib(irc_msg_support.c.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf
>>>     libifcoremt.lib(for_avalloc.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf
>>>     libifcoremt.lib(for_preconnected_units_init.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf
>>>     libifcoremt.lib(tbk_traceback.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf
>>>     libircmt.lib(tbk_display.c.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf
>>>     libpetsc.lib(mprint.o) : error LNK2001: unresolved external symbol __stdio_common_vsprintf
>>>     libifcoremt.lib(for_open.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf
>>>     libpetsc.lib(filev.o) : error LNK2019: unresolved external symbol fseek referenced in function PetscViewerFileSetName_ASCII
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol fseek
>>>     libpetsc.lib(petscvu.o) : error LNK2001: unresolved external symbol fseek
>>>     libpetsc.lib(filev.o) : error LNK2019: unresolved external symbol __stdio_common_vfscanf referenced in function _vfscanf_l
>>>     libpetsc.lib(dsave.o) : error LNK2019: unresolved external symbol remove referenced in function PetscDrawSave
>>>     libpetsc.lib(fdir.o) : error LNK2001: unresolved external symbol remove
>>>     libpetsc.lib(networkview.o) : error LNK2001: unresolved external symbol remove
>>>     libpetsc.lib(aoptions.o) : error LNK2019: unresolved external symbol getchar referenced in function PetscScanString
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol __stdio_common_vsscanf
>>>     libpetsc.lib(plexfluent.o) : error LNK2001: unresolved external symbol __stdio_common_vsscanf
>>>     libpetsc.lib(plexply.o) : error LNK2001: unresolved external symbol __stdio_common_vsscanf
>>>     libifcoremt.lib(for_aio.obj) : error LNK2001: unresolved external symbol __stdio_common_vsscanf
>>>     libifcoremt.lib(for_io_util.obj) : error LNK2001: unresolved external symbol __stdio_common_vsscanf
>>>     libpetsc.lib(aoptions.o) : error LNK2001: unresolved external symbol __stdio_common_vsscanf
>>>     libpetsc.lib(plexcreate.o) : error LNK2001: unresolved external symbol __stdio_common_vsscanf
>>>     libpetsc.lib(ts.o) : error LNK2001: unresolved external symbol __stdio_common_vsscanf
>>>     libpetsc.lib(plexgmsh.o) : error LNK2001: unresolved external symbol __stdio_common_vsscanf
>>>     libpetsc.lib(dmperiodicity.o) : error LNK2019: unresolved external symbol __vdecl_floor2 referenced in function DMLocalizeCoordinate
>>>     libpetsc.lib(ftest.o) : error LNK2019: unresolved external symbol _stat64i32 referenced in function PetscGetFileStat
>>>     libpetsc.lib(ftest.o) : error LNK2019: unresolved external symbol access referenced in function PetscTestOwnership
>>>     oldnames.lib(access.obj) : error LNK2001: unresolved external symbol access
>>>     libpetsc.lib(sysio.o) : error LNK2019: unresolved external symbol close referenced in function PetscBinaryClose
>>>     oldnames.lib(close.obj) : error LNK2001: unresolved external symbol close
>>>     libpetsc.lib(sysio.o) : error LNK2019: unresolved external symbol lseek referenced in function PetscBinarySeek
>>>     oldnames.lib(lseek.obj) : error LNK2001: unresolved external symbol lseek
>>>     libpetsc.lib(sysio.o) : error LNK2019: unresolved external symbol open referenced in function PetscBinaryOpen
>>>     oldnames.lib(open.obj) : error LNK2001: unresolved external symbol open
>>>     libpetsc.lib(sysio.o) : error LNK2019: unresolved external symbol read referenced in function PetscBinaryRead
>>>     oldnames.lib(read.obj) : error LNK2001: unresolved external symbol read
>>>     libpetsc.lib(sysio.o) : error LNK2019: unresolved external symbol write referenced in function PetscBinarySynchronizedWrite
>>>     oldnames.lib(write.obj) : error LNK2001: unresolved external symbol write
>>>     libpetsc.lib(fretrieve.o) : error LNK2019: unresolved external symbol unlink referenced in function PetscSharedTmp
>>>     oldnames.lib(unlink.obj) : error LNK2001: unresolved external symbol unlink
>>>     libpetsc.lib(signal.o) : error LNK2019: unresolved external symbol _Exit referenced in function MyExit
>>>     libcpmt.lib(locale0.obj) : error LNK2001: unresolved external symbol atexit
>>>     libcpmt.lib(iosptrs.obj) : error LNK2001: unresolved external symbol atexit
>>>     libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol atexit
>>>     libifcoremt.lib(for_reentrancy.obj) : error LNK2001: unresolved external symbol atexit
>>>     libifcoremt.lib(for_aio.obj) : error LNK2001: unresolved external symbol atexit
>>>     libcpmt.lib(xlock.obj) : error LNK2001: unresolved external symbol atexit
>>>     libpetsc.lib(signal.o) : error LNK2001: unresolved external symbol atexit
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol atexit
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol atexit
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external symbol atexit
>>>     libifcoremt.lib(for_portlib.obj) : error LNK2019: unresolved external symbol signal referenced in function __msportlib_d_fseek_i8
>>>     libpetsc.lib(signal.o) : error LNK2001: unresolved external symbol signal
>>>     libpetsc.lib(fp.o) : error LNK2001: unresolved external symbol signal
>>>     libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol signal
>>>     libifcoremt.lib(for_reentrancy.obj) : error LNK2001: unresolved external symbol signal
>>>     libpetsc.lib(fp.o) : error LNK2019: unresolved external symbol _controlfp referenced in function PetscFPTrapPop
>>>     libpetsc.lib(checkptr.o) : error LNK2019: unresolved external symbol longjmp referenced in function PetscSignalSegvCheckPointerOrMpi
>>>     libpetsc.lib(checkptr.o) : error LNK2019: unresolved external symbol _setjmp referenced in function PetscCheckPointer
>>>     libpetsc.lib(fdate.o) : error LNK2019: unresolved external symbol asctime referenced in function PetscGetDate
>>>     libpetsc.lib(fdate.o) : error LNK2019: unresolved external symbol _localtime64 referenced in function PetscGetDate
>>>     libpetsc.lib(fdate.o) : error LNK2019: unresolved external symbol _time64 referenced in function PetscGetDate
>>>     libifcoremt.lib(for_90_random.obj) : error LNK2001: unresolved external symbol _time64
>>>     libpetsc.lib(optionsyaml.o) : error LNK2019: unresolved external symbol ftell referenced in function PetscOptionsInsertFileYAML
>>>     libpetsc.lib(optionsyaml.o) : error LNK2019: unresolved external symbol strdup referenced in function yaml_parser_append_tag_directive
>>>     oldnames.lib(strdup.obj) : error LNK2001: unresolved external symbol strdup
>>>     libifcoremt.lib(for_rseq_nml.obj) : error LNK2001: unresolved external symbol _wassert
>>>     libifcoremt.lib(for_lub_mgt.obj) : error LNK2001: unresolved external symbol _wassert
>>>     libifcoremt.lib(for_udio.obj) : error LNK2001: unresolved external symbol _wassert
>>>     libifcoremt.lib(for_fmt_val.obj) : error LNK2001: unresolved external symbol _wassert
>>>     libpetsc.lib(optionsyaml.o) : error LNK2001: unresolved external symbol _wassert
>>>     libifcoremt.lib(for_open.obj) : error LNK2001: unresolved external symbol _wassert
>>>     libifcoremt.lib(for_alloc_copy.obj) : error LNK2001: unresolved external symbol _wassert
>>>     libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol _wassert
>>>     libpetsc.lib(fwd.o) : error LNK2019: unresolved external symbol getcwd referenced in function PetscGetWorkingDirectory
>>>     oldnames.lib(getcwd.obj) : error LNK2001: unresolved external symbol getcwd
>>>     libpetsc.lib(fdir.o) : error LNK2019: unresolved external symbol _mkdir referenced in function PetscMkdir
>>>     libpetsc.lib(fdir.o) : error LNK2019: unresolved external symbol _rmdir referenced in function PetscRMTree
>>>     libpetsc.lib(fdir.o) : error LNK2019: unresolved external symbol _findclose referenced in function PetscRMTree
>>>     libpetsc.lib(fdir.o) : error LNK2019: unresolved external symbol _mktemp_s referenced in function PetscMkdtemp
>>>     libpetsc.lib(fdir.o) : error LNK2019: unresolved external symbol _findfirst64i32 referenced in function PetscRMTree
>>>     libpetsc.lib(fdir.o) : error LNK2019: unresolved external symbol _findnext64i32 referenced in function PetscRMTree
>>>     libpetsc.lib(dspacelagrange.o) : error LNK2019: unresolved external symbol qsort referenced in function PetscLagNodeIndicesGetPermutation
>>>     libpetsc.lib(hem.o) : error LNK2001: unresolved external symbol qsort
>>>     libpetsc.lib(swarmpic_sort.o) : error LNK2001: unresolved external symbol qsort
>>>     libpetsc.lib(geo.o) : error LNK2001: unresolved external symbol qsort
>>>     libpetsc.lib(vtkv.o) : error LNK2019: unresolved external symbol fwrite referenced in function PetscViewerVTKFWrite
>>>     libpetsc.lib(dcontext.o) : error LNK2019: unresolved external symbol "void __cdecl `eh vector destructor iterator'(void *,unsigned __int64,unsigned __int64,void (__cdecl*)(void *))" (??_M at YAXPEAX_K1P6AX0@Z at Z) referenced in function "public: __cdecl std::array<class std::vector<struct _p_PetscDeviceContext *,class std::allocator<struct _p_PetscDeviceContext *> >,4>::~array<class std::vector<struct _p_PetscDeviceContext *,class std::allocator<struct _p_PetscDeviceContext *> >,4>(void)"
>>>     (??1?$array at V?$vector at PEAU_p_PetscDeviceContext@@V?$allocator at PEAU_p_PetscDeviceContext@@@std@@@std@@$03 at std@@QEAA at XZ)
>>>     libcpmt.lib(locale0.obj) : error LNK2001: unresolved external
>>>     symbol "  <mailto:(??1?$array at V?$vector at PEAU_p_PetscDeviceContext@@V?$allocator at PEAU_p_PetscDeviceContext@@@std@@@std@@$03 at std@@QEAA at XZ)libcpmt.lib(locale0.obj):errorLNK2001:unresolvedexternalsymbol>void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z)
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z)
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z)
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z)
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z)
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z)
>>>     libpetsc.lib(object_pool.o) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z)
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z)
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned __int64)" (??3 at YAXPEAX_K@Z)
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned __int64)" (??3 at YAXPEAX_K@Z)
>>>     libcpmt.lib(xthrow.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned __int64)" (??3 at YAXPEAX_K@Z)
>>>     libcpmt.lib(locale0.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned __int64)" (??3 at YAXPEAX_K@Z)
>>>     libcpmt.lib(ios.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned __int64)" (??3 at YAXPEAX_K@Z)
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned __int64)" (??3 at YAXPEAX_K@Z)
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned __int64)" (??3 at YAXPEAX_K@Z)
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned __int64)" (??3 at YAXPEAX_K@Z)
>>>     libpetsc.lib(object_pool.o) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned __int64)" (??3 at YAXPEAX_K@Z)
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned __int64)" (??3 at YAXPEAX_K@Z)
>>>     libcpmt.lib(iosptrs.obj) : error LNK2001: unresolved external symbol __std_terminate
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol __std_terminate
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol __std_terminate
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol __std_terminate
>>>     libpetsc.lib(hostdevice.o) : error LNK2001: unresolved external symbol __std_terminate
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol __std_terminate
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol __std_terminate
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol _invalid_parameter_noinfo_noreturn
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol _invalid_parameter_noinfo_noreturn
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol _invalid_parameter_noinfo_noreturn
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol _invalid_parameter_noinfo_noreturn
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol _invalid_parameter_noinfo_noreturn
>>>     libpetsc.lib(object_pool.o) : error LNK2001: unresolved external symbol _invalid_parameter_noinfo_noreturn
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external symbol _invalid_parameter_noinfo_noreturn
>>>     libcpmt.lib(xthrow.obj) : error LNK2001: unresolved external symbol __std_exception_copy
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol __std_exception_copy
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol __std_exception_copy
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol __std_exception_copy
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol __std_exception_copy
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol __std_exception_copy
>>>     libpetsc.lib(object_pool.o) : error LNK2001: unresolved external symbol __std_exception_copy
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external symbol __std_exception_copy
>>>     libcpmt.lib(xthrow.obj) : error LNK2001: unresolved external symbol __std_exception_destroy
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol __std_exception_destroy
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol __std_exception_destroy
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol __std_exception_destroy
>>>     libpetsc.lib(dcontext.o) : error LNK2001: unresolved external symbol __std_exception_destroy
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol __std_exception_destroy
>>>     libpetsc.lib(object_pool.o) : error LNK2001: unresolved external symbol __std_exception_destroy
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external symbol __std_exception_destroy
>>>     libpetsc.lib(dcontext.o) : error LNK2019: unresolved external symbol __std_type_info_compare referenced in function "public: bool __cdecl type_info::operator==(class type_info const &)const" (??8type_info@@QEBA_NAEBV0@@Z) libcpmt.lib(xthrow.obj) : error
>>>     LNK2001: unresolved external symbol _CxxThrowException
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external
>>>     symbol _CxxThrowException libcpmt.lib(wlocale.obj) : error
>>>     LNK2001: unresolved external symbol _CxxThrowException
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external
>>>     symbol _CxxThrowException libpetsc.lib(dcontext.o) : error
>>>     LNK2001: unresolved external symbol _CxxThrowException
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved
>>>     external symbol _CxxThrowException libpetsc.lib(object_pool.o) :
>>>     error LNK2001: unresolved external symbol _CxxThrowException
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external
>>>     symbol _CxxThrowException libcpmt.lib(wlocale.obj) : error
>>>     LNK2001: unresolved external symbol __CxxFrameHandler4
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external
>>>     symbol __CxxFrameHandler4 libcpmt.lib(locale0.obj) : error
>>>     LNK2001: unresolved external symbol __CxxFrameHandler4
>>>     libcpmt.lib(ios.obj) : error LNK2001: unresolved external symbol
>>>     __CxxFrameHandler4 libcpmt.lib(locale.obj) : error LNK2001:
>>>     unresolved external symbol __CxxFrameHandler4
>>>     libcpmt.lib(iosptrs.obj) : error LNK2001: unresolved external
>>>     symbol __CxxFrameHandler4 libpetsc.lib(dcontext.o) : error
>>>     LNK2001: unresolved external symbol __CxxFrameHandler4
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved
>>>     external symbol __CxxFrameHandler4 libpetsc.lib(object_pool.o) :
>>>     error LNK2001: unresolved external symbol __CxxFrameHandler4
>>>     libpetsc.lib(memory.o) : error LNK2001: unresolved external
>>>     symbol __CxxFrameHandler4 libcpmt.lib(wlocale.obj) : error
>>>     LNK2001: unresolved external symbol __GSHandlerCheck_EH4
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external
>>>     symbol __GSHandlerCheck_EH4 libpetsc.lib(dcontext.o) : error
>>>     LNK2001: unresolved external symbol __GSHandlerCheck_EH4
>>>     libpetsc.lib(hostdevice.o) : error LNK2001: unresolved external
>>>     symbol __GSHandlerCheck_EH4 libpetsc.lib(mark_dcontext.o) :
>>>     error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external
>>>     symbol __GSHandlerCheck_EH4 libcpmt.lib(xlocale.obj) : error
>>>     LNK2001: unresolved external symbol "  <mailto:(??8type_info@@QEBA_NAEBV0@@Z)libcpmt.lib(xthrow.obj):errorLNK2001:unresolvedexternalsymbol_CxxThrowExceptionlibcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbol_CxxThrowExceptionlibcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbol_CxxThrowExceptionlibcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol_CxxThrowExceptionlibpetsc.lib(dcontext.o):errorLNK2001:unresolvedexternalsymbol_CxxThrowExceptionlibpetsc.lib(mark_dcontext.o):errorLNK2001:unresolvedexternalsymbol_CxxThrowExceptionlibpetsc.lib(object_pool.o):errorLNK2001:unresolvedexternalsymbol_CxxThrowExceptionlibpetsc.lib(memory.o):errorLNK2001:unresolvedexternalsymbol_CxxThrowExceptionlibcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbol__CxxFrameHandler4libcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol__CxxFrameHandler4libcpmt.lib(locale0.obj):errorLNK2001:unresolvedexternalsymbol__CxxFrameHandler4libcpmt.lib(ios.obj):errorLNK2001:unresolvedexternalsymbol__CxxFrameHandler4libcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbol__CxxFrameHandler4libcpmt.lib(iosptrs.obj):errorLNK2001:unresolvedexternalsymbol__CxxFrameHandler4libpetsc.lib(dcontext.o):errorLNK2001:unresolvedexternalsymbol__CxxFrameHandler4libpetsc.lib(mark_dcontext.o):errorLNK2001:unresolvedexternalsymbol__CxxFrameHandler4libpetsc.lib(object_pool.o):errorLNK2001:unresolvedexternalsymbol__CxxFrameHandler4libpetsc.lib(memory.o):errorLNK2001:unresolvedexternalsymbol__CxxFrameHandler4libcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbol__GSHandlerCheck_EH4libcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol__GSHandlerCheck_EH4libpetsc.lib(dcontext.o):errorLNK2001:unresolvedexternalsymbol__GSHandlerCheck_EH4libpetsc.lib(hostdevice.o):errorLNK2001:unresolvedexternalsymbol__GSHandlerCheck_EH4libpetsc.lib(mark_dcontext.o):errorLNK2001:unresolvedexternalsymbol__GSHandlerCheck_EH4libcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbol__GSHandlerCheck_EH4libcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol>const type_info::`vftable'" (??_7type_info@@6B@) libcpmt.lib(xthrow.obj) : error LNK2001:
>>>     unresolved external symbol "  <mailto:(??_7type_info@@6B@)libcpmt.lib(xthrow.obj):errorLNK2001:unresolvedexternalsymbol>const type_info::`vftable'" (??_7type_info@@6B@) libcpmt.lib(locale0.obj) : error LNK2001:
>>>     unresolved external symbol "  <mailto:(??_7type_info@@6B@)libcpmt.lib(locale0.obj):errorLNK2001:unresolvedexternalsymbol>const type_info::`vftable'" (??_7type_info@@6B@) libcpmt.lib(locale.obj) : error LNK2001:
>>>     unresolved external symbol "  <mailto:(??_7type_info@@6B@)libcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbol>const type_info::`vftable'" (??_7type_info@@6B@) libcpmt.lib(wlocale.obj) : error LNK2001:
>>>     unresolved external symbol "  <mailto:(??_7type_info@@6B@)libcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbol>const type_info::`vftable'" (??_7type_info@@6B@) libpetsc.lib(dcontext.o) : error LNK2001:
>>>     unresolved external symbol "  <mailto:(??_7type_info@@6B@)libpetsc.lib(dcontext.o):errorLNK2001:unresolvedexternalsymbol>const type_info::`vftable'" (??_7type_info@@6B@) libpetsc.lib(mark_dcontext.o) : error
>>>     LNK2001: unresolved external symbol "  <mailto:(??_7type_info@@6B@)libpetsc.lib(mark_dcontext.o):errorLNK2001:unresolvedexternalsymbol>const type_info::`vftable'" (??_7type_info@@6B@) libpetsc.lib(object_pool.o) : error
>>>     LNK2001: unresolved external symbol "  <mailto:(??_7type_info@@6B@)libpetsc.lib(object_pool.o):errorLNK2001:unresolvedexternalsymbol>const type_info::`vftable'" (??_7type_info@@6B@) libpetsc.lib(memory.o) : error LNK2001:
>>>     unresolved external symbol "  <mailto:(??_7type_info@@6B@)libpetsc.lib(memory.o):errorLNK2001:unresolvedexternalsymbol>const type_info::`vftable'" (??_7type_info@@6B@) libpetsc.lib(rand.o) : error LNK2019:
>>>     unresolved external symbol srand referenced in function
>>>     PetscRandomSeed_Rand libpetsc.lib(rand.o) : error LNK2019:
>>>     unresolved external symbol rand referenced in function
>>>     PetscRandomGetValue_Rand libifcoremt.lib(for_avalloc.obj) :
>>>     error LNK2001: unresolved external symbol rand
>>>     libpetsc.lib(plexfluent.o) : error LNK2019: unresolved external
>>>     symbol fileno referenced in function
>>>     DMPlexCreateFluent_ReadValues oldnames.lib(fileno.obj) : error
>>>     LNK2001: unresolved external symbol fileno
>>>     libpetsc.lib(networkview.o) : error LNK2019: unresolved external
>>>     symbol tmpnam_s referenced in function DMView_Network_Matplotlib
>>>     libpetsc.lib(networkview.o) : error LNK2019: unresolved external
>>>     symbol system referenced in function DMView_Network_Matplotlib
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external
>>>     symbol _purecall libpetsc.lib(mark_dcontext.o) : error LNK2001:
>>>     unresolved external symbol _purecall libcpmt.lib(locale0.obj) :
>>>     error LNK2001: unresolved external symbol _purecall
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external
>>>     symbol _purecall libcpmt.lib(wlocale.obj) : error LNK2001:
>>>     unresolved external symbol _purecall libcpmt.lib(xlocale.obj) :
>>>     error LNK2001: unresolved external symbol "  <mailto:(??_7type_info@@6B@)libpetsc.lib(rand.o):errorLNK2019:unresolvedexternalsymbolsrandreferencedinfunctionPetscRandomSeed_Randlibpetsc.lib(rand.o):errorLNK2019:unresolvedexternalsymbolrandreferencedinfunctionPetscRandomGetValue_Randlibifcoremt.lib(for_avalloc.obj):errorLNK2001:unresolvedexternalsymbolrandlibpetsc.lib(plexfluent.o):errorLNK2019:unresolvedexternalsymbolfilenoreferencedinfunctionDMPlexCreateFluent_ReadValuesoldnames.lib(fileno.obj):errorLNK2001:unresolvedexternalsymbolfilenolibpetsc.lib(networkview.o):errorLNK2019:unresolvedexternalsymboltmpnam_sreferencedinfunctionDMView_Network_Matplotliblibpetsc.lib(networkview.o):errorLNK2019:unresolvedexternalsymbolsystemreferencedinfunctionDMView_Network_Matplotliblibcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol_purecalllibpetsc.lib(mark_dcontext.o):errorLNK2001:unresolvedexternalsymbol_purecalllibcpmt.lib(locale0.obj):errorLNK2001:unresolvedexternalsymbol_purecalllibcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbol_purecalllibcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbol_purecalllibcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol>void __cdecl operator delete[](void *)" (??_V at YAXPEAX@Z)
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol "void __cdecl operator delete[](void *)" (??_V at YAXPEAX@Z)
>>>     libpetsc.lib(object_pool.o) : error LNK2001: unresolved external symbol "void __cdecl operator delete[](void *)" (??_V at YAXPEAX@Z)
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete[](void *)" (??_V at YAXPEAX@Z)
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete[](void *)" (??_V at YAXPEAX@Z)
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf_s
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2001: unresolved external symbol __stdio_common_vsprintf_s
>>>     libifcoremt.lib(for_close_proc.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf_s
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf_s
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol __stdio_common_vsprintf_s
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2019: unresolved external symbol strcspn referenced in function "private: class std::ostreambuf_iterator<char,struct std::char_traits<char> > __cdecl std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > >::_Fput_v3<0>(class std::ostreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,char,char const *,unsigned __int64,bool)const"
>>>     (??$_Fput_v3@$0A@@?$num_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@1 at V21@AEAVios_base at 1@DPEBD_K_N at Z)
>>>     libifcoremt.lib(for_wseq_nml.obj) : error LNK2001: unresolved
>>>     external symbol strcspn libcpmt.lib(locale.obj) : error LNK2001:
>>>     unresolved external symbol strcspn libcpmt.lib(wlocale.obj) :
>>>     error LNK2001: unresolved external symbol strcspn
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2019: unresolved
>>>     external symbol localeconv referenced in function "  <mailto:(??$_Fput_v3@$0A@@?$num_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@1 at V21@AEAVios_base at 1@DPEBD_K_N at Z)libifcoremt.lib(for_wseq_nml.obj):errorLNK2001:unresolvedexternalsymbolstrcspnlibcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbolstrcspnlibcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbolstrcspnlibpetsc.lib(mark_dcontext.o):errorLNK2019:unresolvedexternalsymbollocaleconvreferencedinfunction>private: class std::ostreambuf_iterator<char,struct std::char_traits<char> > __cdecl std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > >::_Fput_v3<0>(class std::ostreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,char,char const *,unsigned __int64,bool)const"
>>>     (??$_Fput_v3@$0A@@?$num_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@1 at V21@AEAVios_base at 1@DPEBD_K_N at Z)
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external
>>>     symbol localeconv libcpmt.lib(wlocale.obj) : error LNK2001:
>>>     unresolved external symbol localeconv libcpmt.lib(xlocale.obj) :
>>>     error LNK2001: unresolved external symbol localeconv
>>>     libpetsc.lib(mark_dcontext.o) : error LNK2019: unresolved
>>>     external symbol _dclass referenced in function "  <mailto:(??$_Fput_v3@$0A@@?$num_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@AEBA?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@1 at V21@AEAVios_base at 1@DPEBD_K_N at Z)libcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbollocaleconvlibcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbollocaleconvlibcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbollocaleconvlibpetsc.lib(mark_dcontext.o):errorLNK2019:unresolvedexternalsymbol_dclassreferencedinfunction>protected: virtual class std::ostreambuf_iterator<char,struct std::char_traits<char> > __cdecl std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > >::do_put(class std::ostreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,char,double)const"
>>>     (?do_put@?$num_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@2 at V32@AEAVios_base at 2@DN at Z)
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external
>>>     symbol _dclass libcpmt.lib(wlocale.obj) : error LNK2001:
>>>     unresolved external symbol _dclass libpetsc.lib(mark_dcontext.o)
>>>     : error LNK2019: unresolved external symbol _ldclass referenced
>>>     in function "  <mailto:(?do_put@?$num_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@2 at V32@AEAVios_base at 2@DN at Z)libcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbol_dclasslibcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbol_dclasslibpetsc.lib(mark_dcontext.o):errorLNK2019:unresolvedexternalsymbol_ldclassreferencedinfunction>protected: virtual class std::ostreambuf_iterator<char,struct std::char_traits<char> > __cdecl std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > >::do_put(class std::ostreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,char,long double)const"
>>>     (?do_put@?$num_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@2 at V32@AEAVios_base at 2@DO at Z)
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external
>>>     symbol _ldclass libcpmt.lib(wlocale.obj) : error LNK2001:
>>>     unresolved external symbol _ldclass libpetsc.lib(object_pool.o)
>>>     : error LNK2019: unresolved external symbol "  <mailto:(?do_put@?$num_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@2 at V32@AEAVios_base at 2@DO at Z)libcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbol_ldclasslibcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbol_ldclasslibpetsc.lib(object_pool.o):errorLNK2019:unresolvedexternalsymbol>void * __cdecl operator new[](unsigned __int64,struct std::nothrow_t const &)" (??_U at YAPEAX_KAEBUnothrow_t@std@@@Z) referenced in function "private: static int __cdecl Petsc::memory::PoolAllocator::allocate_ptr_(unsigned __int64,enum Petsc::memory::align_val_t,void * *)"
>>>     (?allocate_ptr_ at PoolAllocator@memory at Petsc@@CAH_KW4align_val_t at 23@PEAPEAX at Z)
>>>     libircmt.lib(tbk_display.c.obj) : error LNK2001: unresolved
>>>     external symbol strlen libircmt.lib(tbk_backtrace.c.obj) : error
>>>     LNK2001: unresolved external symbol strlen
>>>     libircmt.lib(irc_msg_support.c.obj) : error LNK2001: unresolved
>>>     external symbol strlen libifcoremt.lib(for_need_lf.obj) : error
>>>     LNK2001: unresolved external symbol strlen
>>>     libifcoremt.lib(for_common_inquire.obj) : error LNK2001:
>>>     unresolved external symbol strlen
>>>     libifcoremt.lib(tbk_traceback.obj) : error LNK2001: unresolved
>>>     external symbol strlen libifcoremt.lib(for_portlib.obj) : error
>>>     LNK2001: unresolved external symbol strlen
>>>     libifcoremt.lib(for_udio.obj) : error LNK2001: unresolved
>>>     external symbol strlen libifcoremt.lib(for_nt_open_proc.obj) :
>>>     error LNK2001: unresolved external symbol strlen
>>>     libifcoremt.lib(for_intrp_fmt.obj) : error LNK2001: unresolved
>>>     external symbol strlen libifcoremt.lib(for_avalloc.obj) : error
>>>     LNK2001: unresolved external symbol strlen
>>>     libifcoremt.lib(for_inquire.obj) : error LNK2001: unresolved
>>>     external symbol strlen libifcoremt.lib(for_getarg.obj) : error
>>>     LNK2001: unresolved external symbol strlen
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved
>>>     external symbol strlen libifcoremt.lib(for_aio.obj) : error
>>>     LNK2001: unresolved external symbol strlen
>>>     libifcoremt.lib(for_open.obj) : error LNK2001: unresolved
>>>     external symbol strlen libifcoremt.lib(for_stop.obj) : error
>>>     LNK2001: unresolved external symbol strlen
>>>     libifcoremt.lib(for_init.obj) : error LNK2001: unresolved
>>>     external symbol strlen libifcoremt.lib(for_wseq_nml.obj) : error
>>>     LNK2001: unresolved external symbol strlen
>>>     libifcoremt.lib(for_open.obj) : error LNK2019: unresolved
>>>     external symbol toupper referenced in function for__open_key
>>>     libifcoremt.lib(for_wseq_fmt.obj) : error LNK2001: unresolved
>>>     external symbol toupper libifcoremt.lib(for_rseq_nml.obj) :
>>>     error LNK2001: unresolved external symbol toupper
>>>     libifcoremt.lib(for_wseq_nml.obj) : error LNK2001: unresolved
>>>     external symbol toupper libifcoremt.lib(for_need_lf.obj) : error
>>>     LNK2001: unresolved external symbol _stricmp
>>>     oldnames.lib(stricmp.obj) : error LNK2001: unresolved external
>>>     symbol _stricmp libifcoremt.lib(for_open.obj) : error LNK2001:
>>>     unresolved external symbol _stricmp
>>>     libifcoremt.lib(for_inquire.obj) : error LNK2001: unresolved
>>>     external symbol _stricmp libifcoremt.lib(for_aio.obj) : error
>>>     LNK2001: unresolved external symbol _stricmp
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001:
>>>     unresolved external symbol _stricmp libifcoremt.lib(for_vm.obj)
>>>     : error LNK2019: unresolved external symbol _aligned_malloc
>>>     referenced in function for_allocate_handle
>>>     libifcoremt.lib(for_vm.obj) : error LNK2019: unresolved external
>>>     symbol _aligned_free referenced in function
>>>     for_deallocate_handle libifcoremt.lib(for_secnds.obj) : error
>>>     LNK2019: unresolved external symbol clock referenced in function
>>>     for_cpusec libifcoremt.lib(for_90_random.obj) : error LNK2001:
>>>     unresolved external symbol clock libifcoremt.lib(for_init.obj) :
>>>     error LNK2019: unresolved external symbol _controlfp_s
>>>     referenced in function for_rtl_init_
>>>     libifcoremt.lib(for_init.obj) : error LNK2019: unresolved
>>>     external symbol _clearfp referenced in function for_rtl_init_
>>>     libifcoremt.lib(for_init.obj) : error LNK2019: unresolved
>>>     external symbol __pxcptinfoptrs referenced in function
>>>     GETEXCEPTIONPTRSQQ libifcoremt.lib(for_reentrancy.obj) : error
>>>     LNK2019: unresolved external symbol _endthread referenced in
>>>     function for__thread_clean libifcoremt.lib(for_diags_intel.obj)
>>>     : error LNK2019: unresolved external symbol fputs referenced in
>>>     function for__continue_traceback libmmt.lib(libm_error.obj) :
>>>     error LNK2001: unresolved external symbol fputs
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2019: unresolved
>>>     external symbol freopen referenced in function redirect_stderr
>>>     libircmt.lib(tbk_backtrace.c.obj) : error LNK2001: unresolved
>>>     external symbol strcpy libifcoremt.lib(for_diags_intel.obj) :
>>>     error LNK2001: unresolved external symbol strcpy
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001:
>>>     unresolved external symbol strcpy
>>>     libifcoremt.lib(for_need_lf.obj) : error LNK2001: unresolved
>>>     external symbol strcpy libircmt.lib(tbk_display.c.obj) : error
>>>     LNK2001: unresolved external symbol strcpy
>>>     libifcoremt.lib(for_diags_intel.obj) : error LNK2019: unresolved
>>>     external symbol putchar referenced in function for__io_return
>>>     libifcoremt.lib(for_lub_mgt.obj) : error LNK2019: unresolved
>>>     external symbol puts referenced in function for__create_lub
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001:
>>>     unresolved external symbol puts libifcoremt.lib(for_put.obj) :
>>>     error LNK2019: unresolved external symbol _write referenced in
>>>     function for__write_output oldnames.lib(write.obj) : error
>>>     LNK2001: unresolved external symbol _write
>>>     libcpmt.lib(xstoll.obj) : error LNK2001: unresolved external
>>>     symbol isspace libcpmt.lib(xstoull.obj) : error LNK2001:
>>>     unresolved external symbol isspace libifcoremt.lib(for_udio.obj)
>>>     : error LNK2001: unresolved external symbol isspace
>>>     libifcoremt.lib(for_fmt_comp.obj) : error LNK2001: unresolved
>>>     external symbol isspace libcpmt.lib(xstol.obj) : error LNK2001:
>>>     unresolved external symbol isspace libcpmt.lib(xstoul.obj) :
>>>     error LNK2001: unresolved external symbol isspace
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2019:
>>>     unresolved external symbol _get_osfhandle referenced in function
>>>     for__open_proc libifcoremt.lib(for_nt_open_proc.obj) : error
>>>     LNK2019: unresolved external symbol _open_osfhandle referenced
>>>     in function for__open_proc libifcoremt.lib(for_nt_open_proc.obj)
>>>     : error LNK2019: unresolved external symbol _access referenced
>>>     in function for__open_proc oldnames.lib(access.obj) : error
>>>     LNK2001: unresolved external symbol _access
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2019:
>>>     unresolved external symbol _fileno referenced in function
>>>     for__open_proc oldnames.lib(fileno.obj) : error LNK2001:
>>>     unresolved external symbol _fileno
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2019:
>>>     unresolved external symbol memchr referenced in function
>>>     for__compute_filename libcpmt.lib(xstoul.obj) : error LNK2001:
>>>     unresolved external symbol memchr libcpmt.lib(xstoull.obj) :
>>>     error LNK2001: unresolved external symbol memchr
>>>     libifcoremt.lib(for_nt_open_proc.obj) : error LNK2019:
>>>     unresolved external symbol strtok referenced in function
>>>     check_id libifcoremt.lib(for_nt_open_proc.obj) : error LNK2019:
>>>     unresolved external symbol atoi referenced in function check_id
>>>     libifcoremt.lib(for_close_proc.obj) : error LNK2019: unresolved
>>>     external symbol strncat_s referenced in function for__close_proc
>>>     libifcoremt.lib(for_avalloc.obj) : error LNK2019: unresolved
>>>     external symbol _getpid referenced in function for_avallocate
>>>     libifcoremt.lib(for_portlib.obj) : error LNK2019: unresolved
>>>     external symbol raise referenced in function for__raise
>>>     libircmt.lib(tbk_display.c.obj) : error LNK2019: unresolved
>>>     external symbol strcat referenced in function
>>>     tbk_string_stack_signal_impl libircmt.lib(tbk_display.c.obj) :
>>>     error LNK2019: unresolved external symbol _splitpath referenced
>>>     in function stackwalk_cb libircmt.lib(tbk_backtrace.c.obj) :
>>>     error LNK2001: unresolved external symbol _splitpath
>>>     libircmt.lib(tbk_backtrace.c.obj) : error LNK2001: unresolved
>>>     external symbol __C_specific_handler libmmt.lib(libm_error.obj)
>>>     : error LNK2019: unresolved external symbol
>>>     __stdio_common_vsnprintf_s referenced in function write_message
>>>     oldnames.lib(close.obj) : error LNK2001: unresolved external
>>>     symbol _close oldnames.lib(lseek.obj) : error LNK2001:
>>>     unresolved external symbol _lseek oldnames.lib(open.obj) : error
>>>     LNK2001: unresolved external symbol _open oldnames.lib(read.obj)
>>>     : error LNK2001: unresolved external symbol _read
>>>     oldnames.lib(unlink.obj) : error LNK2001: unresolved external
>>>     symbol _unlink oldnames.lib(strdup.obj) : error LNK2001:
>>>     unresolved external symbol _strdup oldnames.lib(getcwd.obj) :
>>>     error LNK2001: unresolved external symbol _getcwd
>>>     libcpmt.lib(xlock.obj) : error LNK2019: unresolved external
>>>     symbol _lock_locales referenced in function "  <mailto:(?allocate_ptr_ at PoolAllocator@memory at Petsc@@CAH_KW4align_val_t at 23@PEAPEAX at Z)libircmt.lib(tbk_display.c.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibircmt.lib(tbk_backtrace.c.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibircmt.lib(irc_msg_support.c.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_need_lf.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_common_inquire.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(tbk_traceback.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_portlib.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_udio.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_nt_open_proc.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_intrp_fmt.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_avalloc.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_inquire.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_getarg.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_diags_intel.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_aio.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_open.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_stop.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_init.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_wseq_nml.obj):errorLNK2001:unresolvedexternalsymbolstrlenlibifcoremt.lib(for_open.obj):errorLNK2019:unresolvedexternalsymboltoupperreferencedinfunctionfor__open_keylibifcoremt.lib(for_wseq_fmt.obj):errorLNK2001:unresolvedexternalsymboltoupperlibifcoremt.lib(for_rseq_nml.obj):errorLNK2001:unresolvedexternalsymboltoupperlibifcoremt.lib(for_wseq_nml.obj):errorLNK2001:unresolvedexternalsymboltoupperlibifcoremt.lib(for_need_lf.obj):errorLNK2001:unresolvedexternalsymbol_stricmpoldnames.lib(stricmp.obj):errorLNK2001:unresolvedexternalsymbol_stricmplibifcoremt.lib(for_open.obj):errorLNK2001:unresolvedexternalsymbol_stricmplibifcoremt.lib(for_inquire.obj):errorLNK2001:unresolvedexternalsymbol_stricmplibifcoremt.lib(for_aio.obj):errorLNK2001:unresolvedexternalsymbol_stricmplibifcoremt.lib(for_nt_open_proc.obj):errorLNK2001:unresolvedexternalsymbol_stricmplibifcoremt.lib(for_vm.obj):errorLNK2019:unresolvedexternalsymbol_aligned_mallocreferencedinfunctionfor_allocate_handlelibifcoremt.lib(for_vm.obj):errorLNK2019:unresolvedexternalsymbol_aligned_freereferencedinfunctionfor_deallocate_handlelibifcoremt.lib(for_secnds.obj):errorLNK2019:unresolvedexternalsymbolclockreferencedinfunctionfor_cpuseclibifcoremt.lib(for_90_random.obj):errorLNK2001:unresolvedexternalsymbolclocklibifcoremt.lib(for_init.obj):errorLNK2019:unresolvedexternalsymbol_controlfp_sreferencedinfunctionfor_rtl_init_libifcoremt.lib(for_init.obj):errorLNK2019:unresolvedexternalsymbol_clearfpreferencedinfunctionfor_rtl_init_libifcoremt.lib(for_init.obj):errorLNK2019:unresolvedexternalsymbol__pxcptinfoptrsreferencedinfunctionGETEXCEPTIONPTRSQQlibifcoremt.lib(for_reentrancy.obj):errorLNK2019:unresolvedexternalsymbol_endthreadreferencedinfunctionfor__thread_cleanlibifcoremt.lib(for_diags_intel.obj):errorLNK2019:unresolvedexternalsymbolfputsreferencedinfunctionfor__continue_tracebacklibmmt.lib(libm_error.obj):errorLNK2001:unresolvedexternalsymbolfputslibifcoremt.lib(for_diags_intel.obj):errorLNK2019:unresolvedexternalsymbolfreopenreferencedinfunctionredirect_stderrlibircmt.lib(tbk_backtrace.c.obj):errorLNK2001:unresolvedexternalsymbolstrcpylibifcoremt.lib(for_diags_intel.obj):errorLNK2001:unresolvedexternalsymbolstrcpylibifcoremt.lib(for_nt_open_proc.obj):errorLNK2001:unresolvedexternalsymbolstrcpylibifcoremt.lib(for_need_lf.obj):errorLNK2001:unresolvedexternalsymbolstrcpylibircmt.lib(tbk_display.c.obj):errorLNK2001:unresolvedexternalsymbolstrcpylibifcoremt.lib(for_diags_intel.obj):errorLNK2019:unresolvedexternalsymbolputcharreferencedinfunctionfor__io_returnlibifcoremt.lib(for_lub_mgt.obj):errorLNK2019:unresolvedexternalsymbolputsreferencedinfunctionfor__create_lublibifcoremt.lib(for_nt_open_proc.obj):errorLNK2001:unresolvedexternalsymbolputslibifcoremt.lib(for_put.obj):errorLNK2019:unresolvedexternalsymbol_writereferencedinfunctionfor__write_outputoldnames.lib(write.obj):errorLNK2001:unresolvedexternalsymbol_writelibcpmt.lib(xstoll.obj):errorLNK2001:unresolvedexternalsymbolisspacelibcpmt.lib(xstoull.obj):errorLNK2001:unresolvedexternalsymbolisspacelibifcoremt.lib(for_udio.obj):errorLNK2001:unresolvedexternalsymbolisspacelibifcoremt.lib(for_fmt_comp.obj):errorLNK2001:unresolvedexternalsymbolisspacelibcpmt.lib(xstol.obj):errorLNK2001:unresolvedexternalsymbolisspacelibcpmt.lib(xstoul.obj):errorLNK2001:unresolvedexternalsymbolisspacelibifcoremt.lib(for_nt_open_proc.obj):errorLNK2019:unresolvedexternalsymbol_get_osfhandlereferencedinfunctionfor__open_proclibifcoremt.lib(for_nt_open_proc.obj):errorLNK2019:unresolvedexternalsymbol_open_osfhandlereferencedinfunctionfor__open_proclibifcoremt.lib(for_nt_open_proc.obj):errorLNK2019:unresolvedexternalsymbol_accessreferencedinfunctionfor__open_procoldnames.lib(access.obj):errorLNK2001:unresolvedexternalsymbol_accesslibifcoremt.lib(for_nt_open_proc.obj):errorLNK2019:unresolvedexternalsymbol_filenoreferencedinfunctionfor__open_procoldnames.lib(fileno.obj):errorLNK2001:unresolvedexternalsymbol_filenolibifcoremt.lib(for_nt_open_proc.obj):errorLNK2019:unresolvedexternalsymbolmemchrreferencedinfunctionfor__compute_filenamelibcpmt.lib(xstoul.obj):errorLNK2001:unresolvedexternalsymbolmemchrlibcpmt.lib(xstoull.obj):errorLNK2001:unresolvedexternalsymbolmemchrlibifcoremt.lib(for_nt_open_proc.obj):errorLNK2019:unresolvedexternalsymbolstrtokreferencedinfunctioncheck_idlibifcoremt.lib(for_nt_open_proc.obj):errorLNK2019:unresolvedexternalsymbolatoireferencedinfunctioncheck_idlibifcoremt.lib(for_close_proc.obj):errorLNK2019:unresolvedexternalsymbolstrncat_sreferencedinfunctionfor__close_proclibifcoremt.lib(for_avalloc.obj):errorLNK2019:unresolvedexternalsymbol_getpidreferencedinfunctionfor_avallocatelibifcoremt.lib(for_portlib.obj):errorLNK2019:unresolvedexternalsymbolraisereferencedinfunctionfor__raiselibircmt.lib(tbk_display.c.obj):errorLNK2019:unresolvedexternalsymbolstrcatreferencedinfunctiontbk_string_stack_signal_impllibircmt.lib(tbk_display.c.obj):errorLNK2019:unresolvedexternalsymbol_splitpathreferencedinfunctionstackwalk_cblibircmt.lib(tbk_backtrace.c.obj):errorLNK2001:unresolvedexternalsymbol_splitpathlibircmt.lib(tbk_backtrace.c.obj):errorLNK2001:unresolvedexternalsymbol__C_specific_handlerlibmmt.lib(libm_error.obj):errorLNK2019:unresolvedexternalsymbol__stdio_common_vsnprintf_sreferencedinfunctionwrite_messageoldnames.lib(close.obj):errorLNK2001:unresolvedexternalsymbol_closeoldnames.lib(lseek.obj):errorLNK2001:unresolvedexternalsymbol_lseekoldnames.lib(open.obj):errorLNK2001:unresolvedexternalsymbol_openoldnames.lib(read.obj):errorLNK2001:unresolvedexternalsymbol_readoldnames.lib(unlink.obj):errorLNK2001:unresolvedexternalsymbol_unlinkoldnames.lib(strdup.obj):errorLNK2001:unresolvedexternalsymbol_strdupoldnames.lib(getcwd.obj):errorLNK2001:unresolvedexternalsymbol_getcwdlibcpmt.lib(xlock.obj):errorLNK2019:unresolvedexternalsymbol_lock_localesreferencedinfunction>public: __cdecl std::_Lockit::_Lockit(int)" (??0_Lockit at std@@QEAA at H@Z) libcpmt.lib(xlock.obj) : error
>>>     LNK2019: unresolved external symbol _unlock_locales referenced
>>>     in function "  <mailto:(??0_Lockit at std@@QEAA at H@Z)libcpmt.lib(xlock.obj):errorLNK2019:unresolvedexternalsymbol_unlock_localesreferencedinfunction>public: __cdecl std::_Lockit::~_Lockit(void)" (??1_Lockit at std@@QEAA at XZ) libcpmt.lib(uncaught_exceptions.obj)
>>>     : error LNK2019: unresolved external symbol
>>>     __uncaught_exceptions referenced in function "  <mailto:(??1_Lockit at std@@QEAA at XZ)libcpmt.lib(uncaught_exceptions.obj):errorLNK2019:unresolvedexternalsymbol__uncaught_exceptionsreferencedinfunction>int __cdecl std::uncaught_exceptions(void)" (?uncaught_exceptions at std@@YAHXZ) libcpmt.lib(locale0.obj) :
>>>     error LNK2019: unresolved external symbol setlocale referenced
>>>     in function "  <mailto:(?uncaught_exceptions at std@@YAHXZ)libcpmt.lib(locale0.obj):errorLNK2019:unresolvedexternalsymbolsetlocalereferencedinfunction>public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,char const *)" (?_Locinfo_ctor at _Locinfo@std@@SAXPEAV12 at PEBD@Z)
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external
>>>     symbol setlocale libcpmt.lib(wlocale.obj) : error LNK2001:
>>>     unresolved external symbol __guard_dispatch_icall_fptr
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external
>>>     symbol __guard_dispatch_icall_fptr libcpmt.lib(locale0.obj) :
>>>     error LNK2001: unresolved external symbol
>>>     __guard_dispatch_icall_fptr libcpmt.lib(ios.obj) : error
>>>     LNK2001: unresolved external symbol __guard_dispatch_icall_fptr
>>>     libcpmt.lib(locale.obj) : error LNK2001: unresolved external
>>>     symbol __guard_dispatch_icall_fptr libcpmt.lib(iosptrs.obj) :
>>>     error LNK2001: unresolved external symbol
>>>     __guard_dispatch_icall_fptr libcpmt.lib(_tolower.obj) : error
>>>     LNK2019: unresolved external symbol __pctype_func referenced in
>>>     function _Getctype libcpmt.lib(xwctomb.obj) : error LNK2001:
>>>     unresolved external symbol __pctype_func
>>>     libcpmt.lib(_toupper.obj) : error LNK2001: unresolved external
>>>     symbol __pctype_func libcpmt.lib(_tolower.obj) : error LNK2019:
>>>     unresolved external symbol isupper referenced in function
>>>     _Tolower libcpmt.lib(xdateord.obj) : error LNK2019: unresolved
>>>     external symbol ___lc_locale_name_func referenced in function
>>>     _Getdateorder libcpmt.lib(xwcscoll.obj) : error LNK2001:
>>>     unresolved external symbol ___lc_locale_name_func
>>>     libcpmt.lib(xwcsxfrm.obj) : error LNK2001: unresolved external
>>>     symbol ___lc_locale_name_func libcpmt.lib(xstrxfrm.obj) : error
>>>     LNK2001: unresolved external symbol ___lc_locale_name_func
>>>     libcpmt.lib(_tolower.obj) : error LNK2001: unresolved external
>>>     symbol ___lc_locale_name_func libcpmt.lib(xwctomb.obj) : error
>>>     LNK2001: unresolved external symbol ___lc_locale_name_func
>>>     libcpmt.lib(_toupper.obj) : error LNK2001: unresolved external
>>>     symbol ___lc_locale_name_func libcpmt.lib(xstrcoll.obj) : error
>>>     LNK2001: unresolved external symbol ___lc_locale_name_func
>>>     libcpmt.lib(_tolower.obj) : error LNK2019: unresolved external
>>>     symbol ___lc_codepage_func referenced in function _Getctype
>>>     libcpmt.lib(xwctomb.obj) : error LNK2001: unresolved external
>>>     symbol ___lc_codepage_func libcpmt.lib(_toupper.obj) : error
>>>     LNK2001: unresolved external symbol ___lc_codepage_func
>>>     libcpmt.lib(_tolower.obj) : error LNK2019: unresolved external
>>>     symbol _wcsdup referenced in function _Getctype
>>>     libcpmt.lib(xstrcoll.obj) : error LNK2001: unresolved external
>>>     symbol _wcsdup libcpmt.lib(xwctomb.obj) : error LNK2019:
>>>     unresolved external symbol ___mb_cur_max_func referenced in
>>>     function _Getcvt libcpmt.lib(_toupper.obj) : error LNK2019:
>>>     unresolved external symbol islower referenced in function
>>>     _Toupper libcpmt.lib(locale.obj) : error LNK2019: unresolved
>>>     external symbol strtof referenced in function "  <mailto:(?_Locinfo_ctor at _Locinfo@std@@SAXPEAV12 at PEBD@Z)libcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbolsetlocalelibcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbol__guard_dispatch_icall_fptrlibcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol__guard_dispatch_icall_fptrlibcpmt.lib(locale0.obj):errorLNK2001:unresolvedexternalsymbol__guard_dispatch_icall_fptrlibcpmt.lib(ios.obj):errorLNK2001:unresolvedexternalsymbol__guard_dispatch_icall_fptrlibcpmt.lib(locale.obj):errorLNK2001:unresolvedexternalsymbol__guard_dispatch_icall_fptrlibcpmt.lib(iosptrs.obj):errorLNK2001:unresolvedexternalsymbol__guard_dispatch_icall_fptrlibcpmt.lib(_tolower.obj):errorLNK2019:unresolvedexternalsymbol__pctype_funcreferencedinfunction_Getctypelibcpmt.lib(xwctomb.obj):errorLNK2001:unresolvedexternalsymbol__pctype_funclibcpmt.lib(_toupper.obj):errorLNK2001:unresolvedexternalsymbol__pctype_funclibcpmt.lib(_tolower.obj):errorLNK2019:unresolvedexternalsymbolisupperreferencedinfunction_Tolowerlibcpmt.lib(xdateord.obj):errorLNK2019:unresolvedexternalsymbol___lc_locale_name_funcreferencedinfunction_Getdateorderlibcpmt.lib(xwcscoll.obj):errorLNK2001:unresolvedexternalsymbol___lc_locale_name_funclibcpmt.lib(xwcsxfrm.obj):errorLNK2001:unresolvedexternalsymbol___lc_locale_name_funclibcpmt.lib(xstrxfrm.obj):errorLNK2001:unresolvedexternalsymbol___lc_locale_name_funclibcpmt.lib(_tolower.obj):errorLNK2001:unresolvedexternalsymbol___lc_locale_name_funclibcpmt.lib(xwctomb.obj):errorLNK2001:unresolvedexternalsymbol___lc_locale_name_funclibcpmt.lib(_toupper.obj):errorLNK2001:unresolvedexternalsymbol___lc_locale_name_funclibcpmt.lib(xstrcoll.obj):errorLNK2001:unresolvedexternalsymbol___lc_locale_name_funclibcpmt.lib(_tolower.obj):errorLNK2019:unresolvedexternalsymbol___lc_codepage_funcreferencedinfunction_Getctypelibcpmt.lib(xwctomb.obj):errorLNK2001:unresolvedexternalsymbol___lc_codepage_funclibcpmt.lib(_toupper.obj):errorLNK2001:unresolvedexternalsymbol___lc_codepage_funclibcpmt.lib(_tolower.obj):errorLNK2019:unresolvedexternalsymbol_wcsdupreferencedinfunction_Getctypelibcpmt.lib(xstrcoll.obj):errorLNK2001:unresolvedexternalsymbol_wcsduplibcpmt.lib(xwctomb.obj):errorLNK2019:unresolvedexternalsymbol___mb_cur_max_funcreferencedinfunction_Getcvtlibcpmt.lib(_toupper.obj):errorLNK2019:unresolvedexternalsymbolislowerreferencedinfunction_Toupperlibcpmt.lib(locale.obj):errorLNK2019:unresolvedexternalsymbolstrtofreferencedinfunction>float __cdecl std::_Stofx_v3(char const *,char * *,int *)" (?_Stofx_v3 at std@@YAMPEBDPEAPEADPEAH at Z)
>>>     libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external
>>>     symbol strtof libcpmt.lib(StlLCMapStringA.obj) : error LNK2019:
>>>     unresolved external symbol __strncnt referenced in function
>>>     __crtLCMapStringA libcpmt.lib(StlCompareStringA.obj) : error
>>>     LNK2001: unresolved external symbol __strncnt
>>>     libcpmt.lib(vector_algorithms.obj) : error LNK2001: unresolved
>>>     external symbol __isa_enabled libcpmt.lib(wlocale.obj) : error
>>>     LNK2019: unresolved external symbol _Getdays referenced in
>>>     function "  <mailto:(?_Stofx_v3 at std@@YAMPEBDPEAPEADPEAH at Z)libcpmt.lib(wlocale.obj):errorLNK2001:unresolvedexternalsymbolstrtoflibcpmt.lib(StlLCMapStringA.obj):errorLNK2019:unresolvedexternalsymbol__strncntreferencedinfunction__crtLCMapStringAlibcpmt.lib(StlCompareStringA.obj):errorLNK2001:unresolvedexternalsymbol__strncntlibcpmt.lib(vector_algorithms.obj):errorLNK2001:unresolvedexternalsymbol__isa_enabledlibcpmt.lib(wlocale.obj):errorLNK2019:unresolvedexternalsymbol_Getdaysreferencedinfunction>protected: void __cdecl std::time_get<unsigned short,class std::istreambuf_iterator<unsigned short,struct std::char_traits<unsigned short> > >::_Getvals<unsigned short>(unsigned short,class std::_Locinfo const &)"
>>>     (??$_Getvals at G@?$time_get at GV?$istreambuf_iterator at GU?$char_traits at G@std@@@std@@@std@@IEAAXGAEBV_Locinfo at 1@@Z)
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external
>>>     symbol _Getdays Hint on symbols that are defined and could
>>>     potentially match: "  <mailto:(??$_Getvals at G@?$time_get at GV?$istreambuf_iterator at GU?$char_traits at G@std@@@std@@@std@@IEAAXGAEBV_Locinfo at 1@@Z)libcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol_GetdaysHintonsymbolsthataredefinedandcouldpotentiallymatch:>public: char const * __cdecl std::_Locinfo::_Getdays(void)const" (?_Getdays at _Locinfo@std@@QEBAPEBDXZ) libcpmt.lib(wlocale.obj)
>>>     : error LNK2019: unresolved external symbol _Getmonths
>>>     referenced in function "  <mailto:(?_Getdays at _Locinfo@std@@QEBAPEBDXZ)libcpmt.lib(wlocale.obj):errorLNK2019:unresolvedexternalsymbol_Getmonthsreferencedinfunction>protected: void __cdecl std::time_get<unsigned short,class std::istreambuf_iterator<unsigned short,struct std::char_traits<unsigned short> > >::_Getvals<unsigned short>(unsigned short,class std::_Locinfo const &)"
>>>     (??$_Getvals at G@?$time_get at GV?$istreambuf_iterator at GU?$char_traits at G@std@@@std@@@std@@IEAAXGAEBV_Locinfo at 1@@Z)
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external
>>>     symbol _Getmonths Hint on symbols that are defined and could
>>>     potentially match: "  <mailto:(??$_Getvals at G@?$time_get at GV?$istreambuf_iterator at GU?$char_traits at G@std@@@std@@@std@@IEAAXGAEBV_Locinfo at 1@@Z)libcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol_GetmonthsHintonsymbolsthataredefinedandcouldpotentiallymatch:>public: char const * __cdecl std::_Locinfo::_Getmonths(void)const" (?_Getmonths at _Locinfo@std@@QEBAPEBDXZ)
>>>     libcpmt.lib(wlocale.obj) : error LNK2019: unresolved external
>>>     symbol _W_Getdays referenced in function "  <mailto:(?_Getmonths at _Locinfo@std@@QEBAPEBDXZ)libcpmt.lib(wlocale.obj):errorLNK2019:unresolvedexternalsymbol_W_Getdaysreferencedinfunction>protected: void __cdecl std::time_get<wchar_t,class std::istreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> > >::_Getvals<wchar_t>(wchar_t,class std::_Locinfo const &)"
>>>     (??$_Getvals at _W@?$time_get at _WV?$istreambuf_iterator at _WU?$char_traits at _W@std@@@std@@@std@@IEAAX_WAEBV_Locinfo at 1@@Z)
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external
>>>     symbol _W_Getdays Hint on symbols that are defined and could
>>>     potentially match: "  <mailto:(??$_Getvals at _W@?$time_get at _WV?$istreambuf_iterator at _WU?$char_traits at _W@std@@@std@@@std@@IEAAX_WAEBV_Locinfo at 1@@Z)libcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol_W_GetdaysHintonsymbolsthataredefinedandcouldpotentiallymatch:>public: unsigned short const * __cdecl std::_Locinfo::_W_Getdays(void)const" (?_W_Getdays at _Locinfo@std@@QEBAPEBGXZ)
>>>     libcpmt.lib(wlocale.obj) : error LNK2019: unresolved external
>>>     symbol _W_Getmonths referenced in function "  <mailto:(?_W_Getdays at _Locinfo@std@@QEBAPEBGXZ)libcpmt.lib(wlocale.obj):errorLNK2019:unresolvedexternalsymbol_W_Getmonthsreferencedinfunction>protected: void __cdecl std::time_get<wchar_t,class std::istreambuf_iterator<wchar_t,struct std::char_traits<wchar_t> > >::_Getvals<wchar_t>(wchar_t,class std::_Locinfo const &)"
>>>     (??$_Getvals at _W@?$time_get at _WV?$istreambuf_iterator at _WU?$char_traits at _W@std@@@std@@@std@@IEAAX_WAEBV_Locinfo at 1@@Z)
>>>     libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external
>>>     symbol _W_Getmonths Hint on symbols that are defined and could
>>>     potentially match: "  <mailto:(??$_Getvals at _W@?$time_get at _WV?$istreambuf_iterator at _WU?$char_traits at _W@std@@@std@@@std@@IEAAX_WAEBV_Locinfo at 1@@Z)libcpmt.lib(xlocale.obj):errorLNK2001:unresolvedexternalsymbol_W_GetmonthsHintonsymbolsthataredefinedandcouldpotentiallymatch:>public: unsigned short const * __cdecl std::_Locinfo::_W_Getmonths(void)const" (?_W_Getmonths at _Locinfo@std@@QEBAPEBGXZ)
>>>     libcpmt.lib(wlocale.obj) : error LNK2019: unresolved external
>>>     symbol _W_Gettnames referenced in function "  <mailto:(?_W_Getmonths at _Locinfo@std@@QEBAPEBGXZ)libcpmt.lib(wlocale.obj):errorLNK2019:unresolvedexternalsymbol_W_Gettnamesreferencedinfunction>public: __cdecl std::time_put<unsigned short,class std::ostreambuf_iterator<unsigned short,struct std::char_traits<unsigned short> > >::time_put<unsigned short,class std::ostreambuf_iterator<unsigned short,struct std::char_traits<unsigned short> > >(class std::_Locinfo const &,unsigned __int64)" (??0?$time_put at GV?$ostreambuf_iterator at GU?$char_traits at G@std@@@std@@@std@@QEAA at AEBV_Locinfo@1 at _K@Z)
>>>        Hint on symbols that are defined and could potentially match:
>>>          "public: class std::_Timevec __cdecl std::_Locinfo::_W_Gettnames(void)const" (?_W_Gettnames at _Locinfo@std@@QEBA?AV_Timevec at 2@XZ)
>>>     libcpmt.lib(wlocale.obj) : error LNK2019: unresolved external
>>>     symbol _Wcsftime referenced in function "  <mailto:(?_W_Gettnames at _Locinfo@std@@QEBA?AV_Timevec at 2@XZ)libcpmt.lib(wlocale.obj):errorLNK2019:unresolvedexternalsymbol_Wcsftimereferencedinfunction>protected: virtual class std::ostreambuf_iterator<unsigned short,struct std::char_traits<unsigned short> > __cdecl std::time_put<unsigned short,class std::ostreambuf_iterator<unsigned short,struct std::char_traits<unsigned short> > >::do_put(class std::ostreambuf_iterator<unsigned short,struct std::char_traits<unsigned short> >,class std::ios_base &,unsigned short,struct tm const *,char,char)const"
>>>     (?do_put@?$time_put at GV?$ostreambuf_iterator at GU?$char_traits at G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator at GU?$char_traits at G@std@@@2 at V32@AEAVios_base at 2@GPEBUtm@@DD at Z)
>>>     libcpmt.lib(xlocale.obj) : error LNK2019: unresolved external
>>>     symbol _Gettnames referenced in function "  <mailto:(?do_put@?$time_put at GV?$ostreambuf_iterator at GU?$char_traits at G@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator at GU?$char_traits at G@std@@@2 at V32@AEAVios_base at 2@GPEBUtm@@DD at Z)libcpmt.lib(xlocale.obj):errorLNK2019:unresolvedexternalsymbol_Gettnamesreferencedinfunction>public: __cdecl std::time_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > >::time_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > >(class std::_Locinfo const &,unsigned __int64)" (??0?$time_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@QEAA at AEBV_Locinfo@1 at _K@Z)
>>>        Hint on symbols that are defined and could potentially match:
>>>          "public: class std::_Timevec __cdecl std::_Locinfo::_Gettnames(void)const" (?_Gettnames at _Locinfo@std@@QEBA?AV_Timevec at 2@XZ)
>>>     libcpmt.lib(xlocale.obj) : error LNK2019: unresolved external
>>>     symbol _Strftime referenced in function "  <mailto:(?_Gettnames at _Locinfo@std@@QEBA?AV_Timevec at 2@XZ)libcpmt.lib(xlocale.obj):errorLNK2019:unresolvedexternalsymbol_Strftimereferencedinfunction>protected: virtual class std::ostreambuf_iterator<char,struct std::char_traits<char> > __cdecl std::time_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > >::do_put(class std::ostreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,char,struct tm const *,char,char)const"
>>>     (?do_put@?$time_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@2 at V32@AEAVios_base at 2@DPEBUtm@@DD at Z)
>>>     libcpmt.lib(xstoul.obj) : error LNK2019: unresolved external
>>>     symbol tolower referenced in function _Stoulx
>>>     libcpmt.lib(xstoull.obj) : error LNK2001: unresolved external
>>>     symbol tolower Hint on symbols that are defined and could
>>>     potentially match: "  <mailto:(?do_put@?$time_put at DV?$ostreambuf_iterator at DU?$char_traits at D@std@@@std@@@std@@MEBA?AV?$ostreambuf_iterator at DU?$char_traits at D@std@@@2 at V32@AEAVios_base at 2@DPEBUtm@@DD at Z)libcpmt.lib(xstoul.obj):errorLNK2019:unresolvedexternalsymboltolowerreferencedinfunction_Stoulxlibcpmt.lib(xstoull.obj):errorLNK2001:unresolvedexternalsymboltolowerHintonsymbolsthataredefinedandcouldpotentiallymatch:>public: char __cdecl std::ctype<char>::tolower(char)const " (?tolower@?$ctype at D@std@@QEBADD at Z)
>>>          "public: unsigned short __cdecl std::ctype<unsigned short>::tolower(unsigned short)const " (?tolower@?$ctype at G@std@@QEBAGG at Z)
>>>          "public: wchar_t __cdecl std::ctype<wchar_t>::tolower(wchar_t)const " (?tolower@?$ctype at _W@std@@QEBA_W_W at Z)
>>>     libcpmt.lib(xstrcoll.obj) : error LNK2019: unresolved external symbol ___lc_collate_cp_func referenced in function _Getcoll
>>>     libcpmt.lib(xstrxfrm.obj) : error LNK2001: unresolved external symbol ___lc_collate_cp_func
>>>     libcpmt.lib(StlCompareStringW.obj) : error LNK2019: unresolved external symbol wcsnlen referenced in function __crtCompareStringW
>>>     libcpmt.lib(StlLCMapStringW.obj) : error LNK2001: unresolved external symbol wcsnlen
>>>     d:\Obj_tmp\ibm3d_IIB_mpi_u=vwp_cell_equal\Release\ibm3d_IIB_mpi_u=vwp_cell_equal.exe : fatal error LNK1120: 169 unresolved externals
>>>
>>>
>>>     ibm3d_IIB_mpi_u_vwp_cell_equal - 4376 error(s), 1 warning(s)
>>>
>>>     --
>>>     Thank you very much.
>>>
>>>     Yours sincerely,
>>>
>>>     ================================================
>>>     TAY Wee-Beng 郑伟明 (Zheng Weiming)
>>>     ================================================
>>>
>>>
>>>
>>>
>>> --
>>> What most experimenters take for granted before they begin their 
>>> experiments is infinitely more interesting than any results to which 
>>> their experiments lead.
>>> -- Norbert Wiener
>>>
>>> https://urldefense.us/v3/__https://www.cse.buffalo.edu/*knepley/__;fg!!G_uCfscf7eWS!fSfzpIAqYPxbNt5muAwVRcjJO9aezZ1GR0zpmKbg-IBQzG1jg3nzWuDljmBxpcvTUhtW5KEXd6rwSNF5-fk$  
>>> <https://urldefense.us/v3/__http://www.cse.buffalo.edu/*knepley/__;fg!!G_uCfscf7eWS!e2Jya0asauQ4T7fu--GYPtHfzvPfsj9kvVgS5Abvt-E1e6ODRKOU0OMdL_1dORTmPLzRw4G3IEauD1ADWHQ$>
>> --
>>
>> Thank you very much.
>>
>> Yours sincerely,
>>
>> ================================================
>> TAY Wee-Beng 郑伟明 (Zheng Weiming)
>> ================================================
>
-- 

Thank you very much.

Yours sincerely,

================================================
TAY Wee-Beng 郑伟明 (Zheng Weiming)
================================================


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20240217/6afec430/attachment-0001.html>
-------------- next part --------------
Executing: uname -s
stdout: CYGWIN_NT-10.0-22000
=============================================================================================
                         Configuring PETSc to compile on your system
=============================================================================================

================================================================================
================================================================================
Starting configure run at Fri, 16 Feb 2024 12:50:34 +0800
Configure Options: --configModules=PETSc.Configure --optionsModule=config.compilerOptions --with-cc="win32fe cl" --with-fc="win32fe ifort" --with-cxx="win32fe cl" --with-mpi-include="[/cygdrive/c/Microsoft_SDKs/MPI/Include,/cygdrive/c/Microsoft_SDKs/MPI/Include/x64]" --with-mpi-lib="[/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib,/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib]" --with-shared-libraries=0 --download-fblaslapack=1 --with-debugging=0 --with-fortran-interfaces=1 --prefix=/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel --with-mpi-mpiexec=/cygdrive/c/MS_MPI/Bin/mpiexec.exe
Working directory: /cygdrive/c/Source/petsc-3.20.4
Machine platform:
uname_result(system='CYGWIN_NT-10.0-22000', node='LENOVO-360', release='3.4.10-1.x86_64', version='2023-11-29 12:12 UTC', machine='x86_64')
Python version:
3.9.16 (main, Mar  8 2023, 22:47:22) 
[GCC 11.3.0]
================================================================================
  Environmental variables
ProgramFiles(x86)=C:\Program Files (x86)
!::=::\
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
!C:=C:\Program Files (x86)\Intel\oneAPI
!ExitCode=00000000
TBBROOT=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..
NUMBER_OF_PROCESSORS=12
PROCESSOR_LEVEL=6
Platform=x64
MASSDIR=I:\WINMASS
UCRTVersion=10.0.22621.0
VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\
CommandPromptType=Native
TERM_PROGRAM_VERSION=3.7.0
__MS_VC_INSTALL_PATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\
WSA_PACMAN_HOME=C:\Program Files\WSA PacMan
ONEAPI_ROOT=C:\Program Files (x86)\Intel\oneAPI
PKG_CONFIG_PATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\lib\pkgconfig;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\\..\lib\pkgconfig;C:\Program Files (x86)\Intel\oneAPI\dpl\latest\lib\pkgconfig;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\lib\pkgconfig;
WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\
USERDOMAIN_ROAMINGPROFILE=NUSSTF
VS_TARGET_ARCH=amd64
WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\
VCToolsInstallDir=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\
PROGRAMFILES=C:\Program Files
Net=NUSNET-III NT
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
HTMLHelpDir=C:\Program Files (x86)\HTML Help Workshop
ANSYS232_DIR=C:\Program Files\ANSYS Inc\ANSYS Student\v232\ANSYS
I_MPI_ROOT=C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\\..
OS=Windows_NT
HOMEDRIVE=C:
Framework40Version=v4.0
FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\
INTELGTDEBUGGERROOT=C:\Program Files (x86)\Intel\oneAPI\debugger\latest\env\\..
USERDOMAIN=NUSSTF
USERDNSDOMAIN=STF.NUS.EDU.SG
VCIDEInstallDir=C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\
PWD=/cygdrive/c/Source/petsc-3.20.4
I_MPI_OFI_LIBRARY_INTERNAL=1
VCPKG_ROOT=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg
USERPROFILE=C:\Users\tsltaywb
DPL_ROOT=C:\Program Files (x86)\Intel\oneAPI\dpl\latest
P_SCHEMA=C:\Program Files\ANSYS Inc\ANSYS Student\v232\AISOL\CADIntegration\Parasolid\PSchema
CDLMD_LICENSE_FILE=1999 at flex.cd-adapco.com
WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\
ALLUSERSPROFILE=C:\ProgramData
CommonProgramW6432=C:\Program Files\Common Files
HOME=/home/tsltaywb
USERNAME=tsltaywb
OneDrive=d:\wtay\OneDrive
MSMPI_INC=C:\Microsoft_SDKs\MPI\Include\
COMSPEC=C:\Windows\system32\cmd.exe
VSCMD_ARG_TGT_ARCH=x64
SETVARS_COMPLETED=1
IFORT_COMPILER24=C:\Program Files (x86)\Intel\oneAPI\compiler\2024.0\windows\
CMAKE_PREFIX_PATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..;C:\Program Files (x86)\Intel\oneAPI\dpl\latest\lib\cmake\oneDPL;C:\Program Files (x86)\Intel\oneAPI\compiler\latest;
APPDATA=C:\Users\tsltaywb\AppData\Roaming
CADOE_LIBDIR232=C:\Program Files\ANSYS Inc\ANSYS Student\v232\CommonFiles\Language\en-us
VS170COMNTOOLS=C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\
TBB_TARGET_ARCH=intel64
SYSTEMROOT=C:\Windows
FLEXLM_TIMEOUT=300000
TECPLOT_360=C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2
LOCALAPPDATA=C:\Users\tsltaywb\AppData\Local
DevEnvDir=C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\
PROMPT=$P$G
CMPLR_ROOT=C:\Program Files (x86)\Intel\oneAPI\compiler\latest
__DOTNET_PREFERRED_BITNESS=64
COMPUTERNAME=LENOVO-360
TARGET_VS=vs2022
PETSC_DIR=/cygdrive/c/Source/petsc-3.20.4
VSCMD_ARG_app_plat=Desktop
__VSCMD_PREINIT_PATH=C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Microsoft_MPI\Bin\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X64\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X86\;C:\Program Files (x86)\Common Files\Pulse Secure\TNC Client Plugin\;C:\Program Files\dotnet\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;\\AEX02\NETLOGON;C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Microsoft_MPI\Bin\;C:\Program Files\Tecplot\Tecplot 360 EX 2023 R1\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X64\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X86\;C:\Program Files (x86)\Common Files\Pulse Secure\TNC Client Plugin\;C:\Program Files\dotnet\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;\\DC05\NETLOGON;C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Microsoft_MPI\Bin\;C:\Program Files\Tecplot\Tecplot 360 EX 2023 R1\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X64\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X86\;C:\Program Files (x86)\Common Files\Pulse Secure\TNC Client Plugin\;C:\Program Files\dotnet\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Program Files\Tecplot\Tecplot 360 EX 2023 R1\bin;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X64\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X86\;C:\Program Files (x86)\Common Files\Pulse Secure\TNC Client Plugin\;C:\Program Files\dotnet\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Docker\Docker\resources\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X64\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X86\;C:\Program Files (x86)\Common Files\Pulse Secure\TNC Client Plugin\;C:\Users\tsltaywb\AppData\Local\Microsoft\WindowsApps;C:\Users\tslt;C:\MinGW\bin;;i:\win\dll;i:\win\bin;i:\orawin95\bin
WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.22621.0
USE_INTEL_LLVM=0
MSMPI_BIN=C:\Microsoft_MPI\Bin\
TERM=xterm
LOGONSERVER=\\DC03
ZES_ENABLE_SYSMAN=1
UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\
AWP_LOCALE232=en-us
PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
LSTC_LICENSE=Ansys
PETSC_ARCH=petsc-3.20.4_win64_msmpi_vs2022_rel
EXTERNAL_INCLUDE=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\ATLMFC\include;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt
ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs
TEMP=/cygdrive/c/Users/tsltaywb/AppData/Local/Temp
LIBPATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\ATLMFC\lib\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\lib\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.22621.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319
INCLUDE=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\include;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\\..\include;C:\Program Files (x86)\Intel\oneAPI\dev-utilities\latest\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\include;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\ATLMFC\include;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt
SHLVL=1
PROCESSOR_REVISION=9702
DriverData=C:\Windows\System32\Drivers\DriverData
WindowsSDKLibVersion=10.0.22621.0\
OCL_ICD_FILENAMES=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\bin\intelocl64_emu.dll;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\bin\intelocl64.dll
PETSC_DIR_REL=D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel
COMMONPROGRAMFILES=C:\Program Files\Common Files
FrameworkVersion=v4.0.30319
VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Community\
INTELFPGAOCLSDKROOT=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\opt\oclfpga
LC_CTYPE=en_US.UTF-8
TBB_DLL_PATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\bin\\
VSCMD_VER=17.8.4
VSCMD_ARG_HOST_ARCH=x64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 151 Stepping 2, GenuineIntel
SESSIONNAME=Console
__DOTNET_ADD_64BIT=1
MSMPI_BENCHMARKS=C:\Microsoft_MPI\Benchmarks\
INTEL_TARGET_ARCH=intel64
MSMPI_LIB64=C:\Microsoft_SDKs\MPI\Lib\x64\
CDS_LIC_FILE=5280 at tlnus
WindowsSDKVersion=10.0.22621.0\
VARSDIR=C:\Program Files (x86)\Intel\oneAPI\dpl\latest\env\
VCToolsVersion=14.38.33130
HOMEPATH=\Users\tsltaywb
PETSC_DIR_DEBUG=D:\Lib\petsc-3.20.3_win64_msmpi_vs2022
TBB_SCRIPT_DIR=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\
TMP=/cygdrive/c/Users/tsltaywb/AppData/Local/Temp
PATH=/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools:/cygdrive/c/Program Files (x86)/HTML Help Workshop:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64:/cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools:/cygdrive/c/Program Files (x86)/VMware/VMware Player/bin:/cygdrive/c/Microsoft_MPI/Bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86:/cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/Docker/Docker/resources/bin:/cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Program Files/Microsoft VS Code/bin:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit://AEX02/NETLOGON:/cygdrive/c/Program Files (x86)/VMware/VMware Player/bin:/cygdrive/c/Microsoft_MPI/Bin:/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86:/cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/Docker/Docker/resources/bin:/cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Program Files/Microsoft VS Code/bin:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit://DC05/NETLOGON:/cygdrive/c/Program Files (x86)/VMware/VMware Player/bin:/cygdrive/c/Microsoft_MPI/Bin:/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86:/cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/Docker/Docker/resources/bin:/cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Program Files/Microsoft VS Code/bin:/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin:/cygdrive/c/Program Files/Microsoft MPI/Bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86:/cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/Docker/Docker/resources/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86:/cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin:/cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/tslt:/cygdrive/c/MinGW/bin:/cygdrive/i/win/dll:/cygdrive/i/win/bin:/cygdrive/i/orawin95/bin:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc
ProgramW6432=C:\Program Files
FrameworkDir=C:\Windows\Microsoft.NET\Framework64\
FrameworkVersion64=v4.0.30319
TBB_BIN_DIR=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\bin
MSMPI_LIB32=C:\Microsoft_SDKs\MPI\Lib\x86\
IFCPATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\ifc\x64
CPATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\include;C:\Program Files (x86)\Intel\oneAPI\dpl\latest\include;C:\Program Files (x86)\Intel\oneAPI\dev-utilities\latest\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\opt\oclfpga\include;
WINDIR=C:\Windows
PROCESSOR_ARCHITECTURE=AMD64
PUBLIC=C:\Users\Public
VCToolsRedistDir=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\14.38.33130\
LIB=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\lib\\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\\..\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\opt\compiler\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\lib;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\ATLMFC\lib\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\lib\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22621.0\\um\x64
AWP_ROOT232=C:\Program Files\ANSYS Inc\ANSYS Student\v232
SYSTEMDRIVE=C:
OneDriveCommercial=d:\wtay\OneDrive
EXECIGNORE=*.dll
OLDPWD=/cygdrive/c/Source
VisualStudioVersion=17.0
TERM_PROGRAM=mintty
ProgramData=C:\ProgramData
_=./configure
    Files in path provided by default path
      /bin: 2to3 2to3-3.9 addftinfo.exe addr2line.exe alias apropos ar.exe arch.exe as.exe ash.exe awk b2sum.exe base32.exe base64.exe basename.exe basenc.exe bash.exe bashbug bg bomtool.exe bunzip2.exe bzcat.exe bzcmp bzdiff bzegrep bzfgrep bzgrep bzip2.exe bzip2recover.exe bzless bzmore c++filt.exe ca-legacy cal.exe captoinfo cat.exe catman.exe cd chardetect chardetect3.9 chattr.exe chcon.exe chgrp.exe chmod.exe chown.exe chroot.exe chrt.exe cksum.exe clear.exe cmp.exe col.exe colcrt.exe colrm.exe column.exe comm.exe command cp.exe csplit.exe cut.exe cygargp-0.dll cygattr-1.dll cygblkid-1.dll cygbrotlicommon-1.dll cygbrotlidec-1.dll cygbz2-1.dll cygcheck.exe cygcrypt-2.dll cygcrypto-1.1.dll cygcrypto-3.dll cygdeflate-0.dll cygexpat-1.dll cygfam-0.dll cygfdisk-1.dll cygffi-6.dll cygffi-8.dll cygformw-10.dll cygfreetype-6.dll cygfribidi-0.dll cyggc-1.dll cyggcc_s-seh-1.dll cyggdbm-6.dll cyggdbm_compat-4.dll cyggio-2.0-0.dll cygglib-2.0-0.dll cyggmodule-2.0-0.dll cyggmp-10.dll cyggobject-2.0-0.dll cyggomp-1.dll cyggraphite2-3.dll cyggthread-2.0-0.dll cygguile-3.0-1.dll cygharfbuzz-0.dll cyghistory7.dll cygiconv-2.dll cygimagequant-0.dll cygintl-8.dll cygjbig-2.dll cygjbig85-2.dll cygjpeg-8.dll cyglcms2-2.dll cyglz4-1.dll cyglzma-5.dll cygmagic-1.dll cygman-2-12-0.dll cygmandb-2-12-0.dll cygmenuw-10.dll cygmpfr-6.dll cygncursesw-10.dll cygp11-kit-0.dll cygpanelw-10.dll cygpath.exe cygpcre-1.dll cygpcre2-8-0.dll cygpipeline-1.dll cygpkgconf-4.dll cygpng16-16.dll cygpopt-0.dll cygraqm-0.dll cygreadline7.dll cygserver-config cygsharpyuv-0.dll cygsmartcols-1.dll cygsodium-23.dll cygsqlite3-0.dll cygssl-1.1.dll cygssl-3.dll cygstart.exe cygstdc++-6.dll cygtasn1-6.dll cygticw-10.dll cygtiff-6.dll cygtiffxx-6.dll cyguchardet-0.dll cygunistring-5.dll cyguuid-1.dll cygwebp-7.dll cygwebpdemux-2.dll cygwebpmux-3.dll cygwin-console-helper.exe cygwin1.dll cygXau-6.dll cygxcb-1.dll cygXdmcp-6.dll cygxml2-2.dll cygz.dll cygzstd-1.dll dash.exe date.exe dd.exe desktop-file-edit desktop-file-install.exe desktop-file-validate.exe df.exe diff.exe diff3.exe dir.exe dircolors.exe dirname.exe dlltool.exe dllwrap.exe dnsdomainname domainname du.exe dumper.exe echo.exe editrights.exe egrep elfedit.exe env.exe eqn.exe eqn2graph ex expand.exe expr.exe factor.exe false.exe fc fg fgrep file.exe find.exe flock.exe fmt.exe fold.exe gapplication.exe gawk-5.3.0.exe gawk.exe gawkbug gdbus.exe gdiffmk gencat.exe getconf.exe getent.exe getfacl.exe getopt.exe getopts gio-querymodules.exe gio.exe gkill.exe glib-compile-schemas.exe gmondump.exe gobject-query.exe gprof.exe grap2graph grep.exe grn.exe grodvi.exe groff.exe grolbp.exe grolj4.exe grops.exe grotty.exe groups.exe gsettings.exe gunzip gzexe gzip.exe hash head.exe hexdump.exe hostid.exe hostname.exe hpftodit.exe i686-w64-mingw32-pkg-config id.exe indxbib.exe info.exe infocmp.exe infotocap install-info.exe install.exe ipcmk.exe ipcrm.exe ipcs.exe isosize.exe jobs join.exe kill.exe lastlog.exe ld.bfd.exe ld.exe ldd.exe ldh.exe less.exe lessecho.exe lesskey.exe lexgrog.exe libpython3.9.dll link-cygwin.exe lkbib.exe ln.exe locale.exe locate.exe logger.exe login.exe logname.exe look.exe lookbib.exe ls.exe lsattr.exe lzcat lzcmp lzdiff lzegrep lzfgrep lzgrep lzless lzma lzmadec.exe lzmainfo.exe lzmore make-dummy-cert make.exe man-recode.exe man.exe mandb.exe manpath.exe mcookie.exe md5sum.exe minidumper.exe mintheme mintty.exe mkdir.exe mkfifo.exe mkgroup.exe mknod.exe mkpasswd.exe mkshortcut.exe mktemp.exe more.exe mount.exe mv.exe namei.exe neqn nice.exe nl.exe nm.exe nohup.exe nproc.exe nroff numfmt.exe objcopy.exe objdump.exe od.exe openssl.exe p11-kit.exe passwd.exe paste.exe pathchk.exe pdfroff peflags.exe peflagsall pfbtops.exe pg.exe pic.exe pic2graph pinky.exe pip3 pip3.9 pkg-config pkgconf.exe pldd.exe post-grohtml.exe pr.exe pre-grohtml.exe preconv.exe printenv.exe printf.exe profiler.exe ps.exe ptx.exe pwd.exe py.test py.test-3.9 pybabel pybabel-3.9 pydoc3 pydoc3.9 pygmentize pygmentize3.9 pytest pytest-3.9 python python3 python3-config python3.9-config python3.9.exe pzstd.exe ranlib.exe read readelf.exe readlink.exe readshortcut.exe realpath.exe rebase-trigger rebase.exe rebaseall rebaselst refer.exe regtool.exe rename.exe renew-dummy-cert renice.exe reset rev.exe rm.exe rmdir.exe rst2html.py rst2html4.py rst2html5.py rst2latex.py rst2man.py rst2odt.py rst2odt_prepstyles.py rst2pseudoxml.py rst2s5.py rst2xetex.py rst2xml.py rstpep2html.py run.exe runcon.exe rvi rview rvim script.exe scriptreplay.exe sdiff.exe sed.exe seq.exe setfacl.exe setmetamode.exe setsid.exe sh.exe sha1sum.exe sha224sum.exe sha256sum.exe sha384sum.exe sha512sum.exe shred.exe shuf.exe size.exe sleep.exe soelim.exe sort.exe sphinx-apidoc sphinx-apidoc-3.9 sphinx-autogen sphinx-autogen-3.9 sphinx-build sphinx-build-3.9 sphinx-quickstart sphinx-quickstart-3.9 split.exe ssp.exe stat.exe stdbuf.exe strace.exe strings.exe strip.exe stty.exe sum.exe sync.exe tabs.exe tac.exe tail.exe tar.exe taskset.exe tbl.exe tee.exe test.exe tfmtodit.exe tic.exe timeout.exe toe.exe touch.exe tput.exe tr.exe troff.exe true.exe truncate.exe trust.exe tset.exe tsort.exe tty.exe type tzselect tzset.exe ul.exe ulimit umask umount.exe unalias uname.exe unexpand.exe uniq.exe unlink.exe unlzma unxz unzstd update-ca-trust update-crypto-policies update-desktop-database.exe update-mime-database.exe updatedb users.exe uuidgen.exe uuidparse.exe vdir.exe vi.exe view vim.exe vimdiff vimtutor wait wc.exe whatis.exe whereis.exe which.exe who.exe whoami.exe windmc.exe windres.exe x86_64-pc-cygwin-pkg-config x86_64-w64-mingw32-pkg-config xargs.exe xmlcatalog.exe xmllint.exe xxd.exe xz.exe xzcat xzcmp xzdec.exe xzdiff xzegrep xzfgrep xzgrep xzless xzmore yes.exe zcat zcmp zdiff zdump.exe zegrep zfgrep zforce zgrep zless zmore znew zstd.exe zstdcat zstdgrep zstdless zstdmt [.exe
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin: libhwloc-15.dll tbb.def tbb12.dll tbb12.pdb tbb12_debug.dll tbb12_debug.pdb tbbbind.dll tbbbind.pdb tbbbind_2_0.dll tbbbind_2_0.pdb tbbbind_2_0_debug.dll tbbbind_2_0_debug.pdb tbbbind_2_5.dll tbbbind_2_5.pdb tbbbind_2_5_debug.dll tbbbind_2_5_debug.pdb tbbbind_debug.dll tbbbind_debug.pdb tbbmalloc.def tbbmalloc.dll tbbmalloc.pdb tbbmalloc_debug.dll tbbmalloc_debug.pdb tbbmalloc_proxy.dll tbbmalloc_proxy.pdb tbbmalloc_proxy_debug.dll tbbmalloc_proxy_debug.pdb tcm.dll tcm_debug.dll vc14_uwd vc14_uwp vc_mt
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin: libfabric.dll utils
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin: cpuinfo.exe hydra_bstrap_proxy.exe hydra_pmi_proxy.exe hydra_service.exe IMB-MPI1.exe IMB-NBC.exe IMB-RMA.exe impi.dll impi_info.exe libmpi_ilp64.dll mpiexec.exe
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin: oneapi-cli.exe
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin: gdb-add-index-oneapi gdb-oneapi.exe gdbserver-ze.exe iga64.dll
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin: 1033 aocl-ioc64.exe aocl.exe cl.cfg cl.fpga_emu.cfg clbltfne9.rtl clbltfnh8.rtl clbltfnl9.rtl clbltfnshared.rtl clbltfnz0.rtl clbltfnz1.rtl cllibrary.rtl cllibrarye9.o cllibraryh8.o cllibraryl9.o cllibraryz0.o cllibraryz1.o codecov.exe common_clang64.dll compiler deftofd.exe dpcpp-cl.exe dpcpp.exe fortcom.exe fpp.exe fqwin.hlp git-clang-format icpx.cfg icpx.exe icx-cc.exe icx-cl.exe icx.cfg icx.exe ifdlg100.dll ifort.cfg ifort.exe ifx.cfg ifx.exe intelocl64.dll intelocl64.lib intelocl64_emu.dll intelocl64_emu.lib ioc64.exe libhwloc-15.dll libicaf.dll libifcoremd.dll libifcoremdd.dll libifcorert.dll libifcorertd.dll libifportmd.dll libintelocl.so-gdb.py libiomp5md.dll libiomp5md.pdb libiomp5md_db.dll libiompstubs5md.dll libirngmd.dll libmmd.dll libmmd.pdb libmmdd.dll libmmdd.pdb libsycl-fallback-bfloat16.spv libsycl-fallback-cassert.spv libsycl-fallback-cmath-fp64.spv libsycl-fallback-cmath.spv libsycl-fallback-complex-fp64.spv libsycl-fallback-complex.spv libsycl-fallback-cstring.spv libsycl-fallback-imf-bf16.spv libsycl-fallback-imf-fp64.spv libsycl-fallback-imf.spv libsycl-imf-dl-fp64.spv libsycl-imf-dl.spv libsycl-native-bfloat16.spv map_opts.exe omptarget.dll omptarget.rtl.level0.dll omptarget.rtl.opencl.dll omptarget.sycl.wrap.dll onnxruntime.1.12.22.721.dll opencl-aot.exe OpenCL.dll pi_level_zero.dll pi_level_zero.pdb pi_opencl.dll pi_opencl.pdb pi_unified_runtime.dll pi_unified_runtime.pdb pi_win_proxy_loader.dll pi_win_proxy_loaderd.dll profdcg.exe profmerge.exe profmergesampling.exe proforder.exe run-clang-tidy svml_dispmd.dll svml_dispmd.pdb sycl-ls.exe sycl-post-link.exe sycl.conf sycl7.dll sycl7d.dll tcm.dll tcm_debug.dll tselect.exe ur_adapter_level_zero.dll ur_loader.dll xilib.exe xilink.exe xptifw.dll __ocl_svml_e9.dll __ocl_svml_h8.dll __ocl_svml_l9.dll __ocl_svml_z0.dll __ocl_svml_z1.dll
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin: acl_emulator_kernel_rt.dll ac_types_fixed_point_math_x86.dll ac_types_vpfp_library.dll alteracl.dll aocl-binedit.exe aocl-boardspec.exe aocl-extract-aocx.exe aocl-get-platform-diagnose.exe aocl-hash.exe aocl-libedit.exe aocl-profile-gpp.exe aocl-rtl-hash.exe aoc_cosim_mmd.dll aoc_cosim_msim.dll aoc_cosim_msim32.dll dspba_mpfr.dll dspba_mpir.dll hls_cosim_msim.dll hls_cosim_msim32.dll hls_emul.dll hls_fixed_point_math_x86.dll hls_vpfp_library.dll libelf.dll perl zlib1.dll
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin: aoc.exe fpga_crossgen.exe fpga_libtool.exe fpga_report.exe vswhere.exe
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64: 1033 asan_ignorelist.txt atlprov.dll bscmake.exe c1.dll c1xx.dll c2.dll cfgpersist.dll cl.exe cl.exe.config clang_rt.asan_dbg_dynamic-x86_64.dll clang_rt.asan_dbg_dynamic-x86_64.pdb clang_rt.asan_dynamic-x86_64.dll clang_rt.asan_dynamic-x86_64.pdb ConcurrencyCheck.dll CppBuildInsights.dll CppBuildInsightsEtw.xml CppCoreCheck.dll cvtres.exe d3dcompiler_47.dll dpcmi.dll dumpbin.exe editbin.exe EnumIndex.dll EspXEngine.dll HResultCheck.dll ifc.exe KernelTraceControl.dll lib.exe link.exe link.exe.config llvm-symbolizer.exe Microsoft.Diagnostics.Tracing.EventSource.dll Microsoft.VisualStudio.RemoteControl.dll Microsoft.VisualStudio.Telemetry.dll Microsoft.VisualStudio.Utilities.Internal.dll ml64.exe msobj140.dll mspdb140.dll mspdbcmf.exe mspdbcore.dll mspdbsrv.exe mspdbst.dll mspft140.dll msvcdis140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_atomic_wait.dll msvcp140_codecvt_ids.dll Newtonsoft.Json.dll nmake.exe onecore pgocvt.exe pgodb140.dll pgomgr.exe pgort140.dll pgosweep.exe SecurityChecks.dll System.Memory.dll System.Runtime.CompilerServices.Unsafe.dll tbbmalloc.dll undname.exe VariantClear.dll vcmeta.dll vcperf.exe vcruntime140.dll vcruntime140_1.dll vcruntime140_threads.dll vctip.exe vctip.exe.config xdcmake.exe xdcmake.exe.config
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages: 1033 autolayt.dll bined.dll concrt140.dll cpfe.dll cpfecl.Android.arm.dll cpfecl.Android.arm64.dll cpfecl.Android.x64.dll cpfecl.Android.x86.dll cpfecl.arm.dll cpfecl.arm64.dll cpfecl.Clang.Windows.arm.dll cpfecl.Clang.Windows.arm64.dll cpfecl.Clang.Windows.x64.dll cpfecl.Clang.Windows.x86.dll cpfecl.iOS.arm.dll cpfecl.iOS.arm64.dll cpfecl.iOS.x64.dll cpfecl.iOS.x86.dll cpfecl.Linux.arm.dll cpfecl.Linux.x64.dll cpfecl.Linux.x86.dll cpfecl.Win32.dll cpfecl.x64.dll cpp.hint dbsvc.dll DirControl.dll dxcompiler.dll en isense_model_extractor.exe MacroPicker.dll mfc140u.dll Microsoft.VisualC.ProjectControls.dll Microsoft.VisualC.ProjectStore.Implementation.dll msgblder.dll msvcp140.dll platform.winmd rcxdti.dll resedit.dll vcbuild.dll VCInterfaces.tlb vcmeta.dll vcpb2.tlb vcpkg.dll vcpkgsrv.exe vcpkgsrv.exe.config VCProject.dll vcproject.factories.txt vcruntime140.dll x86
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow: AdditionalContrast.pkgdef BlueTheme.pkgdef catalog.json CertificateInformation.dat CodeLensTestInformationService.servicehub.service.json cs DarkTheme.pkgdef de es extension.vsixmanifest Extensions fr HighContrastTheme.pkgdef it ja ko LightTheme.pkgdef LiveUnitTestingTestStoreService.servicehub.service.json manifest.json Microsoft.TeamFoundation.TestPlatform.Client.dll Microsoft.TestPlatform.CoreUtilities.dll Microsoft.TestPlatform.PlatformAbstractions.dll Microsoft.VisualStudio.MSTest.TestWindow.dll Microsoft.VisualStudio.TestPlatform.ObjectModel.dll Microsoft.VisualStudio.TestWindow.CodeLens.dll Microsoft.VisualStudio.TestWindow.Core.dll Microsoft.VisualStudio.TestWindow.CppUnitTestExtension.dll Microsoft.VisualStudio.TestWindow.dll Microsoft.VisualStudio.TestWindow.Host.dll Microsoft.VisualStudio.TestWindow.HotReloadStartupHook.dll Microsoft.VisualStudio.TestWindow.Interfaces.dll Microsoft.VisualStudio.TestWindow.Internal.dll Microsoft.VisualStudio.TestWindow.pkgdef Microsoft.VisualStudio.TestWindow.RemoteFiles.Contracts.dll Microsoft.VisualStudio.TestWindow.RemoteUtilities.dll Microsoft.VisualStudio.TestWindow.Setup.clientenabledpkg Microsoft.VisualStudio.TestWindow.TestWindowStoreService.servicehub.service.json Microsoft.VisualStudio.TestWindow.VSCode.Service.Contracts.dll Microsoft.VisualStudio.TestWindow.VSTest.dll pl pt-BR RemoteAgent ru TestDiscoveryListener.servicehub.service.json TestWindowPackage.imagemanifest TestWindowProvideCodeBase.pkgdef tr UnifiedSettings VsTest vstest.console.exe vstest.console.exe.config zh-Hans zh-Hant
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer: 1028 1029 1031 1033 1036 1040 1041 1042 1045 1046 1049 1055 2052 3082 BuildNotificationApp.exe BuildNotificationApp.exe.config catalog.json CertificateInformation.dat cs de en EndTask.exe es extension.vsixmanifest fr Git it ja ko manifest.json Microsoft.IdentityModel.Clients.ActiveDirectory.dll Microsoft.IdentityModel.Logging.dll Microsoft.IdentityModel.Tokens.dll Microsoft.ServiceBus.dll Microsoft.TeamFoundation.Build.Activities.dll Microsoft.TeamFoundation.Build.Client.dll Microsoft.TeamFoundation.Build.Common.dll Microsoft.TeamFoundation.Build.Config.dll Microsoft.TeamFoundation.Build.Controls.dll Microsoft.TeamFoundation.Build.ProcessComponents.dll Microsoft.TeamFoundation.Build.WebApi.dll Microsoft.TeamFoundation.Build.Workflow.dll Microsoft.TeamFoundation.Build2.WebApi.dll Microsoft.TeamFoundation.Client.dll Microsoft.TeamFoundation.CodeReview.Components.dll Microsoft.TeamFoundation.CodeReview.Controls.dll Microsoft.TeamFoundation.Common.dll Microsoft.TeamFoundation.Controls.dll Microsoft.TeamFoundation.Core.WebApi.dll Microsoft.TeamFoundation.DeleteTeamProject.dll Microsoft.TeamFoundation.Deployment.Workflow.dll Microsoft.TeamFoundation.Diff.dll Microsoft.TeamFoundation.Discussion.Client.dll Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll Microsoft.TeamFoundation.Git.Client.dll Microsoft.TeamFoundation.Git.Contracts.dll Microsoft.TeamFoundation.Git.Controls.dll Microsoft.TeamFoundation.Git.CoreServices.dll Microsoft.TeamFoundation.Git.dll Microsoft.TeamFoundation.Git.Graph.dll Microsoft.TeamFoundation.Git.HostingProvider.AzureDevOps.dll Microsoft.TeamFoundation.Git.HostingProvider.GitHub.dll Microsoft.TeamFoundation.Git.HostingProvider.GitHub.imagemanifest Microsoft.TeamFoundation.Git.Provider.dll Microsoft.TeamFoundation.Lab.Client.dll Microsoft.TeamFoundation.Lab.Common.dll Microsoft.TeamFoundation.OfficeIntegration.Common.dll Microsoft.TeamFoundation.ProjectManagement.dll Microsoft.TeamFoundation.SharePointReporting.Integration.dll Microsoft.TeamFoundation.SourceControl.WebApi.dll Microsoft.TeamFoundation.TeamExplorer.Navigation.dll Microsoft.TeamFoundation.Test.WebApi.dll Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll Microsoft.TeamFoundation.TestImpact.Client.dll Microsoft.TeamFoundation.TestManagement.Client.dll Microsoft.TeamFoundation.TestManagement.ClientPackage.dll Microsoft.TeamFoundation.TestManagement.Common.dll Microsoft.TeamFoundation.TestManagement.Controller.dll Microsoft.TeamFoundation.TestManagement.Controls.dll Microsoft.TeamFoundation.TestManagement.PcwPlugin.dll Microsoft.TeamFoundation.TestManagement.WebApi.dll Microsoft.TeamFoundation.VersionControl.Client.dll Microsoft.TeamFoundation.VersionControl.Common.dll Microsoft.TeamFoundation.VersionControl.Common.Integration.dll Microsoft.TeamFoundation.VersionControl.ControlAdapter.dll Microsoft.TeamFoundation.VersionControl.Controls.dll Microsoft.TeamFoundation.VersionControl.UIFeatures.dll Microsoft.TeamFoundation.Work.WebApi.dll Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader.dll Microsoft.TeamFoundation.WorkItemTracking.Client.dll Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.dll Microsoft.TeamFoundation.WorkItemTracking.Common.dll Microsoft.TeamFoundation.WorkItemTracking.Controls.dll Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.dll Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll Microsoft.VisualStudio.CodeReview.dll Microsoft.VisualStudio.Commenting.Contracts.dll Microsoft.VisualStudio.Commenting.Presentation.dll Microsoft.VisualStudio.Commenting.Presentation.imagemanifest Microsoft.VisualStudio.ContextManagement.Package.dll Microsoft.VisualStudio.ContextManagement.Public.dll Microsoft.VisualStudio.Merge.dll Microsoft.VisualStudio.Services.Client.Interactive.dll Microsoft.VisualStudio.Services.ClientNotification.Client.dll Microsoft.VisualStudio.Services.CodeReview.Common.dll Microsoft.VisualStudio.Services.CodeReview.Discussion.WebApi.dll Microsoft.VisualStudio.Services.CodeReview.WebApi.dll Microsoft.VisualStudio.Services.Common.dll Microsoft.VisualStudio.Services.Integration.dll Microsoft.VisualStudio.Services.Search.Shared.WebApi.dll Microsoft.VisualStudio.Services.Search.WebApi.dll Microsoft.VisualStudio.Services.WebApi.dll Microsoft.VisualStudio.TeamFoundation.Build.dll Microsoft.VisualStudio.TeamFoundation.Client.dll Microsoft.VisualStudio.TeamFoundation.dll Microsoft.VisualStudio.TeamFoundation.InitializationPackage.dll Microsoft.VisualStudio.TeamFoundation.Lab.dll Microsoft.VisualStudio.TeamFoundation.NuGetCredentialProvider.dll Microsoft.VisualStudio.TeamFoundation.PCW.dll Microsoft.VisualStudio.TeamFoundation.SharePointReporting.dll Microsoft.VisualStudio.TeamFoundation.VersionControl.dll Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll Microsoft.VisualStudio.Zip.9.0.dll Microsoft.WITDataStore32.dll Microsoft.WITDataStore64.dll Newtonsoft.Json.dll Octokit.GraphQL.Core.dll Octokit.GraphQL.dll pl pt-BR ru System.IdentityModel.Tokens.Jwt.dll System.Net.Http.Formatting.dll System.Web.Http.dll TeamExplorer.clientenabledpkg TeamExplorer.CodeBase.pkgdef TeamExplorer.pkgdef TeamExplorerThemes.pkgdef TF.exe TF.exe.config TFSBuild.exe TFSBuild.exe.config TfsDeleteProject.exe TfsDeleteProject.exe.config TfsProvider.dll TfsProviderStub.dll TFSSecurity.exe TFSSecurity.exe.config tr vsDiffMerge.exe witadmin.exe witadmin.exe.config zh-Hans zh-Hant
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn: cs csc.exe csc.exe.config csc.rsp csi.exe csi.exe.config csi.rsp de es fr it ja ko Microsoft.Build.Tasks.CodeAnalysis.dll Microsoft.CodeAnalysis.CSharp.dll Microsoft.CodeAnalysis.CSharp.Scripting.dll Microsoft.CodeAnalysis.dll Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll Microsoft.CodeAnalysis.Scripting.dll Microsoft.CodeAnalysis.VisualBasic.dll Microsoft.CSharp.Core.targets Microsoft.DiaSymReader.Native.amd64.dll Microsoft.DiaSymReader.Native.arm64.dll Microsoft.DiaSymReader.Native.x86.dll Microsoft.Managed.Core.CurrentVersions.targets Microsoft.Managed.Core.targets Microsoft.VisualBasic.Core.targets pl pt-BR ru System.Buffers.dll System.Collections.Immutable.dll System.Memory.dll System.Numerics.Vectors.dll System.Reflection.Metadata.dll System.Runtime.CompilerServices.Unsafe.dll System.Text.Encoding.CodePages.dll System.Threading.Tasks.Extensions.dll tr vbc.exe vbc.exe.config vbc.rsp VBCSCompiler.exe VBCSCompiler.exe.config zh-Hans zh-Hant
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64: 1033 msdia140.dll msdia140.dll.manifest PerfSDK vsinstr.exe
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools: 1033 CoverageDSPriv.xsd dbgcore.dll dbghelp.dll Microsoft.DbgHelp.manifest Microsoft.VisualStudio.PerformanceTools.CounterInfo.dll Microsoft.VisualStudio.PerformanceTools.RulesEngine.dll Microsoft.VisualStudio.PerformanceTools.Visualization.dll msdia140.dll msdia140.dll.manifest PerfItems PerfPkg.dll PerfSDK ProfilingTasks.xml ProfilingTasks.xsd ReportMetadata.xsd symsrv.dll symsrv.yes vsinstr.exe VSPerfAnalysis.dll VSPerfControl.Interop.dll VSPerfData.dll VSPerfPresentation.dll VSPerfReader.dll VSPerfReport.exe VSPerfReport.exe.manifest VSPerf_Rule_Definitions.xml vspmsg.dll x64
      /cygdrive/c/Program Files (x86)/HTML Help Workshop: hha.dll hhc.exe itcc.dll
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector: AgentConfigs Agents amd64 DiagnosticsHub.Packaging.Interop.dll DiagnosticsHub.Packaging.Managed.dll DiagnosticsHub.StandardCollector.Host.Interop.dll DiagnosticsHub.StandardCollector.Interop.dll DiagnosticsHub.StandardCollector.Runtime.dll KernelTraceControl.dll Microsoft.Bcl.AsyncInterfaces.dll Microsoft.DiagnosticsHub.Packaging.InteropEx.dll Newtonsoft.Json.dll OpenMcdf.dll System.IO.Packaging.dll System.Memory.dll System.Runtime.CompilerServices.Unsafe.dll System.Threading.Tasks.Extensions.dll VSDiagnostics.exe VSInstr.exe x86
      /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64: 1033 AccChecker accevent.exe adpcmencode3.exe AppAnalysis appxpackaging.dll appxsip.dll betest.exe betest.xml BetestSample.xml cameraprofiletool.exe cert2spc.exe certmgr.exe ComparePackage.exe computerhardwareids.exe config.mftx convert-moftoprovider.exe cppwinrt.exe ctrpp.exe d3dcompiler_47.dll d3dcsxd_47.dll d3dcsx_47.dll default.tmf DeployUtil.exe dgssexwithfilehandlelib.dll dxc.exe dxcapsviewer.exe dxcompiler.dll dxil.dll en en-US esp32.tsp espexe.exe espui.dll event.dll extidgen.exe filetypeverifier.exe filtdump.exe filtreg.exe ftquery.exe fxc.exe gamesaveutil.exe genmanifest.exe graphedt.exe ifilttst.exe IFiltTst.Ini inspect.exe install-sampleprovider.cmd interop.searchapi.dll interop.taskscheduler.dll ipoverusb.discoverpartners.dll ISVTier5AppSigningPrivKey.dat ISVTier5AppSigningPubKey.dat ISVTier5AppSignSDK.cc ISVTier5AppSignSDK.xml ISVTier5AppSignSDK_Client.xml isxps.exe isxpshlp.dll iviewers.dll jsconstraintdebug.exe makeappx.exe makecat.exe makecat.exe.manifest MakeCert.exe makepri.exe mbidgenerator.exe mc.exe mdmerge.exe mergemod.dll mfdetours.dll mftrace.exe Microsoft.Azure.KeyVault.Core.dll Microsoft.ComparePackage.Lib.dll Microsoft.Data.Edm.dll Microsoft.Data.OData.dll Microsoft.Data.Services.Client.dll Microsoft.Diagnostics.Tracing.EventSource.dll Microsoft.Extensions.CommandLineUtils.dll Microsoft.IdentityModel.Clients.ActiveDirectory.dll Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll Microsoft.Ingestion.Shared.Metrics.dll Microsoft.Ingestion.Shared.WebApi.Client.dll Microsoft.Msix.Utils.dll Microsoft.PackageEditor.Lib.dll Microsoft.StoreUploader.Lib.dll Microsoft.Tools.Connectivity.dll Microsoft.Tools.Deploy.dll Microsoft.UniversalStore.Ingestion.Upload.Client.dll Microsoft.UniversalStore.Ingestion.Upload.UploadApiContracts.dll microsoft.win32.search.query.dll Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest Microsoft.Windows.Build.Appx.AppxSip.dll.manifest Microsoft.Windows.Build.Appx.OpcServices.dll.manifest Microsoft.Windows.Build.Signing.mssign32.dll.manifest Microsoft.Windows.Build.Signing.wintrust.dll.manifest Microsoft.WindowsAzure.Configuration.dll Microsoft.WindowsAzure.Storage.DataMovement.dll Microsoft.WindowsAzure.Storage.dll midl.exe midlc.exe midlrt.exe midlrtmd.dll mrmsupport.dll msisip.dll mssign32.dll mt.exe mt.exe.config muirct.exe Newtonsoft.Json.dll NLog.dll oleview.exe opcservices.dll PackageEditor.exe patchwiz.dll PInvoke pktextract.exe proppage.dll provisioningtesthelper.dll ProvisioningTestHelper.psd1 ptconform.dll pvk2pfx.exe rc.exe rcdll.dll register_app.vbs regwinmd.exe ServicingCommon.dll signtool.exe signtool.exe.manifest SirepClient.assembly.manifest SirepClient.dll SirepInterop.dll SkTool.exe SshClient.dll StoreUploader.exe StoreUploader.exe.config swriter.xml System.Net.Http.Formatting.dll System.Spatial.dll TB3x.exe tedutil.dll topoedit.exe tracefmt.exe tracelog.exe tracepdb.exe traceview.exe tracewpp.exe ucrt UIAVerify uninstall-sampleprovider.cmd uuidgen.exe virtualstoragevss.cat virtualstoragevss.inf virtualstoragevss.sys vmsavedstatedumpprovider.dll vsdiagview.exe vshadow.exe vssagent.exe vsssampleprovider.dll vsstrace.exe vstorcontrol.exe vstorinterface.dll vswriter.exe VswriterSample.xml vswriter_config.xml WiCompon.vbs widialog.vbs widiffdb.vbs wiexport.vbs wifeatur.vbs wifilver.vbs wigenxfm.vbs wiimport.vbs wilangid.vbs wilstprd.vbs wilstscr.vbs wilstxfm.vbs wimakcab.vbs wimerge.vbs WinAppDeployCmd.exe WinAppDeployCommon.dll winmdidl.exe wintrust.dll wintrust.dll.ini wipolicy.vbs wireadme.txt wirunsql.vbs wistream.vbs wisubstg.vbs wisuminf.vbs witextin.vbs witoansi.vbs wiusexfm.vbs wmicodegen.dll wsdcodegen.exe wsddebug_client.exe wsddebug_host.exe wstracedump.exe wstraceutil.exe wsutil.exe wsutilhelper.dll xpsanalyzer.exe xpsconverter.exe
      /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64: GenXBF.dll XamlDiagnostics
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64: 1028 1031 1033 1036 1040 1041 1042 1049 2052 3082 cs de de-DE en-US es es-ES FileTracker32.dll FileTracker64.dll FileTrackerA4.dll fr fr-FR it it-IT ja ja-JP ko ko-KR Microsoft.Bcl.AsyncInterfaces.dll Microsoft.Build.Conversion.Core.dll Microsoft.Build.dll Microsoft.Build.Engine.dll Microsoft.Build.Framework.dll Microsoft.Build.Framework.tlb Microsoft.Build.Tasks.Core.dll Microsoft.Build.Utilities.Core.dll Microsoft.Common.CrossTargeting.targets Microsoft.Common.CurrentVersion.targets Microsoft.Common.overridetasks Microsoft.Common.targets Microsoft.Common.tasks Microsoft.CSharp.CrossTargeting.targets Microsoft.CSharp.CurrentVersion.targets Microsoft.CSharp.targets Microsoft.Data.Entity.targets Microsoft.IO.Redist.dll Microsoft.Managed.After.targets Microsoft.Managed.Before.targets Microsoft.Managed.targets Microsoft.Net.props Microsoft.NET.StringTools.dll Microsoft.NET.StringTools.net35.dll Microsoft.NetFramework.CurrentVersion.props Microsoft.NetFramework.CurrentVersion.targets Microsoft.NetFramework.props Microsoft.NetFramework.targets Microsoft.ServiceModel.targets Microsoft.VisualBasic.CrossTargeting.targets Microsoft.VisualBasic.CurrentVersion.targets Microsoft.VisualBasic.targets Microsoft.WinFx.targets Microsoft.WorkflowBuildExtensions.targets Microsoft.Xaml.targets MSBuild MSBuild.exe MSBuild.exe.config MSBuild.rsp MSBuildTaskHost.exe MSBuildTaskHost.exe.config pl pt-BR ru ru-RU System.Buffers.dll System.Collections.Immutable.dll System.Memory.dll System.Numerics.Vectors.dll System.Reflection.Metadata.dll System.Reflection.MetadataLoadContext.dll System.Resources.Extensions.dll System.Runtime.CompilerServices.Unsafe.dll System.Text.Encodings.Web.dll System.Text.Json.dll System.Threading.Tasks.Dataflow.dll System.Threading.Tasks.Extensions.dll System.ValueTuple.dll tr Tracker.exe Workflow.targets Workflow.VisualBasic.targets zh-CN zh-Hans zh-Hant zh-TW
      /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319: 1033 2052 Accessibility.dll AddInProcess.exe AddInProcess.exe.config AddInProcess32.exe AddInProcess32.exe.config AddInUtil.exe AddInUtil.exe.config AdoNetDiag.dll adonetdiag.mof adonetdiag.mof.uninstall alink.dll AppLaunch.exe applaunch.exe.config ASP.NETWebAdminFiles Aspnet.config aspnet_compiler.exe aspnet_filter.dll aspnet_isapi.dll Aspnet_perf.dll aspnet_perf.h aspnet_perf.ini aspnet_perf2.ini aspnet_rc.dll aspnet_regbrowsers.exe aspnet_regiis.exe aspnet_regsql.exe aspnet_state.exe aspnet_state_perf.h aspnet_state_perf.ini aspnet_wp.exe CasPol.exe caspol.exe.config clientexclusionlist.xml CLR-ETW.man clr.dll clrcompression.dll clretwrc.dll clrjit.dll compatjit.dll ComSvcConfig.exe Config CORPerfMonExt.dll csc.exe csc.exe.config csc.rsp Culture.dll CustomMarshalers.dll cvtres.exe cvtres.exe.config DataSvcUtil.exe DataSvcUtil.exe.config default.win32manifest dfdll.dll dfsvc.exe dfsvc.exe.config diasymreader.dll dv_aspnetmmc.chm EdmGen.exe en-US EventLogMessages.dll FileTracker.dll fusion.dll ilasm.exe ilasm.exe.config InstallCommon.sql InstallMembership.sql InstallPersistSqlState.sql InstallPersonalization.sql InstallProfile.SQL InstallRoles.sql InstallSqlState.sql InstallSqlStateTemplate.sql InstallUtil.exe InstallUtil.exe.config InstallUtilLib.dll InstallWebEventSqlProvider.sql ISymWrapper.dll jsc.exe jsc.exe.config locale.nlp Microsoft.Activities.Build.dll Microsoft.Build.Conversion.v4.0.dll Microsoft.Build.dll Microsoft.Build.Engine.dll Microsoft.Build.Framework.dll Microsoft.Build.Tasks.v4.0.dll Microsoft.Build.Utilities.v4.0.dll Microsoft.Build.xsd Microsoft.Common.OverrideTasks Microsoft.Common.targets Microsoft.Common.Tasks Microsoft.CSharp.dll Microsoft.CSharp.targets Microsoft.Data.Entity.Build.Tasks.dll Microsoft.Data.Entity.targets Microsoft.Internal.Tasks.Dataflow.dll Microsoft.JScript.dll Microsoft.JScript.tlb Microsoft.NETFramework.props Microsoft.NETFramework.targets Microsoft.ServiceModel.targets Microsoft.Transactions.Bridge.dll Microsoft.Transactions.Bridge.Dtc.dll Microsoft.VisualBasic.Activities.Compiler.dll Microsoft.VisualBasic.Compatibility.Data.dll Microsoft.VisualBasic.Compatibility.dll Microsoft.VisualBasic.dll Microsoft.VisualBasic.targets Microsoft.VisualC.Dll Microsoft.VisualC.STLCLR.dll Microsoft.Win32.Primitives.dll Microsoft.Windows.ApplicationServer.Applications.45.man Microsoft.Windows.ApplicationServer.Applications.dll Microsoft.WinFx.targets Microsoft.Workflow.Compiler.exe Microsoft.Workflow.Compiler.exe.config Microsoft.WorkflowBuildExtensions.targets Microsoft.Xaml.targets MmcAspExt.dll MSBuild MSBuild.exe msbuild.exe.config MSBuild.rsp mscordacwks.dll mscordbi.dll mscoree.tlb mscoreei.dll mscoreeis.dll mscorlib.dll mscorlib.tlb mscorpe.dll mscorpehost.dll mscorrc.dll mscorsecimpl.dll mscorsn.dll mscorsvc.dll mscorsvw.exe MUI NativeImages netstandard.dll ngen.exe ngen.log ngen.old.log ngentask.exe ngentasklauncher.dll normidna.nlp normnfc.nlp normnfd.nlp normnfkc.nlp normnfkd.nlp PerfCounter.dll peverify.dll RegAsm.exe regasm.exe.config RegSvcs.exe regsvcs.exe.config SbsNclPerf.dll ServiceModelEvents.dll ServiceModelInstallRC.dll ServiceModelPerformanceCounters.dll ServiceModelPerformanceCounters.man ServiceModelReg.exe ServiceModelRegUI.dll ServiceMonikerSupport.dll SMDiagnostics.dll SMSvcHost.exe SMSvcHost.exe.config SOS.dll SQL sysglobl.dll System.Activities.Core.Presentation.dll System.Activities.dll System.Activities.DurableInstancing.dll System.Activities.Presentation.dll System.AddIn.Contract.dll System.AddIn.dll System.AppContext.dll System.Collections.Concurrent.dll System.Collections.dll System.Collections.NonGeneric.dll System.Collections.Specialized.dll System.ComponentModel.Annotations.dll System.ComponentModel.Composition.dll system.componentmodel.composition.registration.dll System.ComponentModel.DataAnnotations.dll System.ComponentModel.dll System.ComponentModel.EventBasedAsync.dll System.ComponentModel.Primitives.dll System.ComponentModel.TypeConverter.dll System.Configuration.dll System.Configuration.Install.dll System.Console.dll System.Core.dll System.Data.Common.dll System.Data.DataSetExtensions.dll System.Data.dll System.Data.Entity.Design.dll System.Data.Entity.dll System.Data.Linq.dll System.Data.OracleClient.dll System.Data.Services.Client.dll System.Data.Services.Design.dll System.Data.Services.dll System.Data.SqlXml.dll System.Deployment.dll System.Design.dll System.Device.dll System.Diagnostics.Contracts.dll System.Diagnostics.Debug.dll System.Diagnostics.FileVersionInfo.dll System.Diagnostics.Process.dll System.Diagnostics.StackTrace.dll System.Diagnostics.TextWriterTraceListener.dll System.Diagnostics.Tools.dll System.Diagnostics.TraceSource.dll System.Diagnostics.Tracing.dll System.DirectoryServices.AccountManagement.dll System.DirectoryServices.dll System.DirectoryServices.Protocols.dll System.dll System.Drawing.Design.dll System.Drawing.dll System.Drawing.Primitives.dll System.Drawing.tlb System.Dynamic.dll System.Dynamic.Runtime.dll System.EnterpriseServices.dll System.EnterpriseServices.Thunk.dll System.EnterpriseServices.tlb System.EnterpriseServices.Wrapper.dll System.Globalization.Calendars.dll System.Globalization.dll System.Globalization.Extensions.dll System.IdentityModel.dll System.IdentityModel.Selectors.dll System.IdentityModel.Services.dll System.IO.Compression.dll System.IO.Compression.FileSystem.dll System.IO.Compression.ZipFile.dll System.IO.dll System.IO.FileSystem.dll System.IO.FileSystem.DriveInfo.dll System.IO.FileSystem.Primitives.dll System.IO.FileSystem.Watcher.dll System.IO.IsolatedStorage.dll System.IO.Log.dll System.IO.MemoryMappedFiles.dll System.IO.Pipes.dll System.IO.UnmanagedMemoryStream.dll System.Linq.dll System.Linq.Expressions.dll System.Linq.Parallel.dll System.Linq.Queryable.dll System.Management.dll System.Management.Instrumentation.dll System.Messaging.dll System.Net.dll System.Net.Http.dll System.Net.Http.Rtc.dll System.Net.Http.WebRequest.dll System.Net.NameResolution.dll System.Net.NetworkInformation.dll System.Net.Ping.dll System.Net.Primitives.dll System.Net.Requests.dll System.Net.Security.dll System.Net.Sockets.dll System.Net.WebHeaderCollection.dll System.Net.WebSockets.Client.dll System.Net.WebSockets.dll System.Numerics.dll System.Numerics.Vectors.dll System.ObjectModel.dll System.Reflection.context.dll System.Reflection.dll System.Reflection.Emit.dll System.Reflection.Emit.ILGeneration.dll System.Reflection.Emit.Lightweight.dll System.Reflection.Extensions.dll System.Reflection.Primitives.dll System.Resources.Reader.dll System.Resources.ResourceManager.dll System.Resources.Writer.dll System.Runtime.Caching.dll System.Runtime.CompilerServices.VisualC.dll System.Runtime.dll System.Runtime.DurableInstancing.dll System.Runtime.Extensions.dll System.Runtime.Handles.dll System.Runtime.InteropServices.dll System.Runtime.InteropServices.RuntimeInformation.dll System.Runtime.InteropServices.WindowsRuntime.dll System.Runtime.Numerics.dll System.Runtime.Remoting.dll System.Runtime.Serialization.dll System.Runtime.Serialization.Formatters.dll System.Runtime.Serialization.Formatters.Soap.dll System.Runtime.Serialization.Json.dll System.Runtime.Serialization.Primitives.dll System.Runtime.Serialization.Xml.dll System.Runtime.WindowsRuntime.dll System.Runtime.WindowsRuntime.UI.Xaml.dll System.Security.Claims.dll System.Security.Cryptography.Algorithms.dll System.Security.Cryptography.Csp.dll System.Security.Cryptography.Encoding.dll System.Security.Cryptography.Primitives.dll System.Security.Cryptography.X509Certificates.dll System.Security.dll System.Security.Principal.dll System.Security.SecureString.dll System.ServiceModel.Activation.dll System.ServiceModel.Activities.dll System.ServiceModel.Channels.dll System.ServiceModel.Discovery.dll System.ServiceModel.dll System.ServiceModel.Duplex.dll System.ServiceModel.Http.dll System.ServiceModel.Internals.dll System.ServiceModel.NetTcp.dll System.ServiceModel.Primitives.dll System.ServiceModel.Routing.dll System.ServiceModel.Security.dll System.ServiceModel.ServiceMoniker40.dll System.ServiceModel.WasHosting.dll System.ServiceModel.Web.dll System.ServiceProcess.dll System.Text.Encoding.dll System.Text.Encoding.Extensions.dll System.Text.RegularExpressions.dll System.Threading.dll System.Threading.Overlapped.dll System.Threading.Tasks.dll System.Threading.Tasks.Parallel.dll System.Threading.Thread.dll System.Threading.ThreadPool.dll System.Threading.Timer.dll System.tlb System.Transactions.dll System.ValueTuple.dll System.Web.Abstractions.dll System.Web.ApplicationServices.dll System.Web.DataVisualization.Design.dll System.Web.DataVisualization.dll System.Web.dll System.Web.DynamicData.Design.dll System.Web.DynamicData.dll System.Web.Entity.Design.dll System.Web.Entity.dll System.Web.Extensions.Design.dll System.Web.Extensions.dll System.Web.Mobile.dll System.Web.RegularExpressions.dll System.Web.Routing.dll System.Web.Services.dll System.Web.tlb System.Windows.dll System.Windows.Forms.DataVisualization.Design.dll System.Windows.Forms.DataVisualization.dll System.Windows.Forms.dll System.Windows.Forms.tlb System.Workflow.Activities.dll System.Workflow.ComponentModel.dll System.Workflow.Runtime.dll System.WorkflowServices.dll System.Xaml.dll System.Xaml.Hosting.dll System.XML.dll System.Xml.Linq.dll System.Xml.ReaderWriter.dll System.Xml.Serialization.dll System.Xml.XDocument.dll System.Xml.XmlDocument.dll System.Xml.XmlSerializer.dll System.Xml.XPath.dll System.Xml.XPath.XDocument.dll ThirdPartyNotices.txt TLBREF.DLL UninstallCommon.sql UninstallMembership.sql UninstallPersistSqlState.sql UninstallPersonalization.sql UnInstallProfile.SQL UninstallRoles.sql UninstallSqlState.sql UninstallSqlStateTemplate.sql UninstallWebEventSqlProvider.sql vbc.exe vbc.exe.config vbc.rsp webengine.dll webengine4.dll WMINet_Utils.dll Workflow.Targets Workflow.VisualBasic.Targets WorkflowServiceHostPerformanceCounters.dll WorkflowServiceHostPerformanceCounters.man WPF WsatConfig.exe XamlBuildTask.dll XPThemes.manifest XsdBuildTask.dll zh-CN zh-Hans
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE: 1033 adodb.manifest api-ms-win-core-file-l1-2-0.dll api-ms-win-core-file-l2-1-0.dll api-ms-win-core-localization-l1-2-0.dll api-ms-win-core-processthreads-l1-1-1.dll api-ms-win-core-synch-l1-2-0.dll api-ms-win-core-timezone-l1-1-0.dll api-ms-win-crt-convert-l1-1-0.dll api-ms-win-crt-environment-l1-1-0.dll api-ms-win-crt-filesystem-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-multibyte-l1-1-0.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-string-l1-1-0.dll api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll Assets Automation Automation.manifest BuildAccel.props BuildAccelerationExtension.dll CodeMarkersEtw.man CodeMarkersEtwRc.dll CommonExtensions compluslm.dll concrt140.dll DbgComposition.dll DDConfigCA.exe devenv.com devenv.exe devenv.exe.config devenv.isolation.ini devenv.prf devenv.visualelementsmanifest.xml devenv.winprf devenvdesc.dll ELFBinComposition.dll en en-US Extensions iisresolver.dll ItemTemplates master.pkgdef masterX64.PkgUnDef Microsoft.Data.ConnectionUI.Dialog.dll Microsoft.Data.ConnectionUI.dll Microsoft.DiaSymReader.Native.amd64.dll Microsoft.DiaSymReader.Native.x86.dll Microsoft.VisualStudio.CallHierarchy.Package.Definitions.dll Microsoft.VisualStudio.CallHierarchy.Package.Implementation.dll Microsoft.VisualStudio.CodeMarkers.dll Microsoft.VisualStudio.Configuration.dll Microsoft.VisualStudio.ConfigurationUI.dll Microsoft.VisualStudio.Data.Compatibility.dll Microsoft.VisualStudio.Data.dll Microsoft.VisualStudio.Data.Host.dll Microsoft.VisualStudio.Data.Interop.dll Microsoft.VisualStudio.Data.Package.dll Microsoft.VisualStudio.Data.Providers.Common.dll Microsoft.VisualStudio.Data.Providers.Oracle.dll Microsoft.VisualStudio.Data.Providers.SqlServer.dll Microsoft.VisualStudio.DataDesign.Common.dll Microsoft.VisualStudio.DataDesign.DataSetDesigner.dll Microsoft.VisualStudio.DataDesign.Interfaces.dll Microsoft.VisualStudio.DataDesign.WpfDataTool.dll Microsoft.VisualStudio.DataTools.dll Microsoft.VisualStudio.DataTools.Interop.dll Microsoft.VisualStudio.Debugger.dll Microsoft.VisualStudio.Debugger.Engine.dll Microsoft.VisualStudio.Debugger.Parallel.dll Microsoft.VisualStudio.Debugger.Parallel.Gpu.dll Microsoft.VisualStudio.Design.dll Microsoft.VisualStudio.Designer.Interfaces.dll Microsoft.VisualStudio.Diagnostics.Measurement.Native.dll Microsoft.VisualStudio.dll Microsoft.VisualStudio.Editors.WCF.dll Microsoft.VisualStudio.ExportTemplate.dll Microsoft.VisualStudio.ExtensionEngine.dll Microsoft.VisualStudio.ExtensionEngineContract.dll Microsoft.VisualStudio.HostingProcess.Utilities.dll Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll Microsoft.VisualStudio.ImageCatalog.dll Microsoft.VisualStudio.Imaging.dll Microsoft.VisualStudio.Licensing.dll Microsoft.VisualStudio.ManagedInterfaces.manifest Microsoft.VisualStudio.Package.LanguageService.15.0.dll Microsoft.VisualStudio.PerfWatson.dll Microsoft.VisualStudio.Platform.WindowManagement.dll Microsoft.VisualStudio.ProductKeyDialog.dll Microsoft.VisualStudio.ProductKeyDialog.tlb Microsoft.VisualStudio.QualityTools.Wizard.TestProjectWizards.manifest Microsoft.VisualStudio.RegDetour.dll Microsoft.VisualStudio.ServerExplorer.dll Microsoft.VisualStudio.Settings.15.0.dll Microsoft.VisualStudio.Shell.Styles.dll Microsoft.VisualStudio.Shell.UI.Internal.dll Microsoft.VisualStudio.Shell.ViewManager.dll Microsoft.VisualStudio.TemplateWizard.dll Microsoft.VisualStudio.TestTools.UITest.Extension.IE.Communication.sxs.manifest Microsoft.VisualStudio.TestTools.UITest.Playback.Engine.sxs.manifest Microsoft.VisualStudio.Utilities.dll Microsoft.VisualStudio.VC.dll Microsoft.VisualStudio.VCProjectUI.dll Microsoft.VisualStudio.vspGridControl.dll Microsoft.VisualStudio.Web.Application.dll Microsoft.VisualStudio.Web.dll Microsoft.VisualStudio.Web.Host.exe Microsoft.VisualStudio.Web.Host.exe.config Microsoft.VisualStudio.Web.Host.Shared.dll Microsoft.VisualStudio.Web.PublishContract.dll Microsoft.VisualStudio.Windows.Forms.dll Microsoft.VisualStudio.WinForms.Interfaces.dll Microsoft.VisualStudio.WizardFramework.Dll Microsoft.VisualStudio.WPFFlavor.dll Microsoft.VSDesigner.dll Microsoft.VSDesigner.WCF.dll Microsoft.Web.Design.Client.dll Microsoft.WizardFramework.dll Microsoft.WizardFrameworkVS.dll msdia120.dll msdia140.dll msenv.dll msenvico.dll msenvmnu.dll msobj120.dll msobj140.dll mspdb140.dll mspdbcore.dll mspdbsrv.exe MSTest.exe MSTest.exe.config msvcdis120.dll msvcdis140.dll msvcp140.dll msvcp140_1.dll msvcp140_atomic_wait.dll msvcr120_clr0400.dll NewFileItems NewScriptItems offreg.dll PEBinComposition.dll PerfWatson2.exe PerfWatson2.exe.config pidgenx.dll pkconfig.xrm-ms PkgdefMgmt.dll PrivateAssemblies Profiles ProjectAggregator.dll ProjectTemplates PublicAssemblies Publicize.exe QTAgent.exe QTAgent.exe.config QTAgent32.exe QTAgent32.exe.config QTAgent32_35.exe QTAgent32_35.exe.config QTAgent32_40.exe QTAgent32_40.exe.config QTAgent_35.exe QTAgent_35.exe.config QTAgent_40.exe QTAgent_40.exe.config QTDCAgent.exe QTDCAgent.exe.config QTDCAgent32.exe QTDCAgent32.exe.config Rebex.Net.Ftp.dll Rebex.Net.ProxySocket.dll Rebex.Net.SecureSocket.dll Rebex.Net.Sftp.dll Rebex.Net.Ssh.dll Rebex.Security.dll ReferenceAssemblies Remote Debugger ReSharper (Visual Studio).vsk Resources.pri Resources.scale-140.pri Resources.scale-180.pri ResponsivenessTrackingManifest.xml Script Diagnostics ShellExtensions SolutionTemplates srcsrv.dll srcsrv.ini stanpackage.manifest StorePID.exe symsrv.dll symsrv.yes System.Drawing.VisualStudio.15.0.dll System.Threading.Tasks.Dataflow.dll System.VisualStudio.15.0.dll System.Windows.Forms.VisualStudio.15.0.dll T4VSHostProcess.exe T4VSHostProcess.exe.config tbbmalloc.dll TestTools TextTemplate.ico TextTransform TextTransform.exe TextTransform.exe.config TextTransformCore.deps.json TextTransformCore.dll TextTransformCore.exe TextTransformCore.runtimeconfig.json TextTransformCoreResolver.dll ToolboxCaches ucrtbase.dll UnifiedSettings UserControlTestContainer.exe usertype.dat vb7to8.exe vb7to8DL.dll vbdebug.dll VC VCGraphicsWizard.dll vcruntime140.dll vcruntime140_1.dll VcxprojReader.exe VcxprojReader.exe.config Visual Assist (Visual Studio).vsk Visual Basic 6.vsk Visual C# 2005.vsk Visual C++ 2.vsk Visual C++ 6.vsk Visual Studio 6.vsk Visual Studio Code.vsk VS SCC vsdebugeng.dll VsDebugWERHelper.exe VSFinalizer.exe VSFinalizer.exe.config VSFinalizerDependencies VsGa.Application.pkgdef VsGa.exe VsGa.exe.config vsga.isolation.ini VsGa.pkgdef VsGa.pkgundef VsGa.winprf VsGraphics VsGraphicsDesc.dll VSGraphicsExtensions VsGraphicsMnu.dll VSHiveStub.exe vshost-clr2.exe vshost.exe vshost32-clr2.exe vshost32.exe VSInitializer.exe VSInitializer.exe.config VSIXInstaller.exe VSIXInstaller.exe.config VSLaunchBrowser.exe VsLog.dll vsn.exe vsn.exe.config VsRegEdit.exe VsRegistryDetour.dll VSReliability.dll vssln.dll vstlbinf.dll VSWebHandler.exe VSWebLauncher.exe VsWerHandler.dll VsWizard.dll VsWizards.manifest WebViewHost WindowsFormsIntegration.Design.dll WindowsFormsIntegration.Package.dll WinFxBrowserApplicationTemplateWizard.dll WinFxCustomControlTemplateWizard.dll x64 x86 Xml
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools: 1033 api-ms-win-crt-convert-l1-1-0.dll api-ms-win-crt-filesystem-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-multibyte-l1-1-0.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-string-l1-1-0.dll api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll en errlook.exe errlook.hlp guidgen.exe Launch-VsDevShell.ps1 LaunchDevCmd.bat makehm.exe mfc140chs.dll mfc140cht.dll mfc140deu.dll mfc140enu.dll mfc140esn.dll mfc140fra.dll mfc140ita.dll mfc140jpn.dll mfc140kor.dll mfc140rus.dll mfc140u.dll Microsoft.VisualStudio.DevShell.dll Microsoft.VisualStudio.RemoteControl.dll Microsoft.VisualStudio.Telemetry.dll Microsoft.VisualStudio.Utilities.Internal.dll Newtonsoft.Json.dll spyxx.chm spyxx.exe spyxxhk.dll spyxxhk_amd64.dll spyxx_amd64.chm spyxx_amd64.exe System.Runtime.CompilerServices.Unsafe.dll ucrtbase.dll vcconvertengine.dll vcruntime140.dll VDT vsdevcmd VsDevCmd.bat VsMSBuildCmd.bat
      /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin: docker-machine-driver-vmware.exe vctl.exe
      /cygdrive/c/Microsoft_MPI/Bin: mpiexec.exe mpitrace.man msmpilaunchsvc.exe smpd.exe
      /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common: cudart32_65.dll cudart64_30_9.dll cudart64_65.dll PhysXDevice.dll PhysXDevice64.dll PhysXLoader.dll PhysXLoader64.dll PhysXUpdateLoader.dll PhysXUpdateLoader64.dll
      /cygdrive/c/Windows/system32: 0409 07409496-a423-4a3e-b620-2cfb01a9318d_HyperV-ComputeNetwork.dll 0ae3b998-9a38-4b72-a4c4-06849441518d_Servicing-Stack.dll 1028 1029 1031 1033 1036 1040 1041 1042 1045 1046 1049 1055 2052 3082 69fe178f-26e7-43a9-aa7d-2b616b672dde_eventlogservice.dll 6bea57fb-8dfb-4177-9ae8-42e8b3529933_RuntimeDeviceInstall.dll @AdvancedKeySettingsNotification.png @AppHelpToast.png @AudioToastIcon.png @BackgroundAccessToastIcon.png @bitlockertoastimage.png @edptoastimage.png @EnrollmentToastIcon.png @language_notification_icon.png @optionalfeatures.png @StorageSenseToastIcon.png @VpnToastIcon.png @windows-hello-V4.1.gif @WindowsHelloFaceToastIcon.png @WindowsUpdateToastIcon.contrast-black.png @WindowsUpdateToastIcon.contrast-white.png @WindowsUpdateToastIcon.png @WirelessDisplayToast.png @WLOGO_48x48.png aadauthhelper.dll aadcloudap.dll aadjcsp.dll aadtb.dll aadWamExtension.dll AarSvc.dll AboutSettingsHandlers.dll AboveLockAppHost.dll accessibilitycpl.dll accountaccessor.dll AccountsRt.dll AcGenral.dll AcLayers.dll acledit.dll aclui.dll acmigration.dll ACPBackgroundManagerPolicy.dll acppage.dll acproxy.dll AcSpecfc.dll ActionCenter.dll ActionCenterCPL.dll ActionQueue.dll ActivationClient.dll ActivationManager.dll activeds.dll activeds.tlb ActiveHours.png ActiveSyncCsp.dll ActiveSyncProvider.dll actxprxy.dll AcWinRT.dll AcXtrnal.dll AdaptiveCards.dll AddressParser.dll adhapi.dll adhsvc.dll AdmTmpl.dll adprovider.dll adrclient.dll adsldp.dll adsldpc.dll adsmsext.dll adsnt.dll adtschema.dll AdvancedEmojiDS.dll AdvancedInstallers advapi32.dll advapi32res.dll advpack.dll aeevts.dll aeinv.dll aepic.dll agentactivationruntime.dll agentactivationruntimestarter.exe agentactivationruntimewindows.dll AgentService.exe AggregatorHost.exe AirWatchMDM.dll aitstatic.exe AJRouter.dll alg.exe altspace.dll amcompat.tlb amsi.dll amsiproxy.dll amstream.dll Analog.Shell.Broker.dll AnalogCommonProxyStub.dll apds.dll APHostClient.dll APHostRes.dll APHostService.dll apisampling.dll ApiSetHost.AppExecutionAlias.dll apisetschema.dll APMon.dll APMonUI.dll AppContracts.dll AppExtension.dll apphelp.dll Apphlpdm.dll AppHostRegistrationVerifier.exe appidapi.dll appidcertstorecheck.exe appidpolicyconverter.exe AppIdPolicyEngineApi.dll appidsvc.dll appidtel.exe appinfo.dll appinfoext.dll AppInstallerPrompt.Desktop.dll ApplicationControlCSP.dll ApplicationFrame.dll ApplicationFrameHost.exe AppListBackupLauncher.dll AppLocker AppLockerCSP.dll ApplySettingsTemplateCatalog.exe ApplyTrustOffline.exe AppManagementConfiguration.dll appmgmts.dll appmgr.dll AppMon.dll AppointmentActivation.dll AppointmentApis.dll appraiser appraiser.dll AppReadiness.dll apprepapi.dll AppResolver.dll ApproveChildRequest.exe appsruprov.dll AppV AppVCatalog.dll AppVClient.exe AppvClientEventLog.dll AppVClientPS.dll AppVDllSurrogate.exe AppVEntStreamingManager.dll AppVEntSubsystemController.dll AppVEntSubsystems64.dll AppVEntVirtualization.dll appverif.chm appverif.exe appverifUI.dll appvetwclientres.dll appvetwsharedperformance.dll appvetwstreamingux.dll AppVFileSystemMetadata.dll AppVIntegration.dll AppVManifest.dll AppVNice.exe AppVOrchestration.dll AppVPolicy.dll AppVPublishing.dll AppVReporting.dll AppVScripting.dll AppVSentinel.dll AppVShNotify.exe AppVStreamingUX.dll AppVStreamMap.dll AppVTerminator.dll appwiz.cpl AppxAllUserStore.dll AppXApplicabilityBlob.dll AppxApplicabilityEngine.dll AppXDeploymentClient.dll AppXDeploymentExtensions.desktop.dll AppXDeploymentExtensions.onecore.dll AppXDeploymentServer.dll AppxPackaging.dll AppxProvisioning.xml AppxSip.dll AppxStreamingDataSourcePS.dll AppxSysprep.dll ar-SA archiveint.dll ARP.EXE asferror.dll aspnet_counters.dll AssignedAccessCsp.dll AssignedAccessGuard.exe AssignedAccessManager.dll assignedaccessmanagersvc.dll assignedaccessproviderevents.dll AssignedAccessRuntime.dll AssignedAccessShellProxy.dll asycfilt.dll at.exe AtBroker.exe atl.dll atl100.dll atl110.dll atlthunk.dll atmlib.dll attrib.exe audiodg.exe AudioEndpointBuilder.dll AudioEng.dll AudioHandlers.dll AUDIOKSE.dll audioresourceregistrar.dll AudioSes.dll audiosrv.dll AudioSrvPolicyManager.dll auditcse.dll AuditNativeSnapIn.dll auditpol.exe auditpolcore.dll AuditPolicyGPInterop.dll auditpolmsg.dll AuthBroker.dll AuthBrokerUI.dll authentication.dll AuthExt.dll authfwcfg.dll AuthFWGP.dll AuthFWSnapin.dll AuthFWWizFwk.dll AuthHost.exe AuthHostProxy.dll authui.dll authz.dll autochk.exe autopilot.dll autopilotdiag.dll autoplay.dll autotimesvc.dll AverageRoom.bin avicap32.dll avifil32.dll avrt.dll AWSurrogate.exe AxInstSv.dll AxInstUI.exe azman.msc azroles.dll azroleui.dll AzSqlExt.dll AzureAttest.dll AzureAttestManager.dll AzureAttestNormal.dll baaupdate.exe BackgroundMediaPolicy.dll backgroundTaskHost.exe BackgroundTransferHost.exe BamSettingsClient.dll BarcodeProvisioningPlugin.dll basecsp.dll basesrv.dll bash.exe batmeter.dll bcastdvr.proxy.dll BcastDVRBroker.dll BcastDVRClient.dll BcastDVRCommon.dll bcastdvruserservice.dll bcd.dll bcdboot.exe bcdedit.exe bcdprov.dll bcdsrv.dll BCP47Langs.dll BCP47mrm.dll bcrypt.dll bcryptprimitives.dll bdaplgin.ax bdechangepin.exe BdeHdCfg.exe BdeHdCfgLib.dll bderepair.dll bdesvc.dll BdeSysprep.dll bdeui.dll BdeUISrv.exe bdeunlock.exe BFE.DLL bg-BG bi.dll bidispl.dll bindfltapi.dll BingASDS.dll BingFilterDS.dll BingMaps.dll BingOnlineServices.dll BioCredProv.dll BioIso.exe bisrv.dll BitLockerCsp.dll BitLockerDeviceEncryption.exe BitLockerWizard.exe BitLockerWizardElev.exe bitsadmin.exe bitsigd.dll bitsperf.dll BitsProxy.dll biwinrt.dll BlbEvents.dll blbres.dll blb_ps.dll BluetoothApis.dll BluetoothDesktopHandlers.dll BluetoothPairingSystemToastIcon.contrast-black.png BluetoothPairingSystemToastIcon.contrast-high.png BluetoothPairingSystemToastIcon.contrast-white.png BluetoothPairingSystemToastIcon.png BluetoothSystemToastIcon.contrast-white.png BluetoothSystemToastIcon.png bnmanager.dll Boot boot.sdi bootim.exe BootMenuUX.dll bootsect.exe bootstr.dll bootsvc.dll bootux.dll BOOTVID.DLL bopomofo.uce bridgeres.dll bridgeunattend.exe BrokerLib.dll browcli.dll browserbroker.dll browserexport.exe browser_broker.exe browseui.dll BTAGService.dll BthAvctpSvc.dll BthAvrcp.dll BthAvrcpAppSvc.dll bthci.dll BthMtpContextHandler.dll bthpanapi.dll BthpanContextHandler.dll Bthprops bthprops.cpl BthRadioMedia.dll bthserv.dll BthTelemetry.dll bthudtask.exe btpanui.dll Bubbles.scr BWContextHandler.dll ByteCodeGenerator.exe c4d66f00-b6f0-4439-ac9b-c5ea13fe54d7_HyperV-ComputeCore.dll ca-ES cabapi.dll cabinet.dll cabview.dll cacls.exe calc.exe CallButtons.dll CallButtons.ProxyStub.dll CallHistoryClient.dll CameraCaptureUI.dll CameraSettingsUIHost.exe CapabilityAccessHandlers.dll CapabilityAccessManager.dll CapabilityAccessManagerClient.dll capauthz.dll capiprovider.dll capisp.dll CaptureService.dll CastingShellExt.dll CastLaunch.dll CastSrv.exe CatRoot catroot2 catsrv.dll catsrvps.dll catsrvut.dll CBDHSvc.dll cca.dll cdd.dll cdosys.dll cdp.dll cdprt.dll cdpsvc.dll cdpusersvc.dll cellulardatacapabilityhandler.dll cemapi.dll cero.rs certca.dll certcli.dll certCredProvider.dll certenc.dll CertEnroll.dll CertEnrollCtrl.exe CertEnrollUI.dll certlm.msc certmgr.dll certmgr.msc CertPKICmdlet.dll CertPolEng.dll certprop.dll certreq.exe certutil.exe cewmdm.dll cfgbkend.dll cfgmgr32.dll CfgSPCellular.dll CfgSPPolicy.dll cflapi.dll cfmifs.dll cfmifsproxy.dll Chakra.dll Chakradiag.dll Chakrathunk.dll change.exe changepk.exe charmap.exe chartv.dll ChatApis.dll chcp.com CheckNetIsolation.exe chglogon.exe chgport.exe chgusr.exe chkdsk.exe chkntfs.exe choice.exe ChsStrokeDS.dll chs_singlechar_pinyin.dat ChtBopomofoDS.dll ChtCangjieDS.dll ChtHkStrokeDS.dll ChtQuickDS.dll ChxAPDS.dll ChxDecoder.dll ChxHAPDS.dll chxinputrouter.dll chxranker.dll CHxReadingStringIME.dll ci.dll cic.dll CIDiag.exe cimfs.dll cipher.exe CIRCoInst.dll CIWmi.dll clb.dll clbcatq.dll cldapi.dll cleanmgr.exe CleanPCCSP.dll clfsw32.dll cliconfg.dll cliconfg.exe cliconfg.rll clip.exe ClipboardServer.dll Clipc.dll ClipDLS.exe ClipRenew.exe ClipSVC.dll ClipUp.exe clipwinrt.dll cloudAP.dll CloudDomainJoinAUG.dll CloudDomainJoinDataModelServer.dll CloudExperienceHost.dll CloudExperienceHostBroker.dll CloudExperienceHostBroker.exe CloudExperienceHostCommon.dll CloudExperienceHostRedirection.dll CloudExperienceHostUser.dll cloudidsvc.dll CloudIdWxhExtension.dll CloudNotifications.exe clrhost.dll clusapi.dll cmcfg32.dll cmd.exe cmdext.dll cmdial32.dll cmdkey.exe cmdl32.exe cmgrcspps.dll cmifw.dll cmintegrator.dll cmlua.dll cmmon32.exe cmpbk32.dll cmstp.exe cmstplua.dll cmutil.dll cngcredui.dll cngprovider.dll cnvfat.dll cob-au.rs CodeIntegrity CodeIntegrityAggregator.dll cofire.exe cofiredm.dll colbact.dll COLORCNV.DLL colorcpl.exe colorui.dll Com combase.dll comcat.dll comctl32.dll comdlg32.dll comexp.msc coml2.dll comp.exe compact.exe CompatTelRunner.exe compmgmt.msc CompMgmtLauncher.exe ComposableShellProxyStub.dll ComposerFramework.dll CompPkgSrv.exe CompPkgSup.dll compstui.dll computecore.dll computelibeventlog.dll computenetwork.dll ComputerDefaults.exe ComputerToastIcon.contrast-white.png ComputerToastIcon.png computestorage.dll comrepl.dll comres.dll comsnap.dll comsvcs.dll comuid.dll concrt140.dll concrt140d.dll config configmanager2.dll Configuration ConfigureExpandedStorage.dll conhost.exe ConhostV1.dll connect.dll ConnectedAccountState.dll consent.exe ConsentExperienceCommon.dll ConsentUX.dll ConsentUxClient.dll console.dll ConsoleLogon.dll ConstraintIndex.Search.dll ContactActivation.dll ContactApis.dll ContactHarvesterDS.dll container.dll containerdevicemanagement.dll ContentDeliveryManager.Utilities.dll control.exe ControlLib.dll convert.exe convertvhd.exe coreaudiopolicymanagerext.dll coredpus.dll coredpussvr.exe coreglobconfig.dll CoreMas.dll CoreMessaging.dll CoreMmRes.dll CorePrivacySettingsStore.dll CoreShell.dll CoreShellAPI.dll CoreShellExtFramework.dll CoreUIComponents.dll correngine.dll CourtesyEngine.dll CPFilters.dll CredDialogBroker.dll CredentialEnrollmentManager.exe CredentialEnrollmentManagerForUser.dll CredentialUIBroker.exe CredProv2faHelper.dll CredProvCommonCore.dll CredProvDataModel.dll CredProvHelper.dll credprovhost.dll credprovs.dll credprovslegacy.dll credssp.dll credui.dll credwiz.exe crypt32.dll cryptbase.dll cryptcatsvc.dll cryptdlg.dll cryptdll.dll cryptext.dll cryptnet.dll cryptngc.dll CryptoWinRT.dll cryptsp.dll cryptsvc.dll crypttpmeksvc.dll cryptui.dll cryptuiwizard.dll cryptxml.dll cs-CZ cscapi.dll cscdll.dll CscMig.dll cscobj.dll cscript.exe cscsvc.dll cscui.dll CspCellularSettings.dll csplte.dll CspProxy.dll csrr.rs csrsrv.dll csrss.exe CSystemEventsBrokerClient.dll ctac.json ctfmon.exe cttune.exe cttunesvr.exe curl.exe CustomInstallExec.exe CustomShellHost.exe cuzzapi.dll cxcredprov.dll CXHProvisioningServer.dll C_037.NLS C_10000.NLS C_10001.NLS C_10002.NLS C_10003.NLS C_10004.NLS C_10005.NLS C_10006.NLS C_10007.NLS C_10008.NLS C_10010.NLS C_10017.NLS C_10021.NLS C_10029.NLS C_10079.NLS C_10081.NLS C_10082.NLS C_1026.NLS C_1047.NLS C_1140.NLS C_1141.NLS C_1142.NLS C_1143.NLS C_1144.NLS C_1145.NLS C_1146.NLS C_1147.NLS C_1148.NLS C_1149.NLS C_1250.NLS C_1251.NLS C_1252.NLS C_1253.NLS C_1254.NLS C_1255.NLS C_1256.NLS C_1257.NLS C_1258.NLS C_1361.NLS C_20000.NLS C_20001.NLS C_20002.NLS C_20003.NLS C_20004.NLS C_20005.NLS C_20105.NLS C_20106.NLS C_20107.NLS C_20108.NLS C_20127.NLS C_20261.NLS C_20269.NLS C_20273.NLS C_20277.NLS C_20278.NLS C_20280.NLS C_20284.NLS C_20285.NLS C_20290.NLS C_20297.NLS C_20420.NLS C_20423.NLS C_20424.NLS C_20833.NLS C_20838.NLS C_20866.NLS C_20871.NLS C_20880.NLS C_20905.NLS C_20924.NLS C_20932.NLS C_20936.NLS C_20949.NLS C_21025.NLS C_21027.NLS C_21866.NLS C_28591.NLS C_28592.NLS C_28593.NLS C_28594.NLS C_28595.NLS C_28596.NLS C_28597.NLS C_28598.NLS C_28599.NLS c_28603.nls C_28605.NLS C_437.NLS C_500.NLS C_708.NLS C_720.NLS C_737.NLS C_775.NLS C_850.NLS C_852.NLS C_855.NLS C_857.NLS C_858.NLS C_860.NLS C_861.NLS C_862.NLS C_863.NLS C_864.NLS C_865.NLS C_866.NLS C_869.NLS C_870.NLS C_874.NLS C_875.NLS C_932.NLS C_936.NLS C_949.NLS C_950.NLS C_G18030.DLL c_GSM7.DLL C_IS2022.DLL C_ISCII.DLL d2d1.dll d2d1debug3.dll d3d10.dll d3d10core.dll d3d10level9.dll d3d10ref.dll d3d10sdklayers.dll d3d10warp.dll d3d10_1.dll d3d10_1core.dll d3d11.dll d3d11on12.dll d3d11_3SDKLayers.dll D3D12.dll D3D12Core.dll d3d12SDKLayers.dll d3d8thk.dll d3d9.dll d3d9on12.dll D3DCompiler_47.dll d3dconfig.exe d3dref9.dll D3DSCache.dll d3dx10_43.dll d3dx11_43.dll d4d78066-e6db-44b7-b5cd-2eb82dce620c_HyperV-ComputeLegacy.dll da-DK dab.dll dabapi.dll DAConn.dll dafAspInfraProvider.dll dafBth.dll DafDnsSd.dll dafDockingProvider.dll DAFESCL.dll DafGip.dll DAFIoT.dll DAFIPP.dll DAFMCP.dll dafpos.dll DafPrintProvider.dll dafupnp.dll dafWCN.dll dafWfdProvider.dll DAFWiProv.dll DAFWSD.dll DAMediaManager.dll DAMM.dll DaOtpCredentialProvider.dll das.dll dasHost.exe dataclen.dll DataExchange.dll DataExchangeHost.exe DataStoreCacheDumpTool.exe datusage.dll davclnt.dll davhlpr.dll DavSyncProvider.dll daxexec.dll dbgcore.dll dbgeng.dll dbghelp.dll DbgModel.dll dbnetlib.dll dbnmpntw.dll dccw.exe dciman32.dll dcntel.dll dcomcnfg.exe dcomp.dll dcsvc.dll DDACLSys.dll DdcClaimsApi.dll DdcComImplementationsDesktop.dll DDDS.dll DDFs ddisplay.dll ddodiag.exe DDOIProxy.dll DDORes.dll ddpchunk.dll ddptrace.dll ddputils.dll ddp_ps.dll ddraw.dll ddrawex.dll de-DE declaredconfiguration.dll DefaultAccountTile.png DefaultDeviceManager.dll DefaultHrtfs.bin DefaultPrinterProvider.dll DefaultQuestions.json Defrag.exe defragproxy.dll defragres.dll defragsvc.dll delegatorprovider.dll DeliveryOptimizationMIProv.mof DeliveryOptimizationMIProvUninstall.mof DeployCmd.exe deploymentcsphelper.exe deploymentcsps.dll desk.cpl deskadp.dll deskmon.dll desktopimgdownldr.exe DesktopKeepOnToastImg.gif DesktopShellAppStateContract.dll DesktopShellExt.dll DesktopSwitcherDataModel.dll DesktopView.Internal.Broker.dll DesktopView.Internal.Broker.ProxyStub.dll DetailedReading-Default.xml DevDispItemProvider.dll DeveloperOptionsSettingsHandlers.dll devenum.dll deviceaccess.dll deviceassociation.dll DeviceCensus.exe DeviceCenter.dll DeviceCompanionAppInstall.dll DeviceCredential.dll DeviceCredentialDeployment.exe DeviceDirectoryClient.dll DeviceDisplayStatusManager.dll DeviceDriverRetrievalClient.dll DeviceEject.exe DeviceElementSource.dll DeviceEnroller.exe DeviceFlows.DataModel.dll DeviceMetadataRetrievalClient.dll devicengccredprov.dll DevicePairing.dll DevicePairingExperienceMEM.dll DevicePairingFolder.dll DevicePairingProxy.dll DevicePairingWizard.exe DeviceProperties.exe DeviceReactivation.dll deviceregistration.dll DeviceSetupManager.dll DeviceSetupManagerAPI.dll DeviceSetupStatusProvider.dll DevicesFlowBroker.dll DeviceSoftwareInstallationClient.dll DeviceUpdateAgent.dll DeviceUpdateCenterCsp.dll DeviceUxRes.dll devinv.dll devmgmt.msc devmgr.dll DevModeRunAsUserConfig.msc devobj.dll DevPropMgr.dll DevQueryBroker.dll devrtl.dll dfdts.dll DFDWiz.exe dfrgui.exe dfscli.dll dfshim.dll DfsShlEx.dll dggpext.dll dhcpcmonitor.dll dhcpcore.dll dhcpcore6.dll dhcpcsvc.dll dhcpcsvc6.dll dhcpsapi.dll DHolographicDisplay.dll DiagCpl.dll diagnosticdataquery.dll DiagnosticDataSettings.dll DiagnosticInvoker.dll DiagnosticLogCSP.dll diagperf.dll DiagSvc.dll DiagSvcs diagtrack.dll dialclient.dll dialer.exe DialogBlockerProc.dll DialogBlockingManager.dll DialogBlockingService.dll dialserver.dll DictationManager.dll difxapi.dll dimsjob.dll dimsroam.dll dinput.dll dinput8.dll Direct2DDesktop.dll directmanipulation.dll DirectML.Debug.dll directml.dll directxdatabasehelper.dll directxdatabaseupdater.exe discan.dll diskmgmt.msc diskpart.exe diskperf.exe diskraid.exe DiskSnapshot.conf DiskSnapshot.exe diskusage.exe Dism Dism.exe DismApi.dll DispBroker.Desktop.dll DispBroker.dll dispdiag.exe dispex.dll Display.dll DisplayManager.dll DisplaySwitch.exe DisplaySystemToastIcon.contrast-white.png DisplaySystemToastIcon.png djctq.rs djoin.exe dllhost.exe dllhst3g.exe dlnashext.dll DMAlertListener.ProxyStub.dll DmApiSetExtImplDesktop.dll DMAppsRes.dll dmcertinst.exe dmcfghost.exe dmcfgutils.dll dmclient.exe dmcmnutils.dll dmcommandlineutils.dll dmcsps.dll dmdlgs.dll dmdskmgr.dll dmdskres.dll dmdskres2.dll dmenrollengine.dll dmenterprisediagnostics.dll dmintf.dll dmiso8601utils.dll dmloader.dll DmNotificationBroker.exe dmocx.dll dmoleaututils.dll DmOmaCpMo.exe dmprocessxmlfiltered.dll dmpushproxy.dll DMPushRouterCore.dll DMRCDecoder.dll DMRServer.dll dmsynth.dll dmusic.dll dmutil.dll dmvdsitf.dll dmview.ocx dmwappushsvc.dll dmwmicsp.dll dmxmlhelputils.dll dns-sd.exe dnsapi.dll dnscacheugc.exe dnscmmc.dll dnsext.dll dnshc.dll dnsrslvr.dll dnssd.dll dnssdX.dll Docking.VirtualInput.dll DockInterface.ProxyStub.dll docprop.dll DocumentPerformanceEvents.dll DolbyDecMFT.dll domgmt.dll dosettings.dll doskey.exe dosvc.dll dot3api.dll dot3cfg.dll Dot3Conn.dll dot3dlg.dll dot3gpclnt.dll dot3gpui.dll dot3hc.dll dot3mm.dll dot3msm.dll dot3svc.dll dot3ui.dll downlevel dpapi.dll dpapimig.exe dpapiprovider.dll dpapisrv.dll DpiScaling.exe dpnaddr.dll dpnathlp.dll dpnet.dll dpnhpast.dll dpnhupnp.dll dpnlobby.dll dpnsvr.exe dps.dll dpx.dll DragDropExperienceCommon.dll DragDropExperienceDataExchangeDelegated.dll driverquery.exe drivers DriverState DriverStore drprov.dll drt.dll DrtmAuthTxt.wim drtprov.dll drttransport.dll drvinst.exe drvsetup.dll DRVSTORE drvstore.dll dsauth.dll dsc DscCore.dll DscCoreConfProv.dll dsclient.dll dscproxy.dll DscTimer.dll dsdmo.dll dskquota.dll dskquoui.dll DsmUserTask.exe dsound.dll dsparse.dll dsprop.dll dsquery.dll dsreg.dll dsregcmd.exe dsregtask.dll dsrole.dll dssec.dat dssec.dll dssenh.dll dssvc.dll dstokenclean.exe Dsui.dll dsuiext.dll dswave.dll dtdump.exe dtsh.dll DuCsps.dll dui70.dll duser.dll dusmapi.dll dusmsvc.dll dusmtask.exe dvdplay.exe dwm.exe dwmapi.dll dwmcore.dll dwmghost.dll dwminit.dll dwmredir.dll dwmscene.dll DWrite.dll DWWIN.EXE DXCap.exe DXCaptureReplay.dll DXCore.dll DXCpl.exe dxdiag.exe dxdiagn.dll dxgi.dll dxgiadaptercache.exe DXGIDebug.dll dxgwdi.dll dxilconv.dll dxmasf.dll DXP.dll dxpps.dll Dxpserver.exe DxpTaskSync.dll dxtmsft.dll DXToolsMonitor.dll DXToolsOfflineAnalysis.dll DxToolsReportGenerator.dll DXToolsReporting.dll dxtrans.dll dxva2.dll DynamicLong.bin DynamicMedium.bin DynamicShort.bin dynamoapi.dll EAMProgressHandler.dll Eap3Host.exe eapp3hst.dll eappcfg.dll eappcfgui.dll eappgnui.dll eapphost.dll eappprxy.dll eapprovp.dll eapputil.dll eapsimextdesktop.dll eapsvc.dll EapTeapAuth.dll EapTeapConfig.dll EapTeapExt.dll easconsent.dll EaseOfAccessDialog.exe easinvoker.exe easinvoker.proxystub.dll EASPolicyManagerBrokerHost.exe EasPolicyManagerBrokerPS.dll easwrt.dll edgeangle.dll EdgeContent.dll edgehtml.dll edgeIso.dll EdgeManager.dll EdgeResetPlugin.dll EditBufferTestHook.dll EditionUpgradeHelper.dll EditionUpgradeManagerObj.dll edpauditapi.dll EDPCleanup.exe edpcsp.dll edpnotify.exe edptask.dll edputil.dll EduPrintProv.exe eeprov.dll eeutil.dll efsadu.dll efscore.dll efsext.dll efslsaext.dll efssvc.dll efsui.exe efsutil.dll efswrt.dll EhStorAPI.dll EhStorAuthn.exe EhStorPwdMgr.dll EhStorShell.dll el-GR els.dll ELSCore.dll elshyph.dll elslad.dll elsTrans.dll EM.exe EmailApis.dll embeddedmodesvc.dll embeddedmodesvcapi.dll EmojiDS.dll en en-GB en-US encapi.dll energy.dll energyprov.dll energytask.dll enrollmentapi.dll EnterpriseAPNCsp.dll EnterpriseAppMgmtClient.dll EnterpriseAppMgmtSvc.dll EnterpriseAppVMgmtCSP.dll enterprisecsps.dll EnterpriseDesktopAppMgmtCSP.dll enterpriseetw.dll EnterpriseModernAppMgmtCSP.dll enterpriseresourcemanager.dll EoAExperiences.exe eqossnap.dll ErrorDetails.dll ErrorDetailsCore.dll es-ES es-MX es.dll EsclProtocol.dll EsclScan.dll EsclWiaDriver.dll EsdSip.dll esent.dll esentprf.dll esentutl.exe esevss.dll eShims.dll esrb.rs et-EE EthernetMediaManager.dll ETWCoreUIComponentsResources.dll ETWESEProviderResources.dll EtwRundown.dll eu-ES eudcedit.exe eUICCsCSP.dll EventAggregation.dll eventcls.dll eventcreate.exe EventViewer_EventDetails.xsl eventvwr.exe eventvwr.msc evr.dll ExecModelClient.dll execmodelproxy.dll expand.exe ExplorerFrame.dll ExSMime.dll extrac32.exe ExtrasXmlParser.dll F12 f1db7d81-95be-4911-935a-8ab71629112a_HyperV-IsolatedVM.dll f3ahvoas.dll f989b52d-f928-44a3-9bf1-bf0c1da6a0d6_HyperV-DeviceVirtualization.dll facecredentialprovider.dll Facilitator.dll Family.Authentication.dll Family.Cache.dll Family.Client.dll Family.SyncEngine.dll FamilySafetyExt.dll Faultrep.dll FaxPrinterInstaller.dll fc.exe fclip.exe fcon.dll fdBth.dll fdBthProxy.dll FdDevQuery.dll fde.dll fdeploy.dll fdPHost.dll fdPnp.dll fdprint.dll fdProxy.dll FDResPub.dll fdSSDP.dll fdWCN.dll fdWNet.dll fdWSD.dll FeatureToastBulldogImg.png FeatureToastDlpImg.png feclient.dll ffbroker.dll fhcat.dll fhcfg.dll fhcleanup.dll fhcpl.dll fhengine.dll fhevents.dll fhmanagew.exe fhsettingsprovider.dll fhshl.dll fhsrchapi.dll fhsrchph.dll fhsvc.dll fhsvcctl.dll fhtask.dll fhuxadapter.dll fhuxapi.dll fhuxcommon.dll fhuxgraphics.dll fhuxpresentation.dll fi-FI fidocredprov.dll FileAppxStreamingDataSource.dll FileHistory.exe filemgmt.dll FilterDS.dll find.exe findnetprinters.dll findstr.exe finger.exe fingerprintcredential.dll Firewall.cpl FirewallAPI.dll FirewallControlPanel.dll fixmapi.exe FlightSettings.dll fltLib.dll fltMC.exe FluencyDS.dll FM20.DLL FM20enu.DLL fmapi.dll fmifs.dll fms.dll FNTCACHE.DAT FntCache.dll fodhelper.exe Fondue.exe fontdrvhost.exe fontext.dll FontGlyphAnimator.dll fontgroupsoverride.dll FontProvider.dll fontsub.dll fontview.exe forfiles.exe format.com fpb.rs fphc.dll fr-CA fr-FR framedyn.dll framedynos.dll FrameServer.dll FrameServerClient.dll FrameServerMonitor.dll frprov.dll fsavailux.exe FsIso.exe fsmgmt.msc FsNVSDeviceSource.dll fsquirt.exe fsutil.exe fsutilext.dll fthsvc.dll ftp.exe fundisc.dll fveapi.dll fveapibase.dll fvecerts.dll fvecpl.dll fvenotify.exe fveprompt.exe fveskybackup.dll fveui.dll fvewiz.dll FvSDK_x64.dll fwbase.dll fwcfg.dll fwmdmcsp.dll fwpolicyiomgr.dll FWPUCLNT.DLL FwRemoteSvr.dll FXSAPI.dll FXSCOM.dll FXSCOMEX.dll FXSCOMPOSE.dll FXSCOMPOSERES.dll FXSCOVER.exe FXSEVENT.dll FXSMON.dll FXSRESM.dll FXSROUTE.dll FXSST.dll FXSSVC.exe FXST30.dll FXSTIFF.dll FxsTmp FXSUNATD.exe FXSUTILITY.dll g711codc.ax GameBarPresenceWriter.exe GameBarPresenceWriter.proxy.dll GameChatOverlayExt.dll GameChatTranscription.dll GameInput.dll gamemode.dll GamePanel.exe GamePanelExternalHook.dll gamestreamingext.dll GameSystemToastIcon.contrast-white.png GameSystemToastIcon.png gameux.dll gamingtcui.dll gatherNetworkInfo.vbs gb2312.uce gcdef.dll gdi32.dll gdi32full.dll GdiPlus.dll generaltel.dll GenValObj.exe Geocommon.dll Geolocation.dll getmac.exe getuname.dll gl-ES glmf32.dll globinputhost.dll glu32.dll gmsaclient.dll gpapi.dll GPCSEWrapperCsp.dll gpedit.dll gpedit.msc gpprefcl.dll gpprnext.dll gpresult.exe gpscript.dll gpscript.exe gpsvc.dll gptext.dll gpupdate.exe gpupvdev.dll GraphicsCapture.dll GraphicsPerfSvc.dll grb.rs Groupinghc.dll GroupPolicy GroupPolicyUsers grpconv.exe hal.dll HalExtIntcLpioDMA.dll HalExtIntcPseDMA.dll HalExtPL080.dll HandwritingSystemToastIcon.contrast-white.png HandwritingSystemToastIcon.png hascsp.dll HashtagDS.dll hbaapi.dll hcproviders.dll hcsdiag.exe HdcpHandler.dll hdwwiz.cpl hdwwiz.exe he-IL HeadphoneSystemToastIcon.contrast-white.png HeadphoneSystemToastIcon.png HeadsetSystemToastIcon.contrast-white.png HeadsetSystemToastIcon.png HealthAttestationClient HealthSystemToastIcon.contrast-white.png HealthSystemToastIcon.png HeatCore.dll help.exe HelpPaneProxy.dll hgcpl.dll hhctrl.ocx hhsetup.dll hid.dll HidCfu.dll hidphone.tsp hidserv.dll hlink.dll hmkd.dll hnetcfg.dll HNetCfgClient.dll hnetmon.dll hnsdiag.exe hnsproxy.dll HologramCompositor.dll HologramWorld.dll HolographicExtensions.dll HolographicRuntimes.dll HoloShellRuntime.dll HoloSHExtensions.dll HoloSI.PCShell.dll HOSTNAME.EXE HostNetSvc.dll hotplug.dll hr-HR HrtfApo.dll hspapi.dll hspfw.dll html.iec httpapi.dll httpprxc.dll httpprxm.dll httpprxp.dll HttpsDataSource.dll htui.dll hu-HU hvax64.exe hvhostsvc.dll hvix64.exe hvloader.dll hvsievaluator.exe hvsigpext.dll HvsiManagementApi.dll HvSocket.dll hwreqchk.dll Hydrogen Hydrogen.dll IA2ComProxy.dll ias ias.dll iasacct.dll iasads.dll iasdatastore.dll iashlpr.dll IasMigPlugin.dll iasnap.dll iaspolcy.dll iasrad.dll iasrecst.dll iassam.dll iassdo.dll iassvcs.dll icacls.exe icfupgd.dll icm32.dll icmp.dll icmui.dll IconCodecService.dll IcsEntitlementHost.exe icsigd.dll icsunattend.exe icsvc.dll icsvcext.dll icsvcvss.dll icsxml icu.dll icuin.dll icuuc.dll id-ID IdCtrls.dll ideograf.uce IDStore.dll ie4uinit.exe ie4ushowIE.exe IEAdvpack.dll ieapfltr.dll iedkcs32.dll ieframe.dll iemigplugin.dll iepeers.dll ieproxy.dll IEProxyDesktop.dll iernonce.dll iertutil.dll IESettingSync.exe iesetup.dll iesysprep.dll ieui.dll ieuinit.inf ieUnatt.exe iexpress.exe ifmon.dll ifsutil.dll ifsutilx.dll igdDiag.dll IHDS.dll IKEEXT.DLL imaadp32.acm imagehlp.dll imageres.dll imagesp1.dll imapi.dll imapi2.dll imapi2fs.dll IME ime_textinputhelpers.dll imgutil.dll imm32.dll immersivetpmvscmgrsvr.exe ImplatSetup.dll IndexedDbLegacy.dll inetcomm.dll inetcpl.cpl inetmib1.dll inetpp.dll inetppui.dll INETRES.dll inetsrv InfDefaultInstall.exe InkEd.dll InkObjCore.dll InprocLogger.dll input.dll InputCloudStore.dll InputController.dll InputHost.dll InputInjectionBroker.dll InputLocaleManager.dll InputMethod InputService.dll InputSwitch.dll InputSwitchToastHandler.exe InputSystemToastIcon.contrast-white.png InputSystemToastIcon.png inseng.dll InstallService.dll InstallServiceTasks.dll InstallUtil.InstallLog intel_gfx_api-x64.dll internetmail.dll InternetMailCsp.dll intl.cpl invagent.dll iologmsg.dll IoTAssignedAccessLockFramework.dll iotstartup.exe ipconfig.exe IPELoggingDictationHelper.dll IPHLPAPI.DLL iphlpsvc.dll Ipmi ipnathlp.dll IpNatHlpClient.dll IppCommon.dll IppCommonProxy.dll iprtprio.dll iprtrmgr.dll ipsecsnp.dll IPSECSVC.DLL ipsmsnap.dll ipxlatcfg.dll iri.dll irprops.cpl iscsicli.exe iscsicpl.dll iscsicpl.exe iscsidsc.dll iscsied.dll iscsiexe.dll iscsilog.dll iscsium.dll iscsiwmi.dll iscsiwmiv2.dll ISM.dll ISM.exe isoburn.exe it-IT itircl.dll itss.dll iuilp.dll iumbase.dll iumcrypt.dll iumdll.dll IumSdk.dll iyuv_32.dll ja-jp JavaScriptCollectionAgent.dll jdns_sd.dll JHI64.dll joinproviderol.dll joinutil.dll joy.cpl JpMapControl.dll jpndecoder.dll jpninputrouter.dll jpnranker.dll JpnServiceDS.dll jscript.dll jscript9.dll jscript9diag.dll jscript9Legacy.dll jsproxy.dll kanji_1.uce kanji_2.uce kbd101.dll kbd101a.dll kbd101b.dll kbd101c.dll kbd103.dll kbd106.dll kbd106n.dll KBDA1.DLL KBDA2.DLL KBDA3.DLL KBDADLM.DLL KBDAL.DLL KBDARME.DLL kbdarmph.dll kbdarmty.dll KBDARMW.DLL kbdax2.dll KBDAZE.DLL KBDAZEL.DLL KBDAZST.DLL KBDBASH.DLL KBDBE.DLL KBDBENE.DLL KBDBGPH.DLL KBDBGPH1.DLL KBDBHC.DLL KBDBLR.DLL KBDBR.DLL KBDBU.DLL KBDBUG.DLL KBDBULG.DLL KBDCA.DLL KBDCAN.DLL KBDCHER.DLL KBDCHERP.DLL KBDCR.DLL KBDCZ.DLL KBDCZ1.DLL KBDCZ2.DLL KBDDA.DLL KBDDIV1.DLL KBDDIV2.DLL KBDDV.DLL KBDDZO.DLL KBDES.DLL KBDEST.DLL KBDFA.DLL kbdfar.dll KBDFC.DLL KBDFI.DLL KBDFI1.DLL KBDFO.DLL KBDFR.DLL KBDFTHRK.DLL KBDGAE.DLL KBDGEO.DLL kbdgeoer.dll kbdgeome.dll kbdgeooa.dll kbdgeoqw.dll KBDGKL.DLL KBDGN.DLL KBDGR.DLL KBDGR1.DLL KBDGRLND.DLL KBDGTHC.DLL KBDHAU.DLL KBDHAW.DLL KBDHE.DLL KBDHE220.DLL KBDHE319.DLL KBDHEB.DLL kbdhebl3.dll KBDHELA2.DLL KBDHELA3.DLL KBDHEPT.DLL KBDHU.DLL KBDHU1.DLL kbdibm02.dll KBDIBO.DLL KBDIC.DLL KBDINASA.DLL KBDINBE1.DLL KBDINBE2.DLL KBDINBEN.DLL KBDINDEV.DLL KBDINEN.DLL KBDINGUJ.DLL KBDINHIN.DLL KBDINKAN.DLL KBDINMAL.DLL KBDINMAR.DLL KBDINORI.DLL KBDINPUN.DLL KBDINTAM.DLL KBDINTEL.DLL KBDINUK2.DLL KBDIR.DLL KBDIT.DLL KBDIT142.DLL KBDIULAT.DLL KBDJAV.DLL KBDJPN.DLL KBDKAZ.DLL KBDKHMR.DLL KBDKNI.DLL KBDKOR.DLL KBDKURD.DLL KBDKYR.DLL KBDLA.DLL KBDLAO.DLL kbdlisub.dll kbdlisus.dll kbdlk41a.dll KBDLT.DLL KBDLT1.DLL KBDLT2.DLL KBDLV.DLL KBDLV1.DLL KBDLVST.DLL KBDMAC.DLL KBDMACST.DLL KBDMAORI.DLL KBDMLT47.DLL KBDMLT48.DLL KBDMON.DLL KBDMONMO.DLL KBDMONST.DLL KBDMYAN.DLL KBDNE.DLL kbdnec.dll kbdnec95.dll kbdnecat.dll kbdnecnt.dll KBDNEPR.DLL kbdnko.dll KBDNO.DLL KBDNO1.DLL KBDNSO.DLL KBDNTL.DLL KBDOGHAM.DLL KBDOLCH.DLL KBDOLDIT.DLL KBDOSA.DLL KBDOSM.DLL KBDPASH.DLL kbdphags.dll KBDPL.DLL KBDPL1.DLL KBDPO.DLL KBDRO.DLL KBDROPR.DLL KBDROST.DLL KBDRU.DLL KBDRU1.DLL KBDRUM.DLL KBDSF.DLL KBDSG.DLL KBDSL.DLL KBDSL1.DLL KBDSMSFI.DLL KBDSMSNO.DLL KBDSN1.DLL KBDSORA.DLL KBDSOREX.DLL KBDSORS1.DLL KBDSORST.DLL KBDSP.DLL KBDSW.DLL KBDSW09.DLL KBDSYR1.DLL KBDSYR2.DLL KBDTAILE.DLL KBDTAJIK.DLL KBDTAM99.DLL KBDTAT.DLL KBDTH0.DLL KBDTH1.DLL KBDTH2.DLL KBDTH3.DLL KBDTIFI.DLL KBDTIFI2.DLL KBDTIPRC.DLL KBDTIPRD.DLL KBDTT102.DLL KBDTUF.DLL KBDTUQ.DLL KBDTURME.DLL KBDTZM.DLL KBDUGHR.DLL KBDUGHR1.DLL KBDUK.DLL KBDUKX.DLL KBDUR.DLL KBDUR1.DLL KBDURDU.DLL KBDUS.DLL KBDUSA.DLL KBDUSL.DLL KBDUSR.DLL KBDUSX.DLL KBDUZB.DLL KBDVNTC.DLL KBDWOL.DLL KBDYAK.DLL KBDYBA.DLL KBDYCC.DLL KBDYCL.DLL kd.dll kdcom.dll kdcpw.dll kdhvcom.dll kdnet.dll kdnet_uart16550.dll KdsCli.dll kdstub.dll kdusb.dll kd_02_10df.dll kd_02_10ec.dll kd_02_1137.dll kd_02_14e4.dll kd_02_15b3.dll kd_02_1969.dll kd_02_19a2.dll kd_02_1af4.dll kd_02_8086.dll kd_07_1415.dll kd_0C_8086.dll keepaliveprovider.dll KerbClientShared.dll kerberos.dll kernel.appcore.dll kernel32.dll KernelBase.dll KeyboardFilterCore.dll KeyboardFilterManager.dll KeyboardFilterShim.dll KeyboardFilterSvc.dll KeyboardSystemToastIcon.contrast-white.png KeyboardSystemToastIcon.png KeyCredMgr.dll keyiso.dll keymgr.dll KeywordDetectorMsftSidAdapter.dll Keywords klist.exe kmddsp.tsp KnobsCore.dll KnobsCsp.dll ko-KR korean.uce ksetup.exe ksproxy.ax kstvtune.ax ksuser.dll Kswdmcap.ax ksxbar.ax ktmutil.exe ktmw32.dll l2gpstore.dll l2nacp.dll L2SecHC.dll l3codeca.acm l3codecp.acm la57setup.exe label.exe LangCleanupSysprepAction.dll LanguageComponentsInstaller.dll LanguageComponentsInstallerComHandler.exe LanguageOverlayServer.dll LanguageOverlayUtil.dll LanguagePackDiskCleanup.dll LanguagePackManagementCSP.dll LAPRXY.DLL laps.dll lapscsp.dll LaptopPlugInToastImg.gif LargeRoom.bin LaunchTM.exe LaunchWinApp.exe lcphrase.tbl lcptr.tbl LegacyNetUX.dll LegacyNetUXHost.exe LegacySystemSettings.dll LESDebug.log lfsvc.dll libcrypto.dll libmfxhw64.dll libomp140.x86_64.dll libomp140d.x86_64.dll libvpl.dll license.rtf LicenseManager.dll LicenseManagerApi.dll LicenseManagerShellext.exe LicenseManagerSvc.dll licenseprotection.dll Licenses LicensingCSP.dll licensingdiag.exe LicensingDiagSpp.dll LicensingUI.exe LicensingWinRT.dll licmgr10.dll linkinfo.dll lltdapi.dll lltdres.dll lltdsvc.dll lmhsvc.dll loadperf.dll locale.nls localsec.dll localspl.dll localui.dll LocationApi.dll LocationFramework.dll LocationFrameworkInternalPS.dll LocationFrameworkPS.dll LocationNotificationWindows.exe LocationWinPalMisc.dll Locator.exe LockAppBroker.dll LockAppHost.exe LockController.dll LockHostingFramework.dll LockScreenContent.dll LockScreenContentHost.dll LockScreenContentServer.exe LockScreenData.dll lodctr.exe log logagent.exe LogFiles loghours.dll logman.exe logoff.exe logoncli.dll LogonController.dll LogonUI.exe Logs lpasvc.dll lpk.dll lpkinstall.exe lpksetup.exe lpksetupproxyserv.dll lpremove.exe lsaadt.dll LsaIso.exe lsasrv.dll lsass.exe LSCSHostPolicy.dll lsm.dll lsmproxy.dll lstelemetry.dll lt-LT luiapi.dll lusrmgr.msc lv-LV lxss lz32.dll l_intl.nls Magnification.dll Magnify.exe MailContactsCalendarSync main.cpl MaintenanceUI.dll makecab.exe manage-bde.exe manage-bde.wsf ManageCI.dll MapConfiguration.dll MapControlCore.dll MapControlStringsRes.dll MapGeocoder.dll mapi32.dll mapistub.dll MapRouter.dll MapsBtSvc.dll MapsBtSvcProxy.dll MapsCSP.dll MapsStore.dll mapstoasttask.dll mapsupdatetask.dll mavinject.exe MbaeApi.dll MbaeApiPublic.dll mblctr.exe MBMediaManager.dll MBR2GPT.EXE mbsmsapi.dll mbussdapi.dll mcbuilder.exe MCCSEngineShared.dll MCCSPal.dll mciavi32.dll mcicda.dll mciqtz32.dll mciseq.dll mciwave.dll McpManagementProxy.dll McpManagementService.dll MCRecvSrc.dll MCU.exe mcupdate_AuthenticAMD.dll mcupdate_GenuineIntel.dll MDEServer.exe MDMAgent.exe MDMAppInstaller.exe MdmCommon.dll MdmDiagnostics.dll MdmDiagnosticsTool.exe mdminst.dll mdmlocalmanagement.dll mdmmigrator.dll mdmpostprocessevaluator.dll mdmregistration.dll MdRes.exe MdSched.exe MediaFoundation.DefaultPerceptionProvider.dll MediaSystemToastIcon.contrast-white.png MediaSystemToastIcon.png MediumRoom.bin MemoryDiagnostic.dll MessagingDataModel2.dll MessagingService.dll mf.dll mf3216.dll mfAACEnc.dll mfasfsrcsnk.dll mfaudiocnv.dll mfc100.dll mfc100chs.dll mfc100cht.dll mfc100deu.dll mfc100enu.dll mfc100esn.dll mfc100fra.dll mfc100ita.dll mfc100jpn.dll mfc100kor.dll mfc100rus.dll mfc100u.dll mfc110.dll mfc110chs.dll mfc110cht.dll mfc110deu.dll mfc110enu.dll mfc110esn.dll mfc110fra.dll mfc110ita.dll mfc110jpn.dll mfc110kor.dll mfc110rus.dll mfc110u.dll mfc120.dll mfc120chs.dll mfc120cht.dll mfc120deu.dll mfc120enu.dll mfc120esn.dll mfc120fra.dll mfc120ita.dll mfc120jpn.dll mfc120kor.dll mfc120rus.dll mfc120u.dll mfc140.dll mfc140chs.dll mfc140cht.dll mfc140d.dll mfc140deu.dll mfc140enu.dll mfc140esn.dll mfc140fra.dll mfc140ita.dll mfc140jpn.dll mfc140kor.dll mfc140rus.dll mfc140u.dll mfc140ud.dll mfc42.dll mfc42u.dll MFCaptureEngine.dll mfcm100.dll mfcm100u.dll mfcm110.dll mfcm110u.dll mfcm120.dll mfcm120u.dll mfcm140.dll mfcm140d.dll mfcm140u.dll mfcm140ud.dll mfcore.dll mfcsubs.dll mfds.dll mfdvdec.dll mferror.dll mfh263enc.dll mfh264enc.dll mfksproxy.dll MFMediaEngine.dll mfmjpegdec.dll mfmkvsrcsnk.dll mfmp4srcsnk.dll mfmpeg2srcsnk.dll mfnetcore.dll mfnetsrc.dll mfperfhelper.dll mfplat.dll MFPlay.dll mfpmp.exe mfps.dll mfreadwrite.dll mfsensorgroup.dll mfsrcsnk.dll mfsvr.dll mftranscode.dll mfvdsp.dll mfvfw.dll MFWMAAEC.DLL mfxplugin64_hw.dll mgmtapi.dll mgmtrefreshcredprov.dll mi.dll mibincodec.dll Microsoft Microsoft-Windows-AppModelExecEvents.dll microsoft-windows-battery-events.dll microsoft-windows-hal-events.dll Microsoft-Windows-Internal-Shell-NearShareExperience.dll microsoft-windows-kernel-cc-events.dll microsoft-windows-kernel-pnp-events.dll microsoft-windows-kernel-power-events.dll microsoft-windows-kernel-processor-power-events.dll Microsoft-Windows-MapControls.dll Microsoft-Windows-MosHost.dll microsoft-windows-pdc.dll microsoft-windows-power-cad-events.dll microsoft-windows-processor-aggregator-events.dll microsoft-windows-sleepstudy-events.dll microsoft-windows-storage-tiering-events.dll microsoft-windows-system-events.dll Microsoft-WindowsPhone-SEManagementProvider.dll Microsoft.Bluetooth.Audio.dll Microsoft.Bluetooth.Proxy.dll Microsoft.Bluetooth.Service.dll Microsoft.Bluetooth.UserService.dll Microsoft.Graphics.Display.DisplayEnhancementService.dll Microsoft.Internal.FrameworkUdk.System.dll Microsoft.LocalUserImageProvider.dll Microsoft.Management.Infrastructure.Native.Unmanaged.dll Microsoft.Uev.AgentDriverEvents.dll Microsoft.Uev.AppAgent.dll Microsoft.Uev.CabUtil.dll Microsoft.Uev.CmUtil.dll Microsoft.Uev.Common.dll Microsoft.Uev.Common.WinRT.dll Microsoft.Uev.CommonBridge.dll Microsoft.Uev.ConfigWrapper.dll Microsoft.Uev.CscUnpinTool.exe Microsoft.Uev.EventLogMessages.dll Microsoft.Uev.LocalSyncProvider.dll Microsoft.Uev.ManagedEventLogging.dll Microsoft.Uev.Management.dll Microsoft.Uev.Management.WmiAccess.dll Microsoft.Uev.ModernAppAgent.dll Microsoft.Uev.ModernAppCore.dll Microsoft.Uev.ModernAppData.WinRT.dll Microsoft.Uev.ModernSync.dll Microsoft.Uev.MonitorSyncProvider.dll Microsoft.Uev.Office2010CustomActions.dll Microsoft.Uev.Office2013CustomActions.dll Microsoft.Uev.PrinterCustomActions.dll Microsoft.Uev.SmbSyncProvider.dll Microsoft.Uev.SyncCommon.dll Microsoft.Uev.SyncConditions.dll Microsoft.Uev.SyncController.exe microsoft.windows.softwarelogo.showdesktop.exe Microsoft.Windows.Storage.Core.dll Microsoft.Windows.Storage.StorageBusCache.dll MicrosoftAccount.TokenProvider.Core.dll MicrosoftAccountCloudAP.dll MicrosoftAccountExtension.dll MicrosoftAccountTokenProvider.dll MicrosoftAccountWAMExtension.dll MicrosoftEdgeBCHost.exe MicrosoftEdgeCP.exe MicrosoftEdgeDevTools.exe MicrosoftEdgeSH.exe midimap.dll migisol.dll migration miguiresource.dll migwiz mimefilt.dll mimofcodec.dll MinstoreEvents.dll MiracastInputMgr.dll MiracastReceiver.dll MiracastReceiverExt.dll MirrorDrvCompat.dll mispace.dll MitigationClient.dll MitigationConfiguration.dll miutils.dll MixedReality.Broker.dll MixedRealityCapture.Pipeline.dll MixedRealityCapture.ProxyStub.dll MixedRealityRuntime.dll MixedRealityRuntime.json mlang.dat mlang.dll mmc.exe mmc.exe.config mmcbase.dll mmcndmgr.dll mmcshext.dll MMDevAPI.dll mmgaclient.dll mmgaproxystub.dll mmgaserver.exe mmres.dll mmsys.cpl mobilenetworking.dll mobsync.exe mode.com modemui.dll modernexecserver.dll MoNotificationUx.exe more.com moricons.dll moshost.dll MosHostClient.dll moshostcore.dll MosStorage.dll mountvol.exe MouseSystemToastIcon.contrast-white.png MouseSystemToastIcon.png MP3DMOD.DLL MP43DECD.DLL MP4SDECD.DLL Mpeg2Data.ax mpeval.dll mpg2splt.ax MPG4DECD.DLL mpnotify.exe mpr.dll mprapi.dll mprddm.dll mprdim.dll mprext.dll mprmsg.dll MPSSVC.dll mpunits.dll MRINFO.EXE MrmCoreR.dll MrmDeploy.dll MrmIndexer.dll MRT MRT.exe mrt100.dll mrt_map.dll ms3dthumbnailprovider.dll msaatext.dll MSAC3ENC.DLL msacm32.dll msacm32.drv msadp32.acm msafd.dll MSAJApi.dll MSAlacDecoder.dll MSAlacEncoder.dll MSAMRNBDecoder.dll MSAMRNBEncoder.dll MSAMRNBSink.dll MSAMRNBSource.dll MSAProfileNotificationHandler.dll msasn1.dll MSAudDecMFT.dll msaudite.dll msauserext.dll mscandui.dll mscat32.dll MSchedExe.exe msclmd.dll mscms.dll msconfig.exe mscoree.dll mscorier.dll mscories.dll msctf.dll msctfime.ime MsCtfMonitor.dll msctfp.dll msctfui.dll msctfuimanager.dll msdadiag.dll msdart.dll msdatsrc.tlb msdelta.dll msdmo.dll MSDRM msdrm.dll msdt.exe MsDtc msdtc.exe msdtckrm.dll msdtclog.dll msdtcprx.dll msdtcspoffln.dll msdtctm.dll msdtcuiu.dll msdtcVSp1res.dll MSDvbNP.ax msdxm.ocx msdxm.tlb msfeeds.dll msfeedsbs.dll msfeedssync.exe MSFlacDecoder.dll MSFlacEncoder.dll msftedit.dll MsftOemDllIgneous.dll msg.exe msg711.acm msgsm32.acm MSHEIF.dll mshta.exe mshtml.dll mshtml.tlb MshtmlDac.dll mshtmled.dll mshtmler.dll msi.dll MsiCofire.dll msidcrl40.dll msident.dll msidle.dll msidntld.dll msieftp.dll msiexec.exe msihnd.dll msiltcfg.dll msimg32.dll msimsg.dll msimtf.dll msinfo32.exe msisip.dll msIso.dll msiwer.dll MsixDataSourceExtensionPS.dll mskeyprotcli.dll mskeyprotect.dll msls31.dll msmpeg2adec.dll MSMPEG2ENC.DLL msmpeg2vdec.dll msmpi.dll msmpires.dll MSNP.ax msobjs.dll msoert2.dll MSOpusDecoder.dll mspatcha.dll mspatchc.dll MSPhotography.dll msports.dll msprivs.dll msra.exe msrahc.dll MsraLegacy.tlb msrating.dll MSRAWImage.dll msrdc.dll MsRdpWebAccess.dll msrle32.dll msscntrs.dll mssecuser.dll mssecwfpu.dll mssign32.dll mssip32.dll mssitlb.dll MsSpellCheckingFacility.dll MsSpellCheckingHost.exe mssph.dll mssprxy.dll mssrch.dll mssvp.dll mstask.dll msTextPrediction.dll mstsc.exe mstscax.dll msutb.dll msv1_0.dll msvcirt.dll msvcp100.dll msvcp110.dll msvcp110_win.dll msvcp120.dll msvcp120_clr0400.dll msvcp140.dll msvcp140d.dll msvcp140d_atomic_wait.dll msvcp140d_codecvt_ids.dll msvcp140_1.dll msvcp140_1d.dll msvcp140_2.dll msvcp140_2d.dll msvcp140_atomic_wait.dll msvcp140_clr0400.dll msvcp140_codecvt_ids.dll msvcp60.dll msvcp_win.dll msvcr100.dll msvcr100_clr0400.dll msvcr110.dll msvcr120.dll msvcr120_clr0400.dll msvcrt.dll msvfw32.dll msvidc32.dll MSVidCtl.dll MSVideoDSP.dll MSVP9DEC.dll msvproc.dll MSVPXENC.dll MSWB7.dll MSWB70804.dll MSWebp.dll mswmdm.dll mswsock.dll msxml3.dll msxml3r.dll msxml6.dll msxml6r.dll msyuv.dll MtcModel.dll MTF.dll MTFAppServiceDS.dll MtfDecoder.dll MTFFuzzyDS.dll MTFServer.dll MTFSpellcheckDS.dll mtstocom.exe mtxclu.dll mtxdm.dll mtxex.dll mtxoci.dll MUI muifontsetup.dll MUILanguageCleanup.dll MuiUnattend.exe MultiDigiMon.exe musdialoghandlers.dll MusNotification.exe MusNotificationUx.exe MusNotifyIcon.exe MusNotifyIconHandler.dll MusUpdateHandlers.dll MusUxToastHandler.dll mycomput.dll mydocs.dll Mystify.scr NAPCRYPT.DLL NapiNSP.dll Narrator.exe NarratorControlTemplates.xml NaturalAuth.dll NaturalAuthClient.dll NaturalLanguage6.dll navshutdown.dll nb-NO nbtstat.exe NcaApi.dll NcaSvc.dll ncbservice.dll NcdAutoSetup.dll NcdProp.dll nci.dll ncobjapi.dll ncpa.cpl ncrypt.dll ncryptprov.dll ncryptsslp.dll ncsi.dll ncuprov.dll ndadmin.exe nddeapi.dll NDF ndfapi.dll ndfetw.dll NdfEventView.xml ndfhcdiscovery.dll ndishc.dll NDKPerfCmd.exe NDKPing.exe ndproxystub.dll nduprov.dll negoexts.dll net.exe net1.exe netapi32.dll netbios.dll netbtugc.exe netcenter.dll netcfg.exe NetCfgNotifyObjectHost.exe netcfgx.dll netcorehc.dll netdiagfx.dll NetDriverInstall.dll netevent.dll NetEvtFwdr.exe netfxperf.dll neth.dll NetHost.exe netid.dll netiohlp.dll netiougc.exe netjoin.dll netlogon.dll netman.dll NetMgmtIF.dll netmsg.dll netplwiz.dll Netplwiz.exe netprofm.dll netprofmsvc.dll netprovfw.dll netprovisionsp.dll NetSetupApi.dll NetSetupEngine.dll NetSetupShim.dll NetSetupSvc.dll netsh.exe netshell.dll NETSTAT.EXE nettrace.dll NetTrace.PLA.Diagnostics.xml netutils.dll NetworkBindingEngineMigPlugin.dll NetworkCollectionAgent.dll NetworkDesktopSettings.dll networkexplorer.dll networkhelper.dll NetworkIcon.dll networkitemfactory.dll networklist NetworkMobileSettings.dll NetworkProxyCsp.dll NetworkQoSPolicyCSP.dll NetworkUXBroker.dll newdev.dll newdev.exe NFCProvisioningPlugin.dll NfcRadioMedia.dll ngccredprov.dll NgcCtnr.dll NgcCtnrGidsHandler.dll NgcCtnrSvc.dll NgcIso.exe NgcIsoCtnr.dll ngckeyenum.dll ngcksp.dll ngclocal.dll ngcpopkeysrv.dll NgcProCsp.dll ngcrecovery.dll ngcsvc.dll ngctasks.dll ngcutils.dll ninput.dll nl-NL NL7Data0804.dll NL7Lexicons0804.dll NL7Models0804.dll nlaapi.dll nlahc.dll nlansp_c.dll nlhtml.dll nlmgp.dll nlmproxy.dll nlmsprep.dll nlsbres.dll NlsData0000.dll NlsData0009.dll Nlsdl.dll NlsLexicons0009.dll nltest.exe NmaDirect.dll nmbind.exe nmscrub.exe NOISE.CHS NOISE.DAT normaliz.dll normidna.nls normnfc.nls normnfd.nls normnfkc.nls normnfkd.nls notepad.exe NotificationController.dll NotificationControllerPS.dll notificationplatformcomponent.dll npmproxy.dll NPSM.dll NPSMDesktopProvider.dll nrpsrv.dll nrtapi.dll nshhttp.dll nshipsec.dll nshwfp.dll nsi.dll nsisvc.dll nslookup.exe ntasn1.dll ntdll.dll ntdsapi.dll ntfsres.dll ntkrla57.exe ntlanman.dll ntlanui2.dll NtlmShared.dll ntmarta.dll ntoskrnl.exe ntprint.dll ntprint.exe ntshrui.dll ntvdm64.dll Nui NV NvAgent.dll nvapi64.dll nvaudcap64v.dll nvcpl.dll nvcuda.dll nvcudadebugger.dll nvcuvid.dll nvdebugdump.exe nvEncodeAPI64.dll NvFBC64.dll nvidia-smi.exe NvIFR64.dll NvIFROpenGL.dll nvinfo.pb nvml.dll nvofapi64.dll NvRtmpStreamer64.dll nvspcap64.dll nvspinfo.exe objsel.dll occache.dll ocsetapi.dll odbc32.dll odbcad32.exe odbcbcp.dll odbcconf.dll odbcconf.exe odbcconf.rsp odbccp32.dll odbccr32.dll odbccu32.dll odbcint.dll odbctrac.dll OEMDefaultAssociations.dll OEMDefaultAssociations.xml oemlicense.dll ofdeploy.exe offfilt.dll officecsp.dll offlinelsa.dll offlinesam.dll offreg.dll oflc-nz.rs OkDone_80.contrast-black.png OkDone_80.contrast-white.png OkDone_80.png olch2x8.ocx olch2xu8.ocx olch3x8.ocx olch3xu8.ocx OLD4796.tmp OLD47A7.tmp OLD47B8.tmp ole32.dll oleacc.dll oleacchooks.dll oleaccrc.dll oleaut32.dll oledlg.dll oleprn.dll OmaDmAgent.dll omadmapi.dll omadmclient.exe omadmprc.exe OnDemandBrokerClient.dll OnDemandConnRouteHelper.dll OneBackupHandler.dll OneCoreCommonProxyStub.dll OneCoreUAPCommonProxyStub.dll OneSettingsClient.dll onex.dll onexui.dll onnxruntime.dll oobe OOBE-Maintenance.exe OpcServices.dll OpenCL.dll openfiles.exe opengl32.dll OpenSSH OpenWith.exe OptionalFeatures.exe ortcengine.dll osbaseln.dll osk.exe OskSupport.dll osuninst.dll OutdoorAudioEnvironment.bin P2P.dll P2PGraph.dll p2pnetsh.dll p2psvc.dll p9np.dll p9rdrservice.dll pacjsworker.exe PackagedCWALauncher.exe PackageInspector.exe packager.dll PackageStateChangeHandler.dll panmap.dll PasswordEnrollmentManager.dll PasswordOnWakeSettingFlyout.exe PATHPING.EXE pautoenr.dll PayloadRestrictions.dll PaymentMediatorServiceProxy.dll Pbr pcacli.dll pcadm.dll pcaevts.dll pcalua.exe pcasvc.dll pcaui.dll pcaui.exe pcbp.rs pcl.sep PCPKsp.dll PCShellCommonProxyStub.dll pcsvDevice.dll pcwrun.exe pcwum.dll pcwutl.dll pdh.dll pdhui.dll PeerDist.dll PeerDistAD.dll PeerDistCacheProvider.dll PeerDistCleaner.dll PeerDistHttpTrans.dll PeerDistSh.dll PeerDistSvc.dll PeerDistWSDDiscoProv.dll pegi-pt.rs pegi.rs PenService.dll PeopleAPIs.dll PeopleBand.dll PerceptionDevice.dll PerceptionSimulation PerceptionSimulation.ProxyStubs.dll PerceptionSimulationManager.dll perfc009.dat perfd009.dat perfdisk.dll perfh009.dat perfi009.dat perfmon.exe perfmon.msc perfnet.dll perfos.dll perfproc.dll PerfStringBackup.INI perfts.dll perf_gputiming.dll PersonalizationCSP.dll pfclient.dll phoneactivate.exe PhoneCallHistoryApis.dll PhoneOm.dll PhonePlatformAbstraction.dll PhoneProviders.dll PhoneService.dll PhoneServiceRes.dll PhoneSystemToastIcon.contrast-white.png PhoneSystemToastIcon.png Phoneutil.dll PhoneutilRes.dll PhotoMetadataHandler.dll PhotoScreensaver.scr photowiz.dll PickerHost.exe PickerPlatform.dll pid.dll pidgenx.dll pifmgr.dll PimIndexMaintenance.dll PimIndexMaintenanceClient.dll Pimstore.dll PinEnrollmentBroker.exe PinEnrollmentHelper.dll PING.EXE pkeyhelper.dll PkgMgr.exe PktMon.exe PktMonApi.dll pku2u.dll pl-PL pla.dll plasrv.exe playlistfolder.dll PlaySndSrv.dll PlayToDevice.dll PlayToManager.dll playtomenu.dll PlayToReceiver.dll PlayToStatusProvider.dll ploptin.dll pmcsnap.dll pngfilt.dll pnidui.dll pnpclean.dll pnpdiag.dll pnppolicy.dll pnpts.dll pnpui.dll PnPUnattend.exe pnputil.exe PNPXAssoc.dll PNPXAssocPrx.dll pnrpauto.dll Pnrphc.dll pnrpnsp.dll pnrpsvc.dll PointOfService policymanager.dll policymanagerprecheck.dll polstore.dll poqexec.exe PortableDeviceApi.dll PortableDeviceClassExtension.dll PortableDeviceConnectApi.dll PortableDeviceStatus.dll PortableDeviceSyncProvider.dll PortableDeviceTypes.dll PortableDeviceWiaCompat.dll posetup.dll pospaymentsworker.exe POSyncServices.dll pots.dll powercfg.cpl powercfg.exe powercpl.dll powrprof.dll ppcsnap.dll prauthproviders.dll PresentationCFFRasterizerNative_v0300.dll PresentationHost.exe PresentationHostProxy.dll PresentationNative_v0300.dll PresentationSettings.exe prevhost.exe prfc0804.dat prfd0804.dat prfh0804.dat prfi0804.dat prflbmsg.dll print.exe Print.PrintSupport.Source.dll Print.Workflow.Source.dll PrintBrmUi.exe PrinterCleanupTask.dll printfilterpipelineprxy.dll printfilterpipelinesvc.exe Printing_Admin_Scripts PrintIsolationHost.exe PrintIsolationProxy.dll printmanagement.msc PrintPlatformConfig.dll PrintRenderAPIHost.DLL printticketvalidation.dll printui.dll printui.exe PrintWorkflowService.dll PrintWSDAHost.dll prm0009.dll prncache.dll prnfldr.dll prnntfy.dll prntvpt.dll ProductEnumerator.dll profapi.dll profext.dll profprov.dll profsvc.dll profsvcext.dll propsys.dll proquota.exe provcore.dll provdatastore.dll provdiagnostics.dll provengine.dll provhandlers.dll provisioningcommandscsp.dll provisioningcsp.dll ProvisioningHandlers.dll provlaunch.exe provmigrate.dll provops.dll provpackageapidll.dll provplatformdesktop.dll ProvPluginEng.dll ProvSysprep.dll provthrd.dll provtool.exe ProximityCommon.dll ProximityCommonPal.dll ProximityRtapiPal.dll ProximityService.dll ProximityServicePal.dll ProximityToast ProximityUxHost.exe prproc.exe prvdmofcomp.dll prxyqry.dll psapi.dll pscript.sep PSHED.DLL psisdecd.dll psisrndr.ax PSModuleDiscoveryProvider.dll psmodulediscoveryprovider.mof PsmServiceExtHost.dll psmsrv.dll psr.exe pstask.dll pstorec.dll pt-BR pt-PT ptpprov.dll puiapi.dll puiobj.dll PushToInstall.dll pwdrvio.sys pwdspio.sys pwlauncher.dll pwlauncher.exe pwNative.exe pwrshplugin.dll pwsso.dll qappsrv.exe qasf.dll qcap.dll qdv.dll qdvd.dll qedit.dll qedwipes.dll qmgr.dll qprocess.exe QualityUpdateAssistant.dll quartz.dll Query.dll query.exe QuickActionsDataModel.dll quickassist.exe QuietHours.dll quser.exe qwave.dll qwinsta.exe RacEngn.dll racpldlg.dll radardt.dll radarrs.dll RADCUI.dll RandomAccessStreamDataSource.dll ras rasadhlp.dll rasapi32.dll rasauto.dll rasautou.exe raschap.dll raschapext.dll rasctrnm.h rasctrs.dll rascustom.dll rasdiag.dll rasdial.exe rasdlg.dll raserver.exe rasgcw.dll rasman.dll rasmans.dll rasmbmgr.dll RasMediaManager.dll RASMM.dll rasmontr.dll rasphone.exe rasplap.dll rasppp.dll rastapi.dll rastls.dll rastlsext.dll RasToast rdbui.dll rdp4vs.dll rdpbase.dll rdpcfgex.dll rdpclip.exe rdpcorets.dll rdpcredentialprovider.dll rdpendp.dll rdpinit.exe rdpinput.exe rdpnanoTransport.dll RdpRelayTransport.dll RdpSa.exe RdpSaProxy.exe RdpSaPs.dll RdpSaUacHelper.exe rdpserverbase.dll rdpsharercom.dll rdpshell.exe rdpsign.exe rdpudd.dll rdpviewerax.dll rdrleakdiag.exe RDSAppXHelper.dll rdsdwmdr.dll rdvvmtransport.dll RDXService.dll RDXTaskFactory.dll ReAgent.dll ReAgentc.exe ReAgentTask.dll recdisc.exe recover.exe Recovery recovery.dll RecoveryDrive.exe refsutil.exe reg.exe regapi.dll RegCtrl.dll regedt32.exe regidle.dll regini.exe Register-CimProvider.exe regsvc.dll regsvr32.exe reguwpapi.dll ReInfo.dll rekeywiz.exe relog.exe RelPost.exe RemoteAppLifetimeManager.exe RemoteAppLifetimeManagerProxyStub.dll remoteaudioendpoint.dll remotepg.dll RemotePosWorker.exe remotesp.tsp RemoteSystemToastIcon.contrast-white.png RemoteSystemToastIcon.png RemoteWipeCSP.dll RemovableMediaProvisioningPlugin.dll RemoveDeviceContextHandler.dll RemoveDeviceElevated.dll removerootporterr.mof rendezvousSession.tlb repair-bde.exe replace.exe ReportingCSP.dll RESAMPLEDMO.DLL ResBParser.dll reset.exe reseteng.dll ResetEngine.dll ResetEngine.exe ResetEngOnline.dll resmon.exe ResourceMapper.dll ResourcePolicyClient.dll ResourcePolicyServer.dll ResPriHMImageList ResPriHMImageListLowCost ResPriImageList ResPriImageListLowCost ResPriLMImageList ResPriUHMImageList RestartManager.mof RestartManagerUninstall.mof RestartNowPower_80.contrast-black.png RestartNowPower_80.contrast-white.png RestartNowPower_80.png RestartTonight_80.png RestartTonight_80_contrast-black.png RestartTonight_80_contrast-white.png restore resutils.dll rgb9rast.dll Ribbons.scr riched20.dll riched32.dll RjvMDMConfig.dll RMActivate.exe RMActivate_isv.exe RMActivate_ssp.exe RMActivate_ssp_isv.exe RMapi.dll rmclient.dll RmClient.exe RMSRoamingSecurity.dll rmttpmvscmgrsvr.exe rnr20.dll ro-RO RoamingSecurity.dll Robocopy.exe rometadata.dll rootporterr.mof RotMgr.dll ROUTE.EXE RpcEpMap.dll rpchttp.dll RpcNs4.dll rpcnsh.dll RpcPing.exe rpcrt4.dll RpcRtRemote.dll rpcss.dll rrinstaller.exe rsaenh.dll rshx32.dll rsop.msc RstMwEventLogMsg.dll RstrtMgr.dll rstrui.exe rtffilt.dll Rtlihvs.dll rtm.dll rtmcodecs.dll RTMediaFrame.dll rtmmvrortc.dll rtmpal.dll rtmpltfm.dll rtutils.dll RTWorkQ.dll ru-RU RuleBasedDS.dll runas.exe rundll32.exe runexehelper.exe RunLegacyCPLElevated.exe runonce.exe RuntimeBroker.exe rwinsta.exe samcli.dll samlib.dll samsrv.dll sas.dll sbe.dll sbeio.dll sberes.dll sbresources.dll sbservicetrigger.dll sc.exe ScanPlugin.dll scansetting.dll SCardBi.dll SCardDlg.dll SCardSvr.dll ScavengeSpace.xml scavengeui.dll ScDeviceEnum.dll scecli.dll scesrv.dll schannel.dll schedcli.dll schedsvc.dll ScheduleTime_80.contrast-black.png ScheduleTime_80.contrast-white.png ScheduleTime_80.png schtasks.exe scksp.dll scripto.dll ScriptRunner.exe scrnsave.scr scrobj.dll scrptadm.dll scrrun.dll sdbinst.exe sdchange.exe sdclt.exe sdcpl.dll SDDS.dll sdengin2.dll SDFHost.dll sdhcinst.dll sdiageng.dll sdiagnhost.exe sdiagprv.dll sdiagschd.dll sdohlp.dll sdrsvc.dll sdshext.dll Search.ProtocolHandler.MAPI2.dll SearchFilterHost.exe SearchFolder.dll SearchIndexer.exe SearchIndexerCore.dll SearchProtocolHost.exe SebBackgroundManagerPolicy.dll SecConfig.efi SecEdit.exe Secedit.jfm Secedit.sdb sechost.dll secinit.exe seclogon.dll secpol.msc secproc.dll secproc_isv.dll secproc_ssp.dll secproc_ssp_isv.dll secur32.dll SecureAssessmentHandlers.dll SecureBootEncodeUEFI.exe SecureBootUpdates securekernel.exe securekernella57.exe SecureTimeAggregator.dll security.dll SecurityAndMaintenance.png SecurityAndMaintenance_Alert.png SecurityAndMaintenance_Error.png SecurityCenterBroker.dll SecurityCenterBrokerPS.dll SecurityHealth SecurityHealthAgent.dll SecurityHealthCore.dll SecurityHealthHost.exe SecurityHealthProxyStub.dll SecurityHealthService.exe SecurityHealthSSO.dll SecurityHealthSsoUdk.dll SecurityHealthSystray.exe SecurityHealthUdk.dll sedplugins.dll SEMgrPS.dll SEMgrSvc.dll sendmail.dll Sens.dll SensApi.dll SensorDataService.exe SensorPerformanceEvents.dll SensorsApi.dll SensorsClassExtension.dll SensorsCpl.dll SensorService.dll SensorsNativeApi.dll SensorsNativeApi.V2.dll SensorsUtilsV2.dll sensrsvc.dll serialui.dll services.exe services.msc ServicingCommon.dll ServicingUAPI.dll serwvdrv.dll SessEnv.dll sessionmsg.exe setbcdlocale.dll sethc.exe SetNetworkLocation.dll SetNetworkLocationFlyout.dll SetProxyCredential.dll setspn.exe settings.dat SettingsEnvironment.Desktop.dll SettingsExtensibilityHandlers.dll SettingsHandlers_Accessibility.dll SettingsHandlers_AdvertisingId.dll SettingsHandlers_AnalogShell.dll SettingsHandlers_AppControl.dll SettingsHandlers_AppExecutionAlias.dll SettingsHandlers_AssignedAccess.dll SettingsHandlers_Authentication.dll SettingsHandlers_BackgroundApps.dll SettingsHandlers_Backup.dll SettingsHandlers_BatteryUsage.dll SettingsHandlers_BrowserDeclutter.dll SettingsHandlers_Camera.dll SettingsHandlers_CapabilityAccess.dll SettingsHandlers_Clipboard.dll SettingsHandlers_ClosedCaptioning.dll SettingsHandlers_ContentDeliveryManager.dll SettingsHandlers_Cortana.dll SettingsHandlers_DesktopTaskbar.dll SettingsHandlers_Devices.dll SettingsHandlers_Display.dll SettingsHandlers_Flights.dll SettingsHandlers_Fonts.dll SettingsHandlers_ForceSync.dll SettingsHandlers_Gaming.dll SettingsHandlers_Geolocation.dll SettingsHandlers_Gpu.dll SettingsHandlers_HoloLens_Environment.dll SettingsHandlers_HumanPresence.dll SettingsHandlers_IME.dll SettingsHandlers_InkingTypingPrivacy.dll SettingsHandlers_InputPersonalization.dll SettingsHandlers_Keyboard.dll SettingsHandlers_Language.dll SettingsHandlers_ManagePhone.dll SettingsHandlers_Maps.dll SettingsHandlers_Mouse.dll SettingsHandlers_Notifications.dll SettingsHandlers_nt.dll SettingsHandlers_OneCore_BatterySaver.dll SettingsHandlers_OneCore_PowerAndSleep.dll SettingsHandlers_OneDriveBackup.dll SettingsHandlers_OptionalFeatures.dll SettingsHandlers_PCDisplay.dll SettingsHandlers_Pen.dll SettingsHandlers_Region.dll SettingsHandlers_SharedExperiences_Rome.dll SettingsHandlers_SIUF.dll SettingsHandlers_SpeechPrivacy.dll SettingsHandlers_Startup.dll SettingsHandlers_Storage.dll SettingsHandlers_StorageSense.dll SettingsHandlers_Touch.dll SettingsHandlers_Troubleshoot.dll SettingsHandlers_User.dll SettingsHandlers_UserAccount.dll SettingsHandlers_UserExperience.dll SettingsHandlers_UserIntent.dll SettingsHandlers_WorkAccess.dll SettingSyncDownloadHelper.dll setup setupapi.dll setupcl.dll setupcl.exe setupcln.dll setupetw.dll setupugc.exe setx.exe sfc.dll sfc.exe sfc_os.dll Sgrm SgrmBroker.exe SgrmEnclave.dll SgrmEnclave_secure.dll SgrmLpac.exe shacct.dll shacctprofile.dll SharedPCCSP.dll SharedRealitySvc.dll ShareHost.dll sharemediacpl.dll SHCore.dll shdocvw.dll shell32.dll ShellAppRuntime.exe ShellCommonCommonProxyStub.dll ShellExperiences shellstyle.dll shfolder.dll shgina.dll ShiftJIS.uce shimeng.dll shimgvw.dll shlwapi.dll shpafact.dll shrpubw.exe shsetup.dll shsvcs.dll shunimpl.dll shutdown.exe shutdownext.dll shutdownux.dll shwebsvc.dll signdrv.dll sigverif.exe SIHClient.exe sihost.exe SimAuth.dll SimCfg.dll simpdata.tlb sk-SK skci.dll sl-SI slc.dll slcext.dll SleepStudy SlideToShutDown.exe slmgr slmgr.vbs slui.exe slwga.dll SmallRoom.bin SmartCardBackgroundPolicy.dll SmartcardCredentialProvider.dll SmartCardSimulator.dll smartscreen.exe smartscreenps.dll SMBHelperClass.dll smbwmiv2.dll SMI SmiEngine.dll smphost.dll SmsRouterSvc.dll smss.exe SndVol.exe SndVolSSO.dll snmpapi.dll snmptrap.exe Snooze_80.contrast-black.png Snooze_80.contrast-white.png Snooze_80.png socialapis.dll softkbd.dll softpub.dll sort.exe SortServer2003Compat.dll SortWindows61.dll SortWindows62.dll SortWindows63.dll SortWindows6Compat.dll SpaceAgent.exe spacebridge.dll SpaceControl.dll spaceman.exe spaceutil.exe SpatialAudioLicenseSrv.exe spatialinteraction.dll SpatializerApo.dll SpatialStore.dll spbcd.dll SpeakersSystemToastIcon.contrast-white.png SpeakersSystemToastIcon.png Spectrum.exe SpectrumSyncClient.dll Speech SpeechPal.dll Speech_OneCore spfileq.dll spinf.dll spmpm.dll spnet.dll spool spoolss.dll spoolsv.exe spopk.dll spp spp.dll sppc.dll sppcext.dll sppcomapi.dll sppcommdlg.dll SppExtComObj.Exe sppnp.dll sppobjs.dll sppsvc.exe sppui sppwinob.dll sppwmi.dll spwinsat.dll spwizeng.dll spwizimg.dll spwizres.dll spwmp.dll SqlServerSpatial150.dll sqlsrv32.dll sqlsrv32.rll sqmapi.dll sr-Latn-RS SRACAVIControl.ocx srchadmin.dll srclient.dll srcore.dll srdelayed.exe SrEvents.dll SRH.dll srhelper.dll srm.dll srmclient.dll srmlib.dll srms-apr-v.dat srms-apr.dat srms.dat srmscan.dll srmshell.dll srmstormod.dll srmtrace.dll srm_ps.dll srpapi.dll SrpUxNativeSnapIn.dll srrstr.dll SrTasks.exe sru srumapi.dll srumsvc.dll srvcli.dll srvsvc.dll srwmi.dll sscore.dll sscoreext.dll ssdm.dll ssdpapi.dll ssdpsrv.dll sspicli.dll sspisrv.dll SSShim.dll ssText3d.scr sstpcfg.dll sstpsvc.dll StartMenuHelper64.dll StartTileData.dll Startupscan.dll StateRepository.Core.dll stclient.dll stdole2.tlb stdole32.tlb sti.dll sti_ci.dll stobject.dll StorageContextHandler.dll StorageUsage.dll storagewmi.dll storagewmi_passthru.dll stordiag.exe storewuauth.dll Storprop.dll StorSvc.dll streamci.dll StringFeedbackEngine.dll StructuredQuery.dll SubRange.uce subst.exe sud.dll sv-SE svchost.exe svf.dll svsvc.dll SwitcherDataModel.dll swprv.dll sxproxy.dll sxs.dll sxshared.dll sxssrv.dll sxsstore.dll sxstrace.exe SyncAppvPublishingServer.exe SyncAppvPublishingServer.vbs SyncCenter.dll SyncController.dll SyncHost.exe SyncHostps.dll SyncInfrastructure.dll SyncInfrastructureps.dll SyncProxy.dll Syncreg.dll SyncRes.dll SyncSettings.dll syncutil.dll sysclass.dll sysdm.cpl SysFxUI.dll sysmain.dll sysmon.ocx sysntfy.dll Sysprep sysprint.sep sysprtj.sep SysResetErr.exe syssetup.dll systemcpl.dll SystemEventsBrokerClient.dll SystemEventsBrokerServer.dll systeminfo.exe SystemPropertiesAdvanced.exe SystemPropertiesComputerName.exe SystemPropertiesDataExecutionPrevention.exe SystemPropertiesHardware.exe SystemPropertiesPerformance.exe SystemPropertiesProtection.exe SystemPropertiesRemote.exe systemreset.exe SystemResetPlatform SystemSettings.DataModel.dll SystemSettings.DeviceEncryptionHandlers.dll SystemSettings.Handlers.dll SystemSettings.SettingsExtensibility.dll SystemSettings.UserAccountsHandlers.dll SystemSettingsAdminFlows.exe SystemSettingsBroker.exe SystemSettingsRemoveDevice.exe SystemSettingsThresholdAdminFlowUI.dll SystemSupportInfo.dll SystemUWPLauncher.exe systray.exe t2embed.dll Tabbtn.dll TabbtnEx.dll tabcal.exe TabletPC.cpl TabSvc.dll takeown.exe tapi3.dll tapi32.dll tapilua.dll TapiMigPlugin.dll tapiperf.dll tapisrv.dll TapiSysprep.dll tapiui.dll TapiUnattend.exe tar.exe TaskApis.dll Taskbar.dll taskbarcpl.dll taskcomp.dll TaskFlowDataEngine.dll taskhostw.exe taskkill.exe tasklist.exe Taskmgr.exe Tasks taskschd.dll taskschd.msc TaskSchdPS.dll tbauth.dll tbs.dll tcblaunch.exe tcbloader.dll tcmsetup.exe tcpbidi.xml tcpipcfg.dll tcpmib.dll tcpmon.dll tcpmon.ini tcpmonui.dll TCPSVCS.EXE tdc.ocx tdh.dll tdhres.dll TDLMigration.dll TEEManagement64.dll telephon.cpl TelephonyInteractiveUser.dll TelephonyInteractiveUserRes.dll tellib.dll TempSignedLicenseExchangeTask.dll TenantRestrictionsPlugin.dll termmgr.dll termsrv.dll tetheringclient.dll tetheringconfigsp.dll TetheringIeProvider.dll TetheringMgr.dll tetheringservice.dll TetheringStation.dll TextInputFramework.dll TextInputMethodFormatter.dll TextShaping.dll th-TH themecpl.dll Themes.SsfDownload.ScheduledTask.dll themeservice.dll themeui.dll ThirdPartyNoticesBySHS.txt threadpoolwinrt.dll thumbcache.dll ThumbnailExtractionHost.exe tier2punctuations.dll TieringEngineProxy.dll TieringEngineService.exe TileDataRepository.dll TimeBrokerClient.dll TimeBrokerServer.dll timedate.cpl TimeDateMUICallback.dll timeout.exe timesync.dll TimeSyncTask.dll tlscsp.dll TmInstall.log TmLWE TmSysEvtEventTrackCP.log TmSysEvtEventTrackLPC.log TmSysEvtEventTrackSM.log tmumh tokenbinding.dll TokenBroker.dll TokenBrokerCookies.exe TokenBrokerUI.dll tpm.msc TpmCertResources.dll tpmcompc.dll TpmCoreProvisioning.dll TpmInit.exe TpmTasks.dll TpmTool.exe tpmvsc.dll tpmvscmgr.exe tpmvscmgrsvr.exe tquery.dll tr-TR tracerpt.exe TRACERT.EXE traffic.dll TransformPPSToWlan.xslt TransformPPSToWlanCredentials.xslt TransliterationRanker.dll TransportDSA.dll tree.com trie.dll trkwks.dll TrustedSignalCredProv.dll tsbyuv.dll tscfgwmi.dll tscon.exe tsdiscon.exe TSErrRedir.dll tsf3gip.dll tsgqec.dll tskill.exe tsmf.dll TSpkg.dll tspubwmi.dll TSSessionUX.dll tssrvlic.dll TSTheme.exe TsUsbGDCoInstaller.dll TsUsbRedirectionGroupPolicyExtension.dll TSWbPrxy.exe TSWorkspace.dll TsWpfWrp.exe ttdinject.exe ttdloader.dll ttdplm.dll ttdrecord.dll ttdrecordcpu.dll TtlsAuth.dll TtlsCfg.dll TtlsExt.dll tttracer.exe tvratings.dll twext.dll twinapi.appcore.dll twinapi.dll twinui.appcore.dll twinui.dll twinui.pcshell.dll txflog.dll txfw32.dll typeperf.exe tzautoupdate.dll tzres.dll tzsync.exe tzsyncres.dll tzutil.exe ubpm.dll ucmhc.dll ucrtbase.dll ucrtbased.dll ucrtbase_clr0400.dll ucrtbase_enclave.dll ucsvc.exe udhisapi.dll uDWM.dll UefiCsp.dll UevAgentPolicyGenerator.exe UevAppMonitor.exe UevAppMonitor.exe.config UevCustomActionTypes.tlb UevTemplateBaselineGenerator.exe UevTemplateConfigItemGenerator.exe uexfat.dll ufat.dll UiaManager.dll UIAnimation.dll UIAutomationCore.dll uicom.dll UIManagerBrokerps.dll UIMgrBroker.exe uireng.dll UIRibbon.dll UIRibbonRes.dll uk-UA ulib.dll umb.dll umdmxfrm.dll umpdc.dll umpnpmgr.dll umpo-overrides.dll umpo.dll umpodev.dll umpoext.dll umpowmi.dll umrdp.dll unattend.dll unenrollhook.dll unimdm.tsp unimdmat.dll uniplat.dll Unistore.dll unlodctr.exe UNP unregmp2.exe untfs.dll UpdateAgent.dll updatecsp.dll UpdateDeploy.dll UpdateHeartbeatScan.dll updatepolicy.dll UpdatePolicyScenarioReliabilityAggregator.dll upfc.exe UpgradeResultsUI.exe upnp.dll upnpcont.exe upnphost.dll UPPrinterInstaller.exe UPPrinterInstallsCSP.dll upshared.dll uReFS.dll uReFSv1.dll ureg.dll url.dll urlmon.dll UsbCApi.dll usbceip.dll usbmon.dll usbperf.dll UsbPmApi.dll UsbSettingsHandlers.dll UsbTask.dll usbui.dll user32.dll UserAccountBroker.exe UserAccountControlSettings.dll UserAccountControlSettings.exe useractivitybroker.dll usercpl.dll UserDataAccessRes.dll UserDataAccountApis.dll UserDataLanguageUtil.dll UserDataPlatformHelperUtil.dll UserDataService.dll UserDataSource.exe UserDataTimeUtil.dll UserDataTypeHelperUtil.dll UserDeviceRegistration.dll UserDeviceRegistration.Ngc.dll userenv.dll userinit.exe userinitext.dll UserLanguageProfileCallback.dll usermgr.dll usermgrcli.dll UserMgrProxy.dll usk.rs usoapi.dll UsoClient.exe usocoreps.dll usosvc.dll usosvcimpl.dll usp10.dll ustprov.dll utcapi.dll UtcDecoderHost.exe utcutil.dll utildll.dll Utilman.exe uudf.dll UvcModel.dll uwfcfgmgmt.dll uwfcsp.dll uwfservicingapi.dll UXInit.dll uxlib.dll uxlibres.dll uxtheme.dll vac.dll VAN.dll Vault.dll VaultCDS.dll vaultcli.dll VaultCmd.exe VaultRoaming.dll vaultsvc.dll VBICodec.ax vbisurf.ax vbsapi.dll vbscript.dll vbssysprep.dll vcamp110.dll vcamp120.dll vcamp140.dll vcamp140d.dll VCardParser.dll vccorlib110.dll vccorlib120.dll vccorlib140.dll vccorlib140d.dll vcomp100.dll vcomp110.dll vcomp120.dll vcomp140.dll vcomp140d.dll vcruntime140.dll vcruntime140d.dll vcruntime140_1.dll vcruntime140_1d.dll vcruntime140_1_clr0400.dll vcruntime140_clr0400.dll vcruntime140_threads.dll vcruntime140_threadsd.dll vds.exe vdsbas.dll vdsdyn.dll vdsldr.exe vdsutil.dll vdsvd.dll vds_ps.dll verclsid.exe verifier.dll verifier.exe verifiergui.exe version.dll vertdll.dll vfbasics.dll vfcompat.dll vfcuzz.dll vfluapriv.dll vfnet.dll vfntlmless.dll vfnws.dll vfprint.dll vfprintpthelper.dll vfrdvcompat.dll vfuprov.dll vfwwdm32.dll VhfUm.dll vi-VN vid.dll vidcap.ax VideoHandlers.dll VIDRESZR.DLL virtdisk.dll VirtualMonitorManager.dll VmApplicationHealthMonitorProxy.dll vmbuspipe.dll vmbuspiper.dll vmbusvdev.dll vmchipset.dll vmcompute.dll vmcompute.exe vmcomputeeventlog.dll VmCrashDump.dll vmdevicehost.dll vmdynmem.dll VmFirmware Third-Party Notices.txt vmfirmware.dll vmflexio.dll vmhbmgmt.dll vmiccore.dll vmictimeprovider.dll vmnetbridge.dll vmpmem.dll vmprox.dll vmrdvcore.dll vmserial.dll vmsif.dll vmsifcore.dll vmsifproxystub.dll vmsmb.dll VmSynthNic.dll vmsynthstor.dll vmuidevices.dll vmusrv.dll vmvirtio.dll vmvpci.dll vmwp.exe vmwpctrl.dll vmwpevents.dll vnetinst.dll vnetlib64.dll VocabRoamingHandler.dll VoiceActivationManager.dll VoipRT.dll vp9fs.dll vpnike.dll vpnikeapi.dll VpnSohDesktop.dll VPNv2CSP.dll VrdUmed.dll vrfcore.dll VscMgrPS.dll vscover150.dll vscover170.dll VSD3DWARPDebug.dll vsflex8n.ocx VsGraphicsCapture.dll VsGraphicsDesktopEngine.exe VsGraphicsExperiment.dll VsGraphicsHelper.dll VsGraphicsProxyStub.dll VsGraphicsRemoteEngine.exe vsjitdebugger.exe vsocklib.dll VSPerf170.dll vssadmin.exe vssapi.dll vsstrace.dll VSSVC.exe vss_ps.dll vulkan-1-999-0-0-0.dll vulkan-1.dll vulkaninfo-1-999-0-0-0.exe vulkaninfo.exe w32time.dll w32tm.exe w32topl.dll WaaSAssessment.dll WaaSMedicAgent.exe WaaSMedicCapsule.dll WaaSMedicPS.dll WaaSMedicSvc.dll WABSyncProvider.dll waitfor.exe WalletBackgroundServiceProxy.dll WalletProxy.dll WalletService.dll WallpaperHost.exe wavemsp.dll wbadmin.exe wbem wbemcomn.dll wbengine.exe wbiosrvc.dll wci.dll wcimage.dll wcmapi.dll wcmcsp.dll wcmsvc.dll WCN WcnApi.dll wcncsvc.dll WcnEapAuthProxy.dll WcnEapPeerProxy.dll WcnNetsh.dll wcnwiz.dll WcosPowerIcon_100.png WcosPowerIcon_100_contrast-black.png WcosPowerIcon_100_contrast-white.png wc_storage.dll wdc.dll WDI wdi.dll wdigest.dll wdmaud.drv wdscore.dll WdsUnattendTemplate.xml WEB.rs webauthn.dll WebcamUi.dll webcheck.dll WebClnt.dll webio.dll webplatstorageserver.dll WebRuntimeManager.dll webservices.dll Websocket.dll wecapi.dll wecsvc.dll wecutil.exe wephostsvc.dll wer.dll werconcpl.dll wercplsupport.dll werdiagcontroller.dll WerEnc.dll weretw.dll WerFault.exe WerFaultSecure.exe wermgr.exe wersvc.dll werui.dll wevtapi.dll wevtfwd.dll wevtsvc.dll wevtutil.exe wextract.exe WF.msc wfapigp.dll wfdprov.dll WFDSConMgr.dll WFDSConMgrSvc.dll WfHC.dll WFS.exe WFSR.dll whealogr.dll where.exe whhelper.dll whoami.exe wiaacmgr.exe wiaaut.dll wiadefui.dll wiadss.dll WiaExtensionHost64.dll wiarpc.dll wiascanprofiles.dll wiaservc.dll wiashext.dll wiatrace.dll wiawow64.exe WiFiCloudStore.dll WiFiConfigSP.dll wifidatacapabilityhandler.dll WiFiDisplay.dll wifinetworkmanager.dll wifitask.exe WimBootCompress.ini wimgapi.dll wimserv.exe win32appinventorycsp.dll Win32CompatibilityAppraiserCSP.dll win32k.sys win32kbase.sys win32kfull.sys win32kns.sys win32spl.dll win32u.dll Win32_DeviceGuard.dll winbio.dll WinBioDatabase WinBioDataModel.dll WinBioDataModelOOBE.exe winbioext.dll WinBioPlugIns winbrand.dll wincorlib.dll wincredprovider.dll wincredui.dll windlp.dll WindowManagement.dll WindowManagementAPI.dll Windows.AccountsControl.dll Windows.AI.MachineLearning.dll Windows.AI.MachineLearning.Preview.dll Windows.ApplicationModel.Background.SystemEventsBroker.dll Windows.ApplicationModel.Background.TimeBroker.dll Windows.ApplicationModel.ConversationalAgent.dll windows.applicationmodel.conversationalagent.internal.proxystub.dll windows.applicationmodel.conversationalagent.proxystub.dll Windows.ApplicationModel.Core.dll windows.applicationmodel.datatransfer.dll Windows.ApplicationModel.dll Windows.ApplicationModel.LockScreen.dll Windows.ApplicationModel.Store.dll Windows.ApplicationModel.Store.Preview.DOSettings.dll Windows.ApplicationModel.Store.TestingFramework.dll Windows.ApplicationModel.Wallet.dll Windows.CloudStore.dll Windows.CloudStore.Schema.DesktopShell.dll Windows.CloudStore.Schema.Shell.dll Windows.Cortana.Desktop.dll Windows.Cortana.OneCore.dll Windows.Cortana.ProxyStub.dll Windows.Data.Activities.dll Windows.Data.Pdf.dll Windows.Devices.AllJoyn.dll Windows.Devices.Background.dll Windows.Devices.Background.ps.dll Windows.Devices.Bluetooth.dll Windows.Devices.Custom.dll Windows.Devices.Custom.ps.dll Windows.Devices.Enumeration.dll Windows.Devices.Haptics.dll Windows.Devices.HumanInterfaceDevice.dll Windows.Devices.Lights.dll Windows.Devices.LowLevel.dll Windows.Devices.Midi.dll Windows.Devices.Perception.dll Windows.Devices.Picker.dll Windows.Devices.PointOfService.dll Windows.Devices.Portable.dll Windows.Devices.Printers.dll Windows.Devices.Printers.Extensions.dll Windows.Devices.Radios.dll Windows.Devices.Scanners.dll Windows.Devices.Sensors.dll Windows.Devices.SerialCommunication.dll Windows.Devices.SmartCards.dll Windows.Devices.SmartCards.Phone.dll Windows.Devices.Usb.dll Windows.Devices.WiFi.dll Windows.Devices.WiFiDirect.dll Windows.Energy.dll Windows.FileExplorer.Common.dll Windows.Gaming.Input.dll Windows.Gaming.Preview.dll Windows.Gaming.UI.GameBar.dll Windows.Gaming.XboxLive.Storage.dll Windows.Globalization.dll Windows.Globalization.Fontgroups.dll Windows.Globalization.PhoneNumberFormatting.dll Windows.Graphics.Display.BrightnessOverride.dll Windows.Graphics.Display.DisplayEnhancementOverride.dll Windows.Graphics.dll Windows.Graphics.Printing.3D.dll Windows.Graphics.Printing.dll Windows.Graphics.Printing.Workflow.dll Windows.Graphics.Printing.Workflow.Native.dll Windows.Help.Runtime.dll windows.immersiveshell.serviceprovider.dll Windows.Internal.AdaptiveCards.XamlCardRenderer.dll Windows.Internal.CapturePicker.Desktop.dll Windows.Internal.CapturePicker.dll Windows.Internal.Devices.Bluetooth.dll Windows.Internal.Devices.Sensors.dll Windows.Internal.Feedback.Analog.dll Windows.Internal.Feedback.Analog.ProxyStub.dll Windows.Internal.Graphics.Display.DisplayColorManagement.dll Windows.Internal.Graphics.Display.DisplayEnhancementManagement.dll Windows.Internal.Management.dll Windows.Internal.Management.SecureAssessment.dll Windows.Internal.PlatformExtension.DevicePickerExperience.dll Windows.Internal.PlatformExtension.MiracastBannerExperience.dll Windows.Internal.PredictionUnit.dll Windows.Internal.Security.Attestation.DeviceAttestation.dll Windows.Internal.SecurityMitigationsBroker.dll Windows.Internal.Shell.Broker.dll windows.internal.shellcommon.AccountsControlExperience.dll windows.internal.shellcommon.AppResolverModal.dll Windows.Internal.ShellCommon.Broker.dll Windows.Internal.ShellCommon.dll windows.internal.shellcommon.FilePickerExperienceMEM.dll Windows.Internal.ShellCommon.PrintExperience.dll windows.internal.shellcommon.shareexperience.dll windows.internal.shellcommon.TokenBrokerModal.dll Windows.Internal.Signals.dll Windows.Internal.System.UserProfile.dll Windows.Internal.Taskbar.dll Windows.Internal.UI.BioEnrollment.ProxyStub.dll Windows.Internal.UI.Dialogs.dll Windows.Internal.UI.Logon.ProxyStub.dll Windows.Internal.UI.Shell.WindowTabManager.dll Windows.Management.EnrollmentStatusTracking.ConfigProvider.dll Windows.Management.InprocObjects.dll Windows.Management.ModernDeployment.ConfigProviders.dll Windows.Management.Provisioning.ProxyStub.dll Windows.Management.SecureAssessment.CfgProvider.dll Windows.Management.SecureAssessment.Diagnostics.dll Windows.Management.Service.dll Windows.Management.Workplace.dll Windows.Management.Workplace.WorkplaceSettings.dll Windows.Media.Audio.dll Windows.Media.BackgroundMediaPlayback.dll Windows.Media.BackgroundPlayback.exe Windows.Media.Devices.dll Windows.Media.dll Windows.Media.Editing.dll Windows.Media.FaceAnalysis.dll Windows.Media.Import.dll Windows.Media.MediaControl.dll Windows.Media.MixedRealityCapture.dll Windows.Media.Ocr.dll Windows.Media.Playback.BackgroundMediaPlayer.dll Windows.Media.Playback.MediaPlayer.dll Windows.Media.Playback.ProxyStub.dll Windows.Media.Protection.PlayReady.dll Windows.Media.Renewal.dll Windows.Media.Speech.dll Windows.Media.Speech.UXRes.dll Windows.Media.Streaming.dll Windows.Media.Streaming.ps.dll Windows.Mirage.dll Windows.Mirage.Internal.dll Windows.Networking.BackgroundTransfer.BackgroundManagerPolicy.dll Windows.Networking.BackgroundTransfer.ContentPrefetchTask.dll Windows.Networking.BackgroundTransfer.dll Windows.Networking.Connectivity.dll Windows.Networking.dll Windows.Networking.HostName.dll Windows.Networking.NetworkOperators.ESim.dll Windows.Networking.NetworkOperators.HotspotAuthentication.dll Windows.Networking.Proximity.dll Windows.Networking.ServiceDiscovery.Dnssd.dll Windows.Networking.Sockets.PushEnabledApplication.dll Windows.Networking.UX.EapRequestHandler.dll Windows.Networking.Vpn.dll Windows.Networking.XboxLive.ProxyStub.dll Windows.Payments.dll Windows.Perception.Stub.dll Windows.Security.Authentication.Identity.Provider.dll Windows.Security.Authentication.OnlineId.dll Windows.Security.Authentication.Web.Core.dll Windows.Security.Credentials.UI.CredentialPicker.dll Windows.Security.Credentials.UI.UserConsentVerifier.dll Windows.Security.Integrity.dll Windows.Services.TargetedContent.dll Windows.SharedPC.AccountManager.dll Windows.SharedPC.CredentialProvider.dll Windows.Shell.BlueLightReduction.dll Windows.Shell.ServiceHostBuilder.dll Windows.Shell.StartLayoutPopulationEvents.dll Windows.StateRepository.dll Windows.StateRepositoryBroker.dll Windows.StateRepositoryClient.dll Windows.StateRepositoryCore.dll Windows.StateRepositoryPS.dll Windows.StateRepositoryUpgrade.dll Windows.Storage.ApplicationData.dll Windows.Storage.Compression.dll windows.storage.dll Windows.Storage.OneCore.dll Windows.Storage.Search.dll Windows.System.Diagnostics.dll Windows.System.Diagnostics.Telemetry.PlatformTelemetryClient.dll Windows.System.Diagnostics.TraceReporting.PlatformDiagnosticActions.dll Windows.System.Launcher.dll Windows.System.Profile.HardwareId.dll Windows.System.Profile.PlatformDiagnosticsAndUsageDataSettings.dll Windows.System.Profile.RetailInfo.dll Windows.System.Profile.SystemId.dll Windows.System.Profile.SystemManufacturers.dll Windows.System.RemoteDesktop.dll Windows.System.SystemManagement.dll Windows.System.UserDeviceAssociation.dll Windows.System.UserProfile.DiagnosticsSettings.dll Windows.UI.Accessibility.dll Windows.UI.AppDefaults.dll Windows.UI.BioFeedback.dll Windows.UI.BlockedShutdown.dll Windows.UI.Core.TextInput.dll Windows.UI.Cred.dll Windows.UI.CredDialogController.dll Windows.UI.dll Windows.UI.FileExplorer.dll Windows.UI.Immersive.dll Windows.UI.Input.Inking.Analysis.dll Windows.UI.Input.Inking.dll Windows.UI.Internal.Input.ExpressiveInput.dll Windows.UI.Internal.Input.ExpressiveInput.Resource.dll Windows.UI.Logon.dll Windows.UI.NetworkUXController.dll Windows.UI.PicturePassword.dll Windows.UI.Search.dll Windows.UI.Shell.dll Windows.UI.Shell.Internal.AdaptiveCards.dll Windows.UI.Storage.dll Windows.UI.Xaml.Controls.dll Windows.UI.Xaml.dll Windows.UI.Xaml.InkControls.dll Windows.UI.Xaml.Maps.dll Windows.UI.Xaml.Phone.dll Windows.UI.Xaml.Resources.19h1.dll Windows.UI.Xaml.Resources.21h1.dll Windows.UI.Xaml.Resources.Common.dll Windows.UI.Xaml.Resources.rs1.dll Windows.UI.Xaml.Resources.rs2.dll Windows.UI.Xaml.Resources.rs3.dll Windows.UI.Xaml.Resources.rs4.dll Windows.UI.Xaml.Resources.rs5.dll Windows.UI.Xaml.Resources.th.dll Windows.UI.Xaml.Resources.win81.dll Windows.UI.Xaml.Resources.win8rtm.dll Windows.UI.XamlHost.dll Windows.Update.dll Windows.WARP.JITService.dll Windows.WARP.JITService.exe Windows.Web.Diagnostics.dll Windows.Web.dll Windows.Web.Http.dll WindowsActionDialog.exe WindowsCodecs.dll WindowsCodecsExt.dll WindowsCodecsRaw.dll WindowsCodecsRaw.txt WindowsDefaultHeatProcessor.dll windowsdefenderapplicationguardcsp.dll WindowsInternal.ComposableShell.Display.dll WindowsInternal.Shell.CompUiActivation.dll WindowsIoTCsp.dll windowslivelogin.dll WindowsManagementServiceWinRt.ProxyStub.dll windowsperformancerecordercontrol.dll WindowsPowerShell WindowsSecurityIcon.png windowsudk.shellcommon.dll windowsudkservices.shellcommon.dll WindowsUpdate.ico WindowsUpdateElevatedInstaller.exe WindowsUpdateIcon.ico WindowsUpdateImportant.ico WindowsUpdateOK.ico WindowsUpdateSeeker.ico WindowsUpdateWarning.ico winethc.dll winevt WinFax.dll winhttp.dll winhttpcom.dll WinHvEmulation.dll WinHvPlatform.dll wininet.dll wininetlui.dll wininit.exe wininitext.dll winipcfile.dll winipcsecproc.dll winipsec.dll Winlangdb.dll winload.efi winload.exe winlogon.exe winlogonext.dll winmde.dll WinMetadata winml.dll winmm.dll winmmbase.dll winmsipc.dll WinMsoIrmProtector.dll winnlsres.dll winnsi.dll WinOpcIrmProtector.dll WinREAgent.dll winresume.efi winresume.exe winrm winrm.cmd winrm.vbs winrnr.dll winrs.exe winrscmd.dll winrshost.exe winrsmgr.dll winrssrv.dll WinRTNetMUAHostServer.exe WinRtTracing.dll WinSAT.exe WinSATAPI.dll WinSCard.dll winshfhc.dll winsku.dll winsockhc.dll winspool.drv winsqlite3.dll WINSRPC.DLL winsrv.dll winsrvext.dll winsta.dll WinSync.dll WinSyncMetastore.dll WinSyncProviders.dll wintrust.dll WinTypes.dll winusb.dll winver.exe WiredNetworkCSP.dll wisp.dll witnesswmiv2provider.dll wkscli.dll wkspbroker.exe wkspbrokerAx.dll wksprt.exe wksprtPS.dll wkssvc.dll wlanapi.dll wlancfg.dll WLanConn.dll wlandlg.dll wlanext.exe wlangpui.dll WLanHC.dll wlanhlp.dll WlanMediaManager.dll WlanMM.dll wlanmsm.dll wlanpref.dll WlanRadioManager.dll wlansec.dll wlansvc.dll wlansvcpal.dll wlanui.dll wlanutil.dll Wldap32.dll wldp.dll wlgpclnt.dll wlidcli.dll wlidcredprov.dll wlidfdp.dll wlidnsp.dll wlidprov.dll wlidres.dll wlidsvc.dll wlrmdr.exe WMADMOD.DLL WMADMOE.DLL WMALFXGFXDSP.dll WMASF.DLL wmcodecdspps.dll wmdmlog.dll wmdmps.dll wmdrmsdk.dll wmerror.dll wmi.dll wmiclnt.dll wmidcom.dll wmidx.dll WmiMgmt.msc wmiprop.dll wmitomi.dll WMNetMgr.dll wmp.dll WMPDMC.exe WmpDui.dll wmpdxm.dll wmpeffects.dll WMPhoto.dll wmploc.DLL wmpps.dll wmpshell.dll wmsgapi.dll WMSPDMOD.DLL WMSPDMOE.DLL WMVCORE.DLL WMVDECOD.DLL wmvdspa.dll WMVENCOD.DLL WMVSDECD.DLL WMVSENCD.DLL WMVXENCD.DLL WofTasks.dll WofUtil.dll WordBreakers.dll WorkFolders.exe WorkfoldersControl.dll WorkFoldersGPExt.dll WorkFoldersRes.dll WorkFoldersShell.dll workfolderssvc.dll wosc.dll wow64.dll wow64base.dll wow64con.dll wow64cpu.dll wow64win.dll wowreg32.exe wpbcreds.dll Wpc.dll WpcApi.dll wpcatltoast.png WpcDesktopMonSvc.dll WpcMon.exe wpcmon.png WpcProxyStubs.dll WpcRefreshTask.dll WpcTok.exe WpcWebFilter.dll wpdbusenum.dll WpdMtp.dll WpdMtpUS.dll wpdshext.dll WPDShextAutoplay.exe WPDShServiceObj.dll WPDSp.dll wpd_ci.dll wpnapps.dll wpnclient.dll wpncore.dll wpninprc.dll wpnpinst.exe wpnprv.dll wpnservice.dll wpnsruprov.dll WpnUserService.dll WpPortingLibrary.dll WppRecorderUM.dll wpr.config.xml wpr.exe WPTaskScheduler.dll wpx.dll write.exe ws2help.dll ws2_32.dll wscapi.dll wscinterop.dll wscisvif.dll WSClient.dll WSCollect.exe wscproxystub.dll wscript.exe wscsvc.dll wscui.cpl WSDApi.dll wsdchngr.dll WSDPrintProxy.DLL WsdProviderUtil.dll WSDScanProxy.dll wsecedit.dll wsepno.dll wshbth.dll wshcon.dll wshelper.dll wshext.dll wshhyperv.dll wship6.dll wshom.ocx wshqos.dll wshrm.dll WSHTCPIP.DLL wshunix.dll wsl.exe wslapi.dll wslconfig.exe wslg.exe WsmAgent.dll wsmanconfig_schema.xml WSManHTTPConfig.exe WSManMigrationPlugin.dll WsmAuto.dll wsmplpxy.dll wsmprovhost.exe WsmPty.xsl WsmRes.dll WsmSvc.dll WsmTxt.xsl WsmWmiPl.dll wsnmp32.dll wsock32.dll wsplib.dll wsp_fs.dll wsp_health.dll wsp_sr.dll wsqmcons.exe WSReset.exe WSTPager.ax wtsapi32.dll wuapi.dll wuapihost.exe wuauclt.exe wuaueng.dll wuceffects.dll WUDFCoinstaller.dll WUDFCompanionHost.exe WUDFHost.exe WUDFPlatform.dll WudfSMCClassExt.dll WUDFx.dll WUDFx02000.dll wudriver.dll wups.dll wups2.dll wusa.exe wutrust.dll wuuhdrv.dll wuuhext.dll wuuhosdeployment.dll wvc.dll WwaApi.dll WwaExt.dll WWAHost.exe WWanAPI.dll wwancfg.dll wwanconn.dll WwanFeatureTests.xml WWanHC.dll wwanmm.dll Wwanpref.dll WwanPrfl.dll wwanprotdim.dll WwanRadioManager.dll wwansvc.dll wwapi.dll XamlTileRender.dll XAudio2_8.dll XAudio2_9.dll XblAuthManager.dll XblAuthManagerProxy.dll XblAuthTokenBrokerExt.dll XblGameSave.dll XblGameSaveExt.dll XblGameSaveProxy.dll XblGameSaveTask.exe XboxGipRadioManager.dll xboxgipsvc.dll xboxgipsynthetic.dll XboxNetApiSvc.dll xcopy.exe XInput1_4.dll XInput9_1_0.dll XInputUap.dll xmlfilter.dll xmllite.dll xmlprovi.dll xolehlp.dll XpsDocumentTargetPrint.dll XpsGdiConverter.dll XpsPrint.dll xpspushlayer.dll XpsRasterService.dll xpsservices.dll XpsToPclmConverter.dll XpsToPwgrConverter.dll xwizard.dtd xwizard.exe xwizards.dll xwreg.dll xwtpdui.dll xwtpw32.dll X_80.contrast-black.png X_80.contrast-white.png X_80.png ze_loader.dll ze_tracing_layer.dll ze_validation_layer.dll zh-CN zh-HANS zh-TW zipcontainer.dll zipfldr.dll ztrace_maps.dll
      /cygdrive/c/Windows: addins appcompat apppatch AppReadiness assembly bcastdvr bfsvc.exe BitLockerDiscoveryVolumeContents Boot bootstat.dat Branding BrowserCore CbsTemp CCM ccmsetup cfgall.ini CloudEdition.xml Containers CSC Cursors debug diagnostics DiagTrack DigitalLocker dot3svc Downloaded Program Files DtcInstall.log Education.xml ELAMBKUP en-GB en-US explorer.exe Fonts GameBarPresenceWriter Globalization Help HelpPane.exe hh.exe IdentityCRL IME ImmersiveControlPanel InboxApps INF InputMethod Installer L2Schemas LanguageOverlayCache LiveKernelReports Logs lsasetup.log Media MEMORY.DMP mib.bin Microsoft.NET Migration Minidump ModemLogs ms notepad.exe NvContainerRecovery.bat OCR OfcInstReg.log Offline Web Pages Panther Performance PFRO.log PLA PolicyDefinitions Prefetch PrintDialog Professional.xml ProfessionalEducation.xml ProfessionalWorkstation.xml Provisioning PWCMDLST.BAK RegBootClean64.exe regedit.exe Registration RemotePackages rescache Resources runSW.exe runSW.log SchCache schemas security ServiceProfiles ServiceState servicing Setup setupact.log setuperr.log ShellComponents ShellExperiences SKB SMSCFG.ini SoftwareDistribution SolidWorks Speech Speech_OneCore splwow64.exe SwUSB.exe System system.ini System32 SystemApps SystemResources SystemTemp SysWOW64 TAPI Tasks Temp TempInst TmComm.log TMFilter.log TmKmSnsr.log tracing twain_32 twain_32.dll UUS Vss WaaS Web win.ini WindowsShell.Manifest WindowsUpdate.log winhlp32.exe WinSxS WMSysPr9.prx write.exe WUModels zh-CN
      /cygdrive/c/Windows/System32/Wbem: aeinv.mof AgentWmi.mof AgentWmiUninstall.mof appbackgroundtask.dll appbackgroundtask.mof appbackgroundtask_uninstall.mof AuditRsop.mof authfwcfg.mof AutoRecover bcd.mof BthMtpEnum.mof cimdmtf.mof cimwin32.dll cimwin32.mof CIWmi.mof classlog.mof cli.mof cliegaliases.mof ddp.mof dimsjob.mof dimsroam.mof DMWmiBridgeProv.dll DMWmiBridgeProv.mof DMWmiBridgeProv1.dll DMWmiBridgeProv1.mof DMWmiBridgeProv1_Uninstall.mof DMWmiBridgeProv_Uninstall.mof dnsclientcim.dll dnsclientcim.mof dnsclientpsprovider.dll dnsclientpsprovider.mof dnsclientpsprovider_Uninstall.mof drvinst.mof DscCore.mof DscCoreConfProv.mof dscproxy.mof Dscpspluginwkr.dll DscTimer.mof dsprov.dll dsprov.mof eaimeapi.mof EmbeddedLockdownWmi.dll embeddedlockdownwmi.mof embeddedlockdownwmi_Uninstall.mof en en-GB en-US esscli.dll EventTracingManagement.dll EventTracingManagement.mof fastprox.dll fdPHost.mof fdrespub.mof fdSSDP.mof fdWNet.mof fdWSD.mof filetrace.mof firewallapi.mof FolderRedirectionWMIProvider.mof FunDisc.mof fwcfg.mof hbaapi.mof hnetcfg.mof IMAPIv2-Base.mof IMAPIv2-FileSystemSupport.mof IMAPIv2-LegacyShim.mof interop.mof IpmiDTrc.mof ipmiprr.dll ipmiprv.dll ipmiprv.mof IpmiPTrc.mof ipsecsvc.mof iscsidsc.mof iscsihba.mof iscsiprf.mof iscsirem.mof iscsiwmiv2.mof iscsiwmiv2_uninstall.mof kerberos.mof KrnlProv.dll krnlprov.mof L2SecHC.mof lltdio.mof lltdsvc.mof Logs lsasrv.mof mblctr.mof MDMAppProv.dll MDMAppProv.mof MDMAppProv_Uninstall.mof MDMSettingsProv.dll MDMSettingsProv.mof MDMSettingsProv_Uninstall.mof Microsoft-Windows-OfflineFiles.mof Microsoft-Windows-Remote-FileSystem.mof Microsoft.AppV.AppVClientWmi.dll Microsoft.AppV.AppVClientWmi.mof Microsoft.ConfigurationManager.AssetProvider_v2.0.50727.mof Microsoft.ConfigurationManager.DefaultAppsProvider_v2.0.50727.mof Microsoft.ConfigurationManager.WinRTProvider_v4.0.30319.mof Microsoft.Uev.AgentWmi.dll Microsoft.Uev.ManagedAgentWmi.mof Microsoft.Uev.ManagedAgentWmiUninstall.mof mispace.mof mispace_uninstall.mof mmc.mof MMFUtil.dll MOF mofcomp.exe mofd.dll mofinstall.dll mountmgr.mof mpeval.mof mpsdrv.mof mpssvc.mof msdtcwmi.dll MsDtcWmi.mof msfeeds.mof msfeedsbs.mof msi.mof msiprov.dll msiscsi.mof MsNetImPlatform.mof mstsc.mof mstscax.mof msv1_0.mof mswmdm.mof NCProv.dll ncprov.mof ncsi.mof ndisimplatcim.dll ndistrace.mof NetAdapterCim.dll NetAdapterCim.mof NetAdapterCimTrace.mof NetAdapterCimTraceUninstall.mof NetAdapterCim_uninstall.mof netdacim.dll netdacim.mof netdacim_uninstall.mof NetEventPacketCapture.dll NetEventPacketCapture.mof NetEventPacketCapture_uninstall.mof NetNat.dll NetNat.mof netnccim.dll netnccim.mof netnccim_uninstall.mof NetPeerDistCim.dll NetPeerDistCim.mof NetPeerDistCim_uninstall.mof netprofm.mof NetSwitchTeam.mof netswitchteamcim.dll NetTCPIP.dll NetTCPIP.mof NetTCPIP_Uninstall.mof netttcim.dll netttcim.mof netttcim_uninstall.mof networkitemfactory.mof newdev.mof nlasvc.mof nlmcim.dll nlmcim.mof nlmcim_uninstall.mof nlsvc.mof npivwmi.mof nshipsec.mof ntevt.dll ntevt.mof ntfs.mof OfflineFilesConfigurationWmiProvider.mof OfflineFilesConfigurationWmiProvider_Uninstall.mof OfflineFilesWmiProvider.mof OfflineFilesWmiProvider_Uninstall.mof p2p-mesh.mof p2p-pnrp.mof pcsvDevice.mof pcsvDevice_Uninstall.mof Performance PNPXAssoc.mof PolicMan.dll PolicMan.mof polproc.mof polprocl.mof polprou.mof polstore.mof portabledeviceapi.mof portabledeviceclassextension.mof portabledeviceconnectapi.mof portabledevicetypes.mof portabledevicewiacompat.mof powermeterprovider.mof PowerPolicyProvider.mof ppcRsopCompSchema.mof ppcRsopUserSchema.mof PrintFilterPipelineSvc.mof PrintManagementProvider.dll PrintManagementProvider.mof profileassociationprovider.mof PS_MMAgent.mof qmgr.mof qoswmi.dll qoswmi.mof qoswmitrc.mof qoswmitrc_uninstall.mof qoswmi_uninstall.mof RacWmiProv.dll RacWmiProv.mof rawxml.xsl rdpendp.mof rdpinit.mof rdpshell.mof refs.mof refsv1.mof regevent.mof Remove.Microsoft.AppV.AppvClientWmi.mof repdrvfs.dll Repository rsop.mof rspndr.mof samsrv.mof scersop.mof schannel.mof schedprov.dll SchedProv.mof scm.mof scrcons.exe scrcons.mof sdbus.mof secrcw32.mof SensorsClassExtension.mof ServDeps.dll ServiceModel.mof ServiceModel.mof.uninstall ServiceModel35.mof ServiceModel35.mof.uninstall services.mof setupapi.mof SmbWitnessWmiv2Provider.mof smbwmiv2.mof SMTPCons.dll smtpcons.mof sppwmi.mof sr.mof sstpsvc.mof stdprov.dll storagewmi.mof storagewmi_passthru.mof storagewmi_passthru_uninstall.mof storagewmi_uninstall.mof stortrace.mof subscrpt.mof system.mof tcpip.mof texttable.xsl textvaluelist.xsl tmf tsallow.mof tscfgwmi.mof tsmf.mof tspkg.mof umb.mof umbus.mof umpass.mof umpnpmgr.mof unsecapp.exe UserProfileConfigurationWmiProvider.mof UserProfileWmiProvider.mof UserStateWMIProvider.mof vds.mof vdswmi.dll viewprov.dll vpnclientpsprovider.dll vpnclientpsprovider.mof vpnclientpsprovider_Uninstall.mof vss.mof vsswmi.dll wbemcntl.dll wbemcons.dll WBEMCons.mof wbemcore.dll wbemdisp.dll wbemdisp.tlb wbemess.dll wbemprox.dll wbemsvc.dll wbemtest.exe wcncsvc.mof WdacEtwProv.mof WdacWmiProv.dll WdacWmiProv.mof WdacWmiProv_Uninstall.mof Wdf01000.mof Wdf01000Uninstall.mof wdigest.mof WFAPIGP.mof wfascim.dll wfascim.mof wfascim_uninstall.mof WFP.MOF wfs.mof whqlprov.mof Win32_DeviceGuard.mof Win32_EncryptableVolume.dll win32_encryptablevolume.mof Win32_EncryptableVolumeUninstall.mof win32_printer.mof Win32_Tpm.dll Win32_Tpm.mof wininit.mof winipsec.mof winlogon.mof WinMgmt.exe WinMgmtR.dll Winsat.mof WinsatUninstall.mof wlan.mof WLanHC.mof wmi.mof WMIADAP.exe WmiApRes.dll WmiApRpl.dll WmiApSrv.exe WMIC.exe WMICOOKR.dll WmiDcPrv.dll wmipcima.dll wmipcima.mof wmipdfs.dll wmipdfs.mof wmipdskq.dll wmipdskq.mof WmiPerfClass.dll WmiPerfClass.mof WmiPerfInst.dll WmiPerfInst.mof WMIPICMP.dll wmipicmp.mof WMIPIPRT.dll wmipiprt.mof WMIPJOBJ.dll wmipjobj.mof wmiprov.dll WmiPrvSD.dll WmiPrvSE.exe WMIPSESS.dll wmipsess.mof WMIsvc.dll wmitimep.dll wmitimep.mof wmiutils.dll WMI_Tracing.mof wmp.mof wmpnetwk.mof wpdbusenum.mof wpdcomp.mof wpdfs.mof wpdmtp.mof wpdshext.mof WPDShServiceObj.mof wpdsp.mof wpd_ci.mof wscenter.mof WsmAgent.mof WsmAgentUninstall.mof WsmAuto.mof wsp_fs.mof wsp_fs_uninstall.mof wsp_health.mof wsp_health_uninstall.mof wsp_sr.mof wsp_sr_uninstall.mof WUDFx.mof Wudfx02000.mof Wudfx02000Uninstall.mof WUDFxUninstall.mof xml xsl-mappings.xml xwizards.mof zh-CN zh-HANS
      /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0: Certificate.format.ps1xml Diagnostics.Format.ps1xml DotNetTypes.format.ps1xml en en-US Event.Format.ps1xml Examples FileSystem.format.ps1xml getevent.types.ps1xml Help.format.ps1xml HelpV3.format.ps1xml Modules powershell.exe powershell.exe.config PowerShellCore.format.ps1xml PowerShellTrace.format.ps1xml powershell_ise.exe powershell_ise.exe.config PSEvents.dll pspluginwkr.dll pwrshmsg.dll pwrshsip.dll Registry.format.ps1xml Schemas SessionConfig types.ps1xml typesv3.ps1xml WSMan.Format.ps1xml zh-CN zh-HANS
      /cygdrive/c/Windows/System32/OpenSSH: scp.exe sftp.exe ssh-add.exe ssh-agent.exe ssh-keygen.exe ssh-keyscan.exe ssh.exe
      /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64: concrt140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll vccorlib140.dll vcruntime140.dll vcruntime140_1.dll
      /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86: concrt140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll vccorlib140.dll vcruntime140.dll
      /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin: AdvancedIMC.dll CertAuthIMC.dll dsHostCheckerResource_DE.dll dsHostCheckerResource_EN.dll dsHostCheckerResource_ES.dll dsHostCheckerResource_FR.dll dsHostCheckerResource_JA.dll dsHostCheckerResource_KO.dll dsHostCheckerResource_ZH.dll dsHostCheckerResource_ZH_CN.dll dsWinClient.dll EPCheck.dll hcimc.dll hcUtils.dll HostCheckerService.dll HostCheckerServicePS.dll jsystemimc.dll libcrypto-1_1.dll OPSWAT OpswatIMC.dll SoHIMC.dll tnc_config versionInfo.ini zlib1.dll
      /cygdrive/c/Program Files/dotnet: dotnet.exe host LICENSE.txt shared swidtag ThirdPartyNotices.txt
      /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit: Catalog CeLog2ETW.chm celog2etw.exe default.stacktags ecosystem.core.dll ecosystem.windows.dll gpuview HeapAction_CullFunctionsExample.txt kerneltracecontrol.dll KernelTraceControl.h microsoft.assessments.administration.dll microsoft.assessments.administration.presentation.dll microsoft.assessments.dll microsoft.performance.base.dll microsoft.performance.core4.interop.dll microsoft.performance.data.dll microsoft.performance.dataengine.dll microsoft.performance.nt.dll microsoft.performance.nt.shell.dll microsoft.performance.shell.addins.dll microsoft.performance.shell.dll microsoft.performance.ui.dataengine.dll microsoft.performance.ui.dll microsoft.performance.windows.dll msdia120.dll perfcore.dll perfcore.ini perfctrl.dll perfg.dll perf_delay.dll perf_dx.dll perf_frames.dll perf_heap.dll perf_memory.dll perf_nt.dll perf_nt_c.dll perf_nt_g.dll perf_onoff.dll perf_onoff_c.dll perf_onoff_g.dll perf_pep.dll perf_pofx.dll perf_pool.dll perf_ppm.dll perf_regions.dll perf_spinlock.dll perf_tdh.dll perf_va.dll perf_wininet.dll perf_wpr.dll README.TXT SampleGeneralProfileForLargeServers.wprp SampleWPRControlProfiles.wprp WaitClassification_ImportantThreadStartFunctions.txt WaitClassification_WatchFunctions.txt WaitClassification_WatchLocks.txt windowsperformancerecordercontrol.dll WindowsPerformanceRecorderControl.h WindowsPerformanceRecorderControl.idl windowsperformancerecorderui.dll wpa.addins.ini wpa.exe wpa.exe.config wpaexporter.exe wpaexporter.exe.config wpr.config.xml wpr.exe WPRUI.exe xbootmgr.exe xbootmgrsleep.exe xperf.exe
      /cygdrive/c/Program Files/Docker/Docker/resources/bin: com.docker.cli.exe docker docker-compose docker-compose-v1.exe docker-compose.exe docker-credential-desktop.exe docker-credential-ecr-login.exe docker-credential-wincred.exe docker-index.exe docker.exe hub-tool.exe kubectl.exe
      /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR: GfeXCode64.dll nvdlisrwrapper.exe nvngx_dlisr.dll
      /cygdrive/c/Program Files/Git/cmd: git-gui.exe git-lfs.exe git-receive-pack.exe git-upload-pack.exe git.exe gitk.exe scalar.exe start-ssh-agent.cmd start-ssh-pageant.cmd
      /cygdrive/c/Program Files/Microsoft VS Code/bin: code code-tunnel.exe code.cmd
      /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit: Accessibility.dll api-ms-win-core-console-l1-1-0.dll api-ms-win-core-console-l1-2-0.dll api-ms-win-core-datetime-l1-1-0.dll api-ms-win-core-debug-l1-1-0.dll api-ms-win-core-errorhandling-l1-1-0.dll api-ms-win-core-fibers-l1-1-0.dll api-ms-win-core-file-l1-1-0.dll api-ms-win-core-file-l1-2-0.dll api-ms-win-core-file-l2-1-0.dll api-ms-win-core-handle-l1-1-0.dll api-ms-win-core-heap-l1-1-0.dll api-ms-win-core-interlocked-l1-1-0.dll api-ms-win-core-libraryloader-l1-1-0.dll api-ms-win-core-localization-l1-2-0.dll api-ms-win-core-memory-l1-1-0.dll api-ms-win-core-namedpipe-l1-1-0.dll api-ms-win-core-processenvironment-l1-1-0.dll api-ms-win-core-processthreads-l1-1-0.dll api-ms-win-core-processthreads-l1-1-1.dll api-ms-win-core-profile-l1-1-0.dll api-ms-win-core-rtlsupport-l1-1-0.dll api-ms-win-core-string-l1-1-0.dll api-ms-win-core-synch-l1-1-0.dll api-ms-win-core-synch-l1-2-0.dll api-ms-win-core-sysinfo-l1-1-0.dll api-ms-win-core-timezone-l1-1-0.dll api-ms-win-core-util-l1-1-0.dll api-ms-win-crt-conio-l1-1-0.dll api-ms-win-crt-convert-l1-1-0.dll api-ms-win-crt-environment-l1-1-0.dll api-ms-win-crt-filesystem-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-multibyte-l1-1-0.dll api-ms-win-crt-private-l1-1-0.dll api-ms-win-crt-process-l1-1-0.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-string-l1-1-0.dll api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll api-ms-win-eventing-controller-l1-1-0.dll api-ms-win-eventing-provider-l1-1-0.dll axeonoffhelper.dll Catalog clrcompression.dll clretwrc.dll clrjit.dll coreclr.dll CustomDataSources D3DCompiler_47_cor3.dll dbgshim.dll DirectWriteForwarder.dll ecosystem.core.dll ecosystem.windows.dll exporterConfigSchemaV2.json GettingStarted.htm gpuview HeapAction_CullFunctionsExample.txt hostfxr.dll hostpolicy.dll kerneltracecontrol.dll KernelTraceControl.h legacy microsoft.assessments.administration.dll microsoft.assessments.administration.presentation.dll microsoft.assessments.dll Microsoft.CSharp.dll Microsoft.DiaSymReader.Native.amd64.dll Microsoft.Performance.Base.dll Microsoft.Performance.Core4.Interop.dll Microsoft.Performance.Data.dll Microsoft.Performance.DataEngine.dll Microsoft.Performance.Exporter.dll microsoft.performance.managed.interop.dll Microsoft.Performance.NT.dll Microsoft.Performance.NT.Shell.dll Microsoft.Performance.SDK.dll Microsoft.Performance.SDK.Runtime.dll Microsoft.Performance.SDK.Runtime.NetCoreApp.dll Microsoft.Performance.Shell.AddIns.dll Microsoft.Performance.Shell.dll Microsoft.Performance.Shell.dll.config Microsoft.Performance.UI.DataEngine.dll Microsoft.Performance.UI.dll Microsoft.Performance.Windows.dll Microsoft.Performance.XPerfPlugIn.Extensions.dll Microsoft.VisualBasic.Core.dll Microsoft.VisualBasic.dll Microsoft.Win32.Primitives.dll Microsoft.Win32.Registry.AccessControl.dll Microsoft.Win32.Registry.dll Microsoft.Win32.SystemEvents.dll mscordaccore.dll mscordaccore_amd64_amd64_4.700.22.16002.dll mscordbi.dll mscorlib.dll mscorrc.debug.dll mscorrc.dll msdia140.dll netstandard.dll NOTICE.txt NuGet.Versioning.dll PenImc_cor3.dll perfcore.dll perfcore.ini perfcore_managedinterop.dll perfctrl.dll perfg.dll perf_delay.dll perf_dx.dll perf_dynamic.dll perf_e3.dll perf_frames.dll perf_heap.dll perf_heapsnapshot.dll perf_hv.dll perf_lbr.dll perf_memory.dll perf_msvcbuildinsights.dll perf_nt.dll perf_nt_c.dll perf_nt_g.dll perf_onoff.dll perf_onoff_c.dll perf_onoff_g.dll perf_pep.dll perf_pmc.dll perf_pofx.dll perf_pool.dll perf_ppm.dll perf_regions.dll perf_sensors.dll perf_spinlock.dll perf_spt.dll perf_tcpip.dll perf_tdh.dll perf_umpo.dll perf_utc.dll perf_va.dll perf_wdf.dll perf_wininet.dll perf_wpp.dll perf_wpr.dll PresentationCore.dll PresentationFramework-SystemCore.dll PresentationFramework-SystemData.dll PresentationFramework-SystemDrawing.dll PresentationFramework-SystemXml.dll PresentationFramework-SystemXmlLinq.dll PresentationFramework.Aero.dll PresentationFramework.Aero2.dll PresentationFramework.AeroLite.dll PresentationFramework.Classic.dll PresentationFramework.dll PresentationFramework.Luna.dll PresentationFramework.Royale.dll PresentationNative_cor3.dll PresentationUI.dll ReachFramework.dll README.TXT Redistributables Resources SampleGeneralProfileForLargeServers.wprp SampleWPRControlProfiles.wprp scenario.xml sni.dll SOS_README.md symcache.dll symcachegen.exe System.AppContext.dll System.Buffers.dll System.CodeDom.dll System.Collections.Concurrent.dll System.Collections.dll System.Collections.Immutable.dll System.Collections.NonGeneric.dll System.Collections.Specialized.dll System.ComponentModel.Annotations.dll System.ComponentModel.Composition.dll System.ComponentModel.DataAnnotations.dll System.ComponentModel.dll System.ComponentModel.EventBasedAsync.dll System.ComponentModel.Primitives.dll System.ComponentModel.TypeConverter.dll System.Configuration.ConfigurationManager.dll System.Configuration.dll System.Console.dll System.Core.dll System.Data.Common.dll System.Data.DataSetExtensions.dll System.Data.dll System.Data.Odbc.dll System.Data.SqlClient.dll System.Design.dll System.Diagnostics.Contracts.dll System.Diagnostics.Debug.dll System.Diagnostics.DiagnosticSource.dll System.Diagnostics.EventLog.dll System.Diagnostics.FileVersionInfo.dll System.Diagnostics.PerformanceCounter.dll System.Diagnostics.Process.dll System.Diagnostics.StackTrace.dll System.Diagnostics.TextWriterTraceListener.dll System.Diagnostics.Tools.dll System.Diagnostics.TraceSource.dll System.Diagnostics.Tracing.dll System.DirectoryServices.AccountManagement.dll System.DirectoryServices.dll System.DirectoryServices.Protocols.dll System.dll System.Drawing.Common.dll System.Drawing.Design.dll System.Drawing.dll System.Drawing.Primitives.dll System.Dynamic.Runtime.dll System.Globalization.Calendars.dll System.Globalization.dll System.Globalization.Extensions.dll System.IO.Compression.Brotli.dll System.IO.Compression.dll System.IO.Compression.FileSystem.dll System.IO.Compression.ZipFile.dll System.IO.dll System.IO.FileSystem.AccessControl.dll System.IO.FileSystem.dll System.IO.FileSystem.DriveInfo.dll System.IO.FileSystem.Primitives.dll System.IO.FileSystem.Watcher.dll System.IO.IsolatedStorage.dll System.IO.MemoryMappedFiles.dll System.IO.Packaging.dll System.IO.Pipes.AccessControl.dll System.IO.Pipes.dll System.IO.Ports.dll System.IO.UnmanagedMemoryStream.dll System.Linq.dll System.Linq.Expressions.dll System.Linq.Parallel.dll System.Linq.Queryable.dll System.Management.dll System.Memory.dll System.Net.dll System.Net.Http.dll System.Net.Http.WinHttpHandler.dll System.Net.HttpListener.dll System.Net.Mail.dll System.Net.NameResolution.dll System.Net.NetworkInformation.dll System.Net.Ping.dll System.Net.Primitives.dll System.Net.Requests.dll System.Net.Security.dll System.Net.ServicePoint.dll System.Net.Sockets.dll System.Net.WebClient.dll System.Net.WebHeaderCollection.dll System.Net.WebProxy.dll System.Net.WebSockets.Client.dll System.Net.WebSockets.dll System.Numerics.dll System.Numerics.Vectors.dll System.ObjectModel.dll System.Printing.dll System.Private.CoreLib.dll System.Private.DataContractSerialization.dll System.Private.ServiceModel.dll System.Private.Uri.dll System.Private.Xml.dll System.Private.Xml.Linq.dll System.Reflection.DispatchProxy.dll System.Reflection.dll System.Reflection.Emit.dll System.Reflection.Emit.ILGeneration.dll System.Reflection.Emit.Lightweight.dll System.Reflection.Extensions.dll System.Reflection.Metadata.dll System.Reflection.MetadataLoadContext.dll System.Reflection.Primitives.dll System.Reflection.TypeExtensions.dll System.Resources.Extensions.dll System.Resources.Reader.dll System.Resources.ResourceManager.dll System.Resources.Writer.dll System.Runtime.Caching.dll System.Runtime.CompilerServices.Unsafe.dll System.Runtime.CompilerServices.VisualC.dll System.Runtime.dll System.Runtime.Extensions.dll System.Runtime.Handles.dll System.Runtime.InteropServices.dll System.Runtime.InteropServices.RuntimeInformation.dll System.Runtime.InteropServices.WindowsRuntime.dll System.Runtime.Intrinsics.dll System.Runtime.Loader.dll System.Runtime.Numerics.dll System.Runtime.Serialization.dll System.Runtime.Serialization.Formatters.dll System.Runtime.Serialization.Json.dll System.Runtime.Serialization.Primitives.dll System.Runtime.Serialization.Xml.dll System.Runtime.WindowsRuntime.dll System.Runtime.WindowsRuntime.UI.Xaml.dll System.Security.AccessControl.dll System.Security.Claims.dll System.Security.Cryptography.Algorithms.dll System.Security.Cryptography.Cng.dll System.Security.Cryptography.Csp.dll System.Security.Cryptography.Encoding.dll System.Security.Cryptography.OpenSsl.dll System.Security.Cryptography.Pkcs.dll System.Security.Cryptography.Primitives.dll System.Security.Cryptography.ProtectedData.dll System.Security.Cryptography.X509Certificates.dll System.Security.Cryptography.Xml.dll System.Security.dll System.Security.Permissions.dll System.Security.Principal.dll System.Security.Principal.Windows.dll System.Security.SecureString.dll System.ServiceModel.dll System.ServiceModel.Duplex.dll System.ServiceModel.Http.dll System.ServiceModel.NetTcp.dll System.ServiceModel.Primitives.dll System.ServiceModel.Security.dll System.ServiceModel.Syndication.dll System.ServiceModel.Web.dll System.ServiceProcess.dll System.ServiceProcess.ServiceController.dll System.Text.Encoding.CodePages.dll System.Text.Encoding.dll System.Text.Encoding.Extensions.dll System.Text.Encodings.Web.dll System.Text.Json.dll System.Text.RegularExpressions.dll System.Threading.AccessControl.dll System.Threading.Channels.dll System.Threading.dll System.Threading.Overlapped.dll System.Threading.Tasks.Dataflow.dll System.Threading.Tasks.dll System.Threading.Tasks.Extensions.dll System.Threading.Tasks.Parallel.dll System.Threading.Thread.dll System.Threading.ThreadPool.dll System.Threading.Timer.dll System.Transactions.dll System.Transactions.Local.dll System.ValueTuple.dll System.Web.dll System.Web.HttpUtility.dll System.Windows.Controls.Ribbon.dll System.Windows.dll System.Windows.Extensions.dll System.Windows.Forms.Design.dll System.Windows.Forms.Design.Editors.dll System.Windows.Forms.dll System.Windows.Input.Manipulations.dll System.Windows.Presentation.dll System.Xaml.dll System.Xml.dll System.Xml.Linq.dll System.Xml.ReaderWriter.dll System.Xml.Serialization.dll System.Xml.XDocument.dll System.Xml.XmlDocument.dll System.Xml.XmlSerializer.dll System.Xml.XPath.dll System.Xml.XPath.XDocument.dll ucrtbase.dll UIAutomationClient.dll UIAutomationClientSideProviders.dll UIAutomationProvider.dll UIAutomationTypes.dll vcruntime140_cor3.dll WaitClassification_ImportantThreadStartFunctions.txt WaitClassification_WatchFunctions.txt WaitClassification_WatchLocks.txt WdfPerfEnhancedVerifier.cmd WindowsBase.dll WindowsFormsIntegration.dll windowsperformancerecordercontrol.dll WindowsPerformanceRecorderControl.h WindowsPerformanceRecorderControl.idl windowsperformancerecorderui.dll wpa.addins.ini wpa.dll wpa.exe wpa.ico wpaexporter.dll wpaexporter.dll.config wpaexporter.exe wpfgfx_cor3.dll wpr.config.xml wpr.exe WPRControlProfiles.xsd WPRUI.exe xbootmgr.exe xbootmgrsleep.exe xperf.exe XPerfCore.dll
      //AEX02/NETLOGON: ACLXRAY adobe appassoc AzureRMS backup cert cit CyberArk kix2010.txt KIX32.EXE kix362 kix461 kix462 kix466 MSEdge net NTLogin.bat ntlogin.ini ntlogin.kix ntloginD.bat old posturt.bat posturt.kix posturt31032020.kix posturtD.bat posturtD.kix posturtsom.kix posturt_new.bat posturt_new.kix SCCMClient soc svu sysadmin urt urt.2000-10-05 urt.bat urt.patch urt2.0.6 urt25 urt25.bat urt_work.0321 ush WKIX32.EXE
      /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin: docker-machine-driver-vmware.exe vctl.exe
      /cygdrive/c/Microsoft_MPI/Bin: mpiexec.exe mpitrace.man msmpilaunchsvc.exe smpd.exe
      Warning accessing /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin gives errors: [Errno 2] No such file or directory: '/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin'
      /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common: cudart32_65.dll cudart64_30_9.dll cudart64_65.dll PhysXDevice.dll PhysXDevice64.dll PhysXLoader.dll PhysXLoader64.dll PhysXUpdateLoader.dll PhysXUpdateLoader64.dll
      /cygdrive/c/Windows/system32: 0409 07409496-a423-4a3e-b620-2cfb01a9318d_HyperV-ComputeNetwork.dll 0ae3b998-9a38-4b72-a4c4-06849441518d_Servicing-Stack.dll 1028 1029 1031 1033 1036 1040 1041 1042 1045 1046 1049 1055 2052 3082 69fe178f-26e7-43a9-aa7d-2b616b672dde_eventlogservice.dll 6bea57fb-8dfb-4177-9ae8-42e8b3529933_RuntimeDeviceInstall.dll @AdvancedKeySettingsNotification.png @AppHelpToast.png @AudioToastIcon.png @BackgroundAccessToastIcon.png @bitlockertoastimage.png @edptoastimage.png @EnrollmentToastIcon.png @language_notification_icon.png @optionalfeatures.png @StorageSenseToastIcon.png @VpnToastIcon.png @windows-hello-V4.1.gif @WindowsHelloFaceToastIcon.png @WindowsUpdateToastIcon.contrast-black.png @WindowsUpdateToastIcon.contrast-white.png @WindowsUpdateToastIcon.png @WirelessDisplayToast.png @WLOGO_48x48.png aadauthhelper.dll aadcloudap.dll aadjcsp.dll aadtb.dll aadWamExtension.dll AarSvc.dll AboutSettingsHandlers.dll AboveLockAppHost.dll accessibilitycpl.dll accountaccessor.dll AccountsRt.dll AcGenral.dll AcLayers.dll acledit.dll aclui.dll acmigration.dll ACPBackgroundManagerPolicy.dll acppage.dll acproxy.dll AcSpecfc.dll ActionCenter.dll ActionCenterCPL.dll ActionQueue.dll ActivationClient.dll ActivationManager.dll activeds.dll activeds.tlb ActiveHours.png ActiveSyncCsp.dll ActiveSyncProvider.dll actxprxy.dll AcWinRT.dll AcXtrnal.dll AdaptiveCards.dll AddressParser.dll adhapi.dll adhsvc.dll AdmTmpl.dll adprovider.dll adrclient.dll adsldp.dll adsldpc.dll adsmsext.dll adsnt.dll adtschema.dll AdvancedEmojiDS.dll AdvancedInstallers advapi32.dll advapi32res.dll advpack.dll aeevts.dll aeinv.dll aepic.dll agentactivationruntime.dll agentactivationruntimestarter.exe agentactivationruntimewindows.dll AgentService.exe AggregatorHost.exe AirWatchMDM.dll aitstatic.exe AJRouter.dll alg.exe altspace.dll amcompat.tlb amsi.dll amsiproxy.dll amstream.dll Analog.Shell.Broker.dll AnalogCommonProxyStub.dll apds.dll APHostClient.dll APHostRes.dll APHostService.dll apisampling.dll ApiSetHost.AppExecutionAlias.dll apisetschema.dll APMon.dll APMonUI.dll AppContracts.dll AppExtension.dll apphelp.dll Apphlpdm.dll AppHostRegistrationVerifier.exe appidapi.dll appidcertstorecheck.exe appidpolicyconverter.exe AppIdPolicyEngineApi.dll appidsvc.dll appidtel.exe appinfo.dll appinfoext.dll AppInstallerPrompt.Desktop.dll ApplicationControlCSP.dll ApplicationFrame.dll ApplicationFrameHost.exe AppListBackupLauncher.dll AppLocker AppLockerCSP.dll ApplySettingsTemplateCatalog.exe ApplyTrustOffline.exe AppManagementConfiguration.dll appmgmts.dll appmgr.dll AppMon.dll AppointmentActivation.dll AppointmentApis.dll appraiser appraiser.dll AppReadiness.dll apprepapi.dll AppResolver.dll ApproveChildRequest.exe appsruprov.dll AppV AppVCatalog.dll AppVClient.exe AppvClientEventLog.dll AppVClientPS.dll AppVDllSurrogate.exe AppVEntStreamingManager.dll AppVEntSubsystemController.dll AppVEntSubsystems64.dll AppVEntVirtualization.dll appverif.chm appverif.exe appverifUI.dll appvetwclientres.dll appvetwsharedperformance.dll appvetwstreamingux.dll AppVFileSystemMetadata.dll AppVIntegration.dll AppVManifest.dll AppVNice.exe AppVOrchestration.dll AppVPolicy.dll AppVPublishing.dll AppVReporting.dll AppVScripting.dll AppVSentinel.dll AppVShNotify.exe AppVStreamingUX.dll AppVStreamMap.dll AppVTerminator.dll appwiz.cpl AppxAllUserStore.dll AppXApplicabilityBlob.dll AppxApplicabilityEngine.dll AppXDeploymentClient.dll AppXDeploymentExtensions.desktop.dll AppXDeploymentExtensions.onecore.dll AppXDeploymentServer.dll AppxPackaging.dll AppxProvisioning.xml AppxSip.dll AppxStreamingDataSourcePS.dll AppxSysprep.dll ar-SA archiveint.dll ARP.EXE asferror.dll aspnet_counters.dll AssignedAccessCsp.dll AssignedAccessGuard.exe AssignedAccessManager.dll assignedaccessmanagersvc.dll assignedaccessproviderevents.dll AssignedAccessRuntime.dll AssignedAccessShellProxy.dll asycfilt.dll at.exe AtBroker.exe atl.dll atl100.dll atl110.dll atlthunk.dll atmlib.dll attrib.exe audiodg.exe AudioEndpointBuilder.dll AudioEng.dll AudioHandlers.dll AUDIOKSE.dll audioresourceregistrar.dll AudioSes.dll audiosrv.dll AudioSrvPolicyManager.dll auditcse.dll AuditNativeSnapIn.dll auditpol.exe auditpolcore.dll AuditPolicyGPInterop.dll auditpolmsg.dll AuthBroker.dll AuthBrokerUI.dll authentication.dll AuthExt.dll authfwcfg.dll AuthFWGP.dll AuthFWSnapin.dll AuthFWWizFwk.dll AuthHost.exe AuthHostProxy.dll authui.dll authz.dll autochk.exe autopilot.dll autopilotdiag.dll autoplay.dll autotimesvc.dll AverageRoom.bin avicap32.dll avifil32.dll avrt.dll AWSurrogate.exe AxInstSv.dll AxInstUI.exe azman.msc azroles.dll azroleui.dll AzSqlExt.dll AzureAttest.dll AzureAttestManager.dll AzureAttestNormal.dll baaupdate.exe BackgroundMediaPolicy.dll backgroundTaskHost.exe BackgroundTransferHost.exe BamSettingsClient.dll BarcodeProvisioningPlugin.dll basecsp.dll basesrv.dll bash.exe batmeter.dll bcastdvr.proxy.dll BcastDVRBroker.dll BcastDVRClient.dll BcastDVRCommon.dll bcastdvruserservice.dll bcd.dll bcdboot.exe bcdedit.exe bcdprov.dll bcdsrv.dll BCP47Langs.dll BCP47mrm.dll bcrypt.dll bcryptprimitives.dll bdaplgin.ax bdechangepin.exe BdeHdCfg.exe BdeHdCfgLib.dll bderepair.dll bdesvc.dll BdeSysprep.dll bdeui.dll BdeUISrv.exe bdeunlock.exe BFE.DLL bg-BG bi.dll bidispl.dll bindfltapi.dll BingASDS.dll BingFilterDS.dll BingMaps.dll BingOnlineServices.dll BioCredProv.dll BioIso.exe bisrv.dll BitLockerCsp.dll BitLockerDeviceEncryption.exe BitLockerWizard.exe BitLockerWizardElev.exe bitsadmin.exe bitsigd.dll bitsperf.dll BitsProxy.dll biwinrt.dll BlbEvents.dll blbres.dll blb_ps.dll BluetoothApis.dll BluetoothDesktopHandlers.dll BluetoothPairingSystemToastIcon.contrast-black.png BluetoothPairingSystemToastIcon.contrast-high.png BluetoothPairingSystemToastIcon.contrast-white.png BluetoothPairingSystemToastIcon.png BluetoothSystemToastIcon.contrast-white.png BluetoothSystemToastIcon.png bnmanager.dll Boot boot.sdi bootim.exe BootMenuUX.dll bootsect.exe bootstr.dll bootsvc.dll bootux.dll BOOTVID.DLL bopomofo.uce bridgeres.dll bridgeunattend.exe BrokerLib.dll browcli.dll browserbroker.dll browserexport.exe browser_broker.exe browseui.dll BTAGService.dll BthAvctpSvc.dll BthAvrcp.dll BthAvrcpAppSvc.dll bthci.dll BthMtpContextHandler.dll bthpanapi.dll BthpanContextHandler.dll Bthprops bthprops.cpl BthRadioMedia.dll bthserv.dll BthTelemetry.dll bthudtask.exe btpanui.dll Bubbles.scr BWContextHandler.dll ByteCodeGenerator.exe c4d66f00-b6f0-4439-ac9b-c5ea13fe54d7_HyperV-ComputeCore.dll ca-ES cabapi.dll cabinet.dll cabview.dll cacls.exe calc.exe CallButtons.dll CallButtons.ProxyStub.dll CallHistoryClient.dll CameraCaptureUI.dll CameraSettingsUIHost.exe CapabilityAccessHandlers.dll CapabilityAccessManager.dll CapabilityAccessManagerClient.dll capauthz.dll capiprovider.dll capisp.dll CaptureService.dll CastingShellExt.dll CastLaunch.dll CastSrv.exe CatRoot catroot2 catsrv.dll catsrvps.dll catsrvut.dll CBDHSvc.dll cca.dll cdd.dll cdosys.dll cdp.dll cdprt.dll cdpsvc.dll cdpusersvc.dll cellulardatacapabilityhandler.dll cemapi.dll cero.rs certca.dll certcli.dll certCredProvider.dll certenc.dll CertEnroll.dll CertEnrollCtrl.exe CertEnrollUI.dll certlm.msc certmgr.dll certmgr.msc CertPKICmdlet.dll CertPolEng.dll certprop.dll certreq.exe certutil.exe cewmdm.dll cfgbkend.dll cfgmgr32.dll CfgSPCellular.dll CfgSPPolicy.dll cflapi.dll cfmifs.dll cfmifsproxy.dll Chakra.dll Chakradiag.dll Chakrathunk.dll change.exe changepk.exe charmap.exe chartv.dll ChatApis.dll chcp.com CheckNetIsolation.exe chglogon.exe chgport.exe chgusr.exe chkdsk.exe chkntfs.exe choice.exe ChsStrokeDS.dll chs_singlechar_pinyin.dat ChtBopomofoDS.dll ChtCangjieDS.dll ChtHkStrokeDS.dll ChtQuickDS.dll ChxAPDS.dll ChxDecoder.dll ChxHAPDS.dll chxinputrouter.dll chxranker.dll CHxReadingStringIME.dll ci.dll cic.dll CIDiag.exe cimfs.dll cipher.exe CIRCoInst.dll CIWmi.dll clb.dll clbcatq.dll cldapi.dll cleanmgr.exe CleanPCCSP.dll clfsw32.dll cliconfg.dll cliconfg.exe cliconfg.rll clip.exe ClipboardServer.dll Clipc.dll ClipDLS.exe ClipRenew.exe ClipSVC.dll ClipUp.exe clipwinrt.dll cloudAP.dll CloudDomainJoinAUG.dll CloudDomainJoinDataModelServer.dll CloudExperienceHost.dll CloudExperienceHostBroker.dll CloudExperienceHostBroker.exe CloudExperienceHostCommon.dll CloudExperienceHostRedirection.dll CloudExperienceHostUser.dll cloudidsvc.dll CloudIdWxhExtension.dll CloudNotifications.exe clrhost.dll clusapi.dll cmcfg32.dll cmd.exe cmdext.dll cmdial32.dll cmdkey.exe cmdl32.exe cmgrcspps.dll cmifw.dll cmintegrator.dll cmlua.dll cmmon32.exe cmpbk32.dll cmstp.exe cmstplua.dll cmutil.dll cngcredui.dll cngprovider.dll cnvfat.dll cob-au.rs CodeIntegrity CodeIntegrityAggregator.dll cofire.exe cofiredm.dll colbact.dll COLORCNV.DLL colorcpl.exe colorui.dll Com combase.dll comcat.dll comctl32.dll comdlg32.dll comexp.msc coml2.dll comp.exe compact.exe CompatTelRunner.exe compmgmt.msc CompMgmtLauncher.exe ComposableShellProxyStub.dll ComposerFramework.dll CompPkgSrv.exe CompPkgSup.dll compstui.dll computecore.dll computelibeventlog.dll computenetwork.dll ComputerDefaults.exe ComputerToastIcon.contrast-white.png ComputerToastIcon.png computestorage.dll comrepl.dll comres.dll comsnap.dll comsvcs.dll comuid.dll concrt140.dll concrt140d.dll config configmanager2.dll Configuration ConfigureExpandedStorage.dll conhost.exe ConhostV1.dll connect.dll ConnectedAccountState.dll consent.exe ConsentExperienceCommon.dll ConsentUX.dll ConsentUxClient.dll console.dll ConsoleLogon.dll ConstraintIndex.Search.dll ContactActivation.dll ContactApis.dll ContactHarvesterDS.dll container.dll containerdevicemanagement.dll ContentDeliveryManager.Utilities.dll control.exe ControlLib.dll convert.exe convertvhd.exe coreaudiopolicymanagerext.dll coredpus.dll coredpussvr.exe coreglobconfig.dll CoreMas.dll CoreMessaging.dll CoreMmRes.dll CorePrivacySettingsStore.dll CoreShell.dll CoreShellAPI.dll CoreShellExtFramework.dll CoreUIComponents.dll correngine.dll CourtesyEngine.dll CPFilters.dll CredDialogBroker.dll CredentialEnrollmentManager.exe CredentialEnrollmentManagerForUser.dll CredentialUIBroker.exe CredProv2faHelper.dll CredProvCommonCore.dll CredProvDataModel.dll CredProvHelper.dll credprovhost.dll credprovs.dll credprovslegacy.dll credssp.dll credui.dll credwiz.exe crypt32.dll cryptbase.dll cryptcatsvc.dll cryptdlg.dll cryptdll.dll cryptext.dll cryptnet.dll cryptngc.dll CryptoWinRT.dll cryptsp.dll cryptsvc.dll crypttpmeksvc.dll cryptui.dll cryptuiwizard.dll cryptxml.dll cs-CZ cscapi.dll cscdll.dll CscMig.dll cscobj.dll cscript.exe cscsvc.dll cscui.dll CspCellularSettings.dll csplte.dll CspProxy.dll csrr.rs csrsrv.dll csrss.exe CSystemEventsBrokerClient.dll ctac.json ctfmon.exe cttune.exe cttunesvr.exe curl.exe CustomInstallExec.exe CustomShellHost.exe cuzzapi.dll cxcredprov.dll CXHProvisioningServer.dll C_037.NLS C_10000.NLS C_10001.NLS C_10002.NLS C_10003.NLS C_10004.NLS C_10005.NLS C_10006.NLS C_10007.NLS C_10008.NLS C_10010.NLS C_10017.NLS C_10021.NLS C_10029.NLS C_10079.NLS C_10081.NLS C_10082.NLS C_1026.NLS C_1047.NLS C_1140.NLS C_1141.NLS C_1142.NLS C_1143.NLS C_1144.NLS C_1145.NLS C_1146.NLS C_1147.NLS C_1148.NLS C_1149.NLS C_1250.NLS C_1251.NLS C_1252.NLS C_1253.NLS C_1254.NLS C_1255.NLS C_1256.NLS C_1257.NLS C_1258.NLS C_1361.NLS C_20000.NLS C_20001.NLS C_20002.NLS C_20003.NLS C_20004.NLS C_20005.NLS C_20105.NLS C_20106.NLS C_20107.NLS C_20108.NLS C_20127.NLS C_20261.NLS C_20269.NLS C_20273.NLS C_20277.NLS C_20278.NLS C_20280.NLS C_20284.NLS C_20285.NLS C_20290.NLS C_20297.NLS C_20420.NLS C_20423.NLS C_20424.NLS C_20833.NLS C_20838.NLS C_20866.NLS C_20871.NLS C_20880.NLS C_20905.NLS C_20924.NLS C_20932.NLS C_20936.NLS C_20949.NLS C_21025.NLS C_21027.NLS C_21866.NLS C_28591.NLS C_28592.NLS C_28593.NLS C_28594.NLS C_28595.NLS C_28596.NLS C_28597.NLS C_28598.NLS C_28599.NLS c_28603.nls C_28605.NLS C_437.NLS C_500.NLS C_708.NLS C_720.NLS C_737.NLS C_775.NLS C_850.NLS C_852.NLS C_855.NLS C_857.NLS C_858.NLS C_860.NLS C_861.NLS C_862.NLS C_863.NLS C_864.NLS C_865.NLS C_866.NLS C_869.NLS C_870.NLS C_874.NLS C_875.NLS C_932.NLS C_936.NLS C_949.NLS C_950.NLS C_G18030.DLL c_GSM7.DLL C_IS2022.DLL C_ISCII.DLL d2d1.dll d2d1debug3.dll d3d10.dll d3d10core.dll d3d10level9.dll d3d10ref.dll d3d10sdklayers.dll d3d10warp.dll d3d10_1.dll d3d10_1core.dll d3d11.dll d3d11on12.dll d3d11_3SDKLayers.dll D3D12.dll D3D12Core.dll d3d12SDKLayers.dll d3d8thk.dll d3d9.dll d3d9on12.dll D3DCompiler_47.dll d3dconfig.exe d3dref9.dll D3DSCache.dll d3dx10_43.dll d3dx11_43.dll d4d78066-e6db-44b7-b5cd-2eb82dce620c_HyperV-ComputeLegacy.dll da-DK dab.dll dabapi.dll DAConn.dll dafAspInfraProvider.dll dafBth.dll DafDnsSd.dll dafDockingProvider.dll DAFESCL.dll DafGip.dll DAFIoT.dll DAFIPP.dll DAFMCP.dll dafpos.dll DafPrintProvider.dll dafupnp.dll dafWCN.dll dafWfdProvider.dll DAFWiProv.dll DAFWSD.dll DAMediaManager.dll DAMM.dll DaOtpCredentialProvider.dll das.dll dasHost.exe dataclen.dll DataExchange.dll DataExchangeHost.exe DataStoreCacheDumpTool.exe datusage.dll davclnt.dll davhlpr.dll DavSyncProvider.dll daxexec.dll dbgcore.dll dbgeng.dll dbghelp.dll DbgModel.dll dbnetlib.dll dbnmpntw.dll dccw.exe dciman32.dll dcntel.dll dcomcnfg.exe dcomp.dll dcsvc.dll DDACLSys.dll DdcClaimsApi.dll DdcComImplementationsDesktop.dll DDDS.dll DDFs ddisplay.dll ddodiag.exe DDOIProxy.dll DDORes.dll ddpchunk.dll ddptrace.dll ddputils.dll ddp_ps.dll ddraw.dll ddrawex.dll de-DE declaredconfiguration.dll DefaultAccountTile.png DefaultDeviceManager.dll DefaultHrtfs.bin DefaultPrinterProvider.dll DefaultQuestions.json Defrag.exe defragproxy.dll defragres.dll defragsvc.dll delegatorprovider.dll DeliveryOptimizationMIProv.mof DeliveryOptimizationMIProvUninstall.mof DeployCmd.exe deploymentcsphelper.exe deploymentcsps.dll desk.cpl deskadp.dll deskmon.dll desktopimgdownldr.exe DesktopKeepOnToastImg.gif DesktopShellAppStateContract.dll DesktopShellExt.dll DesktopSwitcherDataModel.dll DesktopView.Internal.Broker.dll DesktopView.Internal.Broker.ProxyStub.dll DetailedReading-Default.xml DevDispItemProvider.dll DeveloperOptionsSettingsHandlers.dll devenum.dll deviceaccess.dll deviceassociation.dll DeviceCensus.exe DeviceCenter.dll DeviceCompanionAppInstall.dll DeviceCredential.dll DeviceCredentialDeployment.exe DeviceDirectoryClient.dll DeviceDisplayStatusManager.dll DeviceDriverRetrievalClient.dll DeviceEject.exe DeviceElementSource.dll DeviceEnroller.exe DeviceFlows.DataModel.dll DeviceMetadataRetrievalClient.dll devicengccredprov.dll DevicePairing.dll DevicePairingExperienceMEM.dll DevicePairingFolder.dll DevicePairingProxy.dll DevicePairingWizard.exe DeviceProperties.exe DeviceReactivation.dll deviceregistration.dll DeviceSetupManager.dll DeviceSetupManagerAPI.dll DeviceSetupStatusProvider.dll DevicesFlowBroker.dll DeviceSoftwareInstallationClient.dll DeviceUpdateAgent.dll DeviceUpdateCenterCsp.dll DeviceUxRes.dll devinv.dll devmgmt.msc devmgr.dll DevModeRunAsUserConfig.msc devobj.dll DevPropMgr.dll DevQueryBroker.dll devrtl.dll dfdts.dll DFDWiz.exe dfrgui.exe dfscli.dll dfshim.dll DfsShlEx.dll dggpext.dll dhcpcmonitor.dll dhcpcore.dll dhcpcore6.dll dhcpcsvc.dll dhcpcsvc6.dll dhcpsapi.dll DHolographicDisplay.dll DiagCpl.dll diagnosticdataquery.dll DiagnosticDataSettings.dll DiagnosticInvoker.dll DiagnosticLogCSP.dll diagperf.dll DiagSvc.dll DiagSvcs diagtrack.dll dialclient.dll dialer.exe DialogBlockerProc.dll DialogBlockingManager.dll DialogBlockingService.dll dialserver.dll DictationManager.dll difxapi.dll dimsjob.dll dimsroam.dll dinput.dll dinput8.dll Direct2DDesktop.dll directmanipulation.dll DirectML.Debug.dll directml.dll directxdatabasehelper.dll directxdatabaseupdater.exe discan.dll diskmgmt.msc diskpart.exe diskperf.exe diskraid.exe DiskSnapshot.conf DiskSnapshot.exe diskusage.exe Dism Dism.exe DismApi.dll DispBroker.Desktop.dll DispBroker.dll dispdiag.exe dispex.dll Display.dll DisplayManager.dll DisplaySwitch.exe DisplaySystemToastIcon.contrast-white.png DisplaySystemToastIcon.png djctq.rs djoin.exe dllhost.exe dllhst3g.exe dlnashext.dll DMAlertListener.ProxyStub.dll DmApiSetExtImplDesktop.dll DMAppsRes.dll dmcertinst.exe dmcfghost.exe dmcfgutils.dll dmclient.exe dmcmnutils.dll dmcommandlineutils.dll dmcsps.dll dmdlgs.dll dmdskmgr.dll dmdskres.dll dmdskres2.dll dmenrollengine.dll dmenterprisediagnostics.dll dmintf.dll dmiso8601utils.dll dmloader.dll DmNotificationBroker.exe dmocx.dll dmoleaututils.dll DmOmaCpMo.exe dmprocessxmlfiltered.dll dmpushproxy.dll DMPushRouterCore.dll DMRCDecoder.dll DMRServer.dll dmsynth.dll dmusic.dll dmutil.dll dmvdsitf.dll dmview.ocx dmwappushsvc.dll dmwmicsp.dll dmxmlhelputils.dll dns-sd.exe dnsapi.dll dnscacheugc.exe dnscmmc.dll dnsext.dll dnshc.dll dnsrslvr.dll dnssd.dll dnssdX.dll Docking.VirtualInput.dll DockInterface.ProxyStub.dll docprop.dll DocumentPerformanceEvents.dll DolbyDecMFT.dll domgmt.dll dosettings.dll doskey.exe dosvc.dll dot3api.dll dot3cfg.dll Dot3Conn.dll dot3dlg.dll dot3gpclnt.dll dot3gpui.dll dot3hc.dll dot3mm.dll dot3msm.dll dot3svc.dll dot3ui.dll downlevel dpapi.dll dpapimig.exe dpapiprovider.dll dpapisrv.dll DpiScaling.exe dpnaddr.dll dpnathlp.dll dpnet.dll dpnhpast.dll dpnhupnp.dll dpnlobby.dll dpnsvr.exe dps.dll dpx.dll DragDropExperienceCommon.dll DragDropExperienceDataExchangeDelegated.dll driverquery.exe drivers DriverState DriverStore drprov.dll drt.dll DrtmAuthTxt.wim drtprov.dll drttransport.dll drvinst.exe drvsetup.dll DRVSTORE drvstore.dll dsauth.dll dsc DscCore.dll DscCoreConfProv.dll dsclient.dll dscproxy.dll DscTimer.dll dsdmo.dll dskquota.dll dskquoui.dll DsmUserTask.exe dsound.dll dsparse.dll dsprop.dll dsquery.dll dsreg.dll dsregcmd.exe dsregtask.dll dsrole.dll dssec.dat dssec.dll dssenh.dll dssvc.dll dstokenclean.exe Dsui.dll dsuiext.dll dswave.dll dtdump.exe dtsh.dll DuCsps.dll dui70.dll duser.dll dusmapi.dll dusmsvc.dll dusmtask.exe dvdplay.exe dwm.exe dwmapi.dll dwmcore.dll dwmghost.dll dwminit.dll dwmredir.dll dwmscene.dll DWrite.dll DWWIN.EXE DXCap.exe DXCaptureReplay.dll DXCore.dll DXCpl.exe dxdiag.exe dxdiagn.dll dxgi.dll dxgiadaptercache.exe DXGIDebug.dll dxgwdi.dll dxilconv.dll dxmasf.dll DXP.dll dxpps.dll Dxpserver.exe DxpTaskSync.dll dxtmsft.dll DXToolsMonitor.dll DXToolsOfflineAnalysis.dll DxToolsReportGenerator.dll DXToolsReporting.dll dxtrans.dll dxva2.dll DynamicLong.bin DynamicMedium.bin DynamicShort.bin dynamoapi.dll EAMProgressHandler.dll Eap3Host.exe eapp3hst.dll eappcfg.dll eappcfgui.dll eappgnui.dll eapphost.dll eappprxy.dll eapprovp.dll eapputil.dll eapsimextdesktop.dll eapsvc.dll EapTeapAuth.dll EapTeapConfig.dll EapTeapExt.dll easconsent.dll EaseOfAccessDialog.exe easinvoker.exe easinvoker.proxystub.dll EASPolicyManagerBrokerHost.exe EasPolicyManagerBrokerPS.dll easwrt.dll edgeangle.dll EdgeContent.dll edgehtml.dll edgeIso.dll EdgeManager.dll EdgeResetPlugin.dll EditBufferTestHook.dll EditionUpgradeHelper.dll EditionUpgradeManagerObj.dll edpauditapi.dll EDPCleanup.exe edpcsp.dll edpnotify.exe edptask.dll edputil.dll EduPrintProv.exe eeprov.dll eeutil.dll efsadu.dll efscore.dll efsext.dll efslsaext.dll efssvc.dll efsui.exe efsutil.dll efswrt.dll EhStorAPI.dll EhStorAuthn.exe EhStorPwdMgr.dll EhStorShell.dll el-GR els.dll ELSCore.dll elshyph.dll elslad.dll elsTrans.dll EM.exe EmailApis.dll embeddedmodesvc.dll embeddedmodesvcapi.dll EmojiDS.dll en en-GB en-US encapi.dll energy.dll energyprov.dll energytask.dll enrollmentapi.dll EnterpriseAPNCsp.dll EnterpriseAppMgmtClient.dll EnterpriseAppMgmtSvc.dll EnterpriseAppVMgmtCSP.dll enterprisecsps.dll EnterpriseDesktopAppMgmtCSP.dll enterpriseetw.dll EnterpriseModernAppMgmtCSP.dll enterpriseresourcemanager.dll EoAExperiences.exe eqossnap.dll ErrorDetails.dll ErrorDetailsCore.dll es-ES es-MX es.dll EsclProtocol.dll EsclScan.dll EsclWiaDriver.dll EsdSip.dll esent.dll esentprf.dll esentutl.exe esevss.dll eShims.dll esrb.rs et-EE EthernetMediaManager.dll ETWCoreUIComponentsResources.dll ETWESEProviderResources.dll EtwRundown.dll eu-ES eudcedit.exe eUICCsCSP.dll EventAggregation.dll eventcls.dll eventcreate.exe EventViewer_EventDetails.xsl eventvwr.exe eventvwr.msc evr.dll ExecModelClient.dll execmodelproxy.dll expand.exe ExplorerFrame.dll ExSMime.dll extrac32.exe ExtrasXmlParser.dll F12 f1db7d81-95be-4911-935a-8ab71629112a_HyperV-IsolatedVM.dll f3ahvoas.dll f989b52d-f928-44a3-9bf1-bf0c1da6a0d6_HyperV-DeviceVirtualization.dll facecredentialprovider.dll Facilitator.dll Family.Authentication.dll Family.Cache.dll Family.Client.dll Family.SyncEngine.dll FamilySafetyExt.dll Faultrep.dll FaxPrinterInstaller.dll fc.exe fclip.exe fcon.dll fdBth.dll fdBthProxy.dll FdDevQuery.dll fde.dll fdeploy.dll fdPHost.dll fdPnp.dll fdprint.dll fdProxy.dll FDResPub.dll fdSSDP.dll fdWCN.dll fdWNet.dll fdWSD.dll FeatureToastBulldogImg.png FeatureToastDlpImg.png feclient.dll ffbroker.dll fhcat.dll fhcfg.dll fhcleanup.dll fhcpl.dll fhengine.dll fhevents.dll fhmanagew.exe fhsettingsprovider.dll fhshl.dll fhsrchapi.dll fhsrchph.dll fhsvc.dll fhsvcctl.dll fhtask.dll fhuxadapter.dll fhuxapi.dll fhuxcommon.dll fhuxgraphics.dll fhuxpresentation.dll fi-FI fidocredprov.dll FileAppxStreamingDataSource.dll FileHistory.exe filemgmt.dll FilterDS.dll find.exe findnetprinters.dll findstr.exe finger.exe fingerprintcredential.dll Firewall.cpl FirewallAPI.dll FirewallControlPanel.dll fixmapi.exe FlightSettings.dll fltLib.dll fltMC.exe FluencyDS.dll FM20.DLL FM20enu.DLL fmapi.dll fmifs.dll fms.dll FNTCACHE.DAT FntCache.dll fodhelper.exe Fondue.exe fontdrvhost.exe fontext.dll FontGlyphAnimator.dll fontgroupsoverride.dll FontProvider.dll fontsub.dll fontview.exe forfiles.exe format.com fpb.rs fphc.dll fr-CA fr-FR framedyn.dll framedynos.dll FrameServer.dll FrameServerClient.dll FrameServerMonitor.dll frprov.dll fsavailux.exe FsIso.exe fsmgmt.msc FsNVSDeviceSource.dll fsquirt.exe fsutil.exe fsutilext.dll fthsvc.dll ftp.exe fundisc.dll fveapi.dll fveapibase.dll fvecerts.dll fvecpl.dll fvenotify.exe fveprompt.exe fveskybackup.dll fveui.dll fvewiz.dll FvSDK_x64.dll fwbase.dll fwcfg.dll fwmdmcsp.dll fwpolicyiomgr.dll FWPUCLNT.DLL FwRemoteSvr.dll FXSAPI.dll FXSCOM.dll FXSCOMEX.dll FXSCOMPOSE.dll FXSCOMPOSERES.dll FXSCOVER.exe FXSEVENT.dll FXSMON.dll FXSRESM.dll FXSROUTE.dll FXSST.dll FXSSVC.exe FXST30.dll FXSTIFF.dll FxsTmp FXSUNATD.exe FXSUTILITY.dll g711codc.ax GameBarPresenceWriter.exe GameBarPresenceWriter.proxy.dll GameChatOverlayExt.dll GameChatTranscription.dll GameInput.dll gamemode.dll GamePanel.exe GamePanelExternalHook.dll gamestreamingext.dll GameSystemToastIcon.contrast-white.png GameSystemToastIcon.png gameux.dll gamingtcui.dll gatherNetworkInfo.vbs gb2312.uce gcdef.dll gdi32.dll gdi32full.dll GdiPlus.dll generaltel.dll GenValObj.exe Geocommon.dll Geolocation.dll getmac.exe getuname.dll gl-ES glmf32.dll globinputhost.dll glu32.dll gmsaclient.dll gpapi.dll GPCSEWrapperCsp.dll gpedit.dll gpedit.msc gpprefcl.dll gpprnext.dll gpresult.exe gpscript.dll gpscript.exe gpsvc.dll gptext.dll gpupdate.exe gpupvdev.dll GraphicsCapture.dll GraphicsPerfSvc.dll grb.rs Groupinghc.dll GroupPolicy GroupPolicyUsers grpconv.exe hal.dll HalExtIntcLpioDMA.dll HalExtIntcPseDMA.dll HalExtPL080.dll HandwritingSystemToastIcon.contrast-white.png HandwritingSystemToastIcon.png hascsp.dll HashtagDS.dll hbaapi.dll hcproviders.dll hcsdiag.exe HdcpHandler.dll hdwwiz.cpl hdwwiz.exe he-IL HeadphoneSystemToastIcon.contrast-white.png HeadphoneSystemToastIcon.png HeadsetSystemToastIcon.contrast-white.png HeadsetSystemToastIcon.png HealthAttestationClient HealthSystemToastIcon.contrast-white.png HealthSystemToastIcon.png HeatCore.dll help.exe HelpPaneProxy.dll hgcpl.dll hhctrl.ocx hhsetup.dll hid.dll HidCfu.dll hidphone.tsp hidserv.dll hlink.dll hmkd.dll hnetcfg.dll HNetCfgClient.dll hnetmon.dll hnsdiag.exe hnsproxy.dll HologramCompositor.dll HologramWorld.dll HolographicExtensions.dll HolographicRuntimes.dll HoloShellRuntime.dll HoloSHExtensions.dll HoloSI.PCShell.dll HOSTNAME.EXE HostNetSvc.dll hotplug.dll hr-HR HrtfApo.dll hspapi.dll hspfw.dll html.iec httpapi.dll httpprxc.dll httpprxm.dll httpprxp.dll HttpsDataSource.dll htui.dll hu-HU hvax64.exe hvhostsvc.dll hvix64.exe hvloader.dll hvsievaluator.exe hvsigpext.dll HvsiManagementApi.dll HvSocket.dll hwreqchk.dll Hydrogen Hydrogen.dll IA2ComProxy.dll ias ias.dll iasacct.dll iasads.dll iasdatastore.dll iashlpr.dll IasMigPlugin.dll iasnap.dll iaspolcy.dll iasrad.dll iasrecst.dll iassam.dll iassdo.dll iassvcs.dll icacls.exe icfupgd.dll icm32.dll icmp.dll icmui.dll IconCodecService.dll IcsEntitlementHost.exe icsigd.dll icsunattend.exe icsvc.dll icsvcext.dll icsvcvss.dll icsxml icu.dll icuin.dll icuuc.dll id-ID IdCtrls.dll ideograf.uce IDStore.dll ie4uinit.exe ie4ushowIE.exe IEAdvpack.dll ieapfltr.dll iedkcs32.dll ieframe.dll iemigplugin.dll iepeers.dll ieproxy.dll IEProxyDesktop.dll iernonce.dll iertutil.dll IESettingSync.exe iesetup.dll iesysprep.dll ieui.dll ieuinit.inf ieUnatt.exe iexpress.exe ifmon.dll ifsutil.dll ifsutilx.dll igdDiag.dll IHDS.dll IKEEXT.DLL imaadp32.acm imagehlp.dll imageres.dll imagesp1.dll imapi.dll imapi2.dll imapi2fs.dll IME ime_textinputhelpers.dll imgutil.dll imm32.dll immersivetpmvscmgrsvr.exe ImplatSetup.dll IndexedDbLegacy.dll inetcomm.dll inetcpl.cpl inetmib1.dll inetpp.dll inetppui.dll INETRES.dll inetsrv InfDefaultInstall.exe InkEd.dll InkObjCore.dll InprocLogger.dll input.dll InputCloudStore.dll InputController.dll InputHost.dll InputInjectionBroker.dll InputLocaleManager.dll InputMethod InputService.dll InputSwitch.dll InputSwitchToastHandler.exe InputSystemToastIcon.contrast-white.png InputSystemToastIcon.png inseng.dll InstallService.dll InstallServiceTasks.dll InstallUtil.InstallLog intel_gfx_api-x64.dll internetmail.dll InternetMailCsp.dll intl.cpl invagent.dll iologmsg.dll IoTAssignedAccessLockFramework.dll iotstartup.exe ipconfig.exe IPELoggingDictationHelper.dll IPHLPAPI.DLL iphlpsvc.dll Ipmi ipnathlp.dll IpNatHlpClient.dll IppCommon.dll IppCommonProxy.dll iprtprio.dll iprtrmgr.dll ipsecsnp.dll IPSECSVC.DLL ipsmsnap.dll ipxlatcfg.dll iri.dll irprops.cpl iscsicli.exe iscsicpl.dll iscsicpl.exe iscsidsc.dll iscsied.dll iscsiexe.dll iscsilog.dll iscsium.dll iscsiwmi.dll iscsiwmiv2.dll ISM.dll ISM.exe isoburn.exe it-IT itircl.dll itss.dll iuilp.dll iumbase.dll iumcrypt.dll iumdll.dll IumSdk.dll iyuv_32.dll ja-jp JavaScriptCollectionAgent.dll jdns_sd.dll JHI64.dll joinproviderol.dll joinutil.dll joy.cpl JpMapControl.dll jpndecoder.dll jpninputrouter.dll jpnranker.dll JpnServiceDS.dll jscript.dll jscript9.dll jscript9diag.dll jscript9Legacy.dll jsproxy.dll kanji_1.uce kanji_2.uce kbd101.dll kbd101a.dll kbd101b.dll kbd101c.dll kbd103.dll kbd106.dll kbd106n.dll KBDA1.DLL KBDA2.DLL KBDA3.DLL KBDADLM.DLL KBDAL.DLL KBDARME.DLL kbdarmph.dll kbdarmty.dll KBDARMW.DLL kbdax2.dll KBDAZE.DLL KBDAZEL.DLL KBDAZST.DLL KBDBASH.DLL KBDBE.DLL KBDBENE.DLL KBDBGPH.DLL KBDBGPH1.DLL KBDBHC.DLL KBDBLR.DLL KBDBR.DLL KBDBU.DLL KBDBUG.DLL KBDBULG.DLL KBDCA.DLL KBDCAN.DLL KBDCHER.DLL KBDCHERP.DLL KBDCR.DLL KBDCZ.DLL KBDCZ1.DLL KBDCZ2.DLL KBDDA.DLL KBDDIV1.DLL KBDDIV2.DLL KBDDV.DLL KBDDZO.DLL KBDES.DLL KBDEST.DLL KBDFA.DLL kbdfar.dll KBDFC.DLL KBDFI.DLL KBDFI1.DLL KBDFO.DLL KBDFR.DLL KBDFTHRK.DLL KBDGAE.DLL KBDGEO.DLL kbdgeoer.dll kbdgeome.dll kbdgeooa.dll kbdgeoqw.dll KBDGKL.DLL KBDGN.DLL KBDGR.DLL KBDGR1.DLL KBDGRLND.DLL KBDGTHC.DLL KBDHAU.DLL KBDHAW.DLL KBDHE.DLL KBDHE220.DLL KBDHE319.DLL KBDHEB.DLL kbdhebl3.dll KBDHELA2.DLL KBDHELA3.DLL KBDHEPT.DLL KBDHU.DLL KBDHU1.DLL kbdibm02.dll KBDIBO.DLL KBDIC.DLL KBDINASA.DLL KBDINBE1.DLL KBDINBE2.DLL KBDINBEN.DLL KBDINDEV.DLL KBDINEN.DLL KBDINGUJ.DLL KBDINHIN.DLL KBDINKAN.DLL KBDINMAL.DLL KBDINMAR.DLL KBDINORI.DLL KBDINPUN.DLL KBDINTAM.DLL KBDINTEL.DLL KBDINUK2.DLL KBDIR.DLL KBDIT.DLL KBDIT142.DLL KBDIULAT.DLL KBDJAV.DLL KBDJPN.DLL KBDKAZ.DLL KBDKHMR.DLL KBDKNI.DLL KBDKOR.DLL KBDKURD.DLL KBDKYR.DLL KBDLA.DLL KBDLAO.DLL kbdlisub.dll kbdlisus.dll kbdlk41a.dll KBDLT.DLL KBDLT1.DLL KBDLT2.DLL KBDLV.DLL KBDLV1.DLL KBDLVST.DLL KBDMAC.DLL KBDMACST.DLL KBDMAORI.DLL KBDMLT47.DLL KBDMLT48.DLL KBDMON.DLL KBDMONMO.DLL KBDMONST.DLL KBDMYAN.DLL KBDNE.DLL kbdnec.dll kbdnec95.dll kbdnecat.dll kbdnecnt.dll KBDNEPR.DLL kbdnko.dll KBDNO.DLL KBDNO1.DLL KBDNSO.DLL KBDNTL.DLL KBDOGHAM.DLL KBDOLCH.DLL KBDOLDIT.DLL KBDOSA.DLL KBDOSM.DLL KBDPASH.DLL kbdphags.dll KBDPL.DLL KBDPL1.DLL KBDPO.DLL KBDRO.DLL KBDROPR.DLL KBDROST.DLL KBDRU.DLL KBDRU1.DLL KBDRUM.DLL KBDSF.DLL KBDSG.DLL KBDSL.DLL KBDSL1.DLL KBDSMSFI.DLL KBDSMSNO.DLL KBDSN1.DLL KBDSORA.DLL KBDSOREX.DLL KBDSORS1.DLL KBDSORST.DLL KBDSP.DLL KBDSW.DLL KBDSW09.DLL KBDSYR1.DLL KBDSYR2.DLL KBDTAILE.DLL KBDTAJIK.DLL KBDTAM99.DLL KBDTAT.DLL KBDTH0.DLL KBDTH1.DLL KBDTH2.DLL KBDTH3.DLL KBDTIFI.DLL KBDTIFI2.DLL KBDTIPRC.DLL KBDTIPRD.DLL KBDTT102.DLL KBDTUF.DLL KBDTUQ.DLL KBDTURME.DLL KBDTZM.DLL KBDUGHR.DLL KBDUGHR1.DLL KBDUK.DLL KBDUKX.DLL KBDUR.DLL KBDUR1.DLL KBDURDU.DLL KBDUS.DLL KBDUSA.DLL KBDUSL.DLL KBDUSR.DLL KBDUSX.DLL KBDUZB.DLL KBDVNTC.DLL KBDWOL.DLL KBDYAK.DLL KBDYBA.DLL KBDYCC.DLL KBDYCL.DLL kd.dll kdcom.dll kdcpw.dll kdhvcom.dll kdnet.dll kdnet_uart16550.dll KdsCli.dll kdstub.dll kdusb.dll kd_02_10df.dll kd_02_10ec.dll kd_02_1137.dll kd_02_14e4.dll kd_02_15b3.dll kd_02_1969.dll kd_02_19a2.dll kd_02_1af4.dll kd_02_8086.dll kd_07_1415.dll kd_0C_8086.dll keepaliveprovider.dll KerbClientShared.dll kerberos.dll kernel.appcore.dll kernel32.dll KernelBase.dll KeyboardFilterCore.dll KeyboardFilterManager.dll KeyboardFilterShim.dll KeyboardFilterSvc.dll KeyboardSystemToastIcon.contrast-white.png KeyboardSystemToastIcon.png KeyCredMgr.dll keyiso.dll keymgr.dll KeywordDetectorMsftSidAdapter.dll Keywords klist.exe kmddsp.tsp KnobsCore.dll KnobsCsp.dll ko-KR korean.uce ksetup.exe ksproxy.ax kstvtune.ax ksuser.dll Kswdmcap.ax ksxbar.ax ktmutil.exe ktmw32.dll l2gpstore.dll l2nacp.dll L2SecHC.dll l3codeca.acm l3codecp.acm la57setup.exe label.exe LangCleanupSysprepAction.dll LanguageComponentsInstaller.dll LanguageComponentsInstallerComHandler.exe LanguageOverlayServer.dll LanguageOverlayUtil.dll LanguagePackDiskCleanup.dll LanguagePackManagementCSP.dll LAPRXY.DLL laps.dll lapscsp.dll LaptopPlugInToastImg.gif LargeRoom.bin LaunchTM.exe LaunchWinApp.exe lcphrase.tbl lcptr.tbl LegacyNetUX.dll LegacyNetUXHost.exe LegacySystemSettings.dll LESDebug.log lfsvc.dll libcrypto.dll libmfxhw64.dll libomp140.x86_64.dll libomp140d.x86_64.dll libvpl.dll license.rtf LicenseManager.dll LicenseManagerApi.dll LicenseManagerShellext.exe LicenseManagerSvc.dll licenseprotection.dll Licenses LicensingCSP.dll licensingdiag.exe LicensingDiagSpp.dll LicensingUI.exe LicensingWinRT.dll licmgr10.dll linkinfo.dll lltdapi.dll lltdres.dll lltdsvc.dll lmhsvc.dll loadperf.dll locale.nls localsec.dll localspl.dll localui.dll LocationApi.dll LocationFramework.dll LocationFrameworkInternalPS.dll LocationFrameworkPS.dll LocationNotificationWindows.exe LocationWinPalMisc.dll Locator.exe LockAppBroker.dll LockAppHost.exe LockController.dll LockHostingFramework.dll LockScreenContent.dll LockScreenContentHost.dll LockScreenContentServer.exe LockScreenData.dll lodctr.exe log logagent.exe LogFiles loghours.dll logman.exe logoff.exe logoncli.dll LogonController.dll LogonUI.exe Logs lpasvc.dll lpk.dll lpkinstall.exe lpksetup.exe lpksetupproxyserv.dll lpremove.exe lsaadt.dll LsaIso.exe lsasrv.dll lsass.exe LSCSHostPolicy.dll lsm.dll lsmproxy.dll lstelemetry.dll lt-LT luiapi.dll lusrmgr.msc lv-LV lxss lz32.dll l_intl.nls Magnification.dll Magnify.exe MailContactsCalendarSync main.cpl MaintenanceUI.dll makecab.exe manage-bde.exe manage-bde.wsf ManageCI.dll MapConfiguration.dll MapControlCore.dll MapControlStringsRes.dll MapGeocoder.dll mapi32.dll mapistub.dll MapRouter.dll MapsBtSvc.dll MapsBtSvcProxy.dll MapsCSP.dll MapsStore.dll mapstoasttask.dll mapsupdatetask.dll mavinject.exe MbaeApi.dll MbaeApiPublic.dll mblctr.exe MBMediaManager.dll MBR2GPT.EXE mbsmsapi.dll mbussdapi.dll mcbuilder.exe MCCSEngineShared.dll MCCSPal.dll mciavi32.dll mcicda.dll mciqtz32.dll mciseq.dll mciwave.dll McpManagementProxy.dll McpManagementService.dll MCRecvSrc.dll MCU.exe mcupdate_AuthenticAMD.dll mcupdate_GenuineIntel.dll MDEServer.exe MDMAgent.exe MDMAppInstaller.exe MdmCommon.dll MdmDiagnostics.dll MdmDiagnosticsTool.exe mdminst.dll mdmlocalmanagement.dll mdmmigrator.dll mdmpostprocessevaluator.dll mdmregistration.dll MdRes.exe MdSched.exe MediaFoundation.DefaultPerceptionProvider.dll MediaSystemToastIcon.contrast-white.png MediaSystemToastIcon.png MediumRoom.bin MemoryDiagnostic.dll MessagingDataModel2.dll MessagingService.dll mf.dll mf3216.dll mfAACEnc.dll mfasfsrcsnk.dll mfaudiocnv.dll mfc100.dll mfc100chs.dll mfc100cht.dll mfc100deu.dll mfc100enu.dll mfc100esn.dll mfc100fra.dll mfc100ita.dll mfc100jpn.dll mfc100kor.dll mfc100rus.dll mfc100u.dll mfc110.dll mfc110chs.dll mfc110cht.dll mfc110deu.dll mfc110enu.dll mfc110esn.dll mfc110fra.dll mfc110ita.dll mfc110jpn.dll mfc110kor.dll mfc110rus.dll mfc110u.dll mfc120.dll mfc120chs.dll mfc120cht.dll mfc120deu.dll mfc120enu.dll mfc120esn.dll mfc120fra.dll mfc120ita.dll mfc120jpn.dll mfc120kor.dll mfc120rus.dll mfc120u.dll mfc140.dll mfc140chs.dll mfc140cht.dll mfc140d.dll mfc140deu.dll mfc140enu.dll mfc140esn.dll mfc140fra.dll mfc140ita.dll mfc140jpn.dll mfc140kor.dll mfc140rus.dll mfc140u.dll mfc140ud.dll mfc42.dll mfc42u.dll MFCaptureEngine.dll mfcm100.dll mfcm100u.dll mfcm110.dll mfcm110u.dll mfcm120.dll mfcm120u.dll mfcm140.dll mfcm140d.dll mfcm140u.dll mfcm140ud.dll mfcore.dll mfcsubs.dll mfds.dll mfdvdec.dll mferror.dll mfh263enc.dll mfh264enc.dll mfksproxy.dll MFMediaEngine.dll mfmjpegdec.dll mfmkvsrcsnk.dll mfmp4srcsnk.dll mfmpeg2srcsnk.dll mfnetcore.dll mfnetsrc.dll mfperfhelper.dll mfplat.dll MFPlay.dll mfpmp.exe mfps.dll mfreadwrite.dll mfsensorgroup.dll mfsrcsnk.dll mfsvr.dll mftranscode.dll mfvdsp.dll mfvfw.dll MFWMAAEC.DLL mfxplugin64_hw.dll mgmtapi.dll mgmtrefreshcredprov.dll mi.dll mibincodec.dll Microsoft Microsoft-Windows-AppModelExecEvents.dll microsoft-windows-battery-events.dll microsoft-windows-hal-events.dll Microsoft-Windows-Internal-Shell-NearShareExperience.dll microsoft-windows-kernel-cc-events.dll microsoft-windows-kernel-pnp-events.dll microsoft-windows-kernel-power-events.dll microsoft-windows-kernel-processor-power-events.dll Microsoft-Windows-MapControls.dll Microsoft-Windows-MosHost.dll microsoft-windows-pdc.dll microsoft-windows-power-cad-events.dll microsoft-windows-processor-aggregator-events.dll microsoft-windows-sleepstudy-events.dll microsoft-windows-storage-tiering-events.dll microsoft-windows-system-events.dll Microsoft-WindowsPhone-SEManagementProvider.dll Microsoft.Bluetooth.Audio.dll Microsoft.Bluetooth.Proxy.dll Microsoft.Bluetooth.Service.dll Microsoft.Bluetooth.UserService.dll Microsoft.Graphics.Display.DisplayEnhancementService.dll Microsoft.Internal.FrameworkUdk.System.dll Microsoft.LocalUserImageProvider.dll Microsoft.Management.Infrastructure.Native.Unmanaged.dll Microsoft.Uev.AgentDriverEvents.dll Microsoft.Uev.AppAgent.dll Microsoft.Uev.CabUtil.dll Microsoft.Uev.CmUtil.dll Microsoft.Uev.Common.dll Microsoft.Uev.Common.WinRT.dll Microsoft.Uev.CommonBridge.dll Microsoft.Uev.ConfigWrapper.dll Microsoft.Uev.CscUnpinTool.exe Microsoft.Uev.EventLogMessages.dll Microsoft.Uev.LocalSyncProvider.dll Microsoft.Uev.ManagedEventLogging.dll Microsoft.Uev.Management.dll Microsoft.Uev.Management.WmiAccess.dll Microsoft.Uev.ModernAppAgent.dll Microsoft.Uev.ModernAppCore.dll Microsoft.Uev.ModernAppData.WinRT.dll Microsoft.Uev.ModernSync.dll Microsoft.Uev.MonitorSyncProvider.dll Microsoft.Uev.Office2010CustomActions.dll Microsoft.Uev.Office2013CustomActions.dll Microsoft.Uev.PrinterCustomActions.dll Microsoft.Uev.SmbSyncProvider.dll Microsoft.Uev.SyncCommon.dll Microsoft.Uev.SyncConditions.dll Microsoft.Uev.SyncController.exe microsoft.windows.softwarelogo.showdesktop.exe Microsoft.Windows.Storage.Core.dll Microsoft.Windows.Storage.StorageBusCache.dll MicrosoftAccount.TokenProvider.Core.dll MicrosoftAccountCloudAP.dll MicrosoftAccountExtension.dll MicrosoftAccountTokenProvider.dll MicrosoftAccountWAMExtension.dll MicrosoftEdgeBCHost.exe MicrosoftEdgeCP.exe MicrosoftEdgeDevTools.exe MicrosoftEdgeSH.exe midimap.dll migisol.dll migration miguiresource.dll migwiz mimefilt.dll mimofcodec.dll MinstoreEvents.dll MiracastInputMgr.dll MiracastReceiver.dll MiracastReceiverExt.dll MirrorDrvCompat.dll mispace.dll MitigationClient.dll MitigationConfiguration.dll miutils.dll MixedReality.Broker.dll MixedRealityCapture.Pipeline.dll MixedRealityCapture.ProxyStub.dll MixedRealityRuntime.dll MixedRealityRuntime.json mlang.dat mlang.dll mmc.exe mmc.exe.config mmcbase.dll mmcndmgr.dll mmcshext.dll MMDevAPI.dll mmgaclient.dll mmgaproxystub.dll mmgaserver.exe mmres.dll mmsys.cpl mobilenetworking.dll mobsync.exe mode.com modemui.dll modernexecserver.dll MoNotificationUx.exe more.com moricons.dll moshost.dll MosHostClient.dll moshostcore.dll MosStorage.dll mountvol.exe MouseSystemToastIcon.contrast-white.png MouseSystemToastIcon.png MP3DMOD.DLL MP43DECD.DLL MP4SDECD.DLL Mpeg2Data.ax mpeval.dll mpg2splt.ax MPG4DECD.DLL mpnotify.exe mpr.dll mprapi.dll mprddm.dll mprdim.dll mprext.dll mprmsg.dll MPSSVC.dll mpunits.dll MRINFO.EXE MrmCoreR.dll MrmDeploy.dll MrmIndexer.dll MRT MRT.exe mrt100.dll mrt_map.dll ms3dthumbnailprovider.dll msaatext.dll MSAC3ENC.DLL msacm32.dll msacm32.drv msadp32.acm msafd.dll MSAJApi.dll MSAlacDecoder.dll MSAlacEncoder.dll MSAMRNBDecoder.dll MSAMRNBEncoder.dll MSAMRNBSink.dll MSAMRNBSource.dll MSAProfileNotificationHandler.dll msasn1.dll MSAudDecMFT.dll msaudite.dll msauserext.dll mscandui.dll mscat32.dll MSchedExe.exe msclmd.dll mscms.dll msconfig.exe mscoree.dll mscorier.dll mscories.dll msctf.dll msctfime.ime MsCtfMonitor.dll msctfp.dll msctfui.dll msctfuimanager.dll msdadiag.dll msdart.dll msdatsrc.tlb msdelta.dll msdmo.dll MSDRM msdrm.dll msdt.exe MsDtc msdtc.exe msdtckrm.dll msdtclog.dll msdtcprx.dll msdtcspoffln.dll msdtctm.dll msdtcuiu.dll msdtcVSp1res.dll MSDvbNP.ax msdxm.ocx msdxm.tlb msfeeds.dll msfeedsbs.dll msfeedssync.exe MSFlacDecoder.dll MSFlacEncoder.dll msftedit.dll MsftOemDllIgneous.dll msg.exe msg711.acm msgsm32.acm MSHEIF.dll mshta.exe mshtml.dll mshtml.tlb MshtmlDac.dll mshtmled.dll mshtmler.dll msi.dll MsiCofire.dll msidcrl40.dll msident.dll msidle.dll msidntld.dll msieftp.dll msiexec.exe msihnd.dll msiltcfg.dll msimg32.dll msimsg.dll msimtf.dll msinfo32.exe msisip.dll msIso.dll msiwer.dll MsixDataSourceExtensionPS.dll mskeyprotcli.dll mskeyprotect.dll msls31.dll msmpeg2adec.dll MSMPEG2ENC.DLL msmpeg2vdec.dll msmpi.dll msmpires.dll MSNP.ax msobjs.dll msoert2.dll MSOpusDecoder.dll mspatcha.dll mspatchc.dll MSPhotography.dll msports.dll msprivs.dll msra.exe msrahc.dll MsraLegacy.tlb msrating.dll MSRAWImage.dll msrdc.dll MsRdpWebAccess.dll msrle32.dll msscntrs.dll mssecuser.dll mssecwfpu.dll mssign32.dll mssip32.dll mssitlb.dll MsSpellCheckingFacility.dll MsSpellCheckingHost.exe mssph.dll mssprxy.dll mssrch.dll mssvp.dll mstask.dll msTextPrediction.dll mstsc.exe mstscax.dll msutb.dll msv1_0.dll msvcirt.dll msvcp100.dll msvcp110.dll msvcp110_win.dll msvcp120.dll msvcp120_clr0400.dll msvcp140.dll msvcp140d.dll msvcp140d_atomic_wait.dll msvcp140d_codecvt_ids.dll msvcp140_1.dll msvcp140_1d.dll msvcp140_2.dll msvcp140_2d.dll msvcp140_atomic_wait.dll msvcp140_clr0400.dll msvcp140_codecvt_ids.dll msvcp60.dll msvcp_win.dll msvcr100.dll msvcr100_clr0400.dll msvcr110.dll msvcr120.dll msvcr120_clr0400.dll msvcrt.dll msvfw32.dll msvidc32.dll MSVidCtl.dll MSVideoDSP.dll MSVP9DEC.dll msvproc.dll MSVPXENC.dll MSWB7.dll MSWB70804.dll MSWebp.dll mswmdm.dll mswsock.dll msxml3.dll msxml3r.dll msxml6.dll msxml6r.dll msyuv.dll MtcModel.dll MTF.dll MTFAppServiceDS.dll MtfDecoder.dll MTFFuzzyDS.dll MTFServer.dll MTFSpellcheckDS.dll mtstocom.exe mtxclu.dll mtxdm.dll mtxex.dll mtxoci.dll MUI muifontsetup.dll MUILanguageCleanup.dll MuiUnattend.exe MultiDigiMon.exe musdialoghandlers.dll MusNotification.exe MusNotificationUx.exe MusNotifyIcon.exe MusNotifyIconHandler.dll MusUpdateHandlers.dll MusUxToastHandler.dll mycomput.dll mydocs.dll Mystify.scr NAPCRYPT.DLL NapiNSP.dll Narrator.exe NarratorControlTemplates.xml NaturalAuth.dll NaturalAuthClient.dll NaturalLanguage6.dll navshutdown.dll nb-NO nbtstat.exe NcaApi.dll NcaSvc.dll ncbservice.dll NcdAutoSetup.dll NcdProp.dll nci.dll ncobjapi.dll ncpa.cpl ncrypt.dll ncryptprov.dll ncryptsslp.dll ncsi.dll ncuprov.dll ndadmin.exe nddeapi.dll NDF ndfapi.dll ndfetw.dll NdfEventView.xml ndfhcdiscovery.dll ndishc.dll NDKPerfCmd.exe NDKPing.exe ndproxystub.dll nduprov.dll negoexts.dll net.exe net1.exe netapi32.dll netbios.dll netbtugc.exe netcenter.dll netcfg.exe NetCfgNotifyObjectHost.exe netcfgx.dll netcorehc.dll netdiagfx.dll NetDriverInstall.dll netevent.dll NetEvtFwdr.exe netfxperf.dll neth.dll NetHost.exe netid.dll netiohlp.dll netiougc.exe netjoin.dll netlogon.dll netman.dll NetMgmtIF.dll netmsg.dll netplwiz.dll Netplwiz.exe netprofm.dll netprofmsvc.dll netprovfw.dll netprovisionsp.dll NetSetupApi.dll NetSetupEngine.dll NetSetupShim.dll NetSetupSvc.dll netsh.exe netshell.dll NETSTAT.EXE nettrace.dll NetTrace.PLA.Diagnostics.xml netutils.dll NetworkBindingEngineMigPlugin.dll NetworkCollectionAgent.dll NetworkDesktopSettings.dll networkexplorer.dll networkhelper.dll NetworkIcon.dll networkitemfactory.dll networklist NetworkMobileSettings.dll NetworkProxyCsp.dll NetworkQoSPolicyCSP.dll NetworkUXBroker.dll newdev.dll newdev.exe NFCProvisioningPlugin.dll NfcRadioMedia.dll ngccredprov.dll NgcCtnr.dll NgcCtnrGidsHandler.dll NgcCtnrSvc.dll NgcIso.exe NgcIsoCtnr.dll ngckeyenum.dll ngcksp.dll ngclocal.dll ngcpopkeysrv.dll NgcProCsp.dll ngcrecovery.dll ngcsvc.dll ngctasks.dll ngcutils.dll ninput.dll nl-NL NL7Data0804.dll NL7Lexicons0804.dll NL7Models0804.dll nlaapi.dll nlahc.dll nlansp_c.dll nlhtml.dll nlmgp.dll nlmproxy.dll nlmsprep.dll nlsbres.dll NlsData0000.dll NlsData0009.dll Nlsdl.dll NlsLexicons0009.dll nltest.exe NmaDirect.dll nmbind.exe nmscrub.exe NOISE.CHS NOISE.DAT normaliz.dll normidna.nls normnfc.nls normnfd.nls normnfkc.nls normnfkd.nls notepad.exe NotificationController.dll NotificationControllerPS.dll notificationplatformcomponent.dll npmproxy.dll NPSM.dll NPSMDesktopProvider.dll nrpsrv.dll nrtapi.dll nshhttp.dll nshipsec.dll nshwfp.dll nsi.dll nsisvc.dll nslookup.exe ntasn1.dll ntdll.dll ntdsapi.dll ntfsres.dll ntkrla57.exe ntlanman.dll ntlanui2.dll NtlmShared.dll ntmarta.dll ntoskrnl.exe ntprint.dll ntprint.exe ntshrui.dll ntvdm64.dll Nui NV NvAgent.dll nvapi64.dll nvaudcap64v.dll nvcpl.dll nvcuda.dll nvcudadebugger.dll nvcuvid.dll nvdebugdump.exe nvEncodeAPI64.dll NvFBC64.dll nvidia-smi.exe NvIFR64.dll NvIFROpenGL.dll nvinfo.pb nvml.dll nvofapi64.dll NvRtmpStreamer64.dll nvspcap64.dll nvspinfo.exe objsel.dll occache.dll ocsetapi.dll odbc32.dll odbcad32.exe odbcbcp.dll odbcconf.dll odbcconf.exe odbcconf.rsp odbccp32.dll odbccr32.dll odbccu32.dll odbcint.dll odbctrac.dll OEMDefaultAssociations.dll OEMDefaultAssociations.xml oemlicense.dll ofdeploy.exe offfilt.dll officecsp.dll offlinelsa.dll offlinesam.dll offreg.dll oflc-nz.rs OkDone_80.contrast-black.png OkDone_80.contrast-white.png OkDone_80.png olch2x8.ocx olch2xu8.ocx olch3x8.ocx olch3xu8.ocx OLD4796.tmp OLD47A7.tmp OLD47B8.tmp ole32.dll oleacc.dll oleacchooks.dll oleaccrc.dll oleaut32.dll oledlg.dll oleprn.dll OmaDmAgent.dll omadmapi.dll omadmclient.exe omadmprc.exe OnDemandBrokerClient.dll OnDemandConnRouteHelper.dll OneBackupHandler.dll OneCoreCommonProxyStub.dll OneCoreUAPCommonProxyStub.dll OneSettingsClient.dll onex.dll onexui.dll onnxruntime.dll oobe OOBE-Maintenance.exe OpcServices.dll OpenCL.dll openfiles.exe opengl32.dll OpenSSH OpenWith.exe OptionalFeatures.exe ortcengine.dll osbaseln.dll osk.exe OskSupport.dll osuninst.dll OutdoorAudioEnvironment.bin P2P.dll P2PGraph.dll p2pnetsh.dll p2psvc.dll p9np.dll p9rdrservice.dll pacjsworker.exe PackagedCWALauncher.exe PackageInspector.exe packager.dll PackageStateChangeHandler.dll panmap.dll PasswordEnrollmentManager.dll PasswordOnWakeSettingFlyout.exe PATHPING.EXE pautoenr.dll PayloadRestrictions.dll PaymentMediatorServiceProxy.dll Pbr pcacli.dll pcadm.dll pcaevts.dll pcalua.exe pcasvc.dll pcaui.dll pcaui.exe pcbp.rs pcl.sep PCPKsp.dll PCShellCommonProxyStub.dll pcsvDevice.dll pcwrun.exe pcwum.dll pcwutl.dll pdh.dll pdhui.dll PeerDist.dll PeerDistAD.dll PeerDistCacheProvider.dll PeerDistCleaner.dll PeerDistHttpTrans.dll PeerDistSh.dll PeerDistSvc.dll PeerDistWSDDiscoProv.dll pegi-pt.rs pegi.rs PenService.dll PeopleAPIs.dll PeopleBand.dll PerceptionDevice.dll PerceptionSimulation PerceptionSimulation.ProxyStubs.dll PerceptionSimulationManager.dll perfc009.dat perfd009.dat perfdisk.dll perfh009.dat perfi009.dat perfmon.exe perfmon.msc perfnet.dll perfos.dll perfproc.dll PerfStringBackup.INI perfts.dll perf_gputiming.dll PersonalizationCSP.dll pfclient.dll phoneactivate.exe PhoneCallHistoryApis.dll PhoneOm.dll PhonePlatformAbstraction.dll PhoneProviders.dll PhoneService.dll PhoneServiceRes.dll PhoneSystemToastIcon.contrast-white.png PhoneSystemToastIcon.png Phoneutil.dll PhoneutilRes.dll PhotoMetadataHandler.dll PhotoScreensaver.scr photowiz.dll PickerHost.exe PickerPlatform.dll pid.dll pidgenx.dll pifmgr.dll PimIndexMaintenance.dll PimIndexMaintenanceClient.dll Pimstore.dll PinEnrollmentBroker.exe PinEnrollmentHelper.dll PING.EXE pkeyhelper.dll PkgMgr.exe PktMon.exe PktMonApi.dll pku2u.dll pl-PL pla.dll plasrv.exe playlistfolder.dll PlaySndSrv.dll PlayToDevice.dll PlayToManager.dll playtomenu.dll PlayToReceiver.dll PlayToStatusProvider.dll ploptin.dll pmcsnap.dll pngfilt.dll pnidui.dll pnpclean.dll pnpdiag.dll pnppolicy.dll pnpts.dll pnpui.dll PnPUnattend.exe pnputil.exe PNPXAssoc.dll PNPXAssocPrx.dll pnrpauto.dll Pnrphc.dll pnrpnsp.dll pnrpsvc.dll PointOfService policymanager.dll policymanagerprecheck.dll polstore.dll poqexec.exe PortableDeviceApi.dll PortableDeviceClassExtension.dll PortableDeviceConnectApi.dll PortableDeviceStatus.dll PortableDeviceSyncProvider.dll PortableDeviceTypes.dll PortableDeviceWiaCompat.dll posetup.dll pospaymentsworker.exe POSyncServices.dll pots.dll powercfg.cpl powercfg.exe powercpl.dll powrprof.dll ppcsnap.dll prauthproviders.dll PresentationCFFRasterizerNative_v0300.dll PresentationHost.exe PresentationHostProxy.dll PresentationNative_v0300.dll PresentationSettings.exe prevhost.exe prfc0804.dat prfd0804.dat prfh0804.dat prfi0804.dat prflbmsg.dll print.exe Print.PrintSupport.Source.dll Print.Workflow.Source.dll PrintBrmUi.exe PrinterCleanupTask.dll printfilterpipelineprxy.dll printfilterpipelinesvc.exe Printing_Admin_Scripts PrintIsolationHost.exe PrintIsolationProxy.dll printmanagement.msc PrintPlatformConfig.dll PrintRenderAPIHost.DLL printticketvalidation.dll printui.dll printui.exe PrintWorkflowService.dll PrintWSDAHost.dll prm0009.dll prncache.dll prnfldr.dll prnntfy.dll prntvpt.dll ProductEnumerator.dll profapi.dll profext.dll profprov.dll profsvc.dll profsvcext.dll propsys.dll proquota.exe provcore.dll provdatastore.dll provdiagnostics.dll provengine.dll provhandlers.dll provisioningcommandscsp.dll provisioningcsp.dll ProvisioningHandlers.dll provlaunch.exe provmigrate.dll provops.dll provpackageapidll.dll provplatformdesktop.dll ProvPluginEng.dll ProvSysprep.dll provthrd.dll provtool.exe ProximityCommon.dll ProximityCommonPal.dll ProximityRtapiPal.dll ProximityService.dll ProximityServicePal.dll ProximityToast ProximityUxHost.exe prproc.exe prvdmofcomp.dll prxyqry.dll psapi.dll pscript.sep PSHED.DLL psisdecd.dll psisrndr.ax PSModuleDiscoveryProvider.dll psmodulediscoveryprovider.mof PsmServiceExtHost.dll psmsrv.dll psr.exe pstask.dll pstorec.dll pt-BR pt-PT ptpprov.dll puiapi.dll puiobj.dll PushToInstall.dll pwdrvio.sys pwdspio.sys pwlauncher.dll pwlauncher.exe pwNative.exe pwrshplugin.dll pwsso.dll qappsrv.exe qasf.dll qcap.dll qdv.dll qdvd.dll qedit.dll qedwipes.dll qmgr.dll qprocess.exe QualityUpdateAssistant.dll quartz.dll Query.dll query.exe QuickActionsDataModel.dll quickassist.exe QuietHours.dll quser.exe qwave.dll qwinsta.exe RacEngn.dll racpldlg.dll radardt.dll radarrs.dll RADCUI.dll RandomAccessStreamDataSource.dll ras rasadhlp.dll rasapi32.dll rasauto.dll rasautou.exe raschap.dll raschapext.dll rasctrnm.h rasctrs.dll rascustom.dll rasdiag.dll rasdial.exe rasdlg.dll raserver.exe rasgcw.dll rasman.dll rasmans.dll rasmbmgr.dll RasMediaManager.dll RASMM.dll rasmontr.dll rasphone.exe rasplap.dll rasppp.dll rastapi.dll rastls.dll rastlsext.dll RasToast rdbui.dll rdp4vs.dll rdpbase.dll rdpcfgex.dll rdpclip.exe rdpcorets.dll rdpcredentialprovider.dll rdpendp.dll rdpinit.exe rdpinput.exe rdpnanoTransport.dll RdpRelayTransport.dll RdpSa.exe RdpSaProxy.exe RdpSaPs.dll RdpSaUacHelper.exe rdpserverbase.dll rdpsharercom.dll rdpshell.exe rdpsign.exe rdpudd.dll rdpviewerax.dll rdrleakdiag.exe RDSAppXHelper.dll rdsdwmdr.dll rdvvmtransport.dll RDXService.dll RDXTaskFactory.dll ReAgent.dll ReAgentc.exe ReAgentTask.dll recdisc.exe recover.exe Recovery recovery.dll RecoveryDrive.exe refsutil.exe reg.exe regapi.dll RegCtrl.dll regedt32.exe regidle.dll regini.exe Register-CimProvider.exe regsvc.dll regsvr32.exe reguwpapi.dll ReInfo.dll rekeywiz.exe relog.exe RelPost.exe RemoteAppLifetimeManager.exe RemoteAppLifetimeManagerProxyStub.dll remoteaudioendpoint.dll remotepg.dll RemotePosWorker.exe remotesp.tsp RemoteSystemToastIcon.contrast-white.png RemoteSystemToastIcon.png RemoteWipeCSP.dll RemovableMediaProvisioningPlugin.dll RemoveDeviceContextHandler.dll RemoveDeviceElevated.dll removerootporterr.mof rendezvousSession.tlb repair-bde.exe replace.exe ReportingCSP.dll RESAMPLEDMO.DLL ResBParser.dll reset.exe reseteng.dll ResetEngine.dll ResetEngine.exe ResetEngOnline.dll resmon.exe ResourceMapper.dll ResourcePolicyClient.dll ResourcePolicyServer.dll ResPriHMImageList ResPriHMImageListLowCost ResPriImageList ResPriImageListLowCost ResPriLMImageList ResPriUHMImageList RestartManager.mof RestartManagerUninstall.mof RestartNowPower_80.contrast-black.png RestartNowPower_80.contrast-white.png RestartNowPower_80.png RestartTonight_80.png RestartTonight_80_contrast-black.png RestartTonight_80_contrast-white.png restore resutils.dll rgb9rast.dll Ribbons.scr riched20.dll riched32.dll RjvMDMConfig.dll RMActivate.exe RMActivate_isv.exe RMActivate_ssp.exe RMActivate_ssp_isv.exe RMapi.dll rmclient.dll RmClient.exe RMSRoamingSecurity.dll rmttpmvscmgrsvr.exe rnr20.dll ro-RO RoamingSecurity.dll Robocopy.exe rometadata.dll rootporterr.mof RotMgr.dll ROUTE.EXE RpcEpMap.dll rpchttp.dll RpcNs4.dll rpcnsh.dll RpcPing.exe rpcrt4.dll RpcRtRemote.dll rpcss.dll rrinstaller.exe rsaenh.dll rshx32.dll rsop.msc RstMwEventLogMsg.dll RstrtMgr.dll rstrui.exe rtffilt.dll Rtlihvs.dll rtm.dll rtmcodecs.dll RTMediaFrame.dll rtmmvrortc.dll rtmpal.dll rtmpltfm.dll rtutils.dll RTWorkQ.dll ru-RU RuleBasedDS.dll runas.exe rundll32.exe runexehelper.exe RunLegacyCPLElevated.exe runonce.exe RuntimeBroker.exe rwinsta.exe samcli.dll samlib.dll samsrv.dll sas.dll sbe.dll sbeio.dll sberes.dll sbresources.dll sbservicetrigger.dll sc.exe ScanPlugin.dll scansetting.dll SCardBi.dll SCardDlg.dll SCardSvr.dll ScavengeSpace.xml scavengeui.dll ScDeviceEnum.dll scecli.dll scesrv.dll schannel.dll schedcli.dll schedsvc.dll ScheduleTime_80.contrast-black.png ScheduleTime_80.contrast-white.png ScheduleTime_80.png schtasks.exe scksp.dll scripto.dll ScriptRunner.exe scrnsave.scr scrobj.dll scrptadm.dll scrrun.dll sdbinst.exe sdchange.exe sdclt.exe sdcpl.dll SDDS.dll sdengin2.dll SDFHost.dll sdhcinst.dll sdiageng.dll sdiagnhost.exe sdiagprv.dll sdiagschd.dll sdohlp.dll sdrsvc.dll sdshext.dll Search.ProtocolHandler.MAPI2.dll SearchFilterHost.exe SearchFolder.dll SearchIndexer.exe SearchIndexerCore.dll SearchProtocolHost.exe SebBackgroundManagerPolicy.dll SecConfig.efi SecEdit.exe Secedit.jfm Secedit.sdb sechost.dll secinit.exe seclogon.dll secpol.msc secproc.dll secproc_isv.dll secproc_ssp.dll secproc_ssp_isv.dll secur32.dll SecureAssessmentHandlers.dll SecureBootEncodeUEFI.exe SecureBootUpdates securekernel.exe securekernella57.exe SecureTimeAggregator.dll security.dll SecurityAndMaintenance.png SecurityAndMaintenance_Alert.png SecurityAndMaintenance_Error.png SecurityCenterBroker.dll SecurityCenterBrokerPS.dll SecurityHealth SecurityHealthAgent.dll SecurityHealthCore.dll SecurityHealthHost.exe SecurityHealthProxyStub.dll SecurityHealthService.exe SecurityHealthSSO.dll SecurityHealthSsoUdk.dll SecurityHealthSystray.exe SecurityHealthUdk.dll sedplugins.dll SEMgrPS.dll SEMgrSvc.dll sendmail.dll Sens.dll SensApi.dll SensorDataService.exe SensorPerformanceEvents.dll SensorsApi.dll SensorsClassExtension.dll SensorsCpl.dll SensorService.dll SensorsNativeApi.dll SensorsNativeApi.V2.dll SensorsUtilsV2.dll sensrsvc.dll serialui.dll services.exe services.msc ServicingCommon.dll ServicingUAPI.dll serwvdrv.dll SessEnv.dll sessionmsg.exe setbcdlocale.dll sethc.exe SetNetworkLocation.dll SetNetworkLocationFlyout.dll SetProxyCredential.dll setspn.exe settings.dat SettingsEnvironment.Desktop.dll SettingsExtensibilityHandlers.dll SettingsHandlers_Accessibility.dll SettingsHandlers_AdvertisingId.dll SettingsHandlers_AnalogShell.dll SettingsHandlers_AppControl.dll SettingsHandlers_AppExecutionAlias.dll SettingsHandlers_AssignedAccess.dll SettingsHandlers_Authentication.dll SettingsHandlers_BackgroundApps.dll SettingsHandlers_Backup.dll SettingsHandlers_BatteryUsage.dll SettingsHandlers_BrowserDeclutter.dll SettingsHandlers_Camera.dll SettingsHandlers_CapabilityAccess.dll SettingsHandlers_Clipboard.dll SettingsHandlers_ClosedCaptioning.dll SettingsHandlers_ContentDeliveryManager.dll SettingsHandlers_Cortana.dll SettingsHandlers_DesktopTaskbar.dll SettingsHandlers_Devices.dll SettingsHandlers_Display.dll SettingsHandlers_Flights.dll SettingsHandlers_Fonts.dll SettingsHandlers_ForceSync.dll SettingsHandlers_Gaming.dll SettingsHandlers_Geolocation.dll SettingsHandlers_Gpu.dll SettingsHandlers_HoloLens_Environment.dll SettingsHandlers_HumanPresence.dll SettingsHandlers_IME.dll SettingsHandlers_InkingTypingPrivacy.dll SettingsHandlers_InputPersonalization.dll SettingsHandlers_Keyboard.dll SettingsHandlers_Language.dll SettingsHandlers_ManagePhone.dll SettingsHandlers_Maps.dll SettingsHandlers_Mouse.dll SettingsHandlers_Notifications.dll SettingsHandlers_nt.dll SettingsHandlers_OneCore_BatterySaver.dll SettingsHandlers_OneCore_PowerAndSleep.dll SettingsHandlers_OneDriveBackup.dll SettingsHandlers_OptionalFeatures.dll SettingsHandlers_PCDisplay.dll SettingsHandlers_Pen.dll SettingsHandlers_Region.dll SettingsHandlers_SharedExperiences_Rome.dll SettingsHandlers_SIUF.dll SettingsHandlers_SpeechPrivacy.dll SettingsHandlers_Startup.dll SettingsHandlers_Storage.dll SettingsHandlers_StorageSense.dll SettingsHandlers_Touch.dll SettingsHandlers_Troubleshoot.dll SettingsHandlers_User.dll SettingsHandlers_UserAccount.dll SettingsHandlers_UserExperience.dll SettingsHandlers_UserIntent.dll SettingsHandlers_WorkAccess.dll SettingSyncDownloadHelper.dll setup setupapi.dll setupcl.dll setupcl.exe setupcln.dll setupetw.dll setupugc.exe setx.exe sfc.dll sfc.exe sfc_os.dll Sgrm SgrmBroker.exe SgrmEnclave.dll SgrmEnclave_secure.dll SgrmLpac.exe shacct.dll shacctprofile.dll SharedPCCSP.dll SharedRealitySvc.dll ShareHost.dll sharemediacpl.dll SHCore.dll shdocvw.dll shell32.dll ShellAppRuntime.exe ShellCommonCommonProxyStub.dll ShellExperiences shellstyle.dll shfolder.dll shgina.dll ShiftJIS.uce shimeng.dll shimgvw.dll shlwapi.dll shpafact.dll shrpubw.exe shsetup.dll shsvcs.dll shunimpl.dll shutdown.exe shutdownext.dll shutdownux.dll shwebsvc.dll signdrv.dll sigverif.exe SIHClient.exe sihost.exe SimAuth.dll SimCfg.dll simpdata.tlb sk-SK skci.dll sl-SI slc.dll slcext.dll SleepStudy SlideToShutDown.exe slmgr slmgr.vbs slui.exe slwga.dll SmallRoom.bin SmartCardBackgroundPolicy.dll SmartcardCredentialProvider.dll SmartCardSimulator.dll smartscreen.exe smartscreenps.dll SMBHelperClass.dll smbwmiv2.dll SMI SmiEngine.dll smphost.dll SmsRouterSvc.dll smss.exe SndVol.exe SndVolSSO.dll snmpapi.dll snmptrap.exe Snooze_80.contrast-black.png Snooze_80.contrast-white.png Snooze_80.png socialapis.dll softkbd.dll softpub.dll sort.exe SortServer2003Compat.dll SortWindows61.dll SortWindows62.dll SortWindows63.dll SortWindows6Compat.dll SpaceAgent.exe spacebridge.dll SpaceControl.dll spaceman.exe spaceutil.exe SpatialAudioLicenseSrv.exe spatialinteraction.dll SpatializerApo.dll SpatialStore.dll spbcd.dll SpeakersSystemToastIcon.contrast-white.png SpeakersSystemToastIcon.png Spectrum.exe SpectrumSyncClient.dll Speech SpeechPal.dll Speech_OneCore spfileq.dll spinf.dll spmpm.dll spnet.dll spool spoolss.dll spoolsv.exe spopk.dll spp spp.dll sppc.dll sppcext.dll sppcomapi.dll sppcommdlg.dll SppExtComObj.Exe sppnp.dll sppobjs.dll sppsvc.exe sppui sppwinob.dll sppwmi.dll spwinsat.dll spwizeng.dll spwizimg.dll spwizres.dll spwmp.dll SqlServerSpatial150.dll sqlsrv32.dll sqlsrv32.rll sqmapi.dll sr-Latn-RS SRACAVIControl.ocx srchadmin.dll srclient.dll srcore.dll srdelayed.exe SrEvents.dll SRH.dll srhelper.dll srm.dll srmclient.dll srmlib.dll srms-apr-v.dat srms-apr.dat srms.dat srmscan.dll srmshell.dll srmstormod.dll srmtrace.dll srm_ps.dll srpapi.dll SrpUxNativeSnapIn.dll srrstr.dll SrTasks.exe sru srumapi.dll srumsvc.dll srvcli.dll srvsvc.dll srwmi.dll sscore.dll sscoreext.dll ssdm.dll ssdpapi.dll ssdpsrv.dll sspicli.dll sspisrv.dll SSShim.dll ssText3d.scr sstpcfg.dll sstpsvc.dll StartMenuHelper64.dll StartTileData.dll Startupscan.dll StateRepository.Core.dll stclient.dll stdole2.tlb stdole32.tlb sti.dll sti_ci.dll stobject.dll StorageContextHandler.dll StorageUsage.dll storagewmi.dll storagewmi_passthru.dll stordiag.exe storewuauth.dll Storprop.dll StorSvc.dll streamci.dll StringFeedbackEngine.dll StructuredQuery.dll SubRange.uce subst.exe sud.dll sv-SE svchost.exe svf.dll svsvc.dll SwitcherDataModel.dll swprv.dll sxproxy.dll sxs.dll sxshared.dll sxssrv.dll sxsstore.dll sxstrace.exe SyncAppvPublishingServer.exe SyncAppvPublishingServer.vbs SyncCenter.dll SyncController.dll SyncHost.exe SyncHostps.dll SyncInfrastructure.dll SyncInfrastructureps.dll SyncProxy.dll Syncreg.dll SyncRes.dll SyncSettings.dll syncutil.dll sysclass.dll sysdm.cpl SysFxUI.dll sysmain.dll sysmon.ocx sysntfy.dll Sysprep sysprint.sep sysprtj.sep SysResetErr.exe syssetup.dll systemcpl.dll SystemEventsBrokerClient.dll SystemEventsBrokerServer.dll systeminfo.exe SystemPropertiesAdvanced.exe SystemPropertiesComputerName.exe SystemPropertiesDataExecutionPrevention.exe SystemPropertiesHardware.exe SystemPropertiesPerformance.exe SystemPropertiesProtection.exe SystemPropertiesRemote.exe systemreset.exe SystemResetPlatform SystemSettings.DataModel.dll SystemSettings.DeviceEncryptionHandlers.dll SystemSettings.Handlers.dll SystemSettings.SettingsExtensibility.dll SystemSettings.UserAccountsHandlers.dll SystemSettingsAdminFlows.exe SystemSettingsBroker.exe SystemSettingsRemoveDevice.exe SystemSettingsThresholdAdminFlowUI.dll SystemSupportInfo.dll SystemUWPLauncher.exe systray.exe t2embed.dll Tabbtn.dll TabbtnEx.dll tabcal.exe TabletPC.cpl TabSvc.dll takeown.exe tapi3.dll tapi32.dll tapilua.dll TapiMigPlugin.dll tapiperf.dll tapisrv.dll TapiSysprep.dll tapiui.dll TapiUnattend.exe tar.exe TaskApis.dll Taskbar.dll taskbarcpl.dll taskcomp.dll TaskFlowDataEngine.dll taskhostw.exe taskkill.exe tasklist.exe Taskmgr.exe Tasks taskschd.dll taskschd.msc TaskSchdPS.dll tbauth.dll tbs.dll tcblaunch.exe tcbloader.dll tcmsetup.exe tcpbidi.xml tcpipcfg.dll tcpmib.dll tcpmon.dll tcpmon.ini tcpmonui.dll TCPSVCS.EXE tdc.ocx tdh.dll tdhres.dll TDLMigration.dll TEEManagement64.dll telephon.cpl TelephonyInteractiveUser.dll TelephonyInteractiveUserRes.dll tellib.dll TempSignedLicenseExchangeTask.dll TenantRestrictionsPlugin.dll termmgr.dll termsrv.dll tetheringclient.dll tetheringconfigsp.dll TetheringIeProvider.dll TetheringMgr.dll tetheringservice.dll TetheringStation.dll TextInputFramework.dll TextInputMethodFormatter.dll TextShaping.dll th-TH themecpl.dll Themes.SsfDownload.ScheduledTask.dll themeservice.dll themeui.dll ThirdPartyNoticesBySHS.txt threadpoolwinrt.dll thumbcache.dll ThumbnailExtractionHost.exe tier2punctuations.dll TieringEngineProxy.dll TieringEngineService.exe TileDataRepository.dll TimeBrokerClient.dll TimeBrokerServer.dll timedate.cpl TimeDateMUICallback.dll timeout.exe timesync.dll TimeSyncTask.dll tlscsp.dll TmInstall.log TmLWE TmSysEvtEventTrackCP.log TmSysEvtEventTrackLPC.log TmSysEvtEventTrackSM.log tmumh tokenbinding.dll TokenBroker.dll TokenBrokerCookies.exe TokenBrokerUI.dll tpm.msc TpmCertResources.dll tpmcompc.dll TpmCoreProvisioning.dll TpmInit.exe TpmTasks.dll TpmTool.exe tpmvsc.dll tpmvscmgr.exe tpmvscmgrsvr.exe tquery.dll tr-TR tracerpt.exe TRACERT.EXE traffic.dll TransformPPSToWlan.xslt TransformPPSToWlanCredentials.xslt TransliterationRanker.dll TransportDSA.dll tree.com trie.dll trkwks.dll TrustedSignalCredProv.dll tsbyuv.dll tscfgwmi.dll tscon.exe tsdiscon.exe TSErrRedir.dll tsf3gip.dll tsgqec.dll tskill.exe tsmf.dll TSpkg.dll tspubwmi.dll TSSessionUX.dll tssrvlic.dll TSTheme.exe TsUsbGDCoInstaller.dll TsUsbRedirectionGroupPolicyExtension.dll TSWbPrxy.exe TSWorkspace.dll TsWpfWrp.exe ttdinject.exe ttdloader.dll ttdplm.dll ttdrecord.dll ttdrecordcpu.dll TtlsAuth.dll TtlsCfg.dll TtlsExt.dll tttracer.exe tvratings.dll twext.dll twinapi.appcore.dll twinapi.dll twinui.appcore.dll twinui.dll twinui.pcshell.dll txflog.dll txfw32.dll typeperf.exe tzautoupdate.dll tzres.dll tzsync.exe tzsyncres.dll tzutil.exe ubpm.dll ucmhc.dll ucrtbase.dll ucrtbased.dll ucrtbase_clr0400.dll ucrtbase_enclave.dll ucsvc.exe udhisapi.dll uDWM.dll UefiCsp.dll UevAgentPolicyGenerator.exe UevAppMonitor.exe UevAppMonitor.exe.config UevCustomActionTypes.tlb UevTemplateBaselineGenerator.exe UevTemplateConfigItemGenerator.exe uexfat.dll ufat.dll UiaManager.dll UIAnimation.dll UIAutomationCore.dll uicom.dll UIManagerBrokerps.dll UIMgrBroker.exe uireng.dll UIRibbon.dll UIRibbonRes.dll uk-UA ulib.dll umb.dll umdmxfrm.dll umpdc.dll umpnpmgr.dll umpo-overrides.dll umpo.dll umpodev.dll umpoext.dll umpowmi.dll umrdp.dll unattend.dll unenrollhook.dll unimdm.tsp unimdmat.dll uniplat.dll Unistore.dll unlodctr.exe UNP unregmp2.exe untfs.dll UpdateAgent.dll updatecsp.dll UpdateDeploy.dll UpdateHeartbeatScan.dll updatepolicy.dll UpdatePolicyScenarioReliabilityAggregator.dll upfc.exe UpgradeResultsUI.exe upnp.dll upnpcont.exe upnphost.dll UPPrinterInstaller.exe UPPrinterInstallsCSP.dll upshared.dll uReFS.dll uReFSv1.dll ureg.dll url.dll urlmon.dll UsbCApi.dll usbceip.dll usbmon.dll usbperf.dll UsbPmApi.dll UsbSettingsHandlers.dll UsbTask.dll usbui.dll user32.dll UserAccountBroker.exe UserAccountControlSettings.dll UserAccountControlSettings.exe useractivitybroker.dll usercpl.dll UserDataAccessRes.dll UserDataAccountApis.dll UserDataLanguageUtil.dll UserDataPlatformHelperUtil.dll UserDataService.dll UserDataSource.exe UserDataTimeUtil.dll UserDataTypeHelperUtil.dll UserDeviceRegistration.dll UserDeviceRegistration.Ngc.dll userenv.dll userinit.exe userinitext.dll UserLanguageProfileCallback.dll usermgr.dll usermgrcli.dll UserMgrProxy.dll usk.rs usoapi.dll UsoClient.exe usocoreps.dll usosvc.dll usosvcimpl.dll usp10.dll ustprov.dll utcapi.dll UtcDecoderHost.exe utcutil.dll utildll.dll Utilman.exe uudf.dll UvcModel.dll uwfcfgmgmt.dll uwfcsp.dll uwfservicingapi.dll UXInit.dll uxlib.dll uxlibres.dll uxtheme.dll vac.dll VAN.dll Vault.dll VaultCDS.dll vaultcli.dll VaultCmd.exe VaultRoaming.dll vaultsvc.dll VBICodec.ax vbisurf.ax vbsapi.dll vbscript.dll vbssysprep.dll vcamp110.dll vcamp120.dll vcamp140.dll vcamp140d.dll VCardParser.dll vccorlib110.dll vccorlib120.dll vccorlib140.dll vccorlib140d.dll vcomp100.dll vcomp110.dll vcomp120.dll vcomp140.dll vcomp140d.dll vcruntime140.dll vcruntime140d.dll vcruntime140_1.dll vcruntime140_1d.dll vcruntime140_1_clr0400.dll vcruntime140_clr0400.dll vcruntime140_threads.dll vcruntime140_threadsd.dll vds.exe vdsbas.dll vdsdyn.dll vdsldr.exe vdsutil.dll vdsvd.dll vds_ps.dll verclsid.exe verifier.dll verifier.exe verifiergui.exe version.dll vertdll.dll vfbasics.dll vfcompat.dll vfcuzz.dll vfluapriv.dll vfnet.dll vfntlmless.dll vfnws.dll vfprint.dll vfprintpthelper.dll vfrdvcompat.dll vfuprov.dll vfwwdm32.dll VhfUm.dll vi-VN vid.dll vidcap.ax VideoHandlers.dll VIDRESZR.DLL virtdisk.dll VirtualMonitorManager.dll VmApplicationHealthMonitorProxy.dll vmbuspipe.dll vmbuspiper.dll vmbusvdev.dll vmchipset.dll vmcompute.dll vmcompute.exe vmcomputeeventlog.dll VmCrashDump.dll vmdevicehost.dll vmdynmem.dll VmFirmware Third-Party Notices.txt vmfirmware.dll vmflexio.dll vmhbmgmt.dll vmiccore.dll vmictimeprovider.dll vmnetbridge.dll vmpmem.dll vmprox.dll vmrdvcore.dll vmserial.dll vmsif.dll vmsifcore.dll vmsifproxystub.dll vmsmb.dll VmSynthNic.dll vmsynthstor.dll vmuidevices.dll vmusrv.dll vmvirtio.dll vmvpci.dll vmwp.exe vmwpctrl.dll vmwpevents.dll vnetinst.dll vnetlib64.dll VocabRoamingHandler.dll VoiceActivationManager.dll VoipRT.dll vp9fs.dll vpnike.dll vpnikeapi.dll VpnSohDesktop.dll VPNv2CSP.dll VrdUmed.dll vrfcore.dll VscMgrPS.dll vscover150.dll vscover170.dll VSD3DWARPDebug.dll vsflex8n.ocx VsGraphicsCapture.dll VsGraphicsDesktopEngine.exe VsGraphicsExperiment.dll VsGraphicsHelper.dll VsGraphicsProxyStub.dll VsGraphicsRemoteEngine.exe vsjitdebugger.exe vsocklib.dll VSPerf170.dll vssadmin.exe vssapi.dll vsstrace.dll VSSVC.exe vss_ps.dll vulkan-1-999-0-0-0.dll vulkan-1.dll vulkaninfo-1-999-0-0-0.exe vulkaninfo.exe w32time.dll w32tm.exe w32topl.dll WaaSAssessment.dll WaaSMedicAgent.exe WaaSMedicCapsule.dll WaaSMedicPS.dll WaaSMedicSvc.dll WABSyncProvider.dll waitfor.exe WalletBackgroundServiceProxy.dll WalletProxy.dll WalletService.dll WallpaperHost.exe wavemsp.dll wbadmin.exe wbem wbemcomn.dll wbengine.exe wbiosrvc.dll wci.dll wcimage.dll wcmapi.dll wcmcsp.dll wcmsvc.dll WCN WcnApi.dll wcncsvc.dll WcnEapAuthProxy.dll WcnEapPeerProxy.dll WcnNetsh.dll wcnwiz.dll WcosPowerIcon_100.png WcosPowerIcon_100_contrast-black.png WcosPowerIcon_100_contrast-white.png wc_storage.dll wdc.dll WDI wdi.dll wdigest.dll wdmaud.drv wdscore.dll WdsUnattendTemplate.xml WEB.rs webauthn.dll WebcamUi.dll webcheck.dll WebClnt.dll webio.dll webplatstorageserver.dll WebRuntimeManager.dll webservices.dll Websocket.dll wecapi.dll wecsvc.dll wecutil.exe wephostsvc.dll wer.dll werconcpl.dll wercplsupport.dll werdiagcontroller.dll WerEnc.dll weretw.dll WerFault.exe WerFaultSecure.exe wermgr.exe wersvc.dll werui.dll wevtapi.dll wevtfwd.dll wevtsvc.dll wevtutil.exe wextract.exe WF.msc wfapigp.dll wfdprov.dll WFDSConMgr.dll WFDSConMgrSvc.dll WfHC.dll WFS.exe WFSR.dll whealogr.dll where.exe whhelper.dll whoami.exe wiaacmgr.exe wiaaut.dll wiadefui.dll wiadss.dll WiaExtensionHost64.dll wiarpc.dll wiascanprofiles.dll wiaservc.dll wiashext.dll wiatrace.dll wiawow64.exe WiFiCloudStore.dll WiFiConfigSP.dll wifidatacapabilityhandler.dll WiFiDisplay.dll wifinetworkmanager.dll wifitask.exe WimBootCompress.ini wimgapi.dll wimserv.exe win32appinventorycsp.dll Win32CompatibilityAppraiserCSP.dll win32k.sys win32kbase.sys win32kfull.sys win32kns.sys win32spl.dll win32u.dll Win32_DeviceGuard.dll winbio.dll WinBioDatabase WinBioDataModel.dll WinBioDataModelOOBE.exe winbioext.dll WinBioPlugIns winbrand.dll wincorlib.dll wincredprovider.dll wincredui.dll windlp.dll WindowManagement.dll WindowManagementAPI.dll Windows.AccountsControl.dll Windows.AI.MachineLearning.dll Windows.AI.MachineLearning.Preview.dll Windows.ApplicationModel.Background.SystemEventsBroker.dll Windows.ApplicationModel.Background.TimeBroker.dll Windows.ApplicationModel.ConversationalAgent.dll windows.applicationmodel.conversationalagent.internal.proxystub.dll windows.applicationmodel.conversationalagent.proxystub.dll Windows.ApplicationModel.Core.dll windows.applicationmodel.datatransfer.dll Windows.ApplicationModel.dll Windows.ApplicationModel.LockScreen.dll Windows.ApplicationModel.Store.dll Windows.ApplicationModel.Store.Preview.DOSettings.dll Windows.ApplicationModel.Store.TestingFramework.dll Windows.ApplicationModel.Wallet.dll Windows.CloudStore.dll Windows.CloudStore.Schema.DesktopShell.dll Windows.CloudStore.Schema.Shell.dll Windows.Cortana.Desktop.dll Windows.Cortana.OneCore.dll Windows.Cortana.ProxyStub.dll Windows.Data.Activities.dll Windows.Data.Pdf.dll Windows.Devices.AllJoyn.dll Windows.Devices.Background.dll Windows.Devices.Background.ps.dll Windows.Devices.Bluetooth.dll Windows.Devices.Custom.dll Windows.Devices.Custom.ps.dll Windows.Devices.Enumeration.dll Windows.Devices.Haptics.dll Windows.Devices.HumanInterfaceDevice.dll Windows.Devices.Lights.dll Windows.Devices.LowLevel.dll Windows.Devices.Midi.dll Windows.Devices.Perception.dll Windows.Devices.Picker.dll Windows.Devices.PointOfService.dll Windows.Devices.Portable.dll Windows.Devices.Printers.dll Windows.Devices.Printers.Extensions.dll Windows.Devices.Radios.dll Windows.Devices.Scanners.dll Windows.Devices.Sensors.dll Windows.Devices.SerialCommunication.dll Windows.Devices.SmartCards.dll Windows.Devices.SmartCards.Phone.dll Windows.Devices.Usb.dll Windows.Devices.WiFi.dll Windows.Devices.WiFiDirect.dll Windows.Energy.dll Windows.FileExplorer.Common.dll Windows.Gaming.Input.dll Windows.Gaming.Preview.dll Windows.Gaming.UI.GameBar.dll Windows.Gaming.XboxLive.Storage.dll Windows.Globalization.dll Windows.Globalization.Fontgroups.dll Windows.Globalization.PhoneNumberFormatting.dll Windows.Graphics.Display.BrightnessOverride.dll Windows.Graphics.Display.DisplayEnhancementOverride.dll Windows.Graphics.dll Windows.Graphics.Printing.3D.dll Windows.Graphics.Printing.dll Windows.Graphics.Printing.Workflow.dll Windows.Graphics.Printing.Workflow.Native.dll Windows.Help.Runtime.dll windows.immersiveshell.serviceprovider.dll Windows.Internal.AdaptiveCards.XamlCardRenderer.dll Windows.Internal.CapturePicker.Desktop.dll Windows.Internal.CapturePicker.dll Windows.Internal.Devices.Bluetooth.dll Windows.Internal.Devices.Sensors.dll Windows.Internal.Feedback.Analog.dll Windows.Internal.Feedback.Analog.ProxyStub.dll Windows.Internal.Graphics.Display.DisplayColorManagement.dll Windows.Internal.Graphics.Display.DisplayEnhancementManagement.dll Windows.Internal.Management.dll Windows.Internal.Management.SecureAssessment.dll Windows.Internal.PlatformExtension.DevicePickerExperience.dll Windows.Internal.PlatformExtension.MiracastBannerExperience.dll Windows.Internal.PredictionUnit.dll Windows.Internal.Security.Attestation.DeviceAttestation.dll Windows.Internal.SecurityMitigationsBroker.dll Windows.Internal.Shell.Broker.dll windows.internal.shellcommon.AccountsControlExperience.dll windows.internal.shellcommon.AppResolverModal.dll Windows.Internal.ShellCommon.Broker.dll Windows.Internal.ShellCommon.dll windows.internal.shellcommon.FilePickerExperienceMEM.dll Windows.Internal.ShellCommon.PrintExperience.dll windows.internal.shellcommon.shareexperience.dll windows.internal.shellcommon.TokenBrokerModal.dll Windows.Internal.Signals.dll Windows.Internal.System.UserProfile.dll Windows.Internal.Taskbar.dll Windows.Internal.UI.BioEnrollment.ProxyStub.dll Windows.Internal.UI.Dialogs.dll Windows.Internal.UI.Logon.ProxyStub.dll Windows.Internal.UI.Shell.WindowTabManager.dll Windows.Management.EnrollmentStatusTracking.ConfigProvider.dll Windows.Management.InprocObjects.dll Windows.Management.ModernDeployment.ConfigProviders.dll Windows.Management.Provisioning.ProxyStub.dll Windows.Management.SecureAssessment.CfgProvider.dll Windows.Management.SecureAssessment.Diagnostics.dll Windows.Management.Service.dll Windows.Management.Workplace.dll Windows.Management.Workplace.WorkplaceSettings.dll Windows.Media.Audio.dll Windows.Media.BackgroundMediaPlayback.dll Windows.Media.BackgroundPlayback.exe Windows.Media.Devices.dll Windows.Media.dll Windows.Media.Editing.dll Windows.Media.FaceAnalysis.dll Windows.Media.Import.dll Windows.Media.MediaControl.dll Windows.Media.MixedRealityCapture.dll Windows.Media.Ocr.dll Windows.Media.Playback.BackgroundMediaPlayer.dll Windows.Media.Playback.MediaPlayer.dll Windows.Media.Playback.ProxyStub.dll Windows.Media.Protection.PlayReady.dll Windows.Media.Renewal.dll Windows.Media.Speech.dll Windows.Media.Speech.UXRes.dll Windows.Media.Streaming.dll Windows.Media.Streaming.ps.dll Windows.Mirage.dll Windows.Mirage.Internal.dll Windows.Networking.BackgroundTransfer.BackgroundManagerPolicy.dll Windows.Networking.BackgroundTransfer.ContentPrefetchTask.dll Windows.Networking.BackgroundTransfer.dll Windows.Networking.Connectivity.dll Windows.Networking.dll Windows.Networking.HostName.dll Windows.Networking.NetworkOperators.ESim.dll Windows.Networking.NetworkOperators.HotspotAuthentication.dll Windows.Networking.Proximity.dll Windows.Networking.ServiceDiscovery.Dnssd.dll Windows.Networking.Sockets.PushEnabledApplication.dll Windows.Networking.UX.EapRequestHandler.dll Windows.Networking.Vpn.dll Windows.Networking.XboxLive.ProxyStub.dll Windows.Payments.dll Windows.Perception.Stub.dll Windows.Security.Authentication.Identity.Provider.dll Windows.Security.Authentication.OnlineId.dll Windows.Security.Authentication.Web.Core.dll Windows.Security.Credentials.UI.CredentialPicker.dll Windows.Security.Credentials.UI.UserConsentVerifier.dll Windows.Security.Integrity.dll Windows.Services.TargetedContent.dll Windows.SharedPC.AccountManager.dll Windows.SharedPC.CredentialProvider.dll Windows.Shell.BlueLightReduction.dll Windows.Shell.ServiceHostBuilder.dll Windows.Shell.StartLayoutPopulationEvents.dll Windows.StateRepository.dll Windows.StateRepositoryBroker.dll Windows.StateRepositoryClient.dll Windows.StateRepositoryCore.dll Windows.StateRepositoryPS.dll Windows.StateRepositoryUpgrade.dll Windows.Storage.ApplicationData.dll Windows.Storage.Compression.dll windows.storage.dll Windows.Storage.OneCore.dll Windows.Storage.Search.dll Windows.System.Diagnostics.dll Windows.System.Diagnostics.Telemetry.PlatformTelemetryClient.dll Windows.System.Diagnostics.TraceReporting.PlatformDiagnosticActions.dll Windows.System.Launcher.dll Windows.System.Profile.HardwareId.dll Windows.System.Profile.PlatformDiagnosticsAndUsageDataSettings.dll Windows.System.Profile.RetailInfo.dll Windows.System.Profile.SystemId.dll Windows.System.Profile.SystemManufacturers.dll Windows.System.RemoteDesktop.dll Windows.System.SystemManagement.dll Windows.System.UserDeviceAssociation.dll Windows.System.UserProfile.DiagnosticsSettings.dll Windows.UI.Accessibility.dll Windows.UI.AppDefaults.dll Windows.UI.BioFeedback.dll Windows.UI.BlockedShutdown.dll Windows.UI.Core.TextInput.dll Windows.UI.Cred.dll Windows.UI.CredDialogController.dll Windows.UI.dll Windows.UI.FileExplorer.dll Windows.UI.Immersive.dll Windows.UI.Input.Inking.Analysis.dll Windows.UI.Input.Inking.dll Windows.UI.Internal.Input.ExpressiveInput.dll Windows.UI.Internal.Input.ExpressiveInput.Resource.dll Windows.UI.Logon.dll Windows.UI.NetworkUXController.dll Windows.UI.PicturePassword.dll Windows.UI.Search.dll Windows.UI.Shell.dll Windows.UI.Shell.Internal.AdaptiveCards.dll Windows.UI.Storage.dll Windows.UI.Xaml.Controls.dll Windows.UI.Xaml.dll Windows.UI.Xaml.InkControls.dll Windows.UI.Xaml.Maps.dll Windows.UI.Xaml.Phone.dll Windows.UI.Xaml.Resources.19h1.dll Windows.UI.Xaml.Resources.21h1.dll Windows.UI.Xaml.Resources.Common.dll Windows.UI.Xaml.Resources.rs1.dll Windows.UI.Xaml.Resources.rs2.dll Windows.UI.Xaml.Resources.rs3.dll Windows.UI.Xaml.Resources.rs4.dll Windows.UI.Xaml.Resources.rs5.dll Windows.UI.Xaml.Resources.th.dll Windows.UI.Xaml.Resources.win81.dll Windows.UI.Xaml.Resources.win8rtm.dll Windows.UI.XamlHost.dll Windows.Update.dll Windows.WARP.JITService.dll Windows.WARP.JITService.exe Windows.Web.Diagnostics.dll Windows.Web.dll Windows.Web.Http.dll WindowsActionDialog.exe WindowsCodecs.dll WindowsCodecsExt.dll WindowsCodecsRaw.dll WindowsCodecsRaw.txt WindowsDefaultHeatProcessor.dll windowsdefenderapplicationguardcsp.dll WindowsInternal.ComposableShell.Display.dll WindowsInternal.Shell.CompUiActivation.dll WindowsIoTCsp.dll windowslivelogin.dll WindowsManagementServiceWinRt.ProxyStub.dll windowsperformancerecordercontrol.dll WindowsPowerShell WindowsSecurityIcon.png windowsudk.shellcommon.dll windowsudkservices.shellcommon.dll WindowsUpdate.ico WindowsUpdateElevatedInstaller.exe WindowsUpdateIcon.ico WindowsUpdateImportant.ico WindowsUpdateOK.ico WindowsUpdateSeeker.ico WindowsUpdateWarning.ico winethc.dll winevt WinFax.dll winhttp.dll winhttpcom.dll WinHvEmulation.dll WinHvPlatform.dll wininet.dll wininetlui.dll wininit.exe wininitext.dll winipcfile.dll winipcsecproc.dll winipsec.dll Winlangdb.dll winload.efi winload.exe winlogon.exe winlogonext.dll winmde.dll WinMetadata winml.dll winmm.dll winmmbase.dll winmsipc.dll WinMsoIrmProtector.dll winnlsres.dll winnsi.dll WinOpcIrmProtector.dll WinREAgent.dll winresume.efi winresume.exe winrm winrm.cmd winrm.vbs winrnr.dll winrs.exe winrscmd.dll winrshost.exe winrsmgr.dll winrssrv.dll WinRTNetMUAHostServer.exe WinRtTracing.dll WinSAT.exe WinSATAPI.dll WinSCard.dll winshfhc.dll winsku.dll winsockhc.dll winspool.drv winsqlite3.dll WINSRPC.DLL winsrv.dll winsrvext.dll winsta.dll WinSync.dll WinSyncMetastore.dll WinSyncProviders.dll wintrust.dll WinTypes.dll winusb.dll winver.exe WiredNetworkCSP.dll wisp.dll witnesswmiv2provider.dll wkscli.dll wkspbroker.exe wkspbrokerAx.dll wksprt.exe wksprtPS.dll wkssvc.dll wlanapi.dll wlancfg.dll WLanConn.dll wlandlg.dll wlanext.exe wlangpui.dll WLanHC.dll wlanhlp.dll WlanMediaManager.dll WlanMM.dll wlanmsm.dll wlanpref.dll WlanRadioManager.dll wlansec.dll wlansvc.dll wlansvcpal.dll wlanui.dll wlanutil.dll Wldap32.dll wldp.dll wlgpclnt.dll wlidcli.dll wlidcredprov.dll wlidfdp.dll wlidnsp.dll wlidprov.dll wlidres.dll wlidsvc.dll wlrmdr.exe WMADMOD.DLL WMADMOE.DLL WMALFXGFXDSP.dll WMASF.DLL wmcodecdspps.dll wmdmlog.dll wmdmps.dll wmdrmsdk.dll wmerror.dll wmi.dll wmiclnt.dll wmidcom.dll wmidx.dll WmiMgmt.msc wmiprop.dll wmitomi.dll WMNetMgr.dll wmp.dll WMPDMC.exe WmpDui.dll wmpdxm.dll wmpeffects.dll WMPhoto.dll wmploc.DLL wmpps.dll wmpshell.dll wmsgapi.dll WMSPDMOD.DLL WMSPDMOE.DLL WMVCORE.DLL WMVDECOD.DLL wmvdspa.dll WMVENCOD.DLL WMVSDECD.DLL WMVSENCD.DLL WMVXENCD.DLL WofTasks.dll WofUtil.dll WordBreakers.dll WorkFolders.exe WorkfoldersControl.dll WorkFoldersGPExt.dll WorkFoldersRes.dll WorkFoldersShell.dll workfolderssvc.dll wosc.dll wow64.dll wow64base.dll wow64con.dll wow64cpu.dll wow64win.dll wowreg32.exe wpbcreds.dll Wpc.dll WpcApi.dll wpcatltoast.png WpcDesktopMonSvc.dll WpcMon.exe wpcmon.png WpcProxyStubs.dll WpcRefreshTask.dll WpcTok.exe WpcWebFilter.dll wpdbusenum.dll WpdMtp.dll WpdMtpUS.dll wpdshext.dll WPDShextAutoplay.exe WPDShServiceObj.dll WPDSp.dll wpd_ci.dll wpnapps.dll wpnclient.dll wpncore.dll wpninprc.dll wpnpinst.exe wpnprv.dll wpnservice.dll wpnsruprov.dll WpnUserService.dll WpPortingLibrary.dll WppRecorderUM.dll wpr.config.xml wpr.exe WPTaskScheduler.dll wpx.dll write.exe ws2help.dll ws2_32.dll wscapi.dll wscinterop.dll wscisvif.dll WSClient.dll WSCollect.exe wscproxystub.dll wscript.exe wscsvc.dll wscui.cpl WSDApi.dll wsdchngr.dll WSDPrintProxy.DLL WsdProviderUtil.dll WSDScanProxy.dll wsecedit.dll wsepno.dll wshbth.dll wshcon.dll wshelper.dll wshext.dll wshhyperv.dll wship6.dll wshom.ocx wshqos.dll wshrm.dll WSHTCPIP.DLL wshunix.dll wsl.exe wslapi.dll wslconfig.exe wslg.exe WsmAgent.dll wsmanconfig_schema.xml WSManHTTPConfig.exe WSManMigrationPlugin.dll WsmAuto.dll wsmplpxy.dll wsmprovhost.exe WsmPty.xsl WsmRes.dll WsmSvc.dll WsmTxt.xsl WsmWmiPl.dll wsnmp32.dll wsock32.dll wsplib.dll wsp_fs.dll wsp_health.dll wsp_sr.dll wsqmcons.exe WSReset.exe WSTPager.ax wtsapi32.dll wuapi.dll wuapihost.exe wuauclt.exe wuaueng.dll wuceffects.dll WUDFCoinstaller.dll WUDFCompanionHost.exe WUDFHost.exe WUDFPlatform.dll WudfSMCClassExt.dll WUDFx.dll WUDFx02000.dll wudriver.dll wups.dll wups2.dll wusa.exe wutrust.dll wuuhdrv.dll wuuhext.dll wuuhosdeployment.dll wvc.dll WwaApi.dll WwaExt.dll WWAHost.exe WWanAPI.dll wwancfg.dll wwanconn.dll WwanFeatureTests.xml WWanHC.dll wwanmm.dll Wwanpref.dll WwanPrfl.dll wwanprotdim.dll WwanRadioManager.dll wwansvc.dll wwapi.dll XamlTileRender.dll XAudio2_8.dll XAudio2_9.dll XblAuthManager.dll XblAuthManagerProxy.dll XblAuthTokenBrokerExt.dll XblGameSave.dll XblGameSaveExt.dll XblGameSaveProxy.dll XblGameSaveTask.exe XboxGipRadioManager.dll xboxgipsvc.dll xboxgipsynthetic.dll XboxNetApiSvc.dll xcopy.exe XInput1_4.dll XInput9_1_0.dll XInputUap.dll xmlfilter.dll xmllite.dll xmlprovi.dll xolehlp.dll XpsDocumentTargetPrint.dll XpsGdiConverter.dll XpsPrint.dll xpspushlayer.dll XpsRasterService.dll xpsservices.dll XpsToPclmConverter.dll XpsToPwgrConverter.dll xwizard.dtd xwizard.exe xwizards.dll xwreg.dll xwtpdui.dll xwtpw32.dll X_80.contrast-black.png X_80.contrast-white.png X_80.png ze_loader.dll ze_tracing_layer.dll ze_validation_layer.dll zh-CN zh-HANS zh-TW zipcontainer.dll zipfldr.dll ztrace_maps.dll
      /cygdrive/c/Windows: addins appcompat apppatch AppReadiness assembly bcastdvr bfsvc.exe BitLockerDiscoveryVolumeContents Boot bootstat.dat Branding BrowserCore CbsTemp CCM ccmsetup cfgall.ini CloudEdition.xml Containers CSC Cursors debug diagnostics DiagTrack DigitalLocker dot3svc Downloaded Program Files DtcInstall.log Education.xml ELAMBKUP en-GB en-US explorer.exe Fonts GameBarPresenceWriter Globalization Help HelpPane.exe hh.exe IdentityCRL IME ImmersiveControlPanel InboxApps INF InputMethod Installer L2Schemas LanguageOverlayCache LiveKernelReports Logs lsasetup.log Media MEMORY.DMP mib.bin Microsoft.NET Migration Minidump ModemLogs ms notepad.exe NvContainerRecovery.bat OCR OfcInstReg.log Offline Web Pages Panther Performance PFRO.log PLA PolicyDefinitions Prefetch PrintDialog Professional.xml ProfessionalEducation.xml ProfessionalWorkstation.xml Provisioning PWCMDLST.BAK RegBootClean64.exe regedit.exe Registration RemotePackages rescache Resources runSW.exe runSW.log SchCache schemas security ServiceProfiles ServiceState servicing Setup setupact.log setuperr.log ShellComponents ShellExperiences SKB SMSCFG.ini SoftwareDistribution SolidWorks Speech Speech_OneCore splwow64.exe SwUSB.exe System system.ini System32 SystemApps SystemResources SystemTemp SysWOW64 TAPI Tasks Temp TempInst TmComm.log TMFilter.log TmKmSnsr.log tracing twain_32 twain_32.dll UUS Vss WaaS Web win.ini WindowsShell.Manifest WindowsUpdate.log winhlp32.exe WinSxS WMSysPr9.prx write.exe WUModels zh-CN
      /cygdrive/c/Windows/System32/Wbem: aeinv.mof AgentWmi.mof AgentWmiUninstall.mof appbackgroundtask.dll appbackgroundtask.mof appbackgroundtask_uninstall.mof AuditRsop.mof authfwcfg.mof AutoRecover bcd.mof BthMtpEnum.mof cimdmtf.mof cimwin32.dll cimwin32.mof CIWmi.mof classlog.mof cli.mof cliegaliases.mof ddp.mof dimsjob.mof dimsroam.mof DMWmiBridgeProv.dll DMWmiBridgeProv.mof DMWmiBridgeProv1.dll DMWmiBridgeProv1.mof DMWmiBridgeProv1_Uninstall.mof DMWmiBridgeProv_Uninstall.mof dnsclientcim.dll dnsclientcim.mof dnsclientpsprovider.dll dnsclientpsprovider.mof dnsclientpsprovider_Uninstall.mof drvinst.mof DscCore.mof DscCoreConfProv.mof dscproxy.mof Dscpspluginwkr.dll DscTimer.mof dsprov.dll dsprov.mof eaimeapi.mof EmbeddedLockdownWmi.dll embeddedlockdownwmi.mof embeddedlockdownwmi_Uninstall.mof en en-GB en-US esscli.dll EventTracingManagement.dll EventTracingManagement.mof fastprox.dll fdPHost.mof fdrespub.mof fdSSDP.mof fdWNet.mof fdWSD.mof filetrace.mof firewallapi.mof FolderRedirectionWMIProvider.mof FunDisc.mof fwcfg.mof hbaapi.mof hnetcfg.mof IMAPIv2-Base.mof IMAPIv2-FileSystemSupport.mof IMAPIv2-LegacyShim.mof interop.mof IpmiDTrc.mof ipmiprr.dll ipmiprv.dll ipmiprv.mof IpmiPTrc.mof ipsecsvc.mof iscsidsc.mof iscsihba.mof iscsiprf.mof iscsirem.mof iscsiwmiv2.mof iscsiwmiv2_uninstall.mof kerberos.mof KrnlProv.dll krnlprov.mof L2SecHC.mof lltdio.mof lltdsvc.mof Logs lsasrv.mof mblctr.mof MDMAppProv.dll MDMAppProv.mof MDMAppProv_Uninstall.mof MDMSettingsProv.dll MDMSettingsProv.mof MDMSettingsProv_Uninstall.mof Microsoft-Windows-OfflineFiles.mof Microsoft-Windows-Remote-FileSystem.mof Microsoft.AppV.AppVClientWmi.dll Microsoft.AppV.AppVClientWmi.mof Microsoft.ConfigurationManager.AssetProvider_v2.0.50727.mof Microsoft.ConfigurationManager.DefaultAppsProvider_v2.0.50727.mof Microsoft.ConfigurationManager.WinRTProvider_v4.0.30319.mof Microsoft.Uev.AgentWmi.dll Microsoft.Uev.ManagedAgentWmi.mof Microsoft.Uev.ManagedAgentWmiUninstall.mof mispace.mof mispace_uninstall.mof mmc.mof MMFUtil.dll MOF mofcomp.exe mofd.dll mofinstall.dll mountmgr.mof mpeval.mof mpsdrv.mof mpssvc.mof msdtcwmi.dll MsDtcWmi.mof msfeeds.mof msfeedsbs.mof msi.mof msiprov.dll msiscsi.mof MsNetImPlatform.mof mstsc.mof mstscax.mof msv1_0.mof mswmdm.mof NCProv.dll ncprov.mof ncsi.mof ndisimplatcim.dll ndistrace.mof NetAdapterCim.dll NetAdapterCim.mof NetAdapterCimTrace.mof NetAdapterCimTraceUninstall.mof NetAdapterCim_uninstall.mof netdacim.dll netdacim.mof netdacim_uninstall.mof NetEventPacketCapture.dll NetEventPacketCapture.mof NetEventPacketCapture_uninstall.mof NetNat.dll NetNat.mof netnccim.dll netnccim.mof netnccim_uninstall.mof NetPeerDistCim.dll NetPeerDistCim.mof NetPeerDistCim_uninstall.mof netprofm.mof NetSwitchTeam.mof netswitchteamcim.dll NetTCPIP.dll NetTCPIP.mof NetTCPIP_Uninstall.mof netttcim.dll netttcim.mof netttcim_uninstall.mof networkitemfactory.mof newdev.mof nlasvc.mof nlmcim.dll nlmcim.mof nlmcim_uninstall.mof nlsvc.mof npivwmi.mof nshipsec.mof ntevt.dll ntevt.mof ntfs.mof OfflineFilesConfigurationWmiProvider.mof OfflineFilesConfigurationWmiProvider_Uninstall.mof OfflineFilesWmiProvider.mof OfflineFilesWmiProvider_Uninstall.mof p2p-mesh.mof p2p-pnrp.mof pcsvDevice.mof pcsvDevice_Uninstall.mof Performance PNPXAssoc.mof PolicMan.dll PolicMan.mof polproc.mof polprocl.mof polprou.mof polstore.mof portabledeviceapi.mof portabledeviceclassextension.mof portabledeviceconnectapi.mof portabledevicetypes.mof portabledevicewiacompat.mof powermeterprovider.mof PowerPolicyProvider.mof ppcRsopCompSchema.mof ppcRsopUserSchema.mof PrintFilterPipelineSvc.mof PrintManagementProvider.dll PrintManagementProvider.mof profileassociationprovider.mof PS_MMAgent.mof qmgr.mof qoswmi.dll qoswmi.mof qoswmitrc.mof qoswmitrc_uninstall.mof qoswmi_uninstall.mof RacWmiProv.dll RacWmiProv.mof rawxml.xsl rdpendp.mof rdpinit.mof rdpshell.mof refs.mof refsv1.mof regevent.mof Remove.Microsoft.AppV.AppvClientWmi.mof repdrvfs.dll Repository rsop.mof rspndr.mof samsrv.mof scersop.mof schannel.mof schedprov.dll SchedProv.mof scm.mof scrcons.exe scrcons.mof sdbus.mof secrcw32.mof SensorsClassExtension.mof ServDeps.dll ServiceModel.mof ServiceModel.mof.uninstall ServiceModel35.mof ServiceModel35.mof.uninstall services.mof setupapi.mof SmbWitnessWmiv2Provider.mof smbwmiv2.mof SMTPCons.dll smtpcons.mof sppwmi.mof sr.mof sstpsvc.mof stdprov.dll storagewmi.mof storagewmi_passthru.mof storagewmi_passthru_uninstall.mof storagewmi_uninstall.mof stortrace.mof subscrpt.mof system.mof tcpip.mof texttable.xsl textvaluelist.xsl tmf tsallow.mof tscfgwmi.mof tsmf.mof tspkg.mof umb.mof umbus.mof umpass.mof umpnpmgr.mof unsecapp.exe UserProfileConfigurationWmiProvider.mof UserProfileWmiProvider.mof UserStateWMIProvider.mof vds.mof vdswmi.dll viewprov.dll vpnclientpsprovider.dll vpnclientpsprovider.mof vpnclientpsprovider_Uninstall.mof vss.mof vsswmi.dll wbemcntl.dll wbemcons.dll WBEMCons.mof wbemcore.dll wbemdisp.dll wbemdisp.tlb wbemess.dll wbemprox.dll wbemsvc.dll wbemtest.exe wcncsvc.mof WdacEtwProv.mof WdacWmiProv.dll WdacWmiProv.mof WdacWmiProv_Uninstall.mof Wdf01000.mof Wdf01000Uninstall.mof wdigest.mof WFAPIGP.mof wfascim.dll wfascim.mof wfascim_uninstall.mof WFP.MOF wfs.mof whqlprov.mof Win32_DeviceGuard.mof Win32_EncryptableVolume.dll win32_encryptablevolume.mof Win32_EncryptableVolumeUninstall.mof win32_printer.mof Win32_Tpm.dll Win32_Tpm.mof wininit.mof winipsec.mof winlogon.mof WinMgmt.exe WinMgmtR.dll Winsat.mof WinsatUninstall.mof wlan.mof WLanHC.mof wmi.mof WMIADAP.exe WmiApRes.dll WmiApRpl.dll WmiApSrv.exe WMIC.exe WMICOOKR.dll WmiDcPrv.dll wmipcima.dll wmipcima.mof wmipdfs.dll wmipdfs.mof wmipdskq.dll wmipdskq.mof WmiPerfClass.dll WmiPerfClass.mof WmiPerfInst.dll WmiPerfInst.mof WMIPICMP.dll wmipicmp.mof WMIPIPRT.dll wmipiprt.mof WMIPJOBJ.dll wmipjobj.mof wmiprov.dll WmiPrvSD.dll WmiPrvSE.exe WMIPSESS.dll wmipsess.mof WMIsvc.dll wmitimep.dll wmitimep.mof wmiutils.dll WMI_Tracing.mof wmp.mof wmpnetwk.mof wpdbusenum.mof wpdcomp.mof wpdfs.mof wpdmtp.mof wpdshext.mof WPDShServiceObj.mof wpdsp.mof wpd_ci.mof wscenter.mof WsmAgent.mof WsmAgentUninstall.mof WsmAuto.mof wsp_fs.mof wsp_fs_uninstall.mof wsp_health.mof wsp_health_uninstall.mof wsp_sr.mof wsp_sr_uninstall.mof WUDFx.mof Wudfx02000.mof Wudfx02000Uninstall.mof WUDFxUninstall.mof xml xsl-mappings.xml xwizards.mof zh-CN zh-HANS
      /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0: Certificate.format.ps1xml Diagnostics.Format.ps1xml DotNetTypes.format.ps1xml en en-US Event.Format.ps1xml Examples FileSystem.format.ps1xml getevent.types.ps1xml Help.format.ps1xml HelpV3.format.ps1xml Modules powershell.exe powershell.exe.config PowerShellCore.format.ps1xml PowerShellTrace.format.ps1xml powershell_ise.exe powershell_ise.exe.config PSEvents.dll pspluginwkr.dll pwrshmsg.dll pwrshsip.dll Registry.format.ps1xml Schemas SessionConfig types.ps1xml typesv3.ps1xml WSMan.Format.ps1xml zh-CN zh-HANS
      /cygdrive/c/Windows/System32/OpenSSH: scp.exe sftp.exe ssh-add.exe ssh-agent.exe ssh-keygen.exe ssh-keyscan.exe ssh.exe
      /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64: concrt140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll vccorlib140.dll vcruntime140.dll vcruntime140_1.dll
      /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86: concrt140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll vccorlib140.dll vcruntime140.dll
      /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin: AdvancedIMC.dll CertAuthIMC.dll dsHostCheckerResource_DE.dll dsHostCheckerResource_EN.dll dsHostCheckerResource_ES.dll dsHostCheckerResource_FR.dll dsHostCheckerResource_JA.dll dsHostCheckerResource_KO.dll dsHostCheckerResource_ZH.dll dsHostCheckerResource_ZH_CN.dll dsWinClient.dll EPCheck.dll hcimc.dll hcUtils.dll HostCheckerService.dll HostCheckerServicePS.dll jsystemimc.dll libcrypto-1_1.dll OPSWAT OpswatIMC.dll SoHIMC.dll tnc_config versionInfo.ini zlib1.dll
      /cygdrive/c/Program Files/dotnet: dotnet.exe host LICENSE.txt shared swidtag ThirdPartyNotices.txt
      /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit: Catalog CeLog2ETW.chm celog2etw.exe default.stacktags ecosystem.core.dll ecosystem.windows.dll gpuview HeapAction_CullFunctionsExample.txt kerneltracecontrol.dll KernelTraceControl.h microsoft.assessments.administration.dll microsoft.assessments.administration.presentation.dll microsoft.assessments.dll microsoft.performance.base.dll microsoft.performance.core4.interop.dll microsoft.performance.data.dll microsoft.performance.dataengine.dll microsoft.performance.nt.dll microsoft.performance.nt.shell.dll microsoft.performance.shell.addins.dll microsoft.performance.shell.dll microsoft.performance.ui.dataengine.dll microsoft.performance.ui.dll microsoft.performance.windows.dll msdia120.dll perfcore.dll perfcore.ini perfctrl.dll perfg.dll perf_delay.dll perf_dx.dll perf_frames.dll perf_heap.dll perf_memory.dll perf_nt.dll perf_nt_c.dll perf_nt_g.dll perf_onoff.dll perf_onoff_c.dll perf_onoff_g.dll perf_pep.dll perf_pofx.dll perf_pool.dll perf_ppm.dll perf_regions.dll perf_spinlock.dll perf_tdh.dll perf_va.dll perf_wininet.dll perf_wpr.dll README.TXT SampleGeneralProfileForLargeServers.wprp SampleWPRControlProfiles.wprp WaitClassification_ImportantThreadStartFunctions.txt WaitClassification_WatchFunctions.txt WaitClassification_WatchLocks.txt windowsperformancerecordercontrol.dll WindowsPerformanceRecorderControl.h WindowsPerformanceRecorderControl.idl windowsperformancerecorderui.dll wpa.addins.ini wpa.exe wpa.exe.config wpaexporter.exe wpaexporter.exe.config wpr.config.xml wpr.exe WPRUI.exe xbootmgr.exe xbootmgrsleep.exe xperf.exe
      /cygdrive/c/Program Files/Docker/Docker/resources/bin: com.docker.cli.exe docker docker-compose docker-compose-v1.exe docker-compose.exe docker-credential-desktop.exe docker-credential-ecr-login.exe docker-credential-wincred.exe docker-index.exe docker.exe hub-tool.exe kubectl.exe
      /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR: GfeXCode64.dll nvdlisrwrapper.exe nvngx_dlisr.dll
      /cygdrive/c/Program Files/Git/cmd: git-gui.exe git-lfs.exe git-receive-pack.exe git-upload-pack.exe git.exe gitk.exe scalar.exe start-ssh-agent.cmd start-ssh-pageant.cmd
      /cygdrive/c/Program Files/Microsoft VS Code/bin: code code-tunnel.exe code.cmd
      /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit: Accessibility.dll api-ms-win-core-console-l1-1-0.dll api-ms-win-core-console-l1-2-0.dll api-ms-win-core-datetime-l1-1-0.dll api-ms-win-core-debug-l1-1-0.dll api-ms-win-core-errorhandling-l1-1-0.dll api-ms-win-core-fibers-l1-1-0.dll api-ms-win-core-file-l1-1-0.dll api-ms-win-core-file-l1-2-0.dll api-ms-win-core-file-l2-1-0.dll api-ms-win-core-handle-l1-1-0.dll api-ms-win-core-heap-l1-1-0.dll api-ms-win-core-interlocked-l1-1-0.dll api-ms-win-core-libraryloader-l1-1-0.dll api-ms-win-core-localization-l1-2-0.dll api-ms-win-core-memory-l1-1-0.dll api-ms-win-core-namedpipe-l1-1-0.dll api-ms-win-core-processenvironment-l1-1-0.dll api-ms-win-core-processthreads-l1-1-0.dll api-ms-win-core-processthreads-l1-1-1.dll api-ms-win-core-profile-l1-1-0.dll api-ms-win-core-rtlsupport-l1-1-0.dll api-ms-win-core-string-l1-1-0.dll api-ms-win-core-synch-l1-1-0.dll api-ms-win-core-synch-l1-2-0.dll api-ms-win-core-sysinfo-l1-1-0.dll api-ms-win-core-timezone-l1-1-0.dll api-ms-win-core-util-l1-1-0.dll api-ms-win-crt-conio-l1-1-0.dll api-ms-win-crt-convert-l1-1-0.dll api-ms-win-crt-environment-l1-1-0.dll api-ms-win-crt-filesystem-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-multibyte-l1-1-0.dll api-ms-win-crt-private-l1-1-0.dll api-ms-win-crt-process-l1-1-0.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-string-l1-1-0.dll api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll api-ms-win-eventing-controller-l1-1-0.dll api-ms-win-eventing-provider-l1-1-0.dll axeonoffhelper.dll Catalog clrcompression.dll clretwrc.dll clrjit.dll coreclr.dll CustomDataSources D3DCompiler_47_cor3.dll dbgshim.dll DirectWriteForwarder.dll ecosystem.core.dll ecosystem.windows.dll exporterConfigSchemaV2.json GettingStarted.htm gpuview HeapAction_CullFunctionsExample.txt hostfxr.dll hostpolicy.dll kerneltracecontrol.dll KernelTraceControl.h legacy microsoft.assessments.administration.dll microsoft.assessments.administration.presentation.dll microsoft.assessments.dll Microsoft.CSharp.dll Microsoft.DiaSymReader.Native.amd64.dll Microsoft.Performance.Base.dll Microsoft.Performance.Core4.Interop.dll Microsoft.Performance.Data.dll Microsoft.Performance.DataEngine.dll Microsoft.Performance.Exporter.dll microsoft.performance.managed.interop.dll Microsoft.Performance.NT.dll Microsoft.Performance.NT.Shell.dll Microsoft.Performance.SDK.dll Microsoft.Performance.SDK.Runtime.dll Microsoft.Performance.SDK.Runtime.NetCoreApp.dll Microsoft.Performance.Shell.AddIns.dll Microsoft.Performance.Shell.dll Microsoft.Performance.Shell.dll.config Microsoft.Performance.UI.DataEngine.dll Microsoft.Performance.UI.dll Microsoft.Performance.Windows.dll Microsoft.Performance.XPerfPlugIn.Extensions.dll Microsoft.VisualBasic.Core.dll Microsoft.VisualBasic.dll Microsoft.Win32.Primitives.dll Microsoft.Win32.Registry.AccessControl.dll Microsoft.Win32.Registry.dll Microsoft.Win32.SystemEvents.dll mscordaccore.dll mscordaccore_amd64_amd64_4.700.22.16002.dll mscordbi.dll mscorlib.dll mscorrc.debug.dll mscorrc.dll msdia140.dll netstandard.dll NOTICE.txt NuGet.Versioning.dll PenImc_cor3.dll perfcore.dll perfcore.ini perfcore_managedinterop.dll perfctrl.dll perfg.dll perf_delay.dll perf_dx.dll perf_dynamic.dll perf_e3.dll perf_frames.dll perf_heap.dll perf_heapsnapshot.dll perf_hv.dll perf_lbr.dll perf_memory.dll perf_msvcbuildinsights.dll perf_nt.dll perf_nt_c.dll perf_nt_g.dll perf_onoff.dll perf_onoff_c.dll perf_onoff_g.dll perf_pep.dll perf_pmc.dll perf_pofx.dll perf_pool.dll perf_ppm.dll perf_regions.dll perf_sensors.dll perf_spinlock.dll perf_spt.dll perf_tcpip.dll perf_tdh.dll perf_umpo.dll perf_utc.dll perf_va.dll perf_wdf.dll perf_wininet.dll perf_wpp.dll perf_wpr.dll PresentationCore.dll PresentationFramework-SystemCore.dll PresentationFramework-SystemData.dll PresentationFramework-SystemDrawing.dll PresentationFramework-SystemXml.dll PresentationFramework-SystemXmlLinq.dll PresentationFramework.Aero.dll PresentationFramework.Aero2.dll PresentationFramework.AeroLite.dll PresentationFramework.Classic.dll PresentationFramework.dll PresentationFramework.Luna.dll PresentationFramework.Royale.dll PresentationNative_cor3.dll PresentationUI.dll ReachFramework.dll README.TXT Redistributables Resources SampleGeneralProfileForLargeServers.wprp SampleWPRControlProfiles.wprp scenario.xml sni.dll SOS_README.md symcache.dll symcachegen.exe System.AppContext.dll System.Buffers.dll System.CodeDom.dll System.Collections.Concurrent.dll System.Collections.dll System.Collections.Immutable.dll System.Collections.NonGeneric.dll System.Collections.Specialized.dll System.ComponentModel.Annotations.dll System.ComponentModel.Composition.dll System.ComponentModel.DataAnnotations.dll System.ComponentModel.dll System.ComponentModel.EventBasedAsync.dll System.ComponentModel.Primitives.dll System.ComponentModel.TypeConverter.dll System.Configuration.ConfigurationManager.dll System.Configuration.dll System.Console.dll System.Core.dll System.Data.Common.dll System.Data.DataSetExtensions.dll System.Data.dll System.Data.Odbc.dll System.Data.SqlClient.dll System.Design.dll System.Diagnostics.Contracts.dll System.Diagnostics.Debug.dll System.Diagnostics.DiagnosticSource.dll System.Diagnostics.EventLog.dll System.Diagnostics.FileVersionInfo.dll System.Diagnostics.PerformanceCounter.dll System.Diagnostics.Process.dll System.Diagnostics.StackTrace.dll System.Diagnostics.TextWriterTraceListener.dll System.Diagnostics.Tools.dll System.Diagnostics.TraceSource.dll System.Diagnostics.Tracing.dll System.DirectoryServices.AccountManagement.dll System.DirectoryServices.dll System.DirectoryServices.Protocols.dll System.dll System.Drawing.Common.dll System.Drawing.Design.dll System.Drawing.dll System.Drawing.Primitives.dll System.Dynamic.Runtime.dll System.Globalization.Calendars.dll System.Globalization.dll System.Globalization.Extensions.dll System.IO.Compression.Brotli.dll System.IO.Compression.dll System.IO.Compression.FileSystem.dll System.IO.Compression.ZipFile.dll System.IO.dll System.IO.FileSystem.AccessControl.dll System.IO.FileSystem.dll System.IO.FileSystem.DriveInfo.dll System.IO.FileSystem.Primitives.dll System.IO.FileSystem.Watcher.dll System.IO.IsolatedStorage.dll System.IO.MemoryMappedFiles.dll System.IO.Packaging.dll System.IO.Pipes.AccessControl.dll System.IO.Pipes.dll System.IO.Ports.dll System.IO.UnmanagedMemoryStream.dll System.Linq.dll System.Linq.Expressions.dll System.Linq.Parallel.dll System.Linq.Queryable.dll System.Management.dll System.Memory.dll System.Net.dll System.Net.Http.dll System.Net.Http.WinHttpHandler.dll System.Net.HttpListener.dll System.Net.Mail.dll System.Net.NameResolution.dll System.Net.NetworkInformation.dll System.Net.Ping.dll System.Net.Primitives.dll System.Net.Requests.dll System.Net.Security.dll System.Net.ServicePoint.dll System.Net.Sockets.dll System.Net.WebClient.dll System.Net.WebHeaderCollection.dll System.Net.WebProxy.dll System.Net.WebSockets.Client.dll System.Net.WebSockets.dll System.Numerics.dll System.Numerics.Vectors.dll System.ObjectModel.dll System.Printing.dll System.Private.CoreLib.dll System.Private.DataContractSerialization.dll System.Private.ServiceModel.dll System.Private.Uri.dll System.Private.Xml.dll System.Private.Xml.Linq.dll System.Reflection.DispatchProxy.dll System.Reflection.dll System.Reflection.Emit.dll System.Reflection.Emit.ILGeneration.dll System.Reflection.Emit.Lightweight.dll System.Reflection.Extensions.dll System.Reflection.Metadata.dll System.Reflection.MetadataLoadContext.dll System.Reflection.Primitives.dll System.Reflection.TypeExtensions.dll System.Resources.Extensions.dll System.Resources.Reader.dll System.Resources.ResourceManager.dll System.Resources.Writer.dll System.Runtime.Caching.dll System.Runtime.CompilerServices.Unsafe.dll System.Runtime.CompilerServices.VisualC.dll System.Runtime.dll System.Runtime.Extensions.dll System.Runtime.Handles.dll System.Runtime.InteropServices.dll System.Runtime.InteropServices.RuntimeInformation.dll System.Runtime.InteropServices.WindowsRuntime.dll System.Runtime.Intrinsics.dll System.Runtime.Loader.dll System.Runtime.Numerics.dll System.Runtime.Serialization.dll System.Runtime.Serialization.Formatters.dll System.Runtime.Serialization.Json.dll System.Runtime.Serialization.Primitives.dll System.Runtime.Serialization.Xml.dll System.Runtime.WindowsRuntime.dll System.Runtime.WindowsRuntime.UI.Xaml.dll System.Security.AccessControl.dll System.Security.Claims.dll System.Security.Cryptography.Algorithms.dll System.Security.Cryptography.Cng.dll System.Security.Cryptography.Csp.dll System.Security.Cryptography.Encoding.dll System.Security.Cryptography.OpenSsl.dll System.Security.Cryptography.Pkcs.dll System.Security.Cryptography.Primitives.dll System.Security.Cryptography.ProtectedData.dll System.Security.Cryptography.X509Certificates.dll System.Security.Cryptography.Xml.dll System.Security.dll System.Security.Permissions.dll System.Security.Principal.dll System.Security.Principal.Windows.dll System.Security.SecureString.dll System.ServiceModel.dll System.ServiceModel.Duplex.dll System.ServiceModel.Http.dll System.ServiceModel.NetTcp.dll System.ServiceModel.Primitives.dll System.ServiceModel.Security.dll System.ServiceModel.Syndication.dll System.ServiceModel.Web.dll System.ServiceProcess.dll System.ServiceProcess.ServiceController.dll System.Text.Encoding.CodePages.dll System.Text.Encoding.dll System.Text.Encoding.Extensions.dll System.Text.Encodings.Web.dll System.Text.Json.dll System.Text.RegularExpressions.dll System.Threading.AccessControl.dll System.Threading.Channels.dll System.Threading.dll System.Threading.Overlapped.dll System.Threading.Tasks.Dataflow.dll System.Threading.Tasks.dll System.Threading.Tasks.Extensions.dll System.Threading.Tasks.Parallel.dll System.Threading.Thread.dll System.Threading.ThreadPool.dll System.Threading.Timer.dll System.Transactions.dll System.Transactions.Local.dll System.ValueTuple.dll System.Web.dll System.Web.HttpUtility.dll System.Windows.Controls.Ribbon.dll System.Windows.dll System.Windows.Extensions.dll System.Windows.Forms.Design.dll System.Windows.Forms.Design.Editors.dll System.Windows.Forms.dll System.Windows.Input.Manipulations.dll System.Windows.Presentation.dll System.Xaml.dll System.Xml.dll System.Xml.Linq.dll System.Xml.ReaderWriter.dll System.Xml.Serialization.dll System.Xml.XDocument.dll System.Xml.XmlDocument.dll System.Xml.XmlSerializer.dll System.Xml.XPath.dll System.Xml.XPath.XDocument.dll ucrtbase.dll UIAutomationClient.dll UIAutomationClientSideProviders.dll UIAutomationProvider.dll UIAutomationTypes.dll vcruntime140_cor3.dll WaitClassification_ImportantThreadStartFunctions.txt WaitClassification_WatchFunctions.txt WaitClassification_WatchLocks.txt WdfPerfEnhancedVerifier.cmd WindowsBase.dll WindowsFormsIntegration.dll windowsperformancerecordercontrol.dll WindowsPerformanceRecorderControl.h WindowsPerformanceRecorderControl.idl windowsperformancerecorderui.dll wpa.addins.ini wpa.dll wpa.exe wpa.ico wpaexporter.dll wpaexporter.dll.config wpaexporter.exe wpfgfx_cor3.dll wpr.config.xml wpr.exe WPRControlProfiles.xsd WPRUI.exe xbootmgr.exe xbootmgrsleep.exe xperf.exe XPerfCore.dll
      //DC05/NETLOGON: ACLXRAY adobe appassoc AzureRMS backup cert cit CyberArk kix2010.txt KIX32.EXE kix362 kix461 kix462 kix466 MSEdge net NTLogin.bat ntlogin.ini ntlogin.kix ntloginD.bat old posturt.bat posturt.kix posturt31032020.kix posturtD.bat posturtD.kix posturtsom.kix posturt_new.bat posturt_new.kix SCCMClient soc svu sysadmin urt urt.2000-10-05 urt.bat urt.patch urt2.0.6 urt25 urt25.bat urt_work.0321 ush WKIX32.EXE
      /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin: docker-machine-driver-vmware.exe vctl.exe
      /cygdrive/c/Microsoft_MPI/Bin: mpiexec.exe mpitrace.man msmpilaunchsvc.exe smpd.exe
      Warning accessing /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin gives errors: [Errno 2] No such file or directory: '/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin'
      /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common: cudart32_65.dll cudart64_30_9.dll cudart64_65.dll PhysXDevice.dll PhysXDevice64.dll PhysXLoader.dll PhysXLoader64.dll PhysXUpdateLoader.dll PhysXUpdateLoader64.dll
      /cygdrive/c/Windows/system32: 0409 07409496-a423-4a3e-b620-2cfb01a9318d_HyperV-ComputeNetwork.dll 0ae3b998-9a38-4b72-a4c4-06849441518d_Servicing-Stack.dll 1028 1029 1031 1033 1036 1040 1041 1042 1045 1046 1049 1055 2052 3082 69fe178f-26e7-43a9-aa7d-2b616b672dde_eventlogservice.dll 6bea57fb-8dfb-4177-9ae8-42e8b3529933_RuntimeDeviceInstall.dll @AdvancedKeySettingsNotification.png @AppHelpToast.png @AudioToastIcon.png @BackgroundAccessToastIcon.png @bitlockertoastimage.png @edptoastimage.png @EnrollmentToastIcon.png @language_notification_icon.png @optionalfeatures.png @StorageSenseToastIcon.png @VpnToastIcon.png @windows-hello-V4.1.gif @WindowsHelloFaceToastIcon.png @WindowsUpdateToastIcon.contrast-black.png @WindowsUpdateToastIcon.contrast-white.png @WindowsUpdateToastIcon.png @WirelessDisplayToast.png @WLOGO_48x48.png aadauthhelper.dll aadcloudap.dll aadjcsp.dll aadtb.dll aadWamExtension.dll AarSvc.dll AboutSettingsHandlers.dll AboveLockAppHost.dll accessibilitycpl.dll accountaccessor.dll AccountsRt.dll AcGenral.dll AcLayers.dll acledit.dll aclui.dll acmigration.dll ACPBackgroundManagerPolicy.dll acppage.dll acproxy.dll AcSpecfc.dll ActionCenter.dll ActionCenterCPL.dll ActionQueue.dll ActivationClient.dll ActivationManager.dll activeds.dll activeds.tlb ActiveHours.png ActiveSyncCsp.dll ActiveSyncProvider.dll actxprxy.dll AcWinRT.dll AcXtrnal.dll AdaptiveCards.dll AddressParser.dll adhapi.dll adhsvc.dll AdmTmpl.dll adprovider.dll adrclient.dll adsldp.dll adsldpc.dll adsmsext.dll adsnt.dll adtschema.dll AdvancedEmojiDS.dll AdvancedInstallers advapi32.dll advapi32res.dll advpack.dll aeevts.dll aeinv.dll aepic.dll agentactivationruntime.dll agentactivationruntimestarter.exe agentactivationruntimewindows.dll AgentService.exe AggregatorHost.exe AirWatchMDM.dll aitstatic.exe AJRouter.dll alg.exe altspace.dll amcompat.tlb amsi.dll amsiproxy.dll amstream.dll Analog.Shell.Broker.dll AnalogCommonProxyStub.dll apds.dll APHostClient.dll APHostRes.dll APHostService.dll apisampling.dll ApiSetHost.AppExecutionAlias.dll apisetschema.dll APMon.dll APMonUI.dll AppContracts.dll AppExtension.dll apphelp.dll Apphlpdm.dll AppHostRegistrationVerifier.exe appidapi.dll appidcertstorecheck.exe appidpolicyconverter.exe AppIdPolicyEngineApi.dll appidsvc.dll appidtel.exe appinfo.dll appinfoext.dll AppInstallerPrompt.Desktop.dll ApplicationControlCSP.dll ApplicationFrame.dll ApplicationFrameHost.exe AppListBackupLauncher.dll AppLocker AppLockerCSP.dll ApplySettingsTemplateCatalog.exe ApplyTrustOffline.exe AppManagementConfiguration.dll appmgmts.dll appmgr.dll AppMon.dll AppointmentActivation.dll AppointmentApis.dll appraiser appraiser.dll AppReadiness.dll apprepapi.dll AppResolver.dll ApproveChildRequest.exe appsruprov.dll AppV AppVCatalog.dll AppVClient.exe AppvClientEventLog.dll AppVClientPS.dll AppVDllSurrogate.exe AppVEntStreamingManager.dll AppVEntSubsystemController.dll AppVEntSubsystems64.dll AppVEntVirtualization.dll appverif.chm appverif.exe appverifUI.dll appvetwclientres.dll appvetwsharedperformance.dll appvetwstreamingux.dll AppVFileSystemMetadata.dll AppVIntegration.dll AppVManifest.dll AppVNice.exe AppVOrchestration.dll AppVPolicy.dll AppVPublishing.dll AppVReporting.dll AppVScripting.dll AppVSentinel.dll AppVShNotify.exe AppVStreamingUX.dll AppVStreamMap.dll AppVTerminator.dll appwiz.cpl AppxAllUserStore.dll AppXApplicabilityBlob.dll AppxApplicabilityEngine.dll AppXDeploymentClient.dll AppXDeploymentExtensions.desktop.dll AppXDeploymentExtensions.onecore.dll AppXDeploymentServer.dll AppxPackaging.dll AppxProvisioning.xml AppxSip.dll AppxStreamingDataSourcePS.dll AppxSysprep.dll ar-SA archiveint.dll ARP.EXE asferror.dll aspnet_counters.dll AssignedAccessCsp.dll AssignedAccessGuard.exe AssignedAccessManager.dll assignedaccessmanagersvc.dll assignedaccessproviderevents.dll AssignedAccessRuntime.dll AssignedAccessShellProxy.dll asycfilt.dll at.exe AtBroker.exe atl.dll atl100.dll atl110.dll atlthunk.dll atmlib.dll attrib.exe audiodg.exe AudioEndpointBuilder.dll AudioEng.dll AudioHandlers.dll AUDIOKSE.dll audioresourceregistrar.dll AudioSes.dll audiosrv.dll AudioSrvPolicyManager.dll auditcse.dll AuditNativeSnapIn.dll auditpol.exe auditpolcore.dll AuditPolicyGPInterop.dll auditpolmsg.dll AuthBroker.dll AuthBrokerUI.dll authentication.dll AuthExt.dll authfwcfg.dll AuthFWGP.dll AuthFWSnapin.dll AuthFWWizFwk.dll AuthHost.exe AuthHostProxy.dll authui.dll authz.dll autochk.exe autopilot.dll autopilotdiag.dll autoplay.dll autotimesvc.dll AverageRoom.bin avicap32.dll avifil32.dll avrt.dll AWSurrogate.exe AxInstSv.dll AxInstUI.exe azman.msc azroles.dll azroleui.dll AzSqlExt.dll AzureAttest.dll AzureAttestManager.dll AzureAttestNormal.dll baaupdate.exe BackgroundMediaPolicy.dll backgroundTaskHost.exe BackgroundTransferHost.exe BamSettingsClient.dll BarcodeProvisioningPlugin.dll basecsp.dll basesrv.dll bash.exe batmeter.dll bcastdvr.proxy.dll BcastDVRBroker.dll BcastDVRClient.dll BcastDVRCommon.dll bcastdvruserservice.dll bcd.dll bcdboot.exe bcdedit.exe bcdprov.dll bcdsrv.dll BCP47Langs.dll BCP47mrm.dll bcrypt.dll bcryptprimitives.dll bdaplgin.ax bdechangepin.exe BdeHdCfg.exe BdeHdCfgLib.dll bderepair.dll bdesvc.dll BdeSysprep.dll bdeui.dll BdeUISrv.exe bdeunlock.exe BFE.DLL bg-BG bi.dll bidispl.dll bindfltapi.dll BingASDS.dll BingFilterDS.dll BingMaps.dll BingOnlineServices.dll BioCredProv.dll BioIso.exe bisrv.dll BitLockerCsp.dll BitLockerDeviceEncryption.exe BitLockerWizard.exe BitLockerWizardElev.exe bitsadmin.exe bitsigd.dll bitsperf.dll BitsProxy.dll biwinrt.dll BlbEvents.dll blbres.dll blb_ps.dll BluetoothApis.dll BluetoothDesktopHandlers.dll BluetoothPairingSystemToastIcon.contrast-black.png BluetoothPairingSystemToastIcon.contrast-high.png BluetoothPairingSystemToastIcon.contrast-white.png BluetoothPairingSystemToastIcon.png BluetoothSystemToastIcon.contrast-white.png BluetoothSystemToastIcon.png bnmanager.dll Boot boot.sdi bootim.exe BootMenuUX.dll bootsect.exe bootstr.dll bootsvc.dll bootux.dll BOOTVID.DLL bopomofo.uce bridgeres.dll bridgeunattend.exe BrokerLib.dll browcli.dll browserbroker.dll browserexport.exe browser_broker.exe browseui.dll BTAGService.dll BthAvctpSvc.dll BthAvrcp.dll BthAvrcpAppSvc.dll bthci.dll BthMtpContextHandler.dll bthpanapi.dll BthpanContextHandler.dll Bthprops bthprops.cpl BthRadioMedia.dll bthserv.dll BthTelemetry.dll bthudtask.exe btpanui.dll Bubbles.scr BWContextHandler.dll ByteCodeGenerator.exe c4d66f00-b6f0-4439-ac9b-c5ea13fe54d7_HyperV-ComputeCore.dll ca-ES cabapi.dll cabinet.dll cabview.dll cacls.exe calc.exe CallButtons.dll CallButtons.ProxyStub.dll CallHistoryClient.dll CameraCaptureUI.dll CameraSettingsUIHost.exe CapabilityAccessHandlers.dll CapabilityAccessManager.dll CapabilityAccessManagerClient.dll capauthz.dll capiprovider.dll capisp.dll CaptureService.dll CastingShellExt.dll CastLaunch.dll CastSrv.exe CatRoot catroot2 catsrv.dll catsrvps.dll catsrvut.dll CBDHSvc.dll cca.dll cdd.dll cdosys.dll cdp.dll cdprt.dll cdpsvc.dll cdpusersvc.dll cellulardatacapabilityhandler.dll cemapi.dll cero.rs certca.dll certcli.dll certCredProvider.dll certenc.dll CertEnroll.dll CertEnrollCtrl.exe CertEnrollUI.dll certlm.msc certmgr.dll certmgr.msc CertPKICmdlet.dll CertPolEng.dll certprop.dll certreq.exe certutil.exe cewmdm.dll cfgbkend.dll cfgmgr32.dll CfgSPCellular.dll CfgSPPolicy.dll cflapi.dll cfmifs.dll cfmifsproxy.dll Chakra.dll Chakradiag.dll Chakrathunk.dll change.exe changepk.exe charmap.exe chartv.dll ChatApis.dll chcp.com CheckNetIsolation.exe chglogon.exe chgport.exe chgusr.exe chkdsk.exe chkntfs.exe choice.exe ChsStrokeDS.dll chs_singlechar_pinyin.dat ChtBopomofoDS.dll ChtCangjieDS.dll ChtHkStrokeDS.dll ChtQuickDS.dll ChxAPDS.dll ChxDecoder.dll ChxHAPDS.dll chxinputrouter.dll chxranker.dll CHxReadingStringIME.dll ci.dll cic.dll CIDiag.exe cimfs.dll cipher.exe CIRCoInst.dll CIWmi.dll clb.dll clbcatq.dll cldapi.dll cleanmgr.exe CleanPCCSP.dll clfsw32.dll cliconfg.dll cliconfg.exe cliconfg.rll clip.exe ClipboardServer.dll Clipc.dll ClipDLS.exe ClipRenew.exe ClipSVC.dll ClipUp.exe clipwinrt.dll cloudAP.dll CloudDomainJoinAUG.dll CloudDomainJoinDataModelServer.dll CloudExperienceHost.dll CloudExperienceHostBroker.dll CloudExperienceHostBroker.exe CloudExperienceHostCommon.dll CloudExperienceHostRedirection.dll CloudExperienceHostUser.dll cloudidsvc.dll CloudIdWxhExtension.dll CloudNotifications.exe clrhost.dll clusapi.dll cmcfg32.dll cmd.exe cmdext.dll cmdial32.dll cmdkey.exe cmdl32.exe cmgrcspps.dll cmifw.dll cmintegrator.dll cmlua.dll cmmon32.exe cmpbk32.dll cmstp.exe cmstplua.dll cmutil.dll cngcredui.dll cngprovider.dll cnvfat.dll cob-au.rs CodeIntegrity CodeIntegrityAggregator.dll cofire.exe cofiredm.dll colbact.dll COLORCNV.DLL colorcpl.exe colorui.dll Com combase.dll comcat.dll comctl32.dll comdlg32.dll comexp.msc coml2.dll comp.exe compact.exe CompatTelRunner.exe compmgmt.msc CompMgmtLauncher.exe ComposableShellProxyStub.dll ComposerFramework.dll CompPkgSrv.exe CompPkgSup.dll compstui.dll computecore.dll computelibeventlog.dll computenetwork.dll ComputerDefaults.exe ComputerToastIcon.contrast-white.png ComputerToastIcon.png computestorage.dll comrepl.dll comres.dll comsnap.dll comsvcs.dll comuid.dll concrt140.dll concrt140d.dll config configmanager2.dll Configuration ConfigureExpandedStorage.dll conhost.exe ConhostV1.dll connect.dll ConnectedAccountState.dll consent.exe ConsentExperienceCommon.dll ConsentUX.dll ConsentUxClient.dll console.dll ConsoleLogon.dll ConstraintIndex.Search.dll ContactActivation.dll ContactApis.dll ContactHarvesterDS.dll container.dll containerdevicemanagement.dll ContentDeliveryManager.Utilities.dll control.exe ControlLib.dll convert.exe convertvhd.exe coreaudiopolicymanagerext.dll coredpus.dll coredpussvr.exe coreglobconfig.dll CoreMas.dll CoreMessaging.dll CoreMmRes.dll CorePrivacySettingsStore.dll CoreShell.dll CoreShellAPI.dll CoreShellExtFramework.dll CoreUIComponents.dll correngine.dll CourtesyEngine.dll CPFilters.dll CredDialogBroker.dll CredentialEnrollmentManager.exe CredentialEnrollmentManagerForUser.dll CredentialUIBroker.exe CredProv2faHelper.dll CredProvCommonCore.dll CredProvDataModel.dll CredProvHelper.dll credprovhost.dll credprovs.dll credprovslegacy.dll credssp.dll credui.dll credwiz.exe crypt32.dll cryptbase.dll cryptcatsvc.dll cryptdlg.dll cryptdll.dll cryptext.dll cryptnet.dll cryptngc.dll CryptoWinRT.dll cryptsp.dll cryptsvc.dll crypttpmeksvc.dll cryptui.dll cryptuiwizard.dll cryptxml.dll cs-CZ cscapi.dll cscdll.dll CscMig.dll cscobj.dll cscript.exe cscsvc.dll cscui.dll CspCellularSettings.dll csplte.dll CspProxy.dll csrr.rs csrsrv.dll csrss.exe CSystemEventsBrokerClient.dll ctac.json ctfmon.exe cttune.exe cttunesvr.exe curl.exe CustomInstallExec.exe CustomShellHost.exe cuzzapi.dll cxcredprov.dll CXHProvisioningServer.dll C_037.NLS C_10000.NLS C_10001.NLS C_10002.NLS C_10003.NLS C_10004.NLS C_10005.NLS C_10006.NLS C_10007.NLS C_10008.NLS C_10010.NLS C_10017.NLS C_10021.NLS C_10029.NLS C_10079.NLS C_10081.NLS C_10082.NLS C_1026.NLS C_1047.NLS C_1140.NLS C_1141.NLS C_1142.NLS C_1143.NLS C_1144.NLS C_1145.NLS C_1146.NLS C_1147.NLS C_1148.NLS C_1149.NLS C_1250.NLS C_1251.NLS C_1252.NLS C_1253.NLS C_1254.NLS C_1255.NLS C_1256.NLS C_1257.NLS C_1258.NLS C_1361.NLS C_20000.NLS C_20001.NLS C_20002.NLS C_20003.NLS C_20004.NLS C_20005.NLS C_20105.NLS C_20106.NLS C_20107.NLS C_20108.NLS C_20127.NLS C_20261.NLS C_20269.NLS C_20273.NLS C_20277.NLS C_20278.NLS C_20280.NLS C_20284.NLS C_20285.NLS C_20290.NLS C_20297.NLS C_20420.NLS C_20423.NLS C_20424.NLS C_20833.NLS C_20838.NLS C_20866.NLS C_20871.NLS C_20880.NLS C_20905.NLS C_20924.NLS C_20932.NLS C_20936.NLS C_20949.NLS C_21025.NLS C_21027.NLS C_21866.NLS C_28591.NLS C_28592.NLS C_28593.NLS C_28594.NLS C_28595.NLS C_28596.NLS C_28597.NLS C_28598.NLS C_28599.NLS c_28603.nls C_28605.NLS C_437.NLS C_500.NLS C_708.NLS C_720.NLS C_737.NLS C_775.NLS C_850.NLS C_852.NLS C_855.NLS C_857.NLS C_858.NLS C_860.NLS C_861.NLS C_862.NLS C_863.NLS C_864.NLS C_865.NLS C_866.NLS C_869.NLS C_870.NLS C_874.NLS C_875.NLS C_932.NLS C_936.NLS C_949.NLS C_950.NLS C_G18030.DLL c_GSM7.DLL C_IS2022.DLL C_ISCII.DLL d2d1.dll d2d1debug3.dll d3d10.dll d3d10core.dll d3d10level9.dll d3d10ref.dll d3d10sdklayers.dll d3d10warp.dll d3d10_1.dll d3d10_1core.dll d3d11.dll d3d11on12.dll d3d11_3SDKLayers.dll D3D12.dll D3D12Core.dll d3d12SDKLayers.dll d3d8thk.dll d3d9.dll d3d9on12.dll D3DCompiler_47.dll d3dconfig.exe d3dref9.dll D3DSCache.dll d3dx10_43.dll d3dx11_43.dll d4d78066-e6db-44b7-b5cd-2eb82dce620c_HyperV-ComputeLegacy.dll da-DK dab.dll dabapi.dll DAConn.dll dafAspInfraProvider.dll dafBth.dll DafDnsSd.dll dafDockingProvider.dll DAFESCL.dll DafGip.dll DAFIoT.dll DAFIPP.dll DAFMCP.dll dafpos.dll DafPrintProvider.dll dafupnp.dll dafWCN.dll dafWfdProvider.dll DAFWiProv.dll DAFWSD.dll DAMediaManager.dll DAMM.dll DaOtpCredentialProvider.dll das.dll dasHost.exe dataclen.dll DataExchange.dll DataExchangeHost.exe DataStoreCacheDumpTool.exe datusage.dll davclnt.dll davhlpr.dll DavSyncProvider.dll daxexec.dll dbgcore.dll dbgeng.dll dbghelp.dll DbgModel.dll dbnetlib.dll dbnmpntw.dll dccw.exe dciman32.dll dcntel.dll dcomcnfg.exe dcomp.dll dcsvc.dll DDACLSys.dll DdcClaimsApi.dll DdcComImplementationsDesktop.dll DDDS.dll DDFs ddisplay.dll ddodiag.exe DDOIProxy.dll DDORes.dll ddpchunk.dll ddptrace.dll ddputils.dll ddp_ps.dll ddraw.dll ddrawex.dll de-DE declaredconfiguration.dll DefaultAccountTile.png DefaultDeviceManager.dll DefaultHrtfs.bin DefaultPrinterProvider.dll DefaultQuestions.json Defrag.exe defragproxy.dll defragres.dll defragsvc.dll delegatorprovider.dll DeliveryOptimizationMIProv.mof DeliveryOptimizationMIProvUninstall.mof DeployCmd.exe deploymentcsphelper.exe deploymentcsps.dll desk.cpl deskadp.dll deskmon.dll desktopimgdownldr.exe DesktopKeepOnToastImg.gif DesktopShellAppStateContract.dll DesktopShellExt.dll DesktopSwitcherDataModel.dll DesktopView.Internal.Broker.dll DesktopView.Internal.Broker.ProxyStub.dll DetailedReading-Default.xml DevDispItemProvider.dll DeveloperOptionsSettingsHandlers.dll devenum.dll deviceaccess.dll deviceassociation.dll DeviceCensus.exe DeviceCenter.dll DeviceCompanionAppInstall.dll DeviceCredential.dll DeviceCredentialDeployment.exe DeviceDirectoryClient.dll DeviceDisplayStatusManager.dll DeviceDriverRetrievalClient.dll DeviceEject.exe DeviceElementSource.dll DeviceEnroller.exe DeviceFlows.DataModel.dll DeviceMetadataRetrievalClient.dll devicengccredprov.dll DevicePairing.dll DevicePairingExperienceMEM.dll DevicePairingFolder.dll DevicePairingProxy.dll DevicePairingWizard.exe DeviceProperties.exe DeviceReactivation.dll deviceregistration.dll DeviceSetupManager.dll DeviceSetupManagerAPI.dll DeviceSetupStatusProvider.dll DevicesFlowBroker.dll DeviceSoftwareInstallationClient.dll DeviceUpdateAgent.dll DeviceUpdateCenterCsp.dll DeviceUxRes.dll devinv.dll devmgmt.msc devmgr.dll DevModeRunAsUserConfig.msc devobj.dll DevPropMgr.dll DevQueryBroker.dll devrtl.dll dfdts.dll DFDWiz.exe dfrgui.exe dfscli.dll dfshim.dll DfsShlEx.dll dggpext.dll dhcpcmonitor.dll dhcpcore.dll dhcpcore6.dll dhcpcsvc.dll dhcpcsvc6.dll dhcpsapi.dll DHolographicDisplay.dll DiagCpl.dll diagnosticdataquery.dll DiagnosticDataSettings.dll DiagnosticInvoker.dll DiagnosticLogCSP.dll diagperf.dll DiagSvc.dll DiagSvcs diagtrack.dll dialclient.dll dialer.exe DialogBlockerProc.dll DialogBlockingManager.dll DialogBlockingService.dll dialserver.dll DictationManager.dll difxapi.dll dimsjob.dll dimsroam.dll dinput.dll dinput8.dll Direct2DDesktop.dll directmanipulation.dll DirectML.Debug.dll directml.dll directxdatabasehelper.dll directxdatabaseupdater.exe discan.dll diskmgmt.msc diskpart.exe diskperf.exe diskraid.exe DiskSnapshot.conf DiskSnapshot.exe diskusage.exe Dism Dism.exe DismApi.dll DispBroker.Desktop.dll DispBroker.dll dispdiag.exe dispex.dll Display.dll DisplayManager.dll DisplaySwitch.exe DisplaySystemToastIcon.contrast-white.png DisplaySystemToastIcon.png djctq.rs djoin.exe dllhost.exe dllhst3g.exe dlnashext.dll DMAlertListener.ProxyStub.dll DmApiSetExtImplDesktop.dll DMAppsRes.dll dmcertinst.exe dmcfghost.exe dmcfgutils.dll dmclient.exe dmcmnutils.dll dmcommandlineutils.dll dmcsps.dll dmdlgs.dll dmdskmgr.dll dmdskres.dll dmdskres2.dll dmenrollengine.dll dmenterprisediagnostics.dll dmintf.dll dmiso8601utils.dll dmloader.dll DmNotificationBroker.exe dmocx.dll dmoleaututils.dll DmOmaCpMo.exe dmprocessxmlfiltered.dll dmpushproxy.dll DMPushRouterCore.dll DMRCDecoder.dll DMRServer.dll dmsynth.dll dmusic.dll dmutil.dll dmvdsitf.dll dmview.ocx dmwappushsvc.dll dmwmicsp.dll dmxmlhelputils.dll dns-sd.exe dnsapi.dll dnscacheugc.exe dnscmmc.dll dnsext.dll dnshc.dll dnsrslvr.dll dnssd.dll dnssdX.dll Docking.VirtualInput.dll DockInterface.ProxyStub.dll docprop.dll DocumentPerformanceEvents.dll DolbyDecMFT.dll domgmt.dll dosettings.dll doskey.exe dosvc.dll dot3api.dll dot3cfg.dll Dot3Conn.dll dot3dlg.dll dot3gpclnt.dll dot3gpui.dll dot3hc.dll dot3mm.dll dot3msm.dll dot3svc.dll dot3ui.dll downlevel dpapi.dll dpapimig.exe dpapiprovider.dll dpapisrv.dll DpiScaling.exe dpnaddr.dll dpnathlp.dll dpnet.dll dpnhpast.dll dpnhupnp.dll dpnlobby.dll dpnsvr.exe dps.dll dpx.dll DragDropExperienceCommon.dll DragDropExperienceDataExchangeDelegated.dll driverquery.exe drivers DriverState DriverStore drprov.dll drt.dll DrtmAuthTxt.wim drtprov.dll drttransport.dll drvinst.exe drvsetup.dll DRVSTORE drvstore.dll dsauth.dll dsc DscCore.dll DscCoreConfProv.dll dsclient.dll dscproxy.dll DscTimer.dll dsdmo.dll dskquota.dll dskquoui.dll DsmUserTask.exe dsound.dll dsparse.dll dsprop.dll dsquery.dll dsreg.dll dsregcmd.exe dsregtask.dll dsrole.dll dssec.dat dssec.dll dssenh.dll dssvc.dll dstokenclean.exe Dsui.dll dsuiext.dll dswave.dll dtdump.exe dtsh.dll DuCsps.dll dui70.dll duser.dll dusmapi.dll dusmsvc.dll dusmtask.exe dvdplay.exe dwm.exe dwmapi.dll dwmcore.dll dwmghost.dll dwminit.dll dwmredir.dll dwmscene.dll DWrite.dll DWWIN.EXE DXCap.exe DXCaptureReplay.dll DXCore.dll DXCpl.exe dxdiag.exe dxdiagn.dll dxgi.dll dxgiadaptercache.exe DXGIDebug.dll dxgwdi.dll dxilconv.dll dxmasf.dll DXP.dll dxpps.dll Dxpserver.exe DxpTaskSync.dll dxtmsft.dll DXToolsMonitor.dll DXToolsOfflineAnalysis.dll DxToolsReportGenerator.dll DXToolsReporting.dll dxtrans.dll dxva2.dll DynamicLong.bin DynamicMedium.bin DynamicShort.bin dynamoapi.dll EAMProgressHandler.dll Eap3Host.exe eapp3hst.dll eappcfg.dll eappcfgui.dll eappgnui.dll eapphost.dll eappprxy.dll eapprovp.dll eapputil.dll eapsimextdesktop.dll eapsvc.dll EapTeapAuth.dll EapTeapConfig.dll EapTeapExt.dll easconsent.dll EaseOfAccessDialog.exe easinvoker.exe easinvoker.proxystub.dll EASPolicyManagerBrokerHost.exe EasPolicyManagerBrokerPS.dll easwrt.dll edgeangle.dll EdgeContent.dll edgehtml.dll edgeIso.dll EdgeManager.dll EdgeResetPlugin.dll EditBufferTestHook.dll EditionUpgradeHelper.dll EditionUpgradeManagerObj.dll edpauditapi.dll EDPCleanup.exe edpcsp.dll edpnotify.exe edptask.dll edputil.dll EduPrintProv.exe eeprov.dll eeutil.dll efsadu.dll efscore.dll efsext.dll efslsaext.dll efssvc.dll efsui.exe efsutil.dll efswrt.dll EhStorAPI.dll EhStorAuthn.exe EhStorPwdMgr.dll EhStorShell.dll el-GR els.dll ELSCore.dll elshyph.dll elslad.dll elsTrans.dll EM.exe EmailApis.dll embeddedmodesvc.dll embeddedmodesvcapi.dll EmojiDS.dll en en-GB en-US encapi.dll energy.dll energyprov.dll energytask.dll enrollmentapi.dll EnterpriseAPNCsp.dll EnterpriseAppMgmtClient.dll EnterpriseAppMgmtSvc.dll EnterpriseAppVMgmtCSP.dll enterprisecsps.dll EnterpriseDesktopAppMgmtCSP.dll enterpriseetw.dll EnterpriseModernAppMgmtCSP.dll enterpriseresourcemanager.dll EoAExperiences.exe eqossnap.dll ErrorDetails.dll ErrorDetailsCore.dll es-ES es-MX es.dll EsclProtocol.dll EsclScan.dll EsclWiaDriver.dll EsdSip.dll esent.dll esentprf.dll esentutl.exe esevss.dll eShims.dll esrb.rs et-EE EthernetMediaManager.dll ETWCoreUIComponentsResources.dll ETWESEProviderResources.dll EtwRundown.dll eu-ES eudcedit.exe eUICCsCSP.dll EventAggregation.dll eventcls.dll eventcreate.exe EventViewer_EventDetails.xsl eventvwr.exe eventvwr.msc evr.dll ExecModelClient.dll execmodelproxy.dll expand.exe ExplorerFrame.dll ExSMime.dll extrac32.exe ExtrasXmlParser.dll F12 f1db7d81-95be-4911-935a-8ab71629112a_HyperV-IsolatedVM.dll f3ahvoas.dll f989b52d-f928-44a3-9bf1-bf0c1da6a0d6_HyperV-DeviceVirtualization.dll facecredentialprovider.dll Facilitator.dll Family.Authentication.dll Family.Cache.dll Family.Client.dll Family.SyncEngine.dll FamilySafetyExt.dll Faultrep.dll FaxPrinterInstaller.dll fc.exe fclip.exe fcon.dll fdBth.dll fdBthProxy.dll FdDevQuery.dll fde.dll fdeploy.dll fdPHost.dll fdPnp.dll fdprint.dll fdProxy.dll FDResPub.dll fdSSDP.dll fdWCN.dll fdWNet.dll fdWSD.dll FeatureToastBulldogImg.png FeatureToastDlpImg.png feclient.dll ffbroker.dll fhcat.dll fhcfg.dll fhcleanup.dll fhcpl.dll fhengine.dll fhevents.dll fhmanagew.exe fhsettingsprovider.dll fhshl.dll fhsrchapi.dll fhsrchph.dll fhsvc.dll fhsvcctl.dll fhtask.dll fhuxadapter.dll fhuxapi.dll fhuxcommon.dll fhuxgraphics.dll fhuxpresentation.dll fi-FI fidocredprov.dll FileAppxStreamingDataSource.dll FileHistory.exe filemgmt.dll FilterDS.dll find.exe findnetprinters.dll findstr.exe finger.exe fingerprintcredential.dll Firewall.cpl FirewallAPI.dll FirewallControlPanel.dll fixmapi.exe FlightSettings.dll fltLib.dll fltMC.exe FluencyDS.dll FM20.DLL FM20enu.DLL fmapi.dll fmifs.dll fms.dll FNTCACHE.DAT FntCache.dll fodhelper.exe Fondue.exe fontdrvhost.exe fontext.dll FontGlyphAnimator.dll fontgroupsoverride.dll FontProvider.dll fontsub.dll fontview.exe forfiles.exe format.com fpb.rs fphc.dll fr-CA fr-FR framedyn.dll framedynos.dll FrameServer.dll FrameServerClient.dll FrameServerMonitor.dll frprov.dll fsavailux.exe FsIso.exe fsmgmt.msc FsNVSDeviceSource.dll fsquirt.exe fsutil.exe fsutilext.dll fthsvc.dll ftp.exe fundisc.dll fveapi.dll fveapibase.dll fvecerts.dll fvecpl.dll fvenotify.exe fveprompt.exe fveskybackup.dll fveui.dll fvewiz.dll FvSDK_x64.dll fwbase.dll fwcfg.dll fwmdmcsp.dll fwpolicyiomgr.dll FWPUCLNT.DLL FwRemoteSvr.dll FXSAPI.dll FXSCOM.dll FXSCOMEX.dll FXSCOMPOSE.dll FXSCOMPOSERES.dll FXSCOVER.exe FXSEVENT.dll FXSMON.dll FXSRESM.dll FXSROUTE.dll FXSST.dll FXSSVC.exe FXST30.dll FXSTIFF.dll FxsTmp FXSUNATD.exe FXSUTILITY.dll g711codc.ax GameBarPresenceWriter.exe GameBarPresenceWriter.proxy.dll GameChatOverlayExt.dll GameChatTranscription.dll GameInput.dll gamemode.dll GamePanel.exe GamePanelExternalHook.dll gamestreamingext.dll GameSystemToastIcon.contrast-white.png GameSystemToastIcon.png gameux.dll gamingtcui.dll gatherNetworkInfo.vbs gb2312.uce gcdef.dll gdi32.dll gdi32full.dll GdiPlus.dll generaltel.dll GenValObj.exe Geocommon.dll Geolocation.dll getmac.exe getuname.dll gl-ES glmf32.dll globinputhost.dll glu32.dll gmsaclient.dll gpapi.dll GPCSEWrapperCsp.dll gpedit.dll gpedit.msc gpprefcl.dll gpprnext.dll gpresult.exe gpscript.dll gpscript.exe gpsvc.dll gptext.dll gpupdate.exe gpupvdev.dll GraphicsCapture.dll GraphicsPerfSvc.dll grb.rs Groupinghc.dll GroupPolicy GroupPolicyUsers grpconv.exe hal.dll HalExtIntcLpioDMA.dll HalExtIntcPseDMA.dll HalExtPL080.dll HandwritingSystemToastIcon.contrast-white.png HandwritingSystemToastIcon.png hascsp.dll HashtagDS.dll hbaapi.dll hcproviders.dll hcsdiag.exe HdcpHandler.dll hdwwiz.cpl hdwwiz.exe he-IL HeadphoneSystemToastIcon.contrast-white.png HeadphoneSystemToastIcon.png HeadsetSystemToastIcon.contrast-white.png HeadsetSystemToastIcon.png HealthAttestationClient HealthSystemToastIcon.contrast-white.png HealthSystemToastIcon.png HeatCore.dll help.exe HelpPaneProxy.dll hgcpl.dll hhctrl.ocx hhsetup.dll hid.dll HidCfu.dll hidphone.tsp hidserv.dll hlink.dll hmkd.dll hnetcfg.dll HNetCfgClient.dll hnetmon.dll hnsdiag.exe hnsproxy.dll HologramCompositor.dll HologramWorld.dll HolographicExtensions.dll HolographicRuntimes.dll HoloShellRuntime.dll HoloSHExtensions.dll HoloSI.PCShell.dll HOSTNAME.EXE HostNetSvc.dll hotplug.dll hr-HR HrtfApo.dll hspapi.dll hspfw.dll html.iec httpapi.dll httpprxc.dll httpprxm.dll httpprxp.dll HttpsDataSource.dll htui.dll hu-HU hvax64.exe hvhostsvc.dll hvix64.exe hvloader.dll hvsievaluator.exe hvsigpext.dll HvsiManagementApi.dll HvSocket.dll hwreqchk.dll Hydrogen Hydrogen.dll IA2ComProxy.dll ias ias.dll iasacct.dll iasads.dll iasdatastore.dll iashlpr.dll IasMigPlugin.dll iasnap.dll iaspolcy.dll iasrad.dll iasrecst.dll iassam.dll iassdo.dll iassvcs.dll icacls.exe icfupgd.dll icm32.dll icmp.dll icmui.dll IconCodecService.dll IcsEntitlementHost.exe icsigd.dll icsunattend.exe icsvc.dll icsvcext.dll icsvcvss.dll icsxml icu.dll icuin.dll icuuc.dll id-ID IdCtrls.dll ideograf.uce IDStore.dll ie4uinit.exe ie4ushowIE.exe IEAdvpack.dll ieapfltr.dll iedkcs32.dll ieframe.dll iemigplugin.dll iepeers.dll ieproxy.dll IEProxyDesktop.dll iernonce.dll iertutil.dll IESettingSync.exe iesetup.dll iesysprep.dll ieui.dll ieuinit.inf ieUnatt.exe iexpress.exe ifmon.dll ifsutil.dll ifsutilx.dll igdDiag.dll IHDS.dll IKEEXT.DLL imaadp32.acm imagehlp.dll imageres.dll imagesp1.dll imapi.dll imapi2.dll imapi2fs.dll IME ime_textinputhelpers.dll imgutil.dll imm32.dll immersivetpmvscmgrsvr.exe ImplatSetup.dll IndexedDbLegacy.dll inetcomm.dll inetcpl.cpl inetmib1.dll inetpp.dll inetppui.dll INETRES.dll inetsrv InfDefaultInstall.exe InkEd.dll InkObjCore.dll InprocLogger.dll input.dll InputCloudStore.dll InputController.dll InputHost.dll InputInjectionBroker.dll InputLocaleManager.dll InputMethod InputService.dll InputSwitch.dll InputSwitchToastHandler.exe InputSystemToastIcon.contrast-white.png InputSystemToastIcon.png inseng.dll InstallService.dll InstallServiceTasks.dll InstallUtil.InstallLog intel_gfx_api-x64.dll internetmail.dll InternetMailCsp.dll intl.cpl invagent.dll iologmsg.dll IoTAssignedAccessLockFramework.dll iotstartup.exe ipconfig.exe IPELoggingDictationHelper.dll IPHLPAPI.DLL iphlpsvc.dll Ipmi ipnathlp.dll IpNatHlpClient.dll IppCommon.dll IppCommonProxy.dll iprtprio.dll iprtrmgr.dll ipsecsnp.dll IPSECSVC.DLL ipsmsnap.dll ipxlatcfg.dll iri.dll irprops.cpl iscsicli.exe iscsicpl.dll iscsicpl.exe iscsidsc.dll iscsied.dll iscsiexe.dll iscsilog.dll iscsium.dll iscsiwmi.dll iscsiwmiv2.dll ISM.dll ISM.exe isoburn.exe it-IT itircl.dll itss.dll iuilp.dll iumbase.dll iumcrypt.dll iumdll.dll IumSdk.dll iyuv_32.dll ja-jp JavaScriptCollectionAgent.dll jdns_sd.dll JHI64.dll joinproviderol.dll joinutil.dll joy.cpl JpMapControl.dll jpndecoder.dll jpninputrouter.dll jpnranker.dll JpnServiceDS.dll jscript.dll jscript9.dll jscript9diag.dll jscript9Legacy.dll jsproxy.dll kanji_1.uce kanji_2.uce kbd101.dll kbd101a.dll kbd101b.dll kbd101c.dll kbd103.dll kbd106.dll kbd106n.dll KBDA1.DLL KBDA2.DLL KBDA3.DLL KBDADLM.DLL KBDAL.DLL KBDARME.DLL kbdarmph.dll kbdarmty.dll KBDARMW.DLL kbdax2.dll KBDAZE.DLL KBDAZEL.DLL KBDAZST.DLL KBDBASH.DLL KBDBE.DLL KBDBENE.DLL KBDBGPH.DLL KBDBGPH1.DLL KBDBHC.DLL KBDBLR.DLL KBDBR.DLL KBDBU.DLL KBDBUG.DLL KBDBULG.DLL KBDCA.DLL KBDCAN.DLL KBDCHER.DLL KBDCHERP.DLL KBDCR.DLL KBDCZ.DLL KBDCZ1.DLL KBDCZ2.DLL KBDDA.DLL KBDDIV1.DLL KBDDIV2.DLL KBDDV.DLL KBDDZO.DLL KBDES.DLL KBDEST.DLL KBDFA.DLL kbdfar.dll KBDFC.DLL KBDFI.DLL KBDFI1.DLL KBDFO.DLL KBDFR.DLL KBDFTHRK.DLL KBDGAE.DLL KBDGEO.DLL kbdgeoer.dll kbdgeome.dll kbdgeooa.dll kbdgeoqw.dll KBDGKL.DLL KBDGN.DLL KBDGR.DLL KBDGR1.DLL KBDGRLND.DLL KBDGTHC.DLL KBDHAU.DLL KBDHAW.DLL KBDHE.DLL KBDHE220.DLL KBDHE319.DLL KBDHEB.DLL kbdhebl3.dll KBDHELA2.DLL KBDHELA3.DLL KBDHEPT.DLL KBDHU.DLL KBDHU1.DLL kbdibm02.dll KBDIBO.DLL KBDIC.DLL KBDINASA.DLL KBDINBE1.DLL KBDINBE2.DLL KBDINBEN.DLL KBDINDEV.DLL KBDINEN.DLL KBDINGUJ.DLL KBDINHIN.DLL KBDINKAN.DLL KBDINMAL.DLL KBDINMAR.DLL KBDINORI.DLL KBDINPUN.DLL KBDINTAM.DLL KBDINTEL.DLL KBDINUK2.DLL KBDIR.DLL KBDIT.DLL KBDIT142.DLL KBDIULAT.DLL KBDJAV.DLL KBDJPN.DLL KBDKAZ.DLL KBDKHMR.DLL KBDKNI.DLL KBDKOR.DLL KBDKURD.DLL KBDKYR.DLL KBDLA.DLL KBDLAO.DLL kbdlisub.dll kbdlisus.dll kbdlk41a.dll KBDLT.DLL KBDLT1.DLL KBDLT2.DLL KBDLV.DLL KBDLV1.DLL KBDLVST.DLL KBDMAC.DLL KBDMACST.DLL KBDMAORI.DLL KBDMLT47.DLL KBDMLT48.DLL KBDMON.DLL KBDMONMO.DLL KBDMONST.DLL KBDMYAN.DLL KBDNE.DLL kbdnec.dll kbdnec95.dll kbdnecat.dll kbdnecnt.dll KBDNEPR.DLL kbdnko.dll KBDNO.DLL KBDNO1.DLL KBDNSO.DLL KBDNTL.DLL KBDOGHAM.DLL KBDOLCH.DLL KBDOLDIT.DLL KBDOSA.DLL KBDOSM.DLL KBDPASH.DLL kbdphags.dll KBDPL.DLL KBDPL1.DLL KBDPO.DLL KBDRO.DLL KBDROPR.DLL KBDROST.DLL KBDRU.DLL KBDRU1.DLL KBDRUM.DLL KBDSF.DLL KBDSG.DLL KBDSL.DLL KBDSL1.DLL KBDSMSFI.DLL KBDSMSNO.DLL KBDSN1.DLL KBDSORA.DLL KBDSOREX.DLL KBDSORS1.DLL KBDSORST.DLL KBDSP.DLL KBDSW.DLL KBDSW09.DLL KBDSYR1.DLL KBDSYR2.DLL KBDTAILE.DLL KBDTAJIK.DLL KBDTAM99.DLL KBDTAT.DLL KBDTH0.DLL KBDTH1.DLL KBDTH2.DLL KBDTH3.DLL KBDTIFI.DLL KBDTIFI2.DLL KBDTIPRC.DLL KBDTIPRD.DLL KBDTT102.DLL KBDTUF.DLL KBDTUQ.DLL KBDTURME.DLL KBDTZM.DLL KBDUGHR.DLL KBDUGHR1.DLL KBDUK.DLL KBDUKX.DLL KBDUR.DLL KBDUR1.DLL KBDURDU.DLL KBDUS.DLL KBDUSA.DLL KBDUSL.DLL KBDUSR.DLL KBDUSX.DLL KBDUZB.DLL KBDVNTC.DLL KBDWOL.DLL KBDYAK.DLL KBDYBA.DLL KBDYCC.DLL KBDYCL.DLL kd.dll kdcom.dll kdcpw.dll kdhvcom.dll kdnet.dll kdnet_uart16550.dll KdsCli.dll kdstub.dll kdusb.dll kd_02_10df.dll kd_02_10ec.dll kd_02_1137.dll kd_02_14e4.dll kd_02_15b3.dll kd_02_1969.dll kd_02_19a2.dll kd_02_1af4.dll kd_02_8086.dll kd_07_1415.dll kd_0C_8086.dll keepaliveprovider.dll KerbClientShared.dll kerberos.dll kernel.appcore.dll kernel32.dll KernelBase.dll KeyboardFilterCore.dll KeyboardFilterManager.dll KeyboardFilterShim.dll KeyboardFilterSvc.dll KeyboardSystemToastIcon.contrast-white.png KeyboardSystemToastIcon.png KeyCredMgr.dll keyiso.dll keymgr.dll KeywordDetectorMsftSidAdapter.dll Keywords klist.exe kmddsp.tsp KnobsCore.dll KnobsCsp.dll ko-KR korean.uce ksetup.exe ksproxy.ax kstvtune.ax ksuser.dll Kswdmcap.ax ksxbar.ax ktmutil.exe ktmw32.dll l2gpstore.dll l2nacp.dll L2SecHC.dll l3codeca.acm l3codecp.acm la57setup.exe label.exe LangCleanupSysprepAction.dll LanguageComponentsInstaller.dll LanguageComponentsInstallerComHandler.exe LanguageOverlayServer.dll LanguageOverlayUtil.dll LanguagePackDiskCleanup.dll LanguagePackManagementCSP.dll LAPRXY.DLL laps.dll lapscsp.dll LaptopPlugInToastImg.gif LargeRoom.bin LaunchTM.exe LaunchWinApp.exe lcphrase.tbl lcptr.tbl LegacyNetUX.dll LegacyNetUXHost.exe LegacySystemSettings.dll LESDebug.log lfsvc.dll libcrypto.dll libmfxhw64.dll libomp140.x86_64.dll libomp140d.x86_64.dll libvpl.dll license.rtf LicenseManager.dll LicenseManagerApi.dll LicenseManagerShellext.exe LicenseManagerSvc.dll licenseprotection.dll Licenses LicensingCSP.dll licensingdiag.exe LicensingDiagSpp.dll LicensingUI.exe LicensingWinRT.dll licmgr10.dll linkinfo.dll lltdapi.dll lltdres.dll lltdsvc.dll lmhsvc.dll loadperf.dll locale.nls localsec.dll localspl.dll localui.dll LocationApi.dll LocationFramework.dll LocationFrameworkInternalPS.dll LocationFrameworkPS.dll LocationNotificationWindows.exe LocationWinPalMisc.dll Locator.exe LockAppBroker.dll LockAppHost.exe LockController.dll LockHostingFramework.dll LockScreenContent.dll LockScreenContentHost.dll LockScreenContentServer.exe LockScreenData.dll lodctr.exe log logagent.exe LogFiles loghours.dll logman.exe logoff.exe logoncli.dll LogonController.dll LogonUI.exe Logs lpasvc.dll lpk.dll lpkinstall.exe lpksetup.exe lpksetupproxyserv.dll lpremove.exe lsaadt.dll LsaIso.exe lsasrv.dll lsass.exe LSCSHostPolicy.dll lsm.dll lsmproxy.dll lstelemetry.dll lt-LT luiapi.dll lusrmgr.msc lv-LV lxss lz32.dll l_intl.nls Magnification.dll Magnify.exe MailContactsCalendarSync main.cpl MaintenanceUI.dll makecab.exe manage-bde.exe manage-bde.wsf ManageCI.dll MapConfiguration.dll MapControlCore.dll MapControlStringsRes.dll MapGeocoder.dll mapi32.dll mapistub.dll MapRouter.dll MapsBtSvc.dll MapsBtSvcProxy.dll MapsCSP.dll MapsStore.dll mapstoasttask.dll mapsupdatetask.dll mavinject.exe MbaeApi.dll MbaeApiPublic.dll mblctr.exe MBMediaManager.dll MBR2GPT.EXE mbsmsapi.dll mbussdapi.dll mcbuilder.exe MCCSEngineShared.dll MCCSPal.dll mciavi32.dll mcicda.dll mciqtz32.dll mciseq.dll mciwave.dll McpManagementProxy.dll McpManagementService.dll MCRecvSrc.dll MCU.exe mcupdate_AuthenticAMD.dll mcupdate_GenuineIntel.dll MDEServer.exe MDMAgent.exe MDMAppInstaller.exe MdmCommon.dll MdmDiagnostics.dll MdmDiagnosticsTool.exe mdminst.dll mdmlocalmanagement.dll mdmmigrator.dll mdmpostprocessevaluator.dll mdmregistration.dll MdRes.exe MdSched.exe MediaFoundation.DefaultPerceptionProvider.dll MediaSystemToastIcon.contrast-white.png MediaSystemToastIcon.png MediumRoom.bin MemoryDiagnostic.dll MessagingDataModel2.dll MessagingService.dll mf.dll mf3216.dll mfAACEnc.dll mfasfsrcsnk.dll mfaudiocnv.dll mfc100.dll mfc100chs.dll mfc100cht.dll mfc100deu.dll mfc100enu.dll mfc100esn.dll mfc100fra.dll mfc100ita.dll mfc100jpn.dll mfc100kor.dll mfc100rus.dll mfc100u.dll mfc110.dll mfc110chs.dll mfc110cht.dll mfc110deu.dll mfc110enu.dll mfc110esn.dll mfc110fra.dll mfc110ita.dll mfc110jpn.dll mfc110kor.dll mfc110rus.dll mfc110u.dll mfc120.dll mfc120chs.dll mfc120cht.dll mfc120deu.dll mfc120enu.dll mfc120esn.dll mfc120fra.dll mfc120ita.dll mfc120jpn.dll mfc120kor.dll mfc120rus.dll mfc120u.dll mfc140.dll mfc140chs.dll mfc140cht.dll mfc140d.dll mfc140deu.dll mfc140enu.dll mfc140esn.dll mfc140fra.dll mfc140ita.dll mfc140jpn.dll mfc140kor.dll mfc140rus.dll mfc140u.dll mfc140ud.dll mfc42.dll mfc42u.dll MFCaptureEngine.dll mfcm100.dll mfcm100u.dll mfcm110.dll mfcm110u.dll mfcm120.dll mfcm120u.dll mfcm140.dll mfcm140d.dll mfcm140u.dll mfcm140ud.dll mfcore.dll mfcsubs.dll mfds.dll mfdvdec.dll mferror.dll mfh263enc.dll mfh264enc.dll mfksproxy.dll MFMediaEngine.dll mfmjpegdec.dll mfmkvsrcsnk.dll mfmp4srcsnk.dll mfmpeg2srcsnk.dll mfnetcore.dll mfnetsrc.dll mfperfhelper.dll mfplat.dll MFPlay.dll mfpmp.exe mfps.dll mfreadwrite.dll mfsensorgroup.dll mfsrcsnk.dll mfsvr.dll mftranscode.dll mfvdsp.dll mfvfw.dll MFWMAAEC.DLL mfxplugin64_hw.dll mgmtapi.dll mgmtrefreshcredprov.dll mi.dll mibincodec.dll Microsoft Microsoft-Windows-AppModelExecEvents.dll microsoft-windows-battery-events.dll microsoft-windows-hal-events.dll Microsoft-Windows-Internal-Shell-NearShareExperience.dll microsoft-windows-kernel-cc-events.dll microsoft-windows-kernel-pnp-events.dll microsoft-windows-kernel-power-events.dll microsoft-windows-kernel-processor-power-events.dll Microsoft-Windows-MapControls.dll Microsoft-Windows-MosHost.dll microsoft-windows-pdc.dll microsoft-windows-power-cad-events.dll microsoft-windows-processor-aggregator-events.dll microsoft-windows-sleepstudy-events.dll microsoft-windows-storage-tiering-events.dll microsoft-windows-system-events.dll Microsoft-WindowsPhone-SEManagementProvider.dll Microsoft.Bluetooth.Audio.dll Microsoft.Bluetooth.Proxy.dll Microsoft.Bluetooth.Service.dll Microsoft.Bluetooth.UserService.dll Microsoft.Graphics.Display.DisplayEnhancementService.dll Microsoft.Internal.FrameworkUdk.System.dll Microsoft.LocalUserImageProvider.dll Microsoft.Management.Infrastructure.Native.Unmanaged.dll Microsoft.Uev.AgentDriverEvents.dll Microsoft.Uev.AppAgent.dll Microsoft.Uev.CabUtil.dll Microsoft.Uev.CmUtil.dll Microsoft.Uev.Common.dll Microsoft.Uev.Common.WinRT.dll Microsoft.Uev.CommonBridge.dll Microsoft.Uev.ConfigWrapper.dll Microsoft.Uev.CscUnpinTool.exe Microsoft.Uev.EventLogMessages.dll Microsoft.Uev.LocalSyncProvider.dll Microsoft.Uev.ManagedEventLogging.dll Microsoft.Uev.Management.dll Microsoft.Uev.Management.WmiAccess.dll Microsoft.Uev.ModernAppAgent.dll Microsoft.Uev.ModernAppCore.dll Microsoft.Uev.ModernAppData.WinRT.dll Microsoft.Uev.ModernSync.dll Microsoft.Uev.MonitorSyncProvider.dll Microsoft.Uev.Office2010CustomActions.dll Microsoft.Uev.Office2013CustomActions.dll Microsoft.Uev.PrinterCustomActions.dll Microsoft.Uev.SmbSyncProvider.dll Microsoft.Uev.SyncCommon.dll Microsoft.Uev.SyncConditions.dll Microsoft.Uev.SyncController.exe microsoft.windows.softwarelogo.showdesktop.exe Microsoft.Windows.Storage.Core.dll Microsoft.Windows.Storage.StorageBusCache.dll MicrosoftAccount.TokenProvider.Core.dll MicrosoftAccountCloudAP.dll MicrosoftAccountExtension.dll MicrosoftAccountTokenProvider.dll MicrosoftAccountWAMExtension.dll MicrosoftEdgeBCHost.exe MicrosoftEdgeCP.exe MicrosoftEdgeDevTools.exe MicrosoftEdgeSH.exe midimap.dll migisol.dll migration miguiresource.dll migwiz mimefilt.dll mimofcodec.dll MinstoreEvents.dll MiracastInputMgr.dll MiracastReceiver.dll MiracastReceiverExt.dll MirrorDrvCompat.dll mispace.dll MitigationClient.dll MitigationConfiguration.dll miutils.dll MixedReality.Broker.dll MixedRealityCapture.Pipeline.dll MixedRealityCapture.ProxyStub.dll MixedRealityRuntime.dll MixedRealityRuntime.json mlang.dat mlang.dll mmc.exe mmc.exe.config mmcbase.dll mmcndmgr.dll mmcshext.dll MMDevAPI.dll mmgaclient.dll mmgaproxystub.dll mmgaserver.exe mmres.dll mmsys.cpl mobilenetworking.dll mobsync.exe mode.com modemui.dll modernexecserver.dll MoNotificationUx.exe more.com moricons.dll moshost.dll MosHostClient.dll moshostcore.dll MosStorage.dll mountvol.exe MouseSystemToastIcon.contrast-white.png MouseSystemToastIcon.png MP3DMOD.DLL MP43DECD.DLL MP4SDECD.DLL Mpeg2Data.ax mpeval.dll mpg2splt.ax MPG4DECD.DLL mpnotify.exe mpr.dll mprapi.dll mprddm.dll mprdim.dll mprext.dll mprmsg.dll MPSSVC.dll mpunits.dll MRINFO.EXE MrmCoreR.dll MrmDeploy.dll MrmIndexer.dll MRT MRT.exe mrt100.dll mrt_map.dll ms3dthumbnailprovider.dll msaatext.dll MSAC3ENC.DLL msacm32.dll msacm32.drv msadp32.acm msafd.dll MSAJApi.dll MSAlacDecoder.dll MSAlacEncoder.dll MSAMRNBDecoder.dll MSAMRNBEncoder.dll MSAMRNBSink.dll MSAMRNBSource.dll MSAProfileNotificationHandler.dll msasn1.dll MSAudDecMFT.dll msaudite.dll msauserext.dll mscandui.dll mscat32.dll MSchedExe.exe msclmd.dll mscms.dll msconfig.exe mscoree.dll mscorier.dll mscories.dll msctf.dll msctfime.ime MsCtfMonitor.dll msctfp.dll msctfui.dll msctfuimanager.dll msdadiag.dll msdart.dll msdatsrc.tlb msdelta.dll msdmo.dll MSDRM msdrm.dll msdt.exe MsDtc msdtc.exe msdtckrm.dll msdtclog.dll msdtcprx.dll msdtcspoffln.dll msdtctm.dll msdtcuiu.dll msdtcVSp1res.dll MSDvbNP.ax msdxm.ocx msdxm.tlb msfeeds.dll msfeedsbs.dll msfeedssync.exe MSFlacDecoder.dll MSFlacEncoder.dll msftedit.dll MsftOemDllIgneous.dll msg.exe msg711.acm msgsm32.acm MSHEIF.dll mshta.exe mshtml.dll mshtml.tlb MshtmlDac.dll mshtmled.dll mshtmler.dll msi.dll MsiCofire.dll msidcrl40.dll msident.dll msidle.dll msidntld.dll msieftp.dll msiexec.exe msihnd.dll msiltcfg.dll msimg32.dll msimsg.dll msimtf.dll msinfo32.exe msisip.dll msIso.dll msiwer.dll MsixDataSourceExtensionPS.dll mskeyprotcli.dll mskeyprotect.dll msls31.dll msmpeg2adec.dll MSMPEG2ENC.DLL msmpeg2vdec.dll msmpi.dll msmpires.dll MSNP.ax msobjs.dll msoert2.dll MSOpusDecoder.dll mspatcha.dll mspatchc.dll MSPhotography.dll msports.dll msprivs.dll msra.exe msrahc.dll MsraLegacy.tlb msrating.dll MSRAWImage.dll msrdc.dll MsRdpWebAccess.dll msrle32.dll msscntrs.dll mssecuser.dll mssecwfpu.dll mssign32.dll mssip32.dll mssitlb.dll MsSpellCheckingFacility.dll MsSpellCheckingHost.exe mssph.dll mssprxy.dll mssrch.dll mssvp.dll mstask.dll msTextPrediction.dll mstsc.exe mstscax.dll msutb.dll msv1_0.dll msvcirt.dll msvcp100.dll msvcp110.dll msvcp110_win.dll msvcp120.dll msvcp120_clr0400.dll msvcp140.dll msvcp140d.dll msvcp140d_atomic_wait.dll msvcp140d_codecvt_ids.dll msvcp140_1.dll msvcp140_1d.dll msvcp140_2.dll msvcp140_2d.dll msvcp140_atomic_wait.dll msvcp140_clr0400.dll msvcp140_codecvt_ids.dll msvcp60.dll msvcp_win.dll msvcr100.dll msvcr100_clr0400.dll msvcr110.dll msvcr120.dll msvcr120_clr0400.dll msvcrt.dll msvfw32.dll msvidc32.dll MSVidCtl.dll MSVideoDSP.dll MSVP9DEC.dll msvproc.dll MSVPXENC.dll MSWB7.dll MSWB70804.dll MSWebp.dll mswmdm.dll mswsock.dll msxml3.dll msxml3r.dll msxml6.dll msxml6r.dll msyuv.dll MtcModel.dll MTF.dll MTFAppServiceDS.dll MtfDecoder.dll MTFFuzzyDS.dll MTFServer.dll MTFSpellcheckDS.dll mtstocom.exe mtxclu.dll mtxdm.dll mtxex.dll mtxoci.dll MUI muifontsetup.dll MUILanguageCleanup.dll MuiUnattend.exe MultiDigiMon.exe musdialoghandlers.dll MusNotification.exe MusNotificationUx.exe MusNotifyIcon.exe MusNotifyIconHandler.dll MusUpdateHandlers.dll MusUxToastHandler.dll mycomput.dll mydocs.dll Mystify.scr NAPCRYPT.DLL NapiNSP.dll Narrator.exe NarratorControlTemplates.xml NaturalAuth.dll NaturalAuthClient.dll NaturalLanguage6.dll navshutdown.dll nb-NO nbtstat.exe NcaApi.dll NcaSvc.dll ncbservice.dll NcdAutoSetup.dll NcdProp.dll nci.dll ncobjapi.dll ncpa.cpl ncrypt.dll ncryptprov.dll ncryptsslp.dll ncsi.dll ncuprov.dll ndadmin.exe nddeapi.dll NDF ndfapi.dll ndfetw.dll NdfEventView.xml ndfhcdiscovery.dll ndishc.dll NDKPerfCmd.exe NDKPing.exe ndproxystub.dll nduprov.dll negoexts.dll net.exe net1.exe netapi32.dll netbios.dll netbtugc.exe netcenter.dll netcfg.exe NetCfgNotifyObjectHost.exe netcfgx.dll netcorehc.dll netdiagfx.dll NetDriverInstall.dll netevent.dll NetEvtFwdr.exe netfxperf.dll neth.dll NetHost.exe netid.dll netiohlp.dll netiougc.exe netjoin.dll netlogon.dll netman.dll NetMgmtIF.dll netmsg.dll netplwiz.dll Netplwiz.exe netprofm.dll netprofmsvc.dll netprovfw.dll netprovisionsp.dll NetSetupApi.dll NetSetupEngine.dll NetSetupShim.dll NetSetupSvc.dll netsh.exe netshell.dll NETSTAT.EXE nettrace.dll NetTrace.PLA.Diagnostics.xml netutils.dll NetworkBindingEngineMigPlugin.dll NetworkCollectionAgent.dll NetworkDesktopSettings.dll networkexplorer.dll networkhelper.dll NetworkIcon.dll networkitemfactory.dll networklist NetworkMobileSettings.dll NetworkProxyCsp.dll NetworkQoSPolicyCSP.dll NetworkUXBroker.dll newdev.dll newdev.exe NFCProvisioningPlugin.dll NfcRadioMedia.dll ngccredprov.dll NgcCtnr.dll NgcCtnrGidsHandler.dll NgcCtnrSvc.dll NgcIso.exe NgcIsoCtnr.dll ngckeyenum.dll ngcksp.dll ngclocal.dll ngcpopkeysrv.dll NgcProCsp.dll ngcrecovery.dll ngcsvc.dll ngctasks.dll ngcutils.dll ninput.dll nl-NL NL7Data0804.dll NL7Lexicons0804.dll NL7Models0804.dll nlaapi.dll nlahc.dll nlansp_c.dll nlhtml.dll nlmgp.dll nlmproxy.dll nlmsprep.dll nlsbres.dll NlsData0000.dll NlsData0009.dll Nlsdl.dll NlsLexicons0009.dll nltest.exe NmaDirect.dll nmbind.exe nmscrub.exe NOISE.CHS NOISE.DAT normaliz.dll normidna.nls normnfc.nls normnfd.nls normnfkc.nls normnfkd.nls notepad.exe NotificationController.dll NotificationControllerPS.dll notificationplatformcomponent.dll npmproxy.dll NPSM.dll NPSMDesktopProvider.dll nrpsrv.dll nrtapi.dll nshhttp.dll nshipsec.dll nshwfp.dll nsi.dll nsisvc.dll nslookup.exe ntasn1.dll ntdll.dll ntdsapi.dll ntfsres.dll ntkrla57.exe ntlanman.dll ntlanui2.dll NtlmShared.dll ntmarta.dll ntoskrnl.exe ntprint.dll ntprint.exe ntshrui.dll ntvdm64.dll Nui NV NvAgent.dll nvapi64.dll nvaudcap64v.dll nvcpl.dll nvcuda.dll nvcudadebugger.dll nvcuvid.dll nvdebugdump.exe nvEncodeAPI64.dll NvFBC64.dll nvidia-smi.exe NvIFR64.dll NvIFROpenGL.dll nvinfo.pb nvml.dll nvofapi64.dll NvRtmpStreamer64.dll nvspcap64.dll nvspinfo.exe objsel.dll occache.dll ocsetapi.dll odbc32.dll odbcad32.exe odbcbcp.dll odbcconf.dll odbcconf.exe odbcconf.rsp odbccp32.dll odbccr32.dll odbccu32.dll odbcint.dll odbctrac.dll OEMDefaultAssociations.dll OEMDefaultAssociations.xml oemlicense.dll ofdeploy.exe offfilt.dll officecsp.dll offlinelsa.dll offlinesam.dll offreg.dll oflc-nz.rs OkDone_80.contrast-black.png OkDone_80.contrast-white.png OkDone_80.png olch2x8.ocx olch2xu8.ocx olch3x8.ocx olch3xu8.ocx OLD4796.tmp OLD47A7.tmp OLD47B8.tmp ole32.dll oleacc.dll oleacchooks.dll oleaccrc.dll oleaut32.dll oledlg.dll oleprn.dll OmaDmAgent.dll omadmapi.dll omadmclient.exe omadmprc.exe OnDemandBrokerClient.dll OnDemandConnRouteHelper.dll OneBackupHandler.dll OneCoreCommonProxyStub.dll OneCoreUAPCommonProxyStub.dll OneSettingsClient.dll onex.dll onexui.dll onnxruntime.dll oobe OOBE-Maintenance.exe OpcServices.dll OpenCL.dll openfiles.exe opengl32.dll OpenSSH OpenWith.exe OptionalFeatures.exe ortcengine.dll osbaseln.dll osk.exe OskSupport.dll osuninst.dll OutdoorAudioEnvironment.bin P2P.dll P2PGraph.dll p2pnetsh.dll p2psvc.dll p9np.dll p9rdrservice.dll pacjsworker.exe PackagedCWALauncher.exe PackageInspector.exe packager.dll PackageStateChangeHandler.dll panmap.dll PasswordEnrollmentManager.dll PasswordOnWakeSettingFlyout.exe PATHPING.EXE pautoenr.dll PayloadRestrictions.dll PaymentMediatorServiceProxy.dll Pbr pcacli.dll pcadm.dll pcaevts.dll pcalua.exe pcasvc.dll pcaui.dll pcaui.exe pcbp.rs pcl.sep PCPKsp.dll PCShellCommonProxyStub.dll pcsvDevice.dll pcwrun.exe pcwum.dll pcwutl.dll pdh.dll pdhui.dll PeerDist.dll PeerDistAD.dll PeerDistCacheProvider.dll PeerDistCleaner.dll PeerDistHttpTrans.dll PeerDistSh.dll PeerDistSvc.dll PeerDistWSDDiscoProv.dll pegi-pt.rs pegi.rs PenService.dll PeopleAPIs.dll PeopleBand.dll PerceptionDevice.dll PerceptionSimulation PerceptionSimulation.ProxyStubs.dll PerceptionSimulationManager.dll perfc009.dat perfd009.dat perfdisk.dll perfh009.dat perfi009.dat perfmon.exe perfmon.msc perfnet.dll perfos.dll perfproc.dll PerfStringBackup.INI perfts.dll perf_gputiming.dll PersonalizationCSP.dll pfclient.dll phoneactivate.exe PhoneCallHistoryApis.dll PhoneOm.dll PhonePlatformAbstraction.dll PhoneProviders.dll PhoneService.dll PhoneServiceRes.dll PhoneSystemToastIcon.contrast-white.png PhoneSystemToastIcon.png Phoneutil.dll PhoneutilRes.dll PhotoMetadataHandler.dll PhotoScreensaver.scr photowiz.dll PickerHost.exe PickerPlatform.dll pid.dll pidgenx.dll pifmgr.dll PimIndexMaintenance.dll PimIndexMaintenanceClient.dll Pimstore.dll PinEnrollmentBroker.exe PinEnrollmentHelper.dll PING.EXE pkeyhelper.dll PkgMgr.exe PktMon.exe PktMonApi.dll pku2u.dll pl-PL pla.dll plasrv.exe playlistfolder.dll PlaySndSrv.dll PlayToDevice.dll PlayToManager.dll playtomenu.dll PlayToReceiver.dll PlayToStatusProvider.dll ploptin.dll pmcsnap.dll pngfilt.dll pnidui.dll pnpclean.dll pnpdiag.dll pnppolicy.dll pnpts.dll pnpui.dll PnPUnattend.exe pnputil.exe PNPXAssoc.dll PNPXAssocPrx.dll pnrpauto.dll Pnrphc.dll pnrpnsp.dll pnrpsvc.dll PointOfService policymanager.dll policymanagerprecheck.dll polstore.dll poqexec.exe PortableDeviceApi.dll PortableDeviceClassExtension.dll PortableDeviceConnectApi.dll PortableDeviceStatus.dll PortableDeviceSyncProvider.dll PortableDeviceTypes.dll PortableDeviceWiaCompat.dll posetup.dll pospaymentsworker.exe POSyncServices.dll pots.dll powercfg.cpl powercfg.exe powercpl.dll powrprof.dll ppcsnap.dll prauthproviders.dll PresentationCFFRasterizerNative_v0300.dll PresentationHost.exe PresentationHostProxy.dll PresentationNative_v0300.dll PresentationSettings.exe prevhost.exe prfc0804.dat prfd0804.dat prfh0804.dat prfi0804.dat prflbmsg.dll print.exe Print.PrintSupport.Source.dll Print.Workflow.Source.dll PrintBrmUi.exe PrinterCleanupTask.dll printfilterpipelineprxy.dll printfilterpipelinesvc.exe Printing_Admin_Scripts PrintIsolationHost.exe PrintIsolationProxy.dll printmanagement.msc PrintPlatformConfig.dll PrintRenderAPIHost.DLL printticketvalidation.dll printui.dll printui.exe PrintWorkflowService.dll PrintWSDAHost.dll prm0009.dll prncache.dll prnfldr.dll prnntfy.dll prntvpt.dll ProductEnumerator.dll profapi.dll profext.dll profprov.dll profsvc.dll profsvcext.dll propsys.dll proquota.exe provcore.dll provdatastore.dll provdiagnostics.dll provengine.dll provhandlers.dll provisioningcommandscsp.dll provisioningcsp.dll ProvisioningHandlers.dll provlaunch.exe provmigrate.dll provops.dll provpackageapidll.dll provplatformdesktop.dll ProvPluginEng.dll ProvSysprep.dll provthrd.dll provtool.exe ProximityCommon.dll ProximityCommonPal.dll ProximityRtapiPal.dll ProximityService.dll ProximityServicePal.dll ProximityToast ProximityUxHost.exe prproc.exe prvdmofcomp.dll prxyqry.dll psapi.dll pscript.sep PSHED.DLL psisdecd.dll psisrndr.ax PSModuleDiscoveryProvider.dll psmodulediscoveryprovider.mof PsmServiceExtHost.dll psmsrv.dll psr.exe pstask.dll pstorec.dll pt-BR pt-PT ptpprov.dll puiapi.dll puiobj.dll PushToInstall.dll pwdrvio.sys pwdspio.sys pwlauncher.dll pwlauncher.exe pwNative.exe pwrshplugin.dll pwsso.dll qappsrv.exe qasf.dll qcap.dll qdv.dll qdvd.dll qedit.dll qedwipes.dll qmgr.dll qprocess.exe QualityUpdateAssistant.dll quartz.dll Query.dll query.exe QuickActionsDataModel.dll quickassist.exe QuietHours.dll quser.exe qwave.dll qwinsta.exe RacEngn.dll racpldlg.dll radardt.dll radarrs.dll RADCUI.dll RandomAccessStreamDataSource.dll ras rasadhlp.dll rasapi32.dll rasauto.dll rasautou.exe raschap.dll raschapext.dll rasctrnm.h rasctrs.dll rascustom.dll rasdiag.dll rasdial.exe rasdlg.dll raserver.exe rasgcw.dll rasman.dll rasmans.dll rasmbmgr.dll RasMediaManager.dll RASMM.dll rasmontr.dll rasphone.exe rasplap.dll rasppp.dll rastapi.dll rastls.dll rastlsext.dll RasToast rdbui.dll rdp4vs.dll rdpbase.dll rdpcfgex.dll rdpclip.exe rdpcorets.dll rdpcredentialprovider.dll rdpendp.dll rdpinit.exe rdpinput.exe rdpnanoTransport.dll RdpRelayTransport.dll RdpSa.exe RdpSaProxy.exe RdpSaPs.dll RdpSaUacHelper.exe rdpserverbase.dll rdpsharercom.dll rdpshell.exe rdpsign.exe rdpudd.dll rdpviewerax.dll rdrleakdiag.exe RDSAppXHelper.dll rdsdwmdr.dll rdvvmtransport.dll RDXService.dll RDXTaskFactory.dll ReAgent.dll ReAgentc.exe ReAgentTask.dll recdisc.exe recover.exe Recovery recovery.dll RecoveryDrive.exe refsutil.exe reg.exe regapi.dll RegCtrl.dll regedt32.exe regidle.dll regini.exe Register-CimProvider.exe regsvc.dll regsvr32.exe reguwpapi.dll ReInfo.dll rekeywiz.exe relog.exe RelPost.exe RemoteAppLifetimeManager.exe RemoteAppLifetimeManagerProxyStub.dll remoteaudioendpoint.dll remotepg.dll RemotePosWorker.exe remotesp.tsp RemoteSystemToastIcon.contrast-white.png RemoteSystemToastIcon.png RemoteWipeCSP.dll RemovableMediaProvisioningPlugin.dll RemoveDeviceContextHandler.dll RemoveDeviceElevated.dll removerootporterr.mof rendezvousSession.tlb repair-bde.exe replace.exe ReportingCSP.dll RESAMPLEDMO.DLL ResBParser.dll reset.exe reseteng.dll ResetEngine.dll ResetEngine.exe ResetEngOnline.dll resmon.exe ResourceMapper.dll ResourcePolicyClient.dll ResourcePolicyServer.dll ResPriHMImageList ResPriHMImageListLowCost ResPriImageList ResPriImageListLowCost ResPriLMImageList ResPriUHMImageList RestartManager.mof RestartManagerUninstall.mof RestartNowPower_80.contrast-black.png RestartNowPower_80.contrast-white.png RestartNowPower_80.png RestartTonight_80.png RestartTonight_80_contrast-black.png RestartTonight_80_contrast-white.png restore resutils.dll rgb9rast.dll Ribbons.scr riched20.dll riched32.dll RjvMDMConfig.dll RMActivate.exe RMActivate_isv.exe RMActivate_ssp.exe RMActivate_ssp_isv.exe RMapi.dll rmclient.dll RmClient.exe RMSRoamingSecurity.dll rmttpmvscmgrsvr.exe rnr20.dll ro-RO RoamingSecurity.dll Robocopy.exe rometadata.dll rootporterr.mof RotMgr.dll ROUTE.EXE RpcEpMap.dll rpchttp.dll RpcNs4.dll rpcnsh.dll RpcPing.exe rpcrt4.dll RpcRtRemote.dll rpcss.dll rrinstaller.exe rsaenh.dll rshx32.dll rsop.msc RstMwEventLogMsg.dll RstrtMgr.dll rstrui.exe rtffilt.dll Rtlihvs.dll rtm.dll rtmcodecs.dll RTMediaFrame.dll rtmmvrortc.dll rtmpal.dll rtmpltfm.dll rtutils.dll RTWorkQ.dll ru-RU RuleBasedDS.dll runas.exe rundll32.exe runexehelper.exe RunLegacyCPLElevated.exe runonce.exe RuntimeBroker.exe rwinsta.exe samcli.dll samlib.dll samsrv.dll sas.dll sbe.dll sbeio.dll sberes.dll sbresources.dll sbservicetrigger.dll sc.exe ScanPlugin.dll scansetting.dll SCardBi.dll SCardDlg.dll SCardSvr.dll ScavengeSpace.xml scavengeui.dll ScDeviceEnum.dll scecli.dll scesrv.dll schannel.dll schedcli.dll schedsvc.dll ScheduleTime_80.contrast-black.png ScheduleTime_80.contrast-white.png ScheduleTime_80.png schtasks.exe scksp.dll scripto.dll ScriptRunner.exe scrnsave.scr scrobj.dll scrptadm.dll scrrun.dll sdbinst.exe sdchange.exe sdclt.exe sdcpl.dll SDDS.dll sdengin2.dll SDFHost.dll sdhcinst.dll sdiageng.dll sdiagnhost.exe sdiagprv.dll sdiagschd.dll sdohlp.dll sdrsvc.dll sdshext.dll Search.ProtocolHandler.MAPI2.dll SearchFilterHost.exe SearchFolder.dll SearchIndexer.exe SearchIndexerCore.dll SearchProtocolHost.exe SebBackgroundManagerPolicy.dll SecConfig.efi SecEdit.exe Secedit.jfm Secedit.sdb sechost.dll secinit.exe seclogon.dll secpol.msc secproc.dll secproc_isv.dll secproc_ssp.dll secproc_ssp_isv.dll secur32.dll SecureAssessmentHandlers.dll SecureBootEncodeUEFI.exe SecureBootUpdates securekernel.exe securekernella57.exe SecureTimeAggregator.dll security.dll SecurityAndMaintenance.png SecurityAndMaintenance_Alert.png SecurityAndMaintenance_Error.png SecurityCenterBroker.dll SecurityCenterBrokerPS.dll SecurityHealth SecurityHealthAgent.dll SecurityHealthCore.dll SecurityHealthHost.exe SecurityHealthProxyStub.dll SecurityHealthService.exe SecurityHealthSSO.dll SecurityHealthSsoUdk.dll SecurityHealthSystray.exe SecurityHealthUdk.dll sedplugins.dll SEMgrPS.dll SEMgrSvc.dll sendmail.dll Sens.dll SensApi.dll SensorDataService.exe SensorPerformanceEvents.dll SensorsApi.dll SensorsClassExtension.dll SensorsCpl.dll SensorService.dll SensorsNativeApi.dll SensorsNativeApi.V2.dll SensorsUtilsV2.dll sensrsvc.dll serialui.dll services.exe services.msc ServicingCommon.dll ServicingUAPI.dll serwvdrv.dll SessEnv.dll sessionmsg.exe setbcdlocale.dll sethc.exe SetNetworkLocation.dll SetNetworkLocationFlyout.dll SetProxyCredential.dll setspn.exe settings.dat SettingsEnvironment.Desktop.dll SettingsExtensibilityHandlers.dll SettingsHandlers_Accessibility.dll SettingsHandlers_AdvertisingId.dll SettingsHandlers_AnalogShell.dll SettingsHandlers_AppControl.dll SettingsHandlers_AppExecutionAlias.dll SettingsHandlers_AssignedAccess.dll SettingsHandlers_Authentication.dll SettingsHandlers_BackgroundApps.dll SettingsHandlers_Backup.dll SettingsHandlers_BatteryUsage.dll SettingsHandlers_BrowserDeclutter.dll SettingsHandlers_Camera.dll SettingsHandlers_CapabilityAccess.dll SettingsHandlers_Clipboard.dll SettingsHandlers_ClosedCaptioning.dll SettingsHandlers_ContentDeliveryManager.dll SettingsHandlers_Cortana.dll SettingsHandlers_DesktopTaskbar.dll SettingsHandlers_Devices.dll SettingsHandlers_Display.dll SettingsHandlers_Flights.dll SettingsHandlers_Fonts.dll SettingsHandlers_ForceSync.dll SettingsHandlers_Gaming.dll SettingsHandlers_Geolocation.dll SettingsHandlers_Gpu.dll SettingsHandlers_HoloLens_Environment.dll SettingsHandlers_HumanPresence.dll SettingsHandlers_IME.dll SettingsHandlers_InkingTypingPrivacy.dll SettingsHandlers_InputPersonalization.dll SettingsHandlers_Keyboard.dll SettingsHandlers_Language.dll SettingsHandlers_ManagePhone.dll SettingsHandlers_Maps.dll SettingsHandlers_Mouse.dll SettingsHandlers_Notifications.dll SettingsHandlers_nt.dll SettingsHandlers_OneCore_BatterySaver.dll SettingsHandlers_OneCore_PowerAndSleep.dll SettingsHandlers_OneDriveBackup.dll SettingsHandlers_OptionalFeatures.dll SettingsHandlers_PCDisplay.dll SettingsHandlers_Pen.dll SettingsHandlers_Region.dll SettingsHandlers_SharedExperiences_Rome.dll SettingsHandlers_SIUF.dll SettingsHandlers_SpeechPrivacy.dll SettingsHandlers_Startup.dll SettingsHandlers_Storage.dll SettingsHandlers_StorageSense.dll SettingsHandlers_Touch.dll SettingsHandlers_Troubleshoot.dll SettingsHandlers_User.dll SettingsHandlers_UserAccount.dll SettingsHandlers_UserExperience.dll SettingsHandlers_UserIntent.dll SettingsHandlers_WorkAccess.dll SettingSyncDownloadHelper.dll setup setupapi.dll setupcl.dll setupcl.exe setupcln.dll setupetw.dll setupugc.exe setx.exe sfc.dll sfc.exe sfc_os.dll Sgrm SgrmBroker.exe SgrmEnclave.dll SgrmEnclave_secure.dll SgrmLpac.exe shacct.dll shacctprofile.dll SharedPCCSP.dll SharedRealitySvc.dll ShareHost.dll sharemediacpl.dll SHCore.dll shdocvw.dll shell32.dll ShellAppRuntime.exe ShellCommonCommonProxyStub.dll ShellExperiences shellstyle.dll shfolder.dll shgina.dll ShiftJIS.uce shimeng.dll shimgvw.dll shlwapi.dll shpafact.dll shrpubw.exe shsetup.dll shsvcs.dll shunimpl.dll shutdown.exe shutdownext.dll shutdownux.dll shwebsvc.dll signdrv.dll sigverif.exe SIHClient.exe sihost.exe SimAuth.dll SimCfg.dll simpdata.tlb sk-SK skci.dll sl-SI slc.dll slcext.dll SleepStudy SlideToShutDown.exe slmgr slmgr.vbs slui.exe slwga.dll SmallRoom.bin SmartCardBackgroundPolicy.dll SmartcardCredentialProvider.dll SmartCardSimulator.dll smartscreen.exe smartscreenps.dll SMBHelperClass.dll smbwmiv2.dll SMI SmiEngine.dll smphost.dll SmsRouterSvc.dll smss.exe SndVol.exe SndVolSSO.dll snmpapi.dll snmptrap.exe Snooze_80.contrast-black.png Snooze_80.contrast-white.png Snooze_80.png socialapis.dll softkbd.dll softpub.dll sort.exe SortServer2003Compat.dll SortWindows61.dll SortWindows62.dll SortWindows63.dll SortWindows6Compat.dll SpaceAgent.exe spacebridge.dll SpaceControl.dll spaceman.exe spaceutil.exe SpatialAudioLicenseSrv.exe spatialinteraction.dll SpatializerApo.dll SpatialStore.dll spbcd.dll SpeakersSystemToastIcon.contrast-white.png SpeakersSystemToastIcon.png Spectrum.exe SpectrumSyncClient.dll Speech SpeechPal.dll Speech_OneCore spfileq.dll spinf.dll spmpm.dll spnet.dll spool spoolss.dll spoolsv.exe spopk.dll spp spp.dll sppc.dll sppcext.dll sppcomapi.dll sppcommdlg.dll SppExtComObj.Exe sppnp.dll sppobjs.dll sppsvc.exe sppui sppwinob.dll sppwmi.dll spwinsat.dll spwizeng.dll spwizimg.dll spwizres.dll spwmp.dll SqlServerSpatial150.dll sqlsrv32.dll sqlsrv32.rll sqmapi.dll sr-Latn-RS SRACAVIControl.ocx srchadmin.dll srclient.dll srcore.dll srdelayed.exe SrEvents.dll SRH.dll srhelper.dll srm.dll srmclient.dll srmlib.dll srms-apr-v.dat srms-apr.dat srms.dat srmscan.dll srmshell.dll srmstormod.dll srmtrace.dll srm_ps.dll srpapi.dll SrpUxNativeSnapIn.dll srrstr.dll SrTasks.exe sru srumapi.dll srumsvc.dll srvcli.dll srvsvc.dll srwmi.dll sscore.dll sscoreext.dll ssdm.dll ssdpapi.dll ssdpsrv.dll sspicli.dll sspisrv.dll SSShim.dll ssText3d.scr sstpcfg.dll sstpsvc.dll StartMenuHelper64.dll StartTileData.dll Startupscan.dll StateRepository.Core.dll stclient.dll stdole2.tlb stdole32.tlb sti.dll sti_ci.dll stobject.dll StorageContextHandler.dll StorageUsage.dll storagewmi.dll storagewmi_passthru.dll stordiag.exe storewuauth.dll Storprop.dll StorSvc.dll streamci.dll StringFeedbackEngine.dll StructuredQuery.dll SubRange.uce subst.exe sud.dll sv-SE svchost.exe svf.dll svsvc.dll SwitcherDataModel.dll swprv.dll sxproxy.dll sxs.dll sxshared.dll sxssrv.dll sxsstore.dll sxstrace.exe SyncAppvPublishingServer.exe SyncAppvPublishingServer.vbs SyncCenter.dll SyncController.dll SyncHost.exe SyncHostps.dll SyncInfrastructure.dll SyncInfrastructureps.dll SyncProxy.dll Syncreg.dll SyncRes.dll SyncSettings.dll syncutil.dll sysclass.dll sysdm.cpl SysFxUI.dll sysmain.dll sysmon.ocx sysntfy.dll Sysprep sysprint.sep sysprtj.sep SysResetErr.exe syssetup.dll systemcpl.dll SystemEventsBrokerClient.dll SystemEventsBrokerServer.dll systeminfo.exe SystemPropertiesAdvanced.exe SystemPropertiesComputerName.exe SystemPropertiesDataExecutionPrevention.exe SystemPropertiesHardware.exe SystemPropertiesPerformance.exe SystemPropertiesProtection.exe SystemPropertiesRemote.exe systemreset.exe SystemResetPlatform SystemSettings.DataModel.dll SystemSettings.DeviceEncryptionHandlers.dll SystemSettings.Handlers.dll SystemSettings.SettingsExtensibility.dll SystemSettings.UserAccountsHandlers.dll SystemSettingsAdminFlows.exe SystemSettingsBroker.exe SystemSettingsRemoveDevice.exe SystemSettingsThresholdAdminFlowUI.dll SystemSupportInfo.dll SystemUWPLauncher.exe systray.exe t2embed.dll Tabbtn.dll TabbtnEx.dll tabcal.exe TabletPC.cpl TabSvc.dll takeown.exe tapi3.dll tapi32.dll tapilua.dll TapiMigPlugin.dll tapiperf.dll tapisrv.dll TapiSysprep.dll tapiui.dll TapiUnattend.exe tar.exe TaskApis.dll Taskbar.dll taskbarcpl.dll taskcomp.dll TaskFlowDataEngine.dll taskhostw.exe taskkill.exe tasklist.exe Taskmgr.exe Tasks taskschd.dll taskschd.msc TaskSchdPS.dll tbauth.dll tbs.dll tcblaunch.exe tcbloader.dll tcmsetup.exe tcpbidi.xml tcpipcfg.dll tcpmib.dll tcpmon.dll tcpmon.ini tcpmonui.dll TCPSVCS.EXE tdc.ocx tdh.dll tdhres.dll TDLMigration.dll TEEManagement64.dll telephon.cpl TelephonyInteractiveUser.dll TelephonyInteractiveUserRes.dll tellib.dll TempSignedLicenseExchangeTask.dll TenantRestrictionsPlugin.dll termmgr.dll termsrv.dll tetheringclient.dll tetheringconfigsp.dll TetheringIeProvider.dll TetheringMgr.dll tetheringservice.dll TetheringStation.dll TextInputFramework.dll TextInputMethodFormatter.dll TextShaping.dll th-TH themecpl.dll Themes.SsfDownload.ScheduledTask.dll themeservice.dll themeui.dll ThirdPartyNoticesBySHS.txt threadpoolwinrt.dll thumbcache.dll ThumbnailExtractionHost.exe tier2punctuations.dll TieringEngineProxy.dll TieringEngineService.exe TileDataRepository.dll TimeBrokerClient.dll TimeBrokerServer.dll timedate.cpl TimeDateMUICallback.dll timeout.exe timesync.dll TimeSyncTask.dll tlscsp.dll TmInstall.log TmLWE TmSysEvtEventTrackCP.log TmSysEvtEventTrackLPC.log TmSysEvtEventTrackSM.log tmumh tokenbinding.dll TokenBroker.dll TokenBrokerCookies.exe TokenBrokerUI.dll tpm.msc TpmCertResources.dll tpmcompc.dll TpmCoreProvisioning.dll TpmInit.exe TpmTasks.dll TpmTool.exe tpmvsc.dll tpmvscmgr.exe tpmvscmgrsvr.exe tquery.dll tr-TR tracerpt.exe TRACERT.EXE traffic.dll TransformPPSToWlan.xslt TransformPPSToWlanCredentials.xslt TransliterationRanker.dll TransportDSA.dll tree.com trie.dll trkwks.dll TrustedSignalCredProv.dll tsbyuv.dll tscfgwmi.dll tscon.exe tsdiscon.exe TSErrRedir.dll tsf3gip.dll tsgqec.dll tskill.exe tsmf.dll TSpkg.dll tspubwmi.dll TSSessionUX.dll tssrvlic.dll TSTheme.exe TsUsbGDCoInstaller.dll TsUsbRedirectionGroupPolicyExtension.dll TSWbPrxy.exe TSWorkspace.dll TsWpfWrp.exe ttdinject.exe ttdloader.dll ttdplm.dll ttdrecord.dll ttdrecordcpu.dll TtlsAuth.dll TtlsCfg.dll TtlsExt.dll tttracer.exe tvratings.dll twext.dll twinapi.appcore.dll twinapi.dll twinui.appcore.dll twinui.dll twinui.pcshell.dll txflog.dll txfw32.dll typeperf.exe tzautoupdate.dll tzres.dll tzsync.exe tzsyncres.dll tzutil.exe ubpm.dll ucmhc.dll ucrtbase.dll ucrtbased.dll ucrtbase_clr0400.dll ucrtbase_enclave.dll ucsvc.exe udhisapi.dll uDWM.dll UefiCsp.dll UevAgentPolicyGenerator.exe UevAppMonitor.exe UevAppMonitor.exe.config UevCustomActionTypes.tlb UevTemplateBaselineGenerator.exe UevTemplateConfigItemGenerator.exe uexfat.dll ufat.dll UiaManager.dll UIAnimation.dll UIAutomationCore.dll uicom.dll UIManagerBrokerps.dll UIMgrBroker.exe uireng.dll UIRibbon.dll UIRibbonRes.dll uk-UA ulib.dll umb.dll umdmxfrm.dll umpdc.dll umpnpmgr.dll umpo-overrides.dll umpo.dll umpodev.dll umpoext.dll umpowmi.dll umrdp.dll unattend.dll unenrollhook.dll unimdm.tsp unimdmat.dll uniplat.dll Unistore.dll unlodctr.exe UNP unregmp2.exe untfs.dll UpdateAgent.dll updatecsp.dll UpdateDeploy.dll UpdateHeartbeatScan.dll updatepolicy.dll UpdatePolicyScenarioReliabilityAggregator.dll upfc.exe UpgradeResultsUI.exe upnp.dll upnpcont.exe upnphost.dll UPPrinterInstaller.exe UPPrinterInstallsCSP.dll upshared.dll uReFS.dll uReFSv1.dll ureg.dll url.dll urlmon.dll UsbCApi.dll usbceip.dll usbmon.dll usbperf.dll UsbPmApi.dll UsbSettingsHandlers.dll UsbTask.dll usbui.dll user32.dll UserAccountBroker.exe UserAccountControlSettings.dll UserAccountControlSettings.exe useractivitybroker.dll usercpl.dll UserDataAccessRes.dll UserDataAccountApis.dll UserDataLanguageUtil.dll UserDataPlatformHelperUtil.dll UserDataService.dll UserDataSource.exe UserDataTimeUtil.dll UserDataTypeHelperUtil.dll UserDeviceRegistration.dll UserDeviceRegistration.Ngc.dll userenv.dll userinit.exe userinitext.dll UserLanguageProfileCallback.dll usermgr.dll usermgrcli.dll UserMgrProxy.dll usk.rs usoapi.dll UsoClient.exe usocoreps.dll usosvc.dll usosvcimpl.dll usp10.dll ustprov.dll utcapi.dll UtcDecoderHost.exe utcutil.dll utildll.dll Utilman.exe uudf.dll UvcModel.dll uwfcfgmgmt.dll uwfcsp.dll uwfservicingapi.dll UXInit.dll uxlib.dll uxlibres.dll uxtheme.dll vac.dll VAN.dll Vault.dll VaultCDS.dll vaultcli.dll VaultCmd.exe VaultRoaming.dll vaultsvc.dll VBICodec.ax vbisurf.ax vbsapi.dll vbscript.dll vbssysprep.dll vcamp110.dll vcamp120.dll vcamp140.dll vcamp140d.dll VCardParser.dll vccorlib110.dll vccorlib120.dll vccorlib140.dll vccorlib140d.dll vcomp100.dll vcomp110.dll vcomp120.dll vcomp140.dll vcomp140d.dll vcruntime140.dll vcruntime140d.dll vcruntime140_1.dll vcruntime140_1d.dll vcruntime140_1_clr0400.dll vcruntime140_clr0400.dll vcruntime140_threads.dll vcruntime140_threadsd.dll vds.exe vdsbas.dll vdsdyn.dll vdsldr.exe vdsutil.dll vdsvd.dll vds_ps.dll verclsid.exe verifier.dll verifier.exe verifiergui.exe version.dll vertdll.dll vfbasics.dll vfcompat.dll vfcuzz.dll vfluapriv.dll vfnet.dll vfntlmless.dll vfnws.dll vfprint.dll vfprintpthelper.dll vfrdvcompat.dll vfuprov.dll vfwwdm32.dll VhfUm.dll vi-VN vid.dll vidcap.ax VideoHandlers.dll VIDRESZR.DLL virtdisk.dll VirtualMonitorManager.dll VmApplicationHealthMonitorProxy.dll vmbuspipe.dll vmbuspiper.dll vmbusvdev.dll vmchipset.dll vmcompute.dll vmcompute.exe vmcomputeeventlog.dll VmCrashDump.dll vmdevicehost.dll vmdynmem.dll VmFirmware Third-Party Notices.txt vmfirmware.dll vmflexio.dll vmhbmgmt.dll vmiccore.dll vmictimeprovider.dll vmnetbridge.dll vmpmem.dll vmprox.dll vmrdvcore.dll vmserial.dll vmsif.dll vmsifcore.dll vmsifproxystub.dll vmsmb.dll VmSynthNic.dll vmsynthstor.dll vmuidevices.dll vmusrv.dll vmvirtio.dll vmvpci.dll vmwp.exe vmwpctrl.dll vmwpevents.dll vnetinst.dll vnetlib64.dll VocabRoamingHandler.dll VoiceActivationManager.dll VoipRT.dll vp9fs.dll vpnike.dll vpnikeapi.dll VpnSohDesktop.dll VPNv2CSP.dll VrdUmed.dll vrfcore.dll VscMgrPS.dll vscover150.dll vscover170.dll VSD3DWARPDebug.dll vsflex8n.ocx VsGraphicsCapture.dll VsGraphicsDesktopEngine.exe VsGraphicsExperiment.dll VsGraphicsHelper.dll VsGraphicsProxyStub.dll VsGraphicsRemoteEngine.exe vsjitdebugger.exe vsocklib.dll VSPerf170.dll vssadmin.exe vssapi.dll vsstrace.dll VSSVC.exe vss_ps.dll vulkan-1-999-0-0-0.dll vulkan-1.dll vulkaninfo-1-999-0-0-0.exe vulkaninfo.exe w32time.dll w32tm.exe w32topl.dll WaaSAssessment.dll WaaSMedicAgent.exe WaaSMedicCapsule.dll WaaSMedicPS.dll WaaSMedicSvc.dll WABSyncProvider.dll waitfor.exe WalletBackgroundServiceProxy.dll WalletProxy.dll WalletService.dll WallpaperHost.exe wavemsp.dll wbadmin.exe wbem wbemcomn.dll wbengine.exe wbiosrvc.dll wci.dll wcimage.dll wcmapi.dll wcmcsp.dll wcmsvc.dll WCN WcnApi.dll wcncsvc.dll WcnEapAuthProxy.dll WcnEapPeerProxy.dll WcnNetsh.dll wcnwiz.dll WcosPowerIcon_100.png WcosPowerIcon_100_contrast-black.png WcosPowerIcon_100_contrast-white.png wc_storage.dll wdc.dll WDI wdi.dll wdigest.dll wdmaud.drv wdscore.dll WdsUnattendTemplate.xml WEB.rs webauthn.dll WebcamUi.dll webcheck.dll WebClnt.dll webio.dll webplatstorageserver.dll WebRuntimeManager.dll webservices.dll Websocket.dll wecapi.dll wecsvc.dll wecutil.exe wephostsvc.dll wer.dll werconcpl.dll wercplsupport.dll werdiagcontroller.dll WerEnc.dll weretw.dll WerFault.exe WerFaultSecure.exe wermgr.exe wersvc.dll werui.dll wevtapi.dll wevtfwd.dll wevtsvc.dll wevtutil.exe wextract.exe WF.msc wfapigp.dll wfdprov.dll WFDSConMgr.dll WFDSConMgrSvc.dll WfHC.dll WFS.exe WFSR.dll whealogr.dll where.exe whhelper.dll whoami.exe wiaacmgr.exe wiaaut.dll wiadefui.dll wiadss.dll WiaExtensionHost64.dll wiarpc.dll wiascanprofiles.dll wiaservc.dll wiashext.dll wiatrace.dll wiawow64.exe WiFiCloudStore.dll WiFiConfigSP.dll wifidatacapabilityhandler.dll WiFiDisplay.dll wifinetworkmanager.dll wifitask.exe WimBootCompress.ini wimgapi.dll wimserv.exe win32appinventorycsp.dll Win32CompatibilityAppraiserCSP.dll win32k.sys win32kbase.sys win32kfull.sys win32kns.sys win32spl.dll win32u.dll Win32_DeviceGuard.dll winbio.dll WinBioDatabase WinBioDataModel.dll WinBioDataModelOOBE.exe winbioext.dll WinBioPlugIns winbrand.dll wincorlib.dll wincredprovider.dll wincredui.dll windlp.dll WindowManagement.dll WindowManagementAPI.dll Windows.AccountsControl.dll Windows.AI.MachineLearning.dll Windows.AI.MachineLearning.Preview.dll Windows.ApplicationModel.Background.SystemEventsBroker.dll Windows.ApplicationModel.Background.TimeBroker.dll Windows.ApplicationModel.ConversationalAgent.dll windows.applicationmodel.conversationalagent.internal.proxystub.dll windows.applicationmodel.conversationalagent.proxystub.dll Windows.ApplicationModel.Core.dll windows.applicationmodel.datatransfer.dll Windows.ApplicationModel.dll Windows.ApplicationModel.LockScreen.dll Windows.ApplicationModel.Store.dll Windows.ApplicationModel.Store.Preview.DOSettings.dll Windows.ApplicationModel.Store.TestingFramework.dll Windows.ApplicationModel.Wallet.dll Windows.CloudStore.dll Windows.CloudStore.Schema.DesktopShell.dll Windows.CloudStore.Schema.Shell.dll Windows.Cortana.Desktop.dll Windows.Cortana.OneCore.dll Windows.Cortana.ProxyStub.dll Windows.Data.Activities.dll Windows.Data.Pdf.dll Windows.Devices.AllJoyn.dll Windows.Devices.Background.dll Windows.Devices.Background.ps.dll Windows.Devices.Bluetooth.dll Windows.Devices.Custom.dll Windows.Devices.Custom.ps.dll Windows.Devices.Enumeration.dll Windows.Devices.Haptics.dll Windows.Devices.HumanInterfaceDevice.dll Windows.Devices.Lights.dll Windows.Devices.LowLevel.dll Windows.Devices.Midi.dll Windows.Devices.Perception.dll Windows.Devices.Picker.dll Windows.Devices.PointOfService.dll Windows.Devices.Portable.dll Windows.Devices.Printers.dll Windows.Devices.Printers.Extensions.dll Windows.Devices.Radios.dll Windows.Devices.Scanners.dll Windows.Devices.Sensors.dll Windows.Devices.SerialCommunication.dll Windows.Devices.SmartCards.dll Windows.Devices.SmartCards.Phone.dll Windows.Devices.Usb.dll Windows.Devices.WiFi.dll Windows.Devices.WiFiDirect.dll Windows.Energy.dll Windows.FileExplorer.Common.dll Windows.Gaming.Input.dll Windows.Gaming.Preview.dll Windows.Gaming.UI.GameBar.dll Windows.Gaming.XboxLive.Storage.dll Windows.Globalization.dll Windows.Globalization.Fontgroups.dll Windows.Globalization.PhoneNumberFormatting.dll Windows.Graphics.Display.BrightnessOverride.dll Windows.Graphics.Display.DisplayEnhancementOverride.dll Windows.Graphics.dll Windows.Graphics.Printing.3D.dll Windows.Graphics.Printing.dll Windows.Graphics.Printing.Workflow.dll Windows.Graphics.Printing.Workflow.Native.dll Windows.Help.Runtime.dll windows.immersiveshell.serviceprovider.dll Windows.Internal.AdaptiveCards.XamlCardRenderer.dll Windows.Internal.CapturePicker.Desktop.dll Windows.Internal.CapturePicker.dll Windows.Internal.Devices.Bluetooth.dll Windows.Internal.Devices.Sensors.dll Windows.Internal.Feedback.Analog.dll Windows.Internal.Feedback.Analog.ProxyStub.dll Windows.Internal.Graphics.Display.DisplayColorManagement.dll Windows.Internal.Graphics.Display.DisplayEnhancementManagement.dll Windows.Internal.Management.dll Windows.Internal.Management.SecureAssessment.dll Windows.Internal.PlatformExtension.DevicePickerExperience.dll Windows.Internal.PlatformExtension.MiracastBannerExperience.dll Windows.Internal.PredictionUnit.dll Windows.Internal.Security.Attestation.DeviceAttestation.dll Windows.Internal.SecurityMitigationsBroker.dll Windows.Internal.Shell.Broker.dll windows.internal.shellcommon.AccountsControlExperience.dll windows.internal.shellcommon.AppResolverModal.dll Windows.Internal.ShellCommon.Broker.dll Windows.Internal.ShellCommon.dll windows.internal.shellcommon.FilePickerExperienceMEM.dll Windows.Internal.ShellCommon.PrintExperience.dll windows.internal.shellcommon.shareexperience.dll windows.internal.shellcommon.TokenBrokerModal.dll Windows.Internal.Signals.dll Windows.Internal.System.UserProfile.dll Windows.Internal.Taskbar.dll Windows.Internal.UI.BioEnrollment.ProxyStub.dll Windows.Internal.UI.Dialogs.dll Windows.Internal.UI.Logon.ProxyStub.dll Windows.Internal.UI.Shell.WindowTabManager.dll Windows.Management.EnrollmentStatusTracking.ConfigProvider.dll Windows.Management.InprocObjects.dll Windows.Management.ModernDeployment.ConfigProviders.dll Windows.Management.Provisioning.ProxyStub.dll Windows.Management.SecureAssessment.CfgProvider.dll Windows.Management.SecureAssessment.Diagnostics.dll Windows.Management.Service.dll Windows.Management.Workplace.dll Windows.Management.Workplace.WorkplaceSettings.dll Windows.Media.Audio.dll Windows.Media.BackgroundMediaPlayback.dll Windows.Media.BackgroundPlayback.exe Windows.Media.Devices.dll Windows.Media.dll Windows.Media.Editing.dll Windows.Media.FaceAnalysis.dll Windows.Media.Import.dll Windows.Media.MediaControl.dll Windows.Media.MixedRealityCapture.dll Windows.Media.Ocr.dll Windows.Media.Playback.BackgroundMediaPlayer.dll Windows.Media.Playback.MediaPlayer.dll Windows.Media.Playback.ProxyStub.dll Windows.Media.Protection.PlayReady.dll Windows.Media.Renewal.dll Windows.Media.Speech.dll Windows.Media.Speech.UXRes.dll Windows.Media.Streaming.dll Windows.Media.Streaming.ps.dll Windows.Mirage.dll Windows.Mirage.Internal.dll Windows.Networking.BackgroundTransfer.BackgroundManagerPolicy.dll Windows.Networking.BackgroundTransfer.ContentPrefetchTask.dll Windows.Networking.BackgroundTransfer.dll Windows.Networking.Connectivity.dll Windows.Networking.dll Windows.Networking.HostName.dll Windows.Networking.NetworkOperators.ESim.dll Windows.Networking.NetworkOperators.HotspotAuthentication.dll Windows.Networking.Proximity.dll Windows.Networking.ServiceDiscovery.Dnssd.dll Windows.Networking.Sockets.PushEnabledApplication.dll Windows.Networking.UX.EapRequestHandler.dll Windows.Networking.Vpn.dll Windows.Networking.XboxLive.ProxyStub.dll Windows.Payments.dll Windows.Perception.Stub.dll Windows.Security.Authentication.Identity.Provider.dll Windows.Security.Authentication.OnlineId.dll Windows.Security.Authentication.Web.Core.dll Windows.Security.Credentials.UI.CredentialPicker.dll Windows.Security.Credentials.UI.UserConsentVerifier.dll Windows.Security.Integrity.dll Windows.Services.TargetedContent.dll Windows.SharedPC.AccountManager.dll Windows.SharedPC.CredentialProvider.dll Windows.Shell.BlueLightReduction.dll Windows.Shell.ServiceHostBuilder.dll Windows.Shell.StartLayoutPopulationEvents.dll Windows.StateRepository.dll Windows.StateRepositoryBroker.dll Windows.StateRepositoryClient.dll Windows.StateRepositoryCore.dll Windows.StateRepositoryPS.dll Windows.StateRepositoryUpgrade.dll Windows.Storage.ApplicationData.dll Windows.Storage.Compression.dll windows.storage.dll Windows.Storage.OneCore.dll Windows.Storage.Search.dll Windows.System.Diagnostics.dll Windows.System.Diagnostics.Telemetry.PlatformTelemetryClient.dll Windows.System.Diagnostics.TraceReporting.PlatformDiagnosticActions.dll Windows.System.Launcher.dll Windows.System.Profile.HardwareId.dll Windows.System.Profile.PlatformDiagnosticsAndUsageDataSettings.dll Windows.System.Profile.RetailInfo.dll Windows.System.Profile.SystemId.dll Windows.System.Profile.SystemManufacturers.dll Windows.System.RemoteDesktop.dll Windows.System.SystemManagement.dll Windows.System.UserDeviceAssociation.dll Windows.System.UserProfile.DiagnosticsSettings.dll Windows.UI.Accessibility.dll Windows.UI.AppDefaults.dll Windows.UI.BioFeedback.dll Windows.UI.BlockedShutdown.dll Windows.UI.Core.TextInput.dll Windows.UI.Cred.dll Windows.UI.CredDialogController.dll Windows.UI.dll Windows.UI.FileExplorer.dll Windows.UI.Immersive.dll Windows.UI.Input.Inking.Analysis.dll Windows.UI.Input.Inking.dll Windows.UI.Internal.Input.ExpressiveInput.dll Windows.UI.Internal.Input.ExpressiveInput.Resource.dll Windows.UI.Logon.dll Windows.UI.NetworkUXController.dll Windows.UI.PicturePassword.dll Windows.UI.Search.dll Windows.UI.Shell.dll Windows.UI.Shell.Internal.AdaptiveCards.dll Windows.UI.Storage.dll Windows.UI.Xaml.Controls.dll Windows.UI.Xaml.dll Windows.UI.Xaml.InkControls.dll Windows.UI.Xaml.Maps.dll Windows.UI.Xaml.Phone.dll Windows.UI.Xaml.Resources.19h1.dll Windows.UI.Xaml.Resources.21h1.dll Windows.UI.Xaml.Resources.Common.dll Windows.UI.Xaml.Resources.rs1.dll Windows.UI.Xaml.Resources.rs2.dll Windows.UI.Xaml.Resources.rs3.dll Windows.UI.Xaml.Resources.rs4.dll Windows.UI.Xaml.Resources.rs5.dll Windows.UI.Xaml.Resources.th.dll Windows.UI.Xaml.Resources.win81.dll Windows.UI.Xaml.Resources.win8rtm.dll Windows.UI.XamlHost.dll Windows.Update.dll Windows.WARP.JITService.dll Windows.WARP.JITService.exe Windows.Web.Diagnostics.dll Windows.Web.dll Windows.Web.Http.dll WindowsActionDialog.exe WindowsCodecs.dll WindowsCodecsExt.dll WindowsCodecsRaw.dll WindowsCodecsRaw.txt WindowsDefaultHeatProcessor.dll windowsdefenderapplicationguardcsp.dll WindowsInternal.ComposableShell.Display.dll WindowsInternal.Shell.CompUiActivation.dll WindowsIoTCsp.dll windowslivelogin.dll WindowsManagementServiceWinRt.ProxyStub.dll windowsperformancerecordercontrol.dll WindowsPowerShell WindowsSecurityIcon.png windowsudk.shellcommon.dll windowsudkservices.shellcommon.dll WindowsUpdate.ico WindowsUpdateElevatedInstaller.exe WindowsUpdateIcon.ico WindowsUpdateImportant.ico WindowsUpdateOK.ico WindowsUpdateSeeker.ico WindowsUpdateWarning.ico winethc.dll winevt WinFax.dll winhttp.dll winhttpcom.dll WinHvEmulation.dll WinHvPlatform.dll wininet.dll wininetlui.dll wininit.exe wininitext.dll winipcfile.dll winipcsecproc.dll winipsec.dll Winlangdb.dll winload.efi winload.exe winlogon.exe winlogonext.dll winmde.dll WinMetadata winml.dll winmm.dll winmmbase.dll winmsipc.dll WinMsoIrmProtector.dll winnlsres.dll winnsi.dll WinOpcIrmProtector.dll WinREAgent.dll winresume.efi winresume.exe winrm winrm.cmd winrm.vbs winrnr.dll winrs.exe winrscmd.dll winrshost.exe winrsmgr.dll winrssrv.dll WinRTNetMUAHostServer.exe WinRtTracing.dll WinSAT.exe WinSATAPI.dll WinSCard.dll winshfhc.dll winsku.dll winsockhc.dll winspool.drv winsqlite3.dll WINSRPC.DLL winsrv.dll winsrvext.dll winsta.dll WinSync.dll WinSyncMetastore.dll WinSyncProviders.dll wintrust.dll WinTypes.dll winusb.dll winver.exe WiredNetworkCSP.dll wisp.dll witnesswmiv2provider.dll wkscli.dll wkspbroker.exe wkspbrokerAx.dll wksprt.exe wksprtPS.dll wkssvc.dll wlanapi.dll wlancfg.dll WLanConn.dll wlandlg.dll wlanext.exe wlangpui.dll WLanHC.dll wlanhlp.dll WlanMediaManager.dll WlanMM.dll wlanmsm.dll wlanpref.dll WlanRadioManager.dll wlansec.dll wlansvc.dll wlansvcpal.dll wlanui.dll wlanutil.dll Wldap32.dll wldp.dll wlgpclnt.dll wlidcli.dll wlidcredprov.dll wlidfdp.dll wlidnsp.dll wlidprov.dll wlidres.dll wlidsvc.dll wlrmdr.exe WMADMOD.DLL WMADMOE.DLL WMALFXGFXDSP.dll WMASF.DLL wmcodecdspps.dll wmdmlog.dll wmdmps.dll wmdrmsdk.dll wmerror.dll wmi.dll wmiclnt.dll wmidcom.dll wmidx.dll WmiMgmt.msc wmiprop.dll wmitomi.dll WMNetMgr.dll wmp.dll WMPDMC.exe WmpDui.dll wmpdxm.dll wmpeffects.dll WMPhoto.dll wmploc.DLL wmpps.dll wmpshell.dll wmsgapi.dll WMSPDMOD.DLL WMSPDMOE.DLL WMVCORE.DLL WMVDECOD.DLL wmvdspa.dll WMVENCOD.DLL WMVSDECD.DLL WMVSENCD.DLL WMVXENCD.DLL WofTasks.dll WofUtil.dll WordBreakers.dll WorkFolders.exe WorkfoldersControl.dll WorkFoldersGPExt.dll WorkFoldersRes.dll WorkFoldersShell.dll workfolderssvc.dll wosc.dll wow64.dll wow64base.dll wow64con.dll wow64cpu.dll wow64win.dll wowreg32.exe wpbcreds.dll Wpc.dll WpcApi.dll wpcatltoast.png WpcDesktopMonSvc.dll WpcMon.exe wpcmon.png WpcProxyStubs.dll WpcRefreshTask.dll WpcTok.exe WpcWebFilter.dll wpdbusenum.dll WpdMtp.dll WpdMtpUS.dll wpdshext.dll WPDShextAutoplay.exe WPDShServiceObj.dll WPDSp.dll wpd_ci.dll wpnapps.dll wpnclient.dll wpncore.dll wpninprc.dll wpnpinst.exe wpnprv.dll wpnservice.dll wpnsruprov.dll WpnUserService.dll WpPortingLibrary.dll WppRecorderUM.dll wpr.config.xml wpr.exe WPTaskScheduler.dll wpx.dll write.exe ws2help.dll ws2_32.dll wscapi.dll wscinterop.dll wscisvif.dll WSClient.dll WSCollect.exe wscproxystub.dll wscript.exe wscsvc.dll wscui.cpl WSDApi.dll wsdchngr.dll WSDPrintProxy.DLL WsdProviderUtil.dll WSDScanProxy.dll wsecedit.dll wsepno.dll wshbth.dll wshcon.dll wshelper.dll wshext.dll wshhyperv.dll wship6.dll wshom.ocx wshqos.dll wshrm.dll WSHTCPIP.DLL wshunix.dll wsl.exe wslapi.dll wslconfig.exe wslg.exe WsmAgent.dll wsmanconfig_schema.xml WSManHTTPConfig.exe WSManMigrationPlugin.dll WsmAuto.dll wsmplpxy.dll wsmprovhost.exe WsmPty.xsl WsmRes.dll WsmSvc.dll WsmTxt.xsl WsmWmiPl.dll wsnmp32.dll wsock32.dll wsplib.dll wsp_fs.dll wsp_health.dll wsp_sr.dll wsqmcons.exe WSReset.exe WSTPager.ax wtsapi32.dll wuapi.dll wuapihost.exe wuauclt.exe wuaueng.dll wuceffects.dll WUDFCoinstaller.dll WUDFCompanionHost.exe WUDFHost.exe WUDFPlatform.dll WudfSMCClassExt.dll WUDFx.dll WUDFx02000.dll wudriver.dll wups.dll wups2.dll wusa.exe wutrust.dll wuuhdrv.dll wuuhext.dll wuuhosdeployment.dll wvc.dll WwaApi.dll WwaExt.dll WWAHost.exe WWanAPI.dll wwancfg.dll wwanconn.dll WwanFeatureTests.xml WWanHC.dll wwanmm.dll Wwanpref.dll WwanPrfl.dll wwanprotdim.dll WwanRadioManager.dll wwansvc.dll wwapi.dll XamlTileRender.dll XAudio2_8.dll XAudio2_9.dll XblAuthManager.dll XblAuthManagerProxy.dll XblAuthTokenBrokerExt.dll XblGameSave.dll XblGameSaveExt.dll XblGameSaveProxy.dll XblGameSaveTask.exe XboxGipRadioManager.dll xboxgipsvc.dll xboxgipsynthetic.dll XboxNetApiSvc.dll xcopy.exe XInput1_4.dll XInput9_1_0.dll XInputUap.dll xmlfilter.dll xmllite.dll xmlprovi.dll xolehlp.dll XpsDocumentTargetPrint.dll XpsGdiConverter.dll XpsPrint.dll xpspushlayer.dll XpsRasterService.dll xpsservices.dll XpsToPclmConverter.dll XpsToPwgrConverter.dll xwizard.dtd xwizard.exe xwizards.dll xwreg.dll xwtpdui.dll xwtpw32.dll X_80.contrast-black.png X_80.contrast-white.png X_80.png ze_loader.dll ze_tracing_layer.dll ze_validation_layer.dll zh-CN zh-HANS zh-TW zipcontainer.dll zipfldr.dll ztrace_maps.dll
      /cygdrive/c/Windows: addins appcompat apppatch AppReadiness assembly bcastdvr bfsvc.exe BitLockerDiscoveryVolumeContents Boot bootstat.dat Branding BrowserCore CbsTemp CCM ccmsetup cfgall.ini CloudEdition.xml Containers CSC Cursors debug diagnostics DiagTrack DigitalLocker dot3svc Downloaded Program Files DtcInstall.log Education.xml ELAMBKUP en-GB en-US explorer.exe Fonts GameBarPresenceWriter Globalization Help HelpPane.exe hh.exe IdentityCRL IME ImmersiveControlPanel InboxApps INF InputMethod Installer L2Schemas LanguageOverlayCache LiveKernelReports Logs lsasetup.log Media MEMORY.DMP mib.bin Microsoft.NET Migration Minidump ModemLogs ms notepad.exe NvContainerRecovery.bat OCR OfcInstReg.log Offline Web Pages Panther Performance PFRO.log PLA PolicyDefinitions Prefetch PrintDialog Professional.xml ProfessionalEducation.xml ProfessionalWorkstation.xml Provisioning PWCMDLST.BAK RegBootClean64.exe regedit.exe Registration RemotePackages rescache Resources runSW.exe runSW.log SchCache schemas security ServiceProfiles ServiceState servicing Setup setupact.log setuperr.log ShellComponents ShellExperiences SKB SMSCFG.ini SoftwareDistribution SolidWorks Speech Speech_OneCore splwow64.exe SwUSB.exe System system.ini System32 SystemApps SystemResources SystemTemp SysWOW64 TAPI Tasks Temp TempInst TmComm.log TMFilter.log TmKmSnsr.log tracing twain_32 twain_32.dll UUS Vss WaaS Web win.ini WindowsShell.Manifest WindowsUpdate.log winhlp32.exe WinSxS WMSysPr9.prx write.exe WUModels zh-CN
      /cygdrive/c/Windows/System32/Wbem: aeinv.mof AgentWmi.mof AgentWmiUninstall.mof appbackgroundtask.dll appbackgroundtask.mof appbackgroundtask_uninstall.mof AuditRsop.mof authfwcfg.mof AutoRecover bcd.mof BthMtpEnum.mof cimdmtf.mof cimwin32.dll cimwin32.mof CIWmi.mof classlog.mof cli.mof cliegaliases.mof ddp.mof dimsjob.mof dimsroam.mof DMWmiBridgeProv.dll DMWmiBridgeProv.mof DMWmiBridgeProv1.dll DMWmiBridgeProv1.mof DMWmiBridgeProv1_Uninstall.mof DMWmiBridgeProv_Uninstall.mof dnsclientcim.dll dnsclientcim.mof dnsclientpsprovider.dll dnsclientpsprovider.mof dnsclientpsprovider_Uninstall.mof drvinst.mof DscCore.mof DscCoreConfProv.mof dscproxy.mof Dscpspluginwkr.dll DscTimer.mof dsprov.dll dsprov.mof eaimeapi.mof EmbeddedLockdownWmi.dll embeddedlockdownwmi.mof embeddedlockdownwmi_Uninstall.mof en en-GB en-US esscli.dll EventTracingManagement.dll EventTracingManagement.mof fastprox.dll fdPHost.mof fdrespub.mof fdSSDP.mof fdWNet.mof fdWSD.mof filetrace.mof firewallapi.mof FolderRedirectionWMIProvider.mof FunDisc.mof fwcfg.mof hbaapi.mof hnetcfg.mof IMAPIv2-Base.mof IMAPIv2-FileSystemSupport.mof IMAPIv2-LegacyShim.mof interop.mof IpmiDTrc.mof ipmiprr.dll ipmiprv.dll ipmiprv.mof IpmiPTrc.mof ipsecsvc.mof iscsidsc.mof iscsihba.mof iscsiprf.mof iscsirem.mof iscsiwmiv2.mof iscsiwmiv2_uninstall.mof kerberos.mof KrnlProv.dll krnlprov.mof L2SecHC.mof lltdio.mof lltdsvc.mof Logs lsasrv.mof mblctr.mof MDMAppProv.dll MDMAppProv.mof MDMAppProv_Uninstall.mof MDMSettingsProv.dll MDMSettingsProv.mof MDMSettingsProv_Uninstall.mof Microsoft-Windows-OfflineFiles.mof Microsoft-Windows-Remote-FileSystem.mof Microsoft.AppV.AppVClientWmi.dll Microsoft.AppV.AppVClientWmi.mof Microsoft.ConfigurationManager.AssetProvider_v2.0.50727.mof Microsoft.ConfigurationManager.DefaultAppsProvider_v2.0.50727.mof Microsoft.ConfigurationManager.WinRTProvider_v4.0.30319.mof Microsoft.Uev.AgentWmi.dll Microsoft.Uev.ManagedAgentWmi.mof Microsoft.Uev.ManagedAgentWmiUninstall.mof mispace.mof mispace_uninstall.mof mmc.mof MMFUtil.dll MOF mofcomp.exe mofd.dll mofinstall.dll mountmgr.mof mpeval.mof mpsdrv.mof mpssvc.mof msdtcwmi.dll MsDtcWmi.mof msfeeds.mof msfeedsbs.mof msi.mof msiprov.dll msiscsi.mof MsNetImPlatform.mof mstsc.mof mstscax.mof msv1_0.mof mswmdm.mof NCProv.dll ncprov.mof ncsi.mof ndisimplatcim.dll ndistrace.mof NetAdapterCim.dll NetAdapterCim.mof NetAdapterCimTrace.mof NetAdapterCimTraceUninstall.mof NetAdapterCim_uninstall.mof netdacim.dll netdacim.mof netdacim_uninstall.mof NetEventPacketCapture.dll NetEventPacketCapture.mof NetEventPacketCapture_uninstall.mof NetNat.dll NetNat.mof netnccim.dll netnccim.mof netnccim_uninstall.mof NetPeerDistCim.dll NetPeerDistCim.mof NetPeerDistCim_uninstall.mof netprofm.mof NetSwitchTeam.mof netswitchteamcim.dll NetTCPIP.dll NetTCPIP.mof NetTCPIP_Uninstall.mof netttcim.dll netttcim.mof netttcim_uninstall.mof networkitemfactory.mof newdev.mof nlasvc.mof nlmcim.dll nlmcim.mof nlmcim_uninstall.mof nlsvc.mof npivwmi.mof nshipsec.mof ntevt.dll ntevt.mof ntfs.mof OfflineFilesConfigurationWmiProvider.mof OfflineFilesConfigurationWmiProvider_Uninstall.mof OfflineFilesWmiProvider.mof OfflineFilesWmiProvider_Uninstall.mof p2p-mesh.mof p2p-pnrp.mof pcsvDevice.mof pcsvDevice_Uninstall.mof Performance PNPXAssoc.mof PolicMan.dll PolicMan.mof polproc.mof polprocl.mof polprou.mof polstore.mof portabledeviceapi.mof portabledeviceclassextension.mof portabledeviceconnectapi.mof portabledevicetypes.mof portabledevicewiacompat.mof powermeterprovider.mof PowerPolicyProvider.mof ppcRsopCompSchema.mof ppcRsopUserSchema.mof PrintFilterPipelineSvc.mof PrintManagementProvider.dll PrintManagementProvider.mof profileassociationprovider.mof PS_MMAgent.mof qmgr.mof qoswmi.dll qoswmi.mof qoswmitrc.mof qoswmitrc_uninstall.mof qoswmi_uninstall.mof RacWmiProv.dll RacWmiProv.mof rawxml.xsl rdpendp.mof rdpinit.mof rdpshell.mof refs.mof refsv1.mof regevent.mof Remove.Microsoft.AppV.AppvClientWmi.mof repdrvfs.dll Repository rsop.mof rspndr.mof samsrv.mof scersop.mof schannel.mof schedprov.dll SchedProv.mof scm.mof scrcons.exe scrcons.mof sdbus.mof secrcw32.mof SensorsClassExtension.mof ServDeps.dll ServiceModel.mof ServiceModel.mof.uninstall ServiceModel35.mof ServiceModel35.mof.uninstall services.mof setupapi.mof SmbWitnessWmiv2Provider.mof smbwmiv2.mof SMTPCons.dll smtpcons.mof sppwmi.mof sr.mof sstpsvc.mof stdprov.dll storagewmi.mof storagewmi_passthru.mof storagewmi_passthru_uninstall.mof storagewmi_uninstall.mof stortrace.mof subscrpt.mof system.mof tcpip.mof texttable.xsl textvaluelist.xsl tmf tsallow.mof tscfgwmi.mof tsmf.mof tspkg.mof umb.mof umbus.mof umpass.mof umpnpmgr.mof unsecapp.exe UserProfileConfigurationWmiProvider.mof UserProfileWmiProvider.mof UserStateWMIProvider.mof vds.mof vdswmi.dll viewprov.dll vpnclientpsprovider.dll vpnclientpsprovider.mof vpnclientpsprovider_Uninstall.mof vss.mof vsswmi.dll wbemcntl.dll wbemcons.dll WBEMCons.mof wbemcore.dll wbemdisp.dll wbemdisp.tlb wbemess.dll wbemprox.dll wbemsvc.dll wbemtest.exe wcncsvc.mof WdacEtwProv.mof WdacWmiProv.dll WdacWmiProv.mof WdacWmiProv_Uninstall.mof Wdf01000.mof Wdf01000Uninstall.mof wdigest.mof WFAPIGP.mof wfascim.dll wfascim.mof wfascim_uninstall.mof WFP.MOF wfs.mof whqlprov.mof Win32_DeviceGuard.mof Win32_EncryptableVolume.dll win32_encryptablevolume.mof Win32_EncryptableVolumeUninstall.mof win32_printer.mof Win32_Tpm.dll Win32_Tpm.mof wininit.mof winipsec.mof winlogon.mof WinMgmt.exe WinMgmtR.dll Winsat.mof WinsatUninstall.mof wlan.mof WLanHC.mof wmi.mof WMIADAP.exe WmiApRes.dll WmiApRpl.dll WmiApSrv.exe WMIC.exe WMICOOKR.dll WmiDcPrv.dll wmipcima.dll wmipcima.mof wmipdfs.dll wmipdfs.mof wmipdskq.dll wmipdskq.mof WmiPerfClass.dll WmiPerfClass.mof WmiPerfInst.dll WmiPerfInst.mof WMIPICMP.dll wmipicmp.mof WMIPIPRT.dll wmipiprt.mof WMIPJOBJ.dll wmipjobj.mof wmiprov.dll WmiPrvSD.dll WmiPrvSE.exe WMIPSESS.dll wmipsess.mof WMIsvc.dll wmitimep.dll wmitimep.mof wmiutils.dll WMI_Tracing.mof wmp.mof wmpnetwk.mof wpdbusenum.mof wpdcomp.mof wpdfs.mof wpdmtp.mof wpdshext.mof WPDShServiceObj.mof wpdsp.mof wpd_ci.mof wscenter.mof WsmAgent.mof WsmAgentUninstall.mof WsmAuto.mof wsp_fs.mof wsp_fs_uninstall.mof wsp_health.mof wsp_health_uninstall.mof wsp_sr.mof wsp_sr_uninstall.mof WUDFx.mof Wudfx02000.mof Wudfx02000Uninstall.mof WUDFxUninstall.mof xml xsl-mappings.xml xwizards.mof zh-CN zh-HANS
      /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0: Certificate.format.ps1xml Diagnostics.Format.ps1xml DotNetTypes.format.ps1xml en en-US Event.Format.ps1xml Examples FileSystem.format.ps1xml getevent.types.ps1xml Help.format.ps1xml HelpV3.format.ps1xml Modules powershell.exe powershell.exe.config PowerShellCore.format.ps1xml PowerShellTrace.format.ps1xml powershell_ise.exe powershell_ise.exe.config PSEvents.dll pspluginwkr.dll pwrshmsg.dll pwrshsip.dll Registry.format.ps1xml Schemas SessionConfig types.ps1xml typesv3.ps1xml WSMan.Format.ps1xml zh-CN zh-HANS
      /cygdrive/c/Windows/System32/OpenSSH: scp.exe sftp.exe ssh-add.exe ssh-agent.exe ssh-keygen.exe ssh-keyscan.exe ssh.exe
      /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64: concrt140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll vccorlib140.dll vcruntime140.dll vcruntime140_1.dll
      /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86: concrt140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll vccorlib140.dll vcruntime140.dll
      /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin: AdvancedIMC.dll CertAuthIMC.dll dsHostCheckerResource_DE.dll dsHostCheckerResource_EN.dll dsHostCheckerResource_ES.dll dsHostCheckerResource_FR.dll dsHostCheckerResource_JA.dll dsHostCheckerResource_KO.dll dsHostCheckerResource_ZH.dll dsHostCheckerResource_ZH_CN.dll dsWinClient.dll EPCheck.dll hcimc.dll hcUtils.dll HostCheckerService.dll HostCheckerServicePS.dll jsystemimc.dll libcrypto-1_1.dll OPSWAT OpswatIMC.dll SoHIMC.dll tnc_config versionInfo.ini zlib1.dll
      /cygdrive/c/Program Files/dotnet: dotnet.exe host LICENSE.txt shared swidtag ThirdPartyNotices.txt
      /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit: Catalog CeLog2ETW.chm celog2etw.exe default.stacktags ecosystem.core.dll ecosystem.windows.dll gpuview HeapAction_CullFunctionsExample.txt kerneltracecontrol.dll KernelTraceControl.h microsoft.assessments.administration.dll microsoft.assessments.administration.presentation.dll microsoft.assessments.dll microsoft.performance.base.dll microsoft.performance.core4.interop.dll microsoft.performance.data.dll microsoft.performance.dataengine.dll microsoft.performance.nt.dll microsoft.performance.nt.shell.dll microsoft.performance.shell.addins.dll microsoft.performance.shell.dll microsoft.performance.ui.dataengine.dll microsoft.performance.ui.dll microsoft.performance.windows.dll msdia120.dll perfcore.dll perfcore.ini perfctrl.dll perfg.dll perf_delay.dll perf_dx.dll perf_frames.dll perf_heap.dll perf_memory.dll perf_nt.dll perf_nt_c.dll perf_nt_g.dll perf_onoff.dll perf_onoff_c.dll perf_onoff_g.dll perf_pep.dll perf_pofx.dll perf_pool.dll perf_ppm.dll perf_regions.dll perf_spinlock.dll perf_tdh.dll perf_va.dll perf_wininet.dll perf_wpr.dll README.TXT SampleGeneralProfileForLargeServers.wprp SampleWPRControlProfiles.wprp WaitClassification_ImportantThreadStartFunctions.txt WaitClassification_WatchFunctions.txt WaitClassification_WatchLocks.txt windowsperformancerecordercontrol.dll WindowsPerformanceRecorderControl.h WindowsPerformanceRecorderControl.idl windowsperformancerecorderui.dll wpa.addins.ini wpa.exe wpa.exe.config wpaexporter.exe wpaexporter.exe.config wpr.config.xml wpr.exe WPRUI.exe xbootmgr.exe xbootmgrsleep.exe xperf.exe
      /cygdrive/c/Program Files/Docker/Docker/resources/bin: com.docker.cli.exe docker docker-compose docker-compose-v1.exe docker-compose.exe docker-credential-desktop.exe docker-credential-ecr-login.exe docker-credential-wincred.exe docker-index.exe docker.exe hub-tool.exe kubectl.exe
      /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR: GfeXCode64.dll nvdlisrwrapper.exe nvngx_dlisr.dll
      /cygdrive/c/Program Files/Git/cmd: git-gui.exe git-lfs.exe git-receive-pack.exe git-upload-pack.exe git.exe gitk.exe scalar.exe start-ssh-agent.cmd start-ssh-pageant.cmd
      /cygdrive/c/Program Files/Microsoft VS Code/bin: code code-tunnel.exe code.cmd
      Warning accessing /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin gives errors: [Errno 2] No such file or directory: '/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin'
      Warning accessing /cygdrive/c/Program Files/Microsoft MPI/Bin gives errors: [Errno 2] No such file or directory: '/cygdrive/c/Program Files/Microsoft MPI/Bin'
      /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common: cudart32_65.dll cudart64_30_9.dll cudart64_65.dll PhysXDevice.dll PhysXDevice64.dll PhysXLoader.dll PhysXLoader64.dll PhysXUpdateLoader.dll PhysXUpdateLoader64.dll
      /cygdrive/c/Windows/system32: 0409 07409496-a423-4a3e-b620-2cfb01a9318d_HyperV-ComputeNetwork.dll 0ae3b998-9a38-4b72-a4c4-06849441518d_Servicing-Stack.dll 1028 1029 1031 1033 1036 1040 1041 1042 1045 1046 1049 1055 2052 3082 69fe178f-26e7-43a9-aa7d-2b616b672dde_eventlogservice.dll 6bea57fb-8dfb-4177-9ae8-42e8b3529933_RuntimeDeviceInstall.dll @AdvancedKeySettingsNotification.png @AppHelpToast.png @AudioToastIcon.png @BackgroundAccessToastIcon.png @bitlockertoastimage.png @edptoastimage.png @EnrollmentToastIcon.png @language_notification_icon.png @optionalfeatures.png @StorageSenseToastIcon.png @VpnToastIcon.png @windows-hello-V4.1.gif @WindowsHelloFaceToastIcon.png @WindowsUpdateToastIcon.contrast-black.png @WindowsUpdateToastIcon.contrast-white.png @WindowsUpdateToastIcon.png @WirelessDisplayToast.png @WLOGO_48x48.png aadauthhelper.dll aadcloudap.dll aadjcsp.dll aadtb.dll aadWamExtension.dll AarSvc.dll AboutSettingsHandlers.dll AboveLockAppHost.dll accessibilitycpl.dll accountaccessor.dll AccountsRt.dll AcGenral.dll AcLayers.dll acledit.dll aclui.dll acmigration.dll ACPBackgroundManagerPolicy.dll acppage.dll acproxy.dll AcSpecfc.dll ActionCenter.dll ActionCenterCPL.dll ActionQueue.dll ActivationClient.dll ActivationManager.dll activeds.dll activeds.tlb ActiveHours.png ActiveSyncCsp.dll ActiveSyncProvider.dll actxprxy.dll AcWinRT.dll AcXtrnal.dll AdaptiveCards.dll AddressParser.dll adhapi.dll adhsvc.dll AdmTmpl.dll adprovider.dll adrclient.dll adsldp.dll adsldpc.dll adsmsext.dll adsnt.dll adtschema.dll AdvancedEmojiDS.dll AdvancedInstallers advapi32.dll advapi32res.dll advpack.dll aeevts.dll aeinv.dll aepic.dll agentactivationruntime.dll agentactivationruntimestarter.exe agentactivationruntimewindows.dll AgentService.exe AggregatorHost.exe AirWatchMDM.dll aitstatic.exe AJRouter.dll alg.exe altspace.dll amcompat.tlb amsi.dll amsiproxy.dll amstream.dll Analog.Shell.Broker.dll AnalogCommonProxyStub.dll apds.dll APHostClient.dll APHostRes.dll APHostService.dll apisampling.dll ApiSetHost.AppExecutionAlias.dll apisetschema.dll APMon.dll APMonUI.dll AppContracts.dll AppExtension.dll apphelp.dll Apphlpdm.dll AppHostRegistrationVerifier.exe appidapi.dll appidcertstorecheck.exe appidpolicyconverter.exe AppIdPolicyEngineApi.dll appidsvc.dll appidtel.exe appinfo.dll appinfoext.dll AppInstallerPrompt.Desktop.dll ApplicationControlCSP.dll ApplicationFrame.dll ApplicationFrameHost.exe AppListBackupLauncher.dll AppLocker AppLockerCSP.dll ApplySettingsTemplateCatalog.exe ApplyTrustOffline.exe AppManagementConfiguration.dll appmgmts.dll appmgr.dll AppMon.dll AppointmentActivation.dll AppointmentApis.dll appraiser appraiser.dll AppReadiness.dll apprepapi.dll AppResolver.dll ApproveChildRequest.exe appsruprov.dll AppV AppVCatalog.dll AppVClient.exe AppvClientEventLog.dll AppVClientPS.dll AppVDllSurrogate.exe AppVEntStreamingManager.dll AppVEntSubsystemController.dll AppVEntSubsystems64.dll AppVEntVirtualization.dll appverif.chm appverif.exe appverifUI.dll appvetwclientres.dll appvetwsharedperformance.dll appvetwstreamingux.dll AppVFileSystemMetadata.dll AppVIntegration.dll AppVManifest.dll AppVNice.exe AppVOrchestration.dll AppVPolicy.dll AppVPublishing.dll AppVReporting.dll AppVScripting.dll AppVSentinel.dll AppVShNotify.exe AppVStreamingUX.dll AppVStreamMap.dll AppVTerminator.dll appwiz.cpl AppxAllUserStore.dll AppXApplicabilityBlob.dll AppxApplicabilityEngine.dll AppXDeploymentClient.dll AppXDeploymentExtensions.desktop.dll AppXDeploymentExtensions.onecore.dll AppXDeploymentServer.dll AppxPackaging.dll AppxProvisioning.xml AppxSip.dll AppxStreamingDataSourcePS.dll AppxSysprep.dll ar-SA archiveint.dll ARP.EXE asferror.dll aspnet_counters.dll AssignedAccessCsp.dll AssignedAccessGuard.exe AssignedAccessManager.dll assignedaccessmanagersvc.dll assignedaccessproviderevents.dll AssignedAccessRuntime.dll AssignedAccessShellProxy.dll asycfilt.dll at.exe AtBroker.exe atl.dll atl100.dll atl110.dll atlthunk.dll atmlib.dll attrib.exe audiodg.exe AudioEndpointBuilder.dll AudioEng.dll AudioHandlers.dll AUDIOKSE.dll audioresourceregistrar.dll AudioSes.dll audiosrv.dll AudioSrvPolicyManager.dll auditcse.dll AuditNativeSnapIn.dll auditpol.exe auditpolcore.dll AuditPolicyGPInterop.dll auditpolmsg.dll AuthBroker.dll AuthBrokerUI.dll authentication.dll AuthExt.dll authfwcfg.dll AuthFWGP.dll AuthFWSnapin.dll AuthFWWizFwk.dll AuthHost.exe AuthHostProxy.dll authui.dll authz.dll autochk.exe autopilot.dll autopilotdiag.dll autoplay.dll autotimesvc.dll AverageRoom.bin avicap32.dll avifil32.dll avrt.dll AWSurrogate.exe AxInstSv.dll AxInstUI.exe azman.msc azroles.dll azroleui.dll AzSqlExt.dll AzureAttest.dll AzureAttestManager.dll AzureAttestNormal.dll baaupdate.exe BackgroundMediaPolicy.dll backgroundTaskHost.exe BackgroundTransferHost.exe BamSettingsClient.dll BarcodeProvisioningPlugin.dll basecsp.dll basesrv.dll bash.exe batmeter.dll bcastdvr.proxy.dll BcastDVRBroker.dll BcastDVRClient.dll BcastDVRCommon.dll bcastdvruserservice.dll bcd.dll bcdboot.exe bcdedit.exe bcdprov.dll bcdsrv.dll BCP47Langs.dll BCP47mrm.dll bcrypt.dll bcryptprimitives.dll bdaplgin.ax bdechangepin.exe BdeHdCfg.exe BdeHdCfgLib.dll bderepair.dll bdesvc.dll BdeSysprep.dll bdeui.dll BdeUISrv.exe bdeunlock.exe BFE.DLL bg-BG bi.dll bidispl.dll bindfltapi.dll BingASDS.dll BingFilterDS.dll BingMaps.dll BingOnlineServices.dll BioCredProv.dll BioIso.exe bisrv.dll BitLockerCsp.dll BitLockerDeviceEncryption.exe BitLockerWizard.exe BitLockerWizardElev.exe bitsadmin.exe bitsigd.dll bitsperf.dll BitsProxy.dll biwinrt.dll BlbEvents.dll blbres.dll blb_ps.dll BluetoothApis.dll BluetoothDesktopHandlers.dll BluetoothPairingSystemToastIcon.contrast-black.png BluetoothPairingSystemToastIcon.contrast-high.png BluetoothPairingSystemToastIcon.contrast-white.png BluetoothPairingSystemToastIcon.png BluetoothSystemToastIcon.contrast-white.png BluetoothSystemToastIcon.png bnmanager.dll Boot boot.sdi bootim.exe BootMenuUX.dll bootsect.exe bootstr.dll bootsvc.dll bootux.dll BOOTVID.DLL bopomofo.uce bridgeres.dll bridgeunattend.exe BrokerLib.dll browcli.dll browserbroker.dll browserexport.exe browser_broker.exe browseui.dll BTAGService.dll BthAvctpSvc.dll BthAvrcp.dll BthAvrcpAppSvc.dll bthci.dll BthMtpContextHandler.dll bthpanapi.dll BthpanContextHandler.dll Bthprops bthprops.cpl BthRadioMedia.dll bthserv.dll BthTelemetry.dll bthudtask.exe btpanui.dll Bubbles.scr BWContextHandler.dll ByteCodeGenerator.exe c4d66f00-b6f0-4439-ac9b-c5ea13fe54d7_HyperV-ComputeCore.dll ca-ES cabapi.dll cabinet.dll cabview.dll cacls.exe calc.exe CallButtons.dll CallButtons.ProxyStub.dll CallHistoryClient.dll CameraCaptureUI.dll CameraSettingsUIHost.exe CapabilityAccessHandlers.dll CapabilityAccessManager.dll CapabilityAccessManagerClient.dll capauthz.dll capiprovider.dll capisp.dll CaptureService.dll CastingShellExt.dll CastLaunch.dll CastSrv.exe CatRoot catroot2 catsrv.dll catsrvps.dll catsrvut.dll CBDHSvc.dll cca.dll cdd.dll cdosys.dll cdp.dll cdprt.dll cdpsvc.dll cdpusersvc.dll cellulardatacapabilityhandler.dll cemapi.dll cero.rs certca.dll certcli.dll certCredProvider.dll certenc.dll CertEnroll.dll CertEnrollCtrl.exe CertEnrollUI.dll certlm.msc certmgr.dll certmgr.msc CertPKICmdlet.dll CertPolEng.dll certprop.dll certreq.exe certutil.exe cewmdm.dll cfgbkend.dll cfgmgr32.dll CfgSPCellular.dll CfgSPPolicy.dll cflapi.dll cfmifs.dll cfmifsproxy.dll Chakra.dll Chakradiag.dll Chakrathunk.dll change.exe changepk.exe charmap.exe chartv.dll ChatApis.dll chcp.com CheckNetIsolation.exe chglogon.exe chgport.exe chgusr.exe chkdsk.exe chkntfs.exe choice.exe ChsStrokeDS.dll chs_singlechar_pinyin.dat ChtBopomofoDS.dll ChtCangjieDS.dll ChtHkStrokeDS.dll ChtQuickDS.dll ChxAPDS.dll ChxDecoder.dll ChxHAPDS.dll chxinputrouter.dll chxranker.dll CHxReadingStringIME.dll ci.dll cic.dll CIDiag.exe cimfs.dll cipher.exe CIRCoInst.dll CIWmi.dll clb.dll clbcatq.dll cldapi.dll cleanmgr.exe CleanPCCSP.dll clfsw32.dll cliconfg.dll cliconfg.exe cliconfg.rll clip.exe ClipboardServer.dll Clipc.dll ClipDLS.exe ClipRenew.exe ClipSVC.dll ClipUp.exe clipwinrt.dll cloudAP.dll CloudDomainJoinAUG.dll CloudDomainJoinDataModelServer.dll CloudExperienceHost.dll CloudExperienceHostBroker.dll CloudExperienceHostBroker.exe CloudExperienceHostCommon.dll CloudExperienceHostRedirection.dll CloudExperienceHostUser.dll cloudidsvc.dll CloudIdWxhExtension.dll CloudNotifications.exe clrhost.dll clusapi.dll cmcfg32.dll cmd.exe cmdext.dll cmdial32.dll cmdkey.exe cmdl32.exe cmgrcspps.dll cmifw.dll cmintegrator.dll cmlua.dll cmmon32.exe cmpbk32.dll cmstp.exe cmstplua.dll cmutil.dll cngcredui.dll cngprovider.dll cnvfat.dll cob-au.rs CodeIntegrity CodeIntegrityAggregator.dll cofire.exe cofiredm.dll colbact.dll COLORCNV.DLL colorcpl.exe colorui.dll Com combase.dll comcat.dll comctl32.dll comdlg32.dll comexp.msc coml2.dll comp.exe compact.exe CompatTelRunner.exe compmgmt.msc CompMgmtLauncher.exe ComposableShellProxyStub.dll ComposerFramework.dll CompPkgSrv.exe CompPkgSup.dll compstui.dll computecore.dll computelibeventlog.dll computenetwork.dll ComputerDefaults.exe ComputerToastIcon.contrast-white.png ComputerToastIcon.png computestorage.dll comrepl.dll comres.dll comsnap.dll comsvcs.dll comuid.dll concrt140.dll concrt140d.dll config configmanager2.dll Configuration ConfigureExpandedStorage.dll conhost.exe ConhostV1.dll connect.dll ConnectedAccountState.dll consent.exe ConsentExperienceCommon.dll ConsentUX.dll ConsentUxClient.dll console.dll ConsoleLogon.dll ConstraintIndex.Search.dll ContactActivation.dll ContactApis.dll ContactHarvesterDS.dll container.dll containerdevicemanagement.dll ContentDeliveryManager.Utilities.dll control.exe ControlLib.dll convert.exe convertvhd.exe coreaudiopolicymanagerext.dll coredpus.dll coredpussvr.exe coreglobconfig.dll CoreMas.dll CoreMessaging.dll CoreMmRes.dll CorePrivacySettingsStore.dll CoreShell.dll CoreShellAPI.dll CoreShellExtFramework.dll CoreUIComponents.dll correngine.dll CourtesyEngine.dll CPFilters.dll CredDialogBroker.dll CredentialEnrollmentManager.exe CredentialEnrollmentManagerForUser.dll CredentialUIBroker.exe CredProv2faHelper.dll CredProvCommonCore.dll CredProvDataModel.dll CredProvHelper.dll credprovhost.dll credprovs.dll credprovslegacy.dll credssp.dll credui.dll credwiz.exe crypt32.dll cryptbase.dll cryptcatsvc.dll cryptdlg.dll cryptdll.dll cryptext.dll cryptnet.dll cryptngc.dll CryptoWinRT.dll cryptsp.dll cryptsvc.dll crypttpmeksvc.dll cryptui.dll cryptuiwizard.dll cryptxml.dll cs-CZ cscapi.dll cscdll.dll CscMig.dll cscobj.dll cscript.exe cscsvc.dll cscui.dll CspCellularSettings.dll csplte.dll CspProxy.dll csrr.rs csrsrv.dll csrss.exe CSystemEventsBrokerClient.dll ctac.json ctfmon.exe cttune.exe cttunesvr.exe curl.exe CustomInstallExec.exe CustomShellHost.exe cuzzapi.dll cxcredprov.dll CXHProvisioningServer.dll C_037.NLS C_10000.NLS C_10001.NLS C_10002.NLS C_10003.NLS C_10004.NLS C_10005.NLS C_10006.NLS C_10007.NLS C_10008.NLS C_10010.NLS C_10017.NLS C_10021.NLS C_10029.NLS C_10079.NLS C_10081.NLS C_10082.NLS C_1026.NLS C_1047.NLS C_1140.NLS C_1141.NLS C_1142.NLS C_1143.NLS C_1144.NLS C_1145.NLS C_1146.NLS C_1147.NLS C_1148.NLS C_1149.NLS C_1250.NLS C_1251.NLS C_1252.NLS C_1253.NLS C_1254.NLS C_1255.NLS C_1256.NLS C_1257.NLS C_1258.NLS C_1361.NLS C_20000.NLS C_20001.NLS C_20002.NLS C_20003.NLS C_20004.NLS C_20005.NLS C_20105.NLS C_20106.NLS C_20107.NLS C_20108.NLS C_20127.NLS C_20261.NLS C_20269.NLS C_20273.NLS C_20277.NLS C_20278.NLS C_20280.NLS C_20284.NLS C_20285.NLS C_20290.NLS C_20297.NLS C_20420.NLS C_20423.NLS C_20424.NLS C_20833.NLS C_20838.NLS C_20866.NLS C_20871.NLS C_20880.NLS C_20905.NLS C_20924.NLS C_20932.NLS C_20936.NLS C_20949.NLS C_21025.NLS C_21027.NLS C_21866.NLS C_28591.NLS C_28592.NLS C_28593.NLS C_28594.NLS C_28595.NLS C_28596.NLS C_28597.NLS C_28598.NLS C_28599.NLS c_28603.nls C_28605.NLS C_437.NLS C_500.NLS C_708.NLS C_720.NLS C_737.NLS C_775.NLS C_850.NLS C_852.NLS C_855.NLS C_857.NLS C_858.NLS C_860.NLS C_861.NLS C_862.NLS C_863.NLS C_864.NLS C_865.NLS C_866.NLS C_869.NLS C_870.NLS C_874.NLS C_875.NLS C_932.NLS C_936.NLS C_949.NLS C_950.NLS C_G18030.DLL c_GSM7.DLL C_IS2022.DLL C_ISCII.DLL d2d1.dll d2d1debug3.dll d3d10.dll d3d10core.dll d3d10level9.dll d3d10ref.dll d3d10sdklayers.dll d3d10warp.dll d3d10_1.dll d3d10_1core.dll d3d11.dll d3d11on12.dll d3d11_3SDKLayers.dll D3D12.dll D3D12Core.dll d3d12SDKLayers.dll d3d8thk.dll d3d9.dll d3d9on12.dll D3DCompiler_47.dll d3dconfig.exe d3dref9.dll D3DSCache.dll d3dx10_43.dll d3dx11_43.dll d4d78066-e6db-44b7-b5cd-2eb82dce620c_HyperV-ComputeLegacy.dll da-DK dab.dll dabapi.dll DAConn.dll dafAspInfraProvider.dll dafBth.dll DafDnsSd.dll dafDockingProvider.dll DAFESCL.dll DafGip.dll DAFIoT.dll DAFIPP.dll DAFMCP.dll dafpos.dll DafPrintProvider.dll dafupnp.dll dafWCN.dll dafWfdProvider.dll DAFWiProv.dll DAFWSD.dll DAMediaManager.dll DAMM.dll DaOtpCredentialProvider.dll das.dll dasHost.exe dataclen.dll DataExchange.dll DataExchangeHost.exe DataStoreCacheDumpTool.exe datusage.dll davclnt.dll davhlpr.dll DavSyncProvider.dll daxexec.dll dbgcore.dll dbgeng.dll dbghelp.dll DbgModel.dll dbnetlib.dll dbnmpntw.dll dccw.exe dciman32.dll dcntel.dll dcomcnfg.exe dcomp.dll dcsvc.dll DDACLSys.dll DdcClaimsApi.dll DdcComImplementationsDesktop.dll DDDS.dll DDFs ddisplay.dll ddodiag.exe DDOIProxy.dll DDORes.dll ddpchunk.dll ddptrace.dll ddputils.dll ddp_ps.dll ddraw.dll ddrawex.dll de-DE declaredconfiguration.dll DefaultAccountTile.png DefaultDeviceManager.dll DefaultHrtfs.bin DefaultPrinterProvider.dll DefaultQuestions.json Defrag.exe defragproxy.dll defragres.dll defragsvc.dll delegatorprovider.dll DeliveryOptimizationMIProv.mof DeliveryOptimizationMIProvUninstall.mof DeployCmd.exe deploymentcsphelper.exe deploymentcsps.dll desk.cpl deskadp.dll deskmon.dll desktopimgdownldr.exe DesktopKeepOnToastImg.gif DesktopShellAppStateContract.dll DesktopShellExt.dll DesktopSwitcherDataModel.dll DesktopView.Internal.Broker.dll DesktopView.Internal.Broker.ProxyStub.dll DetailedReading-Default.xml DevDispItemProvider.dll DeveloperOptionsSettingsHandlers.dll devenum.dll deviceaccess.dll deviceassociation.dll DeviceCensus.exe DeviceCenter.dll DeviceCompanionAppInstall.dll DeviceCredential.dll DeviceCredentialDeployment.exe DeviceDirectoryClient.dll DeviceDisplayStatusManager.dll DeviceDriverRetrievalClient.dll DeviceEject.exe DeviceElementSource.dll DeviceEnroller.exe DeviceFlows.DataModel.dll DeviceMetadataRetrievalClient.dll devicengccredprov.dll DevicePairing.dll DevicePairingExperienceMEM.dll DevicePairingFolder.dll DevicePairingProxy.dll DevicePairingWizard.exe DeviceProperties.exe DeviceReactivation.dll deviceregistration.dll DeviceSetupManager.dll DeviceSetupManagerAPI.dll DeviceSetupStatusProvider.dll DevicesFlowBroker.dll DeviceSoftwareInstallationClient.dll DeviceUpdateAgent.dll DeviceUpdateCenterCsp.dll DeviceUxRes.dll devinv.dll devmgmt.msc devmgr.dll DevModeRunAsUserConfig.msc devobj.dll DevPropMgr.dll DevQueryBroker.dll devrtl.dll dfdts.dll DFDWiz.exe dfrgui.exe dfscli.dll dfshim.dll DfsShlEx.dll dggpext.dll dhcpcmonitor.dll dhcpcore.dll dhcpcore6.dll dhcpcsvc.dll dhcpcsvc6.dll dhcpsapi.dll DHolographicDisplay.dll DiagCpl.dll diagnosticdataquery.dll DiagnosticDataSettings.dll DiagnosticInvoker.dll DiagnosticLogCSP.dll diagperf.dll DiagSvc.dll DiagSvcs diagtrack.dll dialclient.dll dialer.exe DialogBlockerProc.dll DialogBlockingManager.dll DialogBlockingService.dll dialserver.dll DictationManager.dll difxapi.dll dimsjob.dll dimsroam.dll dinput.dll dinput8.dll Direct2DDesktop.dll directmanipulation.dll DirectML.Debug.dll directml.dll directxdatabasehelper.dll directxdatabaseupdater.exe discan.dll diskmgmt.msc diskpart.exe diskperf.exe diskraid.exe DiskSnapshot.conf DiskSnapshot.exe diskusage.exe Dism Dism.exe DismApi.dll DispBroker.Desktop.dll DispBroker.dll dispdiag.exe dispex.dll Display.dll DisplayManager.dll DisplaySwitch.exe DisplaySystemToastIcon.contrast-white.png DisplaySystemToastIcon.png djctq.rs djoin.exe dllhost.exe dllhst3g.exe dlnashext.dll DMAlertListener.ProxyStub.dll DmApiSetExtImplDesktop.dll DMAppsRes.dll dmcertinst.exe dmcfghost.exe dmcfgutils.dll dmclient.exe dmcmnutils.dll dmcommandlineutils.dll dmcsps.dll dmdlgs.dll dmdskmgr.dll dmdskres.dll dmdskres2.dll dmenrollengine.dll dmenterprisediagnostics.dll dmintf.dll dmiso8601utils.dll dmloader.dll DmNotificationBroker.exe dmocx.dll dmoleaututils.dll DmOmaCpMo.exe dmprocessxmlfiltered.dll dmpushproxy.dll DMPushRouterCore.dll DMRCDecoder.dll DMRServer.dll dmsynth.dll dmusic.dll dmutil.dll dmvdsitf.dll dmview.ocx dmwappushsvc.dll dmwmicsp.dll dmxmlhelputils.dll dns-sd.exe dnsapi.dll dnscacheugc.exe dnscmmc.dll dnsext.dll dnshc.dll dnsrslvr.dll dnssd.dll dnssdX.dll Docking.VirtualInput.dll DockInterface.ProxyStub.dll docprop.dll DocumentPerformanceEvents.dll DolbyDecMFT.dll domgmt.dll dosettings.dll doskey.exe dosvc.dll dot3api.dll dot3cfg.dll Dot3Conn.dll dot3dlg.dll dot3gpclnt.dll dot3gpui.dll dot3hc.dll dot3mm.dll dot3msm.dll dot3svc.dll dot3ui.dll downlevel dpapi.dll dpapimig.exe dpapiprovider.dll dpapisrv.dll DpiScaling.exe dpnaddr.dll dpnathlp.dll dpnet.dll dpnhpast.dll dpnhupnp.dll dpnlobby.dll dpnsvr.exe dps.dll dpx.dll DragDropExperienceCommon.dll DragDropExperienceDataExchangeDelegated.dll driverquery.exe drivers DriverState DriverStore drprov.dll drt.dll DrtmAuthTxt.wim drtprov.dll drttransport.dll drvinst.exe drvsetup.dll DRVSTORE drvstore.dll dsauth.dll dsc DscCore.dll DscCoreConfProv.dll dsclient.dll dscproxy.dll DscTimer.dll dsdmo.dll dskquota.dll dskquoui.dll DsmUserTask.exe dsound.dll dsparse.dll dsprop.dll dsquery.dll dsreg.dll dsregcmd.exe dsregtask.dll dsrole.dll dssec.dat dssec.dll dssenh.dll dssvc.dll dstokenclean.exe Dsui.dll dsuiext.dll dswave.dll dtdump.exe dtsh.dll DuCsps.dll dui70.dll duser.dll dusmapi.dll dusmsvc.dll dusmtask.exe dvdplay.exe dwm.exe dwmapi.dll dwmcore.dll dwmghost.dll dwminit.dll dwmredir.dll dwmscene.dll DWrite.dll DWWIN.EXE DXCap.exe DXCaptureReplay.dll DXCore.dll DXCpl.exe dxdiag.exe dxdiagn.dll dxgi.dll dxgiadaptercache.exe DXGIDebug.dll dxgwdi.dll dxilconv.dll dxmasf.dll DXP.dll dxpps.dll Dxpserver.exe DxpTaskSync.dll dxtmsft.dll DXToolsMonitor.dll DXToolsOfflineAnalysis.dll DxToolsReportGenerator.dll DXToolsReporting.dll dxtrans.dll dxva2.dll DynamicLong.bin DynamicMedium.bin DynamicShort.bin dynamoapi.dll EAMProgressHandler.dll Eap3Host.exe eapp3hst.dll eappcfg.dll eappcfgui.dll eappgnui.dll eapphost.dll eappprxy.dll eapprovp.dll eapputil.dll eapsimextdesktop.dll eapsvc.dll EapTeapAuth.dll EapTeapConfig.dll EapTeapExt.dll easconsent.dll EaseOfAccessDialog.exe easinvoker.exe easinvoker.proxystub.dll EASPolicyManagerBrokerHost.exe EasPolicyManagerBrokerPS.dll easwrt.dll edgeangle.dll EdgeContent.dll edgehtml.dll edgeIso.dll EdgeManager.dll EdgeResetPlugin.dll EditBufferTestHook.dll EditionUpgradeHelper.dll EditionUpgradeManagerObj.dll edpauditapi.dll EDPCleanup.exe edpcsp.dll edpnotify.exe edptask.dll edputil.dll EduPrintProv.exe eeprov.dll eeutil.dll efsadu.dll efscore.dll efsext.dll efslsaext.dll efssvc.dll efsui.exe efsutil.dll efswrt.dll EhStorAPI.dll EhStorAuthn.exe EhStorPwdMgr.dll EhStorShell.dll el-GR els.dll ELSCore.dll elshyph.dll elslad.dll elsTrans.dll EM.exe EmailApis.dll embeddedmodesvc.dll embeddedmodesvcapi.dll EmojiDS.dll en en-GB en-US encapi.dll energy.dll energyprov.dll energytask.dll enrollmentapi.dll EnterpriseAPNCsp.dll EnterpriseAppMgmtClient.dll EnterpriseAppMgmtSvc.dll EnterpriseAppVMgmtCSP.dll enterprisecsps.dll EnterpriseDesktopAppMgmtCSP.dll enterpriseetw.dll EnterpriseModernAppMgmtCSP.dll enterpriseresourcemanager.dll EoAExperiences.exe eqossnap.dll ErrorDetails.dll ErrorDetailsCore.dll es-ES es-MX es.dll EsclProtocol.dll EsclScan.dll EsclWiaDriver.dll EsdSip.dll esent.dll esentprf.dll esentutl.exe esevss.dll eShims.dll esrb.rs et-EE EthernetMediaManager.dll ETWCoreUIComponentsResources.dll ETWESEProviderResources.dll EtwRundown.dll eu-ES eudcedit.exe eUICCsCSP.dll EventAggregation.dll eventcls.dll eventcreate.exe EventViewer_EventDetails.xsl eventvwr.exe eventvwr.msc evr.dll ExecModelClient.dll execmodelproxy.dll expand.exe ExplorerFrame.dll ExSMime.dll extrac32.exe ExtrasXmlParser.dll F12 f1db7d81-95be-4911-935a-8ab71629112a_HyperV-IsolatedVM.dll f3ahvoas.dll f989b52d-f928-44a3-9bf1-bf0c1da6a0d6_HyperV-DeviceVirtualization.dll facecredentialprovider.dll Facilitator.dll Family.Authentication.dll Family.Cache.dll Family.Client.dll Family.SyncEngine.dll FamilySafetyExt.dll Faultrep.dll FaxPrinterInstaller.dll fc.exe fclip.exe fcon.dll fdBth.dll fdBthProxy.dll FdDevQuery.dll fde.dll fdeploy.dll fdPHost.dll fdPnp.dll fdprint.dll fdProxy.dll FDResPub.dll fdSSDP.dll fdWCN.dll fdWNet.dll fdWSD.dll FeatureToastBulldogImg.png FeatureToastDlpImg.png feclient.dll ffbroker.dll fhcat.dll fhcfg.dll fhcleanup.dll fhcpl.dll fhengine.dll fhevents.dll fhmanagew.exe fhsettingsprovider.dll fhshl.dll fhsrchapi.dll fhsrchph.dll fhsvc.dll fhsvcctl.dll fhtask.dll fhuxadapter.dll fhuxapi.dll fhuxcommon.dll fhuxgraphics.dll fhuxpresentation.dll fi-FI fidocredprov.dll FileAppxStreamingDataSource.dll FileHistory.exe filemgmt.dll FilterDS.dll find.exe findnetprinters.dll findstr.exe finger.exe fingerprintcredential.dll Firewall.cpl FirewallAPI.dll FirewallControlPanel.dll fixmapi.exe FlightSettings.dll fltLib.dll fltMC.exe FluencyDS.dll FM20.DLL FM20enu.DLL fmapi.dll fmifs.dll fms.dll FNTCACHE.DAT FntCache.dll fodhelper.exe Fondue.exe fontdrvhost.exe fontext.dll FontGlyphAnimator.dll fontgroupsoverride.dll FontProvider.dll fontsub.dll fontview.exe forfiles.exe format.com fpb.rs fphc.dll fr-CA fr-FR framedyn.dll framedynos.dll FrameServer.dll FrameServerClient.dll FrameServerMonitor.dll frprov.dll fsavailux.exe FsIso.exe fsmgmt.msc FsNVSDeviceSource.dll fsquirt.exe fsutil.exe fsutilext.dll fthsvc.dll ftp.exe fundisc.dll fveapi.dll fveapibase.dll fvecerts.dll fvecpl.dll fvenotify.exe fveprompt.exe fveskybackup.dll fveui.dll fvewiz.dll FvSDK_x64.dll fwbase.dll fwcfg.dll fwmdmcsp.dll fwpolicyiomgr.dll FWPUCLNT.DLL FwRemoteSvr.dll FXSAPI.dll FXSCOM.dll FXSCOMEX.dll FXSCOMPOSE.dll FXSCOMPOSERES.dll FXSCOVER.exe FXSEVENT.dll FXSMON.dll FXSRESM.dll FXSROUTE.dll FXSST.dll FXSSVC.exe FXST30.dll FXSTIFF.dll FxsTmp FXSUNATD.exe FXSUTILITY.dll g711codc.ax GameBarPresenceWriter.exe GameBarPresenceWriter.proxy.dll GameChatOverlayExt.dll GameChatTranscription.dll GameInput.dll gamemode.dll GamePanel.exe GamePanelExternalHook.dll gamestreamingext.dll GameSystemToastIcon.contrast-white.png GameSystemToastIcon.png gameux.dll gamingtcui.dll gatherNetworkInfo.vbs gb2312.uce gcdef.dll gdi32.dll gdi32full.dll GdiPlus.dll generaltel.dll GenValObj.exe Geocommon.dll Geolocation.dll getmac.exe getuname.dll gl-ES glmf32.dll globinputhost.dll glu32.dll gmsaclient.dll gpapi.dll GPCSEWrapperCsp.dll gpedit.dll gpedit.msc gpprefcl.dll gpprnext.dll gpresult.exe gpscript.dll gpscript.exe gpsvc.dll gptext.dll gpupdate.exe gpupvdev.dll GraphicsCapture.dll GraphicsPerfSvc.dll grb.rs Groupinghc.dll GroupPolicy GroupPolicyUsers grpconv.exe hal.dll HalExtIntcLpioDMA.dll HalExtIntcPseDMA.dll HalExtPL080.dll HandwritingSystemToastIcon.contrast-white.png HandwritingSystemToastIcon.png hascsp.dll HashtagDS.dll hbaapi.dll hcproviders.dll hcsdiag.exe HdcpHandler.dll hdwwiz.cpl hdwwiz.exe he-IL HeadphoneSystemToastIcon.contrast-white.png HeadphoneSystemToastIcon.png HeadsetSystemToastIcon.contrast-white.png HeadsetSystemToastIcon.png HealthAttestationClient HealthSystemToastIcon.contrast-white.png HealthSystemToastIcon.png HeatCore.dll help.exe HelpPaneProxy.dll hgcpl.dll hhctrl.ocx hhsetup.dll hid.dll HidCfu.dll hidphone.tsp hidserv.dll hlink.dll hmkd.dll hnetcfg.dll HNetCfgClient.dll hnetmon.dll hnsdiag.exe hnsproxy.dll HologramCompositor.dll HologramWorld.dll HolographicExtensions.dll HolographicRuntimes.dll HoloShellRuntime.dll HoloSHExtensions.dll HoloSI.PCShell.dll HOSTNAME.EXE HostNetSvc.dll hotplug.dll hr-HR HrtfApo.dll hspapi.dll hspfw.dll html.iec httpapi.dll httpprxc.dll httpprxm.dll httpprxp.dll HttpsDataSource.dll htui.dll hu-HU hvax64.exe hvhostsvc.dll hvix64.exe hvloader.dll hvsievaluator.exe hvsigpext.dll HvsiManagementApi.dll HvSocket.dll hwreqchk.dll Hydrogen Hydrogen.dll IA2ComProxy.dll ias ias.dll iasacct.dll iasads.dll iasdatastore.dll iashlpr.dll IasMigPlugin.dll iasnap.dll iaspolcy.dll iasrad.dll iasrecst.dll iassam.dll iassdo.dll iassvcs.dll icacls.exe icfupgd.dll icm32.dll icmp.dll icmui.dll IconCodecService.dll IcsEntitlementHost.exe icsigd.dll icsunattend.exe icsvc.dll icsvcext.dll icsvcvss.dll icsxml icu.dll icuin.dll icuuc.dll id-ID IdCtrls.dll ideograf.uce IDStore.dll ie4uinit.exe ie4ushowIE.exe IEAdvpack.dll ieapfltr.dll iedkcs32.dll ieframe.dll iemigplugin.dll iepeers.dll ieproxy.dll IEProxyDesktop.dll iernonce.dll iertutil.dll IESettingSync.exe iesetup.dll iesysprep.dll ieui.dll ieuinit.inf ieUnatt.exe iexpress.exe ifmon.dll ifsutil.dll ifsutilx.dll igdDiag.dll IHDS.dll IKEEXT.DLL imaadp32.acm imagehlp.dll imageres.dll imagesp1.dll imapi.dll imapi2.dll imapi2fs.dll IME ime_textinputhelpers.dll imgutil.dll imm32.dll immersivetpmvscmgrsvr.exe ImplatSetup.dll IndexedDbLegacy.dll inetcomm.dll inetcpl.cpl inetmib1.dll inetpp.dll inetppui.dll INETRES.dll inetsrv InfDefaultInstall.exe InkEd.dll InkObjCore.dll InprocLogger.dll input.dll InputCloudStore.dll InputController.dll InputHost.dll InputInjectionBroker.dll InputLocaleManager.dll InputMethod InputService.dll InputSwitch.dll InputSwitchToastHandler.exe InputSystemToastIcon.contrast-white.png InputSystemToastIcon.png inseng.dll InstallService.dll InstallServiceTasks.dll InstallUtil.InstallLog intel_gfx_api-x64.dll internetmail.dll InternetMailCsp.dll intl.cpl invagent.dll iologmsg.dll IoTAssignedAccessLockFramework.dll iotstartup.exe ipconfig.exe IPELoggingDictationHelper.dll IPHLPAPI.DLL iphlpsvc.dll Ipmi ipnathlp.dll IpNatHlpClient.dll IppCommon.dll IppCommonProxy.dll iprtprio.dll iprtrmgr.dll ipsecsnp.dll IPSECSVC.DLL ipsmsnap.dll ipxlatcfg.dll iri.dll irprops.cpl iscsicli.exe iscsicpl.dll iscsicpl.exe iscsidsc.dll iscsied.dll iscsiexe.dll iscsilog.dll iscsium.dll iscsiwmi.dll iscsiwmiv2.dll ISM.dll ISM.exe isoburn.exe it-IT itircl.dll itss.dll iuilp.dll iumbase.dll iumcrypt.dll iumdll.dll IumSdk.dll iyuv_32.dll ja-jp JavaScriptCollectionAgent.dll jdns_sd.dll JHI64.dll joinproviderol.dll joinutil.dll joy.cpl JpMapControl.dll jpndecoder.dll jpninputrouter.dll jpnranker.dll JpnServiceDS.dll jscript.dll jscript9.dll jscript9diag.dll jscript9Legacy.dll jsproxy.dll kanji_1.uce kanji_2.uce kbd101.dll kbd101a.dll kbd101b.dll kbd101c.dll kbd103.dll kbd106.dll kbd106n.dll KBDA1.DLL KBDA2.DLL KBDA3.DLL KBDADLM.DLL KBDAL.DLL KBDARME.DLL kbdarmph.dll kbdarmty.dll KBDARMW.DLL kbdax2.dll KBDAZE.DLL KBDAZEL.DLL KBDAZST.DLL KBDBASH.DLL KBDBE.DLL KBDBENE.DLL KBDBGPH.DLL KBDBGPH1.DLL KBDBHC.DLL KBDBLR.DLL KBDBR.DLL KBDBU.DLL KBDBUG.DLL KBDBULG.DLL KBDCA.DLL KBDCAN.DLL KBDCHER.DLL KBDCHERP.DLL KBDCR.DLL KBDCZ.DLL KBDCZ1.DLL KBDCZ2.DLL KBDDA.DLL KBDDIV1.DLL KBDDIV2.DLL KBDDV.DLL KBDDZO.DLL KBDES.DLL KBDEST.DLL KBDFA.DLL kbdfar.dll KBDFC.DLL KBDFI.DLL KBDFI1.DLL KBDFO.DLL KBDFR.DLL KBDFTHRK.DLL KBDGAE.DLL KBDGEO.DLL kbdgeoer.dll kbdgeome.dll kbdgeooa.dll kbdgeoqw.dll KBDGKL.DLL KBDGN.DLL KBDGR.DLL KBDGR1.DLL KBDGRLND.DLL KBDGTHC.DLL KBDHAU.DLL KBDHAW.DLL KBDHE.DLL KBDHE220.DLL KBDHE319.DLL KBDHEB.DLL kbdhebl3.dll KBDHELA2.DLL KBDHELA3.DLL KBDHEPT.DLL KBDHU.DLL KBDHU1.DLL kbdibm02.dll KBDIBO.DLL KBDIC.DLL KBDINASA.DLL KBDINBE1.DLL KBDINBE2.DLL KBDINBEN.DLL KBDINDEV.DLL KBDINEN.DLL KBDINGUJ.DLL KBDINHIN.DLL KBDINKAN.DLL KBDINMAL.DLL KBDINMAR.DLL KBDINORI.DLL KBDINPUN.DLL KBDINTAM.DLL KBDINTEL.DLL KBDINUK2.DLL KBDIR.DLL KBDIT.DLL KBDIT142.DLL KBDIULAT.DLL KBDJAV.DLL KBDJPN.DLL KBDKAZ.DLL KBDKHMR.DLL KBDKNI.DLL KBDKOR.DLL KBDKURD.DLL KBDKYR.DLL KBDLA.DLL KBDLAO.DLL kbdlisub.dll kbdlisus.dll kbdlk41a.dll KBDLT.DLL KBDLT1.DLL KBDLT2.DLL KBDLV.DLL KBDLV1.DLL KBDLVST.DLL KBDMAC.DLL KBDMACST.DLL KBDMAORI.DLL KBDMLT47.DLL KBDMLT48.DLL KBDMON.DLL KBDMONMO.DLL KBDMONST.DLL KBDMYAN.DLL KBDNE.DLL kbdnec.dll kbdnec95.dll kbdnecat.dll kbdnecnt.dll KBDNEPR.DLL kbdnko.dll KBDNO.DLL KBDNO1.DLL KBDNSO.DLL KBDNTL.DLL KBDOGHAM.DLL KBDOLCH.DLL KBDOLDIT.DLL KBDOSA.DLL KBDOSM.DLL KBDPASH.DLL kbdphags.dll KBDPL.DLL KBDPL1.DLL KBDPO.DLL KBDRO.DLL KBDROPR.DLL KBDROST.DLL KBDRU.DLL KBDRU1.DLL KBDRUM.DLL KBDSF.DLL KBDSG.DLL KBDSL.DLL KBDSL1.DLL KBDSMSFI.DLL KBDSMSNO.DLL KBDSN1.DLL KBDSORA.DLL KBDSOREX.DLL KBDSORS1.DLL KBDSORST.DLL KBDSP.DLL KBDSW.DLL KBDSW09.DLL KBDSYR1.DLL KBDSYR2.DLL KBDTAILE.DLL KBDTAJIK.DLL KBDTAM99.DLL KBDTAT.DLL KBDTH0.DLL KBDTH1.DLL KBDTH2.DLL KBDTH3.DLL KBDTIFI.DLL KBDTIFI2.DLL KBDTIPRC.DLL KBDTIPRD.DLL KBDTT102.DLL KBDTUF.DLL KBDTUQ.DLL KBDTURME.DLL KBDTZM.DLL KBDUGHR.DLL KBDUGHR1.DLL KBDUK.DLL KBDUKX.DLL KBDUR.DLL KBDUR1.DLL KBDURDU.DLL KBDUS.DLL KBDUSA.DLL KBDUSL.DLL KBDUSR.DLL KBDUSX.DLL KBDUZB.DLL KBDVNTC.DLL KBDWOL.DLL KBDYAK.DLL KBDYBA.DLL KBDYCC.DLL KBDYCL.DLL kd.dll kdcom.dll kdcpw.dll kdhvcom.dll kdnet.dll kdnet_uart16550.dll KdsCli.dll kdstub.dll kdusb.dll kd_02_10df.dll kd_02_10ec.dll kd_02_1137.dll kd_02_14e4.dll kd_02_15b3.dll kd_02_1969.dll kd_02_19a2.dll kd_02_1af4.dll kd_02_8086.dll kd_07_1415.dll kd_0C_8086.dll keepaliveprovider.dll KerbClientShared.dll kerberos.dll kernel.appcore.dll kernel32.dll KernelBase.dll KeyboardFilterCore.dll KeyboardFilterManager.dll KeyboardFilterShim.dll KeyboardFilterSvc.dll KeyboardSystemToastIcon.contrast-white.png KeyboardSystemToastIcon.png KeyCredMgr.dll keyiso.dll keymgr.dll KeywordDetectorMsftSidAdapter.dll Keywords klist.exe kmddsp.tsp KnobsCore.dll KnobsCsp.dll ko-KR korean.uce ksetup.exe ksproxy.ax kstvtune.ax ksuser.dll Kswdmcap.ax ksxbar.ax ktmutil.exe ktmw32.dll l2gpstore.dll l2nacp.dll L2SecHC.dll l3codeca.acm l3codecp.acm la57setup.exe label.exe LangCleanupSysprepAction.dll LanguageComponentsInstaller.dll LanguageComponentsInstallerComHandler.exe LanguageOverlayServer.dll LanguageOverlayUtil.dll LanguagePackDiskCleanup.dll LanguagePackManagementCSP.dll LAPRXY.DLL laps.dll lapscsp.dll LaptopPlugInToastImg.gif LargeRoom.bin LaunchTM.exe LaunchWinApp.exe lcphrase.tbl lcptr.tbl LegacyNetUX.dll LegacyNetUXHost.exe LegacySystemSettings.dll LESDebug.log lfsvc.dll libcrypto.dll libmfxhw64.dll libomp140.x86_64.dll libomp140d.x86_64.dll libvpl.dll license.rtf LicenseManager.dll LicenseManagerApi.dll LicenseManagerShellext.exe LicenseManagerSvc.dll licenseprotection.dll Licenses LicensingCSP.dll licensingdiag.exe LicensingDiagSpp.dll LicensingUI.exe LicensingWinRT.dll licmgr10.dll linkinfo.dll lltdapi.dll lltdres.dll lltdsvc.dll lmhsvc.dll loadperf.dll locale.nls localsec.dll localspl.dll localui.dll LocationApi.dll LocationFramework.dll LocationFrameworkInternalPS.dll LocationFrameworkPS.dll LocationNotificationWindows.exe LocationWinPalMisc.dll Locator.exe LockAppBroker.dll LockAppHost.exe LockController.dll LockHostingFramework.dll LockScreenContent.dll LockScreenContentHost.dll LockScreenContentServer.exe LockScreenData.dll lodctr.exe log logagent.exe LogFiles loghours.dll logman.exe logoff.exe logoncli.dll LogonController.dll LogonUI.exe Logs lpasvc.dll lpk.dll lpkinstall.exe lpksetup.exe lpksetupproxyserv.dll lpremove.exe lsaadt.dll LsaIso.exe lsasrv.dll lsass.exe LSCSHostPolicy.dll lsm.dll lsmproxy.dll lstelemetry.dll lt-LT luiapi.dll lusrmgr.msc lv-LV lxss lz32.dll l_intl.nls Magnification.dll Magnify.exe MailContactsCalendarSync main.cpl MaintenanceUI.dll makecab.exe manage-bde.exe manage-bde.wsf ManageCI.dll MapConfiguration.dll MapControlCore.dll MapControlStringsRes.dll MapGeocoder.dll mapi32.dll mapistub.dll MapRouter.dll MapsBtSvc.dll MapsBtSvcProxy.dll MapsCSP.dll MapsStore.dll mapstoasttask.dll mapsupdatetask.dll mavinject.exe MbaeApi.dll MbaeApiPublic.dll mblctr.exe MBMediaManager.dll MBR2GPT.EXE mbsmsapi.dll mbussdapi.dll mcbuilder.exe MCCSEngineShared.dll MCCSPal.dll mciavi32.dll mcicda.dll mciqtz32.dll mciseq.dll mciwave.dll McpManagementProxy.dll McpManagementService.dll MCRecvSrc.dll MCU.exe mcupdate_AuthenticAMD.dll mcupdate_GenuineIntel.dll MDEServer.exe MDMAgent.exe MDMAppInstaller.exe MdmCommon.dll MdmDiagnostics.dll MdmDiagnosticsTool.exe mdminst.dll mdmlocalmanagement.dll mdmmigrator.dll mdmpostprocessevaluator.dll mdmregistration.dll MdRes.exe MdSched.exe MediaFoundation.DefaultPerceptionProvider.dll MediaSystemToastIcon.contrast-white.png MediaSystemToastIcon.png MediumRoom.bin MemoryDiagnostic.dll MessagingDataModel2.dll MessagingService.dll mf.dll mf3216.dll mfAACEnc.dll mfasfsrcsnk.dll mfaudiocnv.dll mfc100.dll mfc100chs.dll mfc100cht.dll mfc100deu.dll mfc100enu.dll mfc100esn.dll mfc100fra.dll mfc100ita.dll mfc100jpn.dll mfc100kor.dll mfc100rus.dll mfc100u.dll mfc110.dll mfc110chs.dll mfc110cht.dll mfc110deu.dll mfc110enu.dll mfc110esn.dll mfc110fra.dll mfc110ita.dll mfc110jpn.dll mfc110kor.dll mfc110rus.dll mfc110u.dll mfc120.dll mfc120chs.dll mfc120cht.dll mfc120deu.dll mfc120enu.dll mfc120esn.dll mfc120fra.dll mfc120ita.dll mfc120jpn.dll mfc120kor.dll mfc120rus.dll mfc120u.dll mfc140.dll mfc140chs.dll mfc140cht.dll mfc140d.dll mfc140deu.dll mfc140enu.dll mfc140esn.dll mfc140fra.dll mfc140ita.dll mfc140jpn.dll mfc140kor.dll mfc140rus.dll mfc140u.dll mfc140ud.dll mfc42.dll mfc42u.dll MFCaptureEngine.dll mfcm100.dll mfcm100u.dll mfcm110.dll mfcm110u.dll mfcm120.dll mfcm120u.dll mfcm140.dll mfcm140d.dll mfcm140u.dll mfcm140ud.dll mfcore.dll mfcsubs.dll mfds.dll mfdvdec.dll mferror.dll mfh263enc.dll mfh264enc.dll mfksproxy.dll MFMediaEngine.dll mfmjpegdec.dll mfmkvsrcsnk.dll mfmp4srcsnk.dll mfmpeg2srcsnk.dll mfnetcore.dll mfnetsrc.dll mfperfhelper.dll mfplat.dll MFPlay.dll mfpmp.exe mfps.dll mfreadwrite.dll mfsensorgroup.dll mfsrcsnk.dll mfsvr.dll mftranscode.dll mfvdsp.dll mfvfw.dll MFWMAAEC.DLL mfxplugin64_hw.dll mgmtapi.dll mgmtrefreshcredprov.dll mi.dll mibincodec.dll Microsoft Microsoft-Windows-AppModelExecEvents.dll microsoft-windows-battery-events.dll microsoft-windows-hal-events.dll Microsoft-Windows-Internal-Shell-NearShareExperience.dll microsoft-windows-kernel-cc-events.dll microsoft-windows-kernel-pnp-events.dll microsoft-windows-kernel-power-events.dll microsoft-windows-kernel-processor-power-events.dll Microsoft-Windows-MapControls.dll Microsoft-Windows-MosHost.dll microsoft-windows-pdc.dll microsoft-windows-power-cad-events.dll microsoft-windows-processor-aggregator-events.dll microsoft-windows-sleepstudy-events.dll microsoft-windows-storage-tiering-events.dll microsoft-windows-system-events.dll Microsoft-WindowsPhone-SEManagementProvider.dll Microsoft.Bluetooth.Audio.dll Microsoft.Bluetooth.Proxy.dll Microsoft.Bluetooth.Service.dll Microsoft.Bluetooth.UserService.dll Microsoft.Graphics.Display.DisplayEnhancementService.dll Microsoft.Internal.FrameworkUdk.System.dll Microsoft.LocalUserImageProvider.dll Microsoft.Management.Infrastructure.Native.Unmanaged.dll Microsoft.Uev.AgentDriverEvents.dll Microsoft.Uev.AppAgent.dll Microsoft.Uev.CabUtil.dll Microsoft.Uev.CmUtil.dll Microsoft.Uev.Common.dll Microsoft.Uev.Common.WinRT.dll Microsoft.Uev.CommonBridge.dll Microsoft.Uev.ConfigWrapper.dll Microsoft.Uev.CscUnpinTool.exe Microsoft.Uev.EventLogMessages.dll Microsoft.Uev.LocalSyncProvider.dll Microsoft.Uev.ManagedEventLogging.dll Microsoft.Uev.Management.dll Microsoft.Uev.Management.WmiAccess.dll Microsoft.Uev.ModernAppAgent.dll Microsoft.Uev.ModernAppCore.dll Microsoft.Uev.ModernAppData.WinRT.dll Microsoft.Uev.ModernSync.dll Microsoft.Uev.MonitorSyncProvider.dll Microsoft.Uev.Office2010CustomActions.dll Microsoft.Uev.Office2013CustomActions.dll Microsoft.Uev.PrinterCustomActions.dll Microsoft.Uev.SmbSyncProvider.dll Microsoft.Uev.SyncCommon.dll Microsoft.Uev.SyncConditions.dll Microsoft.Uev.SyncController.exe microsoft.windows.softwarelogo.showdesktop.exe Microsoft.Windows.Storage.Core.dll Microsoft.Windows.Storage.StorageBusCache.dll MicrosoftAccount.TokenProvider.Core.dll MicrosoftAccountCloudAP.dll MicrosoftAccountExtension.dll MicrosoftAccountTokenProvider.dll MicrosoftAccountWAMExtension.dll MicrosoftEdgeBCHost.exe MicrosoftEdgeCP.exe MicrosoftEdgeDevTools.exe MicrosoftEdgeSH.exe midimap.dll migisol.dll migration miguiresource.dll migwiz mimefilt.dll mimofcodec.dll MinstoreEvents.dll MiracastInputMgr.dll MiracastReceiver.dll MiracastReceiverExt.dll MirrorDrvCompat.dll mispace.dll MitigationClient.dll MitigationConfiguration.dll miutils.dll MixedReality.Broker.dll MixedRealityCapture.Pipeline.dll MixedRealityCapture.ProxyStub.dll MixedRealityRuntime.dll MixedRealityRuntime.json mlang.dat mlang.dll mmc.exe mmc.exe.config mmcbase.dll mmcndmgr.dll mmcshext.dll MMDevAPI.dll mmgaclient.dll mmgaproxystub.dll mmgaserver.exe mmres.dll mmsys.cpl mobilenetworking.dll mobsync.exe mode.com modemui.dll modernexecserver.dll MoNotificationUx.exe more.com moricons.dll moshost.dll MosHostClient.dll moshostcore.dll MosStorage.dll mountvol.exe MouseSystemToastIcon.contrast-white.png MouseSystemToastIcon.png MP3DMOD.DLL MP43DECD.DLL MP4SDECD.DLL Mpeg2Data.ax mpeval.dll mpg2splt.ax MPG4DECD.DLL mpnotify.exe mpr.dll mprapi.dll mprddm.dll mprdim.dll mprext.dll mprmsg.dll MPSSVC.dll mpunits.dll MRINFO.EXE MrmCoreR.dll MrmDeploy.dll MrmIndexer.dll MRT MRT.exe mrt100.dll mrt_map.dll ms3dthumbnailprovider.dll msaatext.dll MSAC3ENC.DLL msacm32.dll msacm32.drv msadp32.acm msafd.dll MSAJApi.dll MSAlacDecoder.dll MSAlacEncoder.dll MSAMRNBDecoder.dll MSAMRNBEncoder.dll MSAMRNBSink.dll MSAMRNBSource.dll MSAProfileNotificationHandler.dll msasn1.dll MSAudDecMFT.dll msaudite.dll msauserext.dll mscandui.dll mscat32.dll MSchedExe.exe msclmd.dll mscms.dll msconfig.exe mscoree.dll mscorier.dll mscories.dll msctf.dll msctfime.ime MsCtfMonitor.dll msctfp.dll msctfui.dll msctfuimanager.dll msdadiag.dll msdart.dll msdatsrc.tlb msdelta.dll msdmo.dll MSDRM msdrm.dll msdt.exe MsDtc msdtc.exe msdtckrm.dll msdtclog.dll msdtcprx.dll msdtcspoffln.dll msdtctm.dll msdtcuiu.dll msdtcVSp1res.dll MSDvbNP.ax msdxm.ocx msdxm.tlb msfeeds.dll msfeedsbs.dll msfeedssync.exe MSFlacDecoder.dll MSFlacEncoder.dll msftedit.dll MsftOemDllIgneous.dll msg.exe msg711.acm msgsm32.acm MSHEIF.dll mshta.exe mshtml.dll mshtml.tlb MshtmlDac.dll mshtmled.dll mshtmler.dll msi.dll MsiCofire.dll msidcrl40.dll msident.dll msidle.dll msidntld.dll msieftp.dll msiexec.exe msihnd.dll msiltcfg.dll msimg32.dll msimsg.dll msimtf.dll msinfo32.exe msisip.dll msIso.dll msiwer.dll MsixDataSourceExtensionPS.dll mskeyprotcli.dll mskeyprotect.dll msls31.dll msmpeg2adec.dll MSMPEG2ENC.DLL msmpeg2vdec.dll msmpi.dll msmpires.dll MSNP.ax msobjs.dll msoert2.dll MSOpusDecoder.dll mspatcha.dll mspatchc.dll MSPhotography.dll msports.dll msprivs.dll msra.exe msrahc.dll MsraLegacy.tlb msrating.dll MSRAWImage.dll msrdc.dll MsRdpWebAccess.dll msrle32.dll msscntrs.dll mssecuser.dll mssecwfpu.dll mssign32.dll mssip32.dll mssitlb.dll MsSpellCheckingFacility.dll MsSpellCheckingHost.exe mssph.dll mssprxy.dll mssrch.dll mssvp.dll mstask.dll msTextPrediction.dll mstsc.exe mstscax.dll msutb.dll msv1_0.dll msvcirt.dll msvcp100.dll msvcp110.dll msvcp110_win.dll msvcp120.dll msvcp120_clr0400.dll msvcp140.dll msvcp140d.dll msvcp140d_atomic_wait.dll msvcp140d_codecvt_ids.dll msvcp140_1.dll msvcp140_1d.dll msvcp140_2.dll msvcp140_2d.dll msvcp140_atomic_wait.dll msvcp140_clr0400.dll msvcp140_codecvt_ids.dll msvcp60.dll msvcp_win.dll msvcr100.dll msvcr100_clr0400.dll msvcr110.dll msvcr120.dll msvcr120_clr0400.dll msvcrt.dll msvfw32.dll msvidc32.dll MSVidCtl.dll MSVideoDSP.dll MSVP9DEC.dll msvproc.dll MSVPXENC.dll MSWB7.dll MSWB70804.dll MSWebp.dll mswmdm.dll mswsock.dll msxml3.dll msxml3r.dll msxml6.dll msxml6r.dll msyuv.dll MtcModel.dll MTF.dll MTFAppServiceDS.dll MtfDecoder.dll MTFFuzzyDS.dll MTFServer.dll MTFSpellcheckDS.dll mtstocom.exe mtxclu.dll mtxdm.dll mtxex.dll mtxoci.dll MUI muifontsetup.dll MUILanguageCleanup.dll MuiUnattend.exe MultiDigiMon.exe musdialoghandlers.dll MusNotification.exe MusNotificationUx.exe MusNotifyIcon.exe MusNotifyIconHandler.dll MusUpdateHandlers.dll MusUxToastHandler.dll mycomput.dll mydocs.dll Mystify.scr NAPCRYPT.DLL NapiNSP.dll Narrator.exe NarratorControlTemplates.xml NaturalAuth.dll NaturalAuthClient.dll NaturalLanguage6.dll navshutdown.dll nb-NO nbtstat.exe NcaApi.dll NcaSvc.dll ncbservice.dll NcdAutoSetup.dll NcdProp.dll nci.dll ncobjapi.dll ncpa.cpl ncrypt.dll ncryptprov.dll ncryptsslp.dll ncsi.dll ncuprov.dll ndadmin.exe nddeapi.dll NDF ndfapi.dll ndfetw.dll NdfEventView.xml ndfhcdiscovery.dll ndishc.dll NDKPerfCmd.exe NDKPing.exe ndproxystub.dll nduprov.dll negoexts.dll net.exe net1.exe netapi32.dll netbios.dll netbtugc.exe netcenter.dll netcfg.exe NetCfgNotifyObjectHost.exe netcfgx.dll netcorehc.dll netdiagfx.dll NetDriverInstall.dll netevent.dll NetEvtFwdr.exe netfxperf.dll neth.dll NetHost.exe netid.dll netiohlp.dll netiougc.exe netjoin.dll netlogon.dll netman.dll NetMgmtIF.dll netmsg.dll netplwiz.dll Netplwiz.exe netprofm.dll netprofmsvc.dll netprovfw.dll netprovisionsp.dll NetSetupApi.dll NetSetupEngine.dll NetSetupShim.dll NetSetupSvc.dll netsh.exe netshell.dll NETSTAT.EXE nettrace.dll NetTrace.PLA.Diagnostics.xml netutils.dll NetworkBindingEngineMigPlugin.dll NetworkCollectionAgent.dll NetworkDesktopSettings.dll networkexplorer.dll networkhelper.dll NetworkIcon.dll networkitemfactory.dll networklist NetworkMobileSettings.dll NetworkProxyCsp.dll NetworkQoSPolicyCSP.dll NetworkUXBroker.dll newdev.dll newdev.exe NFCProvisioningPlugin.dll NfcRadioMedia.dll ngccredprov.dll NgcCtnr.dll NgcCtnrGidsHandler.dll NgcCtnrSvc.dll NgcIso.exe NgcIsoCtnr.dll ngckeyenum.dll ngcksp.dll ngclocal.dll ngcpopkeysrv.dll NgcProCsp.dll ngcrecovery.dll ngcsvc.dll ngctasks.dll ngcutils.dll ninput.dll nl-NL NL7Data0804.dll NL7Lexicons0804.dll NL7Models0804.dll nlaapi.dll nlahc.dll nlansp_c.dll nlhtml.dll nlmgp.dll nlmproxy.dll nlmsprep.dll nlsbres.dll NlsData0000.dll NlsData0009.dll Nlsdl.dll NlsLexicons0009.dll nltest.exe NmaDirect.dll nmbind.exe nmscrub.exe NOISE.CHS NOISE.DAT normaliz.dll normidna.nls normnfc.nls normnfd.nls normnfkc.nls normnfkd.nls notepad.exe NotificationController.dll NotificationControllerPS.dll notificationplatformcomponent.dll npmproxy.dll NPSM.dll NPSMDesktopProvider.dll nrpsrv.dll nrtapi.dll nshhttp.dll nshipsec.dll nshwfp.dll nsi.dll nsisvc.dll nslookup.exe ntasn1.dll ntdll.dll ntdsapi.dll ntfsres.dll ntkrla57.exe ntlanman.dll ntlanui2.dll NtlmShared.dll ntmarta.dll ntoskrnl.exe ntprint.dll ntprint.exe ntshrui.dll ntvdm64.dll Nui NV NvAgent.dll nvapi64.dll nvaudcap64v.dll nvcpl.dll nvcuda.dll nvcudadebugger.dll nvcuvid.dll nvdebugdump.exe nvEncodeAPI64.dll NvFBC64.dll nvidia-smi.exe NvIFR64.dll NvIFROpenGL.dll nvinfo.pb nvml.dll nvofapi64.dll NvRtmpStreamer64.dll nvspcap64.dll nvspinfo.exe objsel.dll occache.dll ocsetapi.dll odbc32.dll odbcad32.exe odbcbcp.dll odbcconf.dll odbcconf.exe odbcconf.rsp odbccp32.dll odbccr32.dll odbccu32.dll odbcint.dll odbctrac.dll OEMDefaultAssociations.dll OEMDefaultAssociations.xml oemlicense.dll ofdeploy.exe offfilt.dll officecsp.dll offlinelsa.dll offlinesam.dll offreg.dll oflc-nz.rs OkDone_80.contrast-black.png OkDone_80.contrast-white.png OkDone_80.png olch2x8.ocx olch2xu8.ocx olch3x8.ocx olch3xu8.ocx OLD4796.tmp OLD47A7.tmp OLD47B8.tmp ole32.dll oleacc.dll oleacchooks.dll oleaccrc.dll oleaut32.dll oledlg.dll oleprn.dll OmaDmAgent.dll omadmapi.dll omadmclient.exe omadmprc.exe OnDemandBrokerClient.dll OnDemandConnRouteHelper.dll OneBackupHandler.dll OneCoreCommonProxyStub.dll OneCoreUAPCommonProxyStub.dll OneSettingsClient.dll onex.dll onexui.dll onnxruntime.dll oobe OOBE-Maintenance.exe OpcServices.dll OpenCL.dll openfiles.exe opengl32.dll OpenSSH OpenWith.exe OptionalFeatures.exe ortcengine.dll osbaseln.dll osk.exe OskSupport.dll osuninst.dll OutdoorAudioEnvironment.bin P2P.dll P2PGraph.dll p2pnetsh.dll p2psvc.dll p9np.dll p9rdrservice.dll pacjsworker.exe PackagedCWALauncher.exe PackageInspector.exe packager.dll PackageStateChangeHandler.dll panmap.dll PasswordEnrollmentManager.dll PasswordOnWakeSettingFlyout.exe PATHPING.EXE pautoenr.dll PayloadRestrictions.dll PaymentMediatorServiceProxy.dll Pbr pcacli.dll pcadm.dll pcaevts.dll pcalua.exe pcasvc.dll pcaui.dll pcaui.exe pcbp.rs pcl.sep PCPKsp.dll PCShellCommonProxyStub.dll pcsvDevice.dll pcwrun.exe pcwum.dll pcwutl.dll pdh.dll pdhui.dll PeerDist.dll PeerDistAD.dll PeerDistCacheProvider.dll PeerDistCleaner.dll PeerDistHttpTrans.dll PeerDistSh.dll PeerDistSvc.dll PeerDistWSDDiscoProv.dll pegi-pt.rs pegi.rs PenService.dll PeopleAPIs.dll PeopleBand.dll PerceptionDevice.dll PerceptionSimulation PerceptionSimulation.ProxyStubs.dll PerceptionSimulationManager.dll perfc009.dat perfd009.dat perfdisk.dll perfh009.dat perfi009.dat perfmon.exe perfmon.msc perfnet.dll perfos.dll perfproc.dll PerfStringBackup.INI perfts.dll perf_gputiming.dll PersonalizationCSP.dll pfclient.dll phoneactivate.exe PhoneCallHistoryApis.dll PhoneOm.dll PhonePlatformAbstraction.dll PhoneProviders.dll PhoneService.dll PhoneServiceRes.dll PhoneSystemToastIcon.contrast-white.png PhoneSystemToastIcon.png Phoneutil.dll PhoneutilRes.dll PhotoMetadataHandler.dll PhotoScreensaver.scr photowiz.dll PickerHost.exe PickerPlatform.dll pid.dll pidgenx.dll pifmgr.dll PimIndexMaintenance.dll PimIndexMaintenanceClient.dll Pimstore.dll PinEnrollmentBroker.exe PinEnrollmentHelper.dll PING.EXE pkeyhelper.dll PkgMgr.exe PktMon.exe PktMonApi.dll pku2u.dll pl-PL pla.dll plasrv.exe playlistfolder.dll PlaySndSrv.dll PlayToDevice.dll PlayToManager.dll playtomenu.dll PlayToReceiver.dll PlayToStatusProvider.dll ploptin.dll pmcsnap.dll pngfilt.dll pnidui.dll pnpclean.dll pnpdiag.dll pnppolicy.dll pnpts.dll pnpui.dll PnPUnattend.exe pnputil.exe PNPXAssoc.dll PNPXAssocPrx.dll pnrpauto.dll Pnrphc.dll pnrpnsp.dll pnrpsvc.dll PointOfService policymanager.dll policymanagerprecheck.dll polstore.dll poqexec.exe PortableDeviceApi.dll PortableDeviceClassExtension.dll PortableDeviceConnectApi.dll PortableDeviceStatus.dll PortableDeviceSyncProvider.dll PortableDeviceTypes.dll PortableDeviceWiaCompat.dll posetup.dll pospaymentsworker.exe POSyncServices.dll pots.dll powercfg.cpl powercfg.exe powercpl.dll powrprof.dll ppcsnap.dll prauthproviders.dll PresentationCFFRasterizerNative_v0300.dll PresentationHost.exe PresentationHostProxy.dll PresentationNative_v0300.dll PresentationSettings.exe prevhost.exe prfc0804.dat prfd0804.dat prfh0804.dat prfi0804.dat prflbmsg.dll print.exe Print.PrintSupport.Source.dll Print.Workflow.Source.dll PrintBrmUi.exe PrinterCleanupTask.dll printfilterpipelineprxy.dll printfilterpipelinesvc.exe Printing_Admin_Scripts PrintIsolationHost.exe PrintIsolationProxy.dll printmanagement.msc PrintPlatformConfig.dll PrintRenderAPIHost.DLL printticketvalidation.dll printui.dll printui.exe PrintWorkflowService.dll PrintWSDAHost.dll prm0009.dll prncache.dll prnfldr.dll prnntfy.dll prntvpt.dll ProductEnumerator.dll profapi.dll profext.dll profprov.dll profsvc.dll profsvcext.dll propsys.dll proquota.exe provcore.dll provdatastore.dll provdiagnostics.dll provengine.dll provhandlers.dll provisioningcommandscsp.dll provisioningcsp.dll ProvisioningHandlers.dll provlaunch.exe provmigrate.dll provops.dll provpackageapidll.dll provplatformdesktop.dll ProvPluginEng.dll ProvSysprep.dll provthrd.dll provtool.exe ProximityCommon.dll ProximityCommonPal.dll ProximityRtapiPal.dll ProximityService.dll ProximityServicePal.dll ProximityToast ProximityUxHost.exe prproc.exe prvdmofcomp.dll prxyqry.dll psapi.dll pscript.sep PSHED.DLL psisdecd.dll psisrndr.ax PSModuleDiscoveryProvider.dll psmodulediscoveryprovider.mof PsmServiceExtHost.dll psmsrv.dll psr.exe pstask.dll pstorec.dll pt-BR pt-PT ptpprov.dll puiapi.dll puiobj.dll PushToInstall.dll pwdrvio.sys pwdspio.sys pwlauncher.dll pwlauncher.exe pwNative.exe pwrshplugin.dll pwsso.dll qappsrv.exe qasf.dll qcap.dll qdv.dll qdvd.dll qedit.dll qedwipes.dll qmgr.dll qprocess.exe QualityUpdateAssistant.dll quartz.dll Query.dll query.exe QuickActionsDataModel.dll quickassist.exe QuietHours.dll quser.exe qwave.dll qwinsta.exe RacEngn.dll racpldlg.dll radardt.dll radarrs.dll RADCUI.dll RandomAccessStreamDataSource.dll ras rasadhlp.dll rasapi32.dll rasauto.dll rasautou.exe raschap.dll raschapext.dll rasctrnm.h rasctrs.dll rascustom.dll rasdiag.dll rasdial.exe rasdlg.dll raserver.exe rasgcw.dll rasman.dll rasmans.dll rasmbmgr.dll RasMediaManager.dll RASMM.dll rasmontr.dll rasphone.exe rasplap.dll rasppp.dll rastapi.dll rastls.dll rastlsext.dll RasToast rdbui.dll rdp4vs.dll rdpbase.dll rdpcfgex.dll rdpclip.exe rdpcorets.dll rdpcredentialprovider.dll rdpendp.dll rdpinit.exe rdpinput.exe rdpnanoTransport.dll RdpRelayTransport.dll RdpSa.exe RdpSaProxy.exe RdpSaPs.dll RdpSaUacHelper.exe rdpserverbase.dll rdpsharercom.dll rdpshell.exe rdpsign.exe rdpudd.dll rdpviewerax.dll rdrleakdiag.exe RDSAppXHelper.dll rdsdwmdr.dll rdvvmtransport.dll RDXService.dll RDXTaskFactory.dll ReAgent.dll ReAgentc.exe ReAgentTask.dll recdisc.exe recover.exe Recovery recovery.dll RecoveryDrive.exe refsutil.exe reg.exe regapi.dll RegCtrl.dll regedt32.exe regidle.dll regini.exe Register-CimProvider.exe regsvc.dll regsvr32.exe reguwpapi.dll ReInfo.dll rekeywiz.exe relog.exe RelPost.exe RemoteAppLifetimeManager.exe RemoteAppLifetimeManagerProxyStub.dll remoteaudioendpoint.dll remotepg.dll RemotePosWorker.exe remotesp.tsp RemoteSystemToastIcon.contrast-white.png RemoteSystemToastIcon.png RemoteWipeCSP.dll RemovableMediaProvisioningPlugin.dll RemoveDeviceContextHandler.dll RemoveDeviceElevated.dll removerootporterr.mof rendezvousSession.tlb repair-bde.exe replace.exe ReportingCSP.dll RESAMPLEDMO.DLL ResBParser.dll reset.exe reseteng.dll ResetEngine.dll ResetEngine.exe ResetEngOnline.dll resmon.exe ResourceMapper.dll ResourcePolicyClient.dll ResourcePolicyServer.dll ResPriHMImageList ResPriHMImageListLowCost ResPriImageList ResPriImageListLowCost ResPriLMImageList ResPriUHMImageList RestartManager.mof RestartManagerUninstall.mof RestartNowPower_80.contrast-black.png RestartNowPower_80.contrast-white.png RestartNowPower_80.png RestartTonight_80.png RestartTonight_80_contrast-black.png RestartTonight_80_contrast-white.png restore resutils.dll rgb9rast.dll Ribbons.scr riched20.dll riched32.dll RjvMDMConfig.dll RMActivate.exe RMActivate_isv.exe RMActivate_ssp.exe RMActivate_ssp_isv.exe RMapi.dll rmclient.dll RmClient.exe RMSRoamingSecurity.dll rmttpmvscmgrsvr.exe rnr20.dll ro-RO RoamingSecurity.dll Robocopy.exe rometadata.dll rootporterr.mof RotMgr.dll ROUTE.EXE RpcEpMap.dll rpchttp.dll RpcNs4.dll rpcnsh.dll RpcPing.exe rpcrt4.dll RpcRtRemote.dll rpcss.dll rrinstaller.exe rsaenh.dll rshx32.dll rsop.msc RstMwEventLogMsg.dll RstrtMgr.dll rstrui.exe rtffilt.dll Rtlihvs.dll rtm.dll rtmcodecs.dll RTMediaFrame.dll rtmmvrortc.dll rtmpal.dll rtmpltfm.dll rtutils.dll RTWorkQ.dll ru-RU RuleBasedDS.dll runas.exe rundll32.exe runexehelper.exe RunLegacyCPLElevated.exe runonce.exe RuntimeBroker.exe rwinsta.exe samcli.dll samlib.dll samsrv.dll sas.dll sbe.dll sbeio.dll sberes.dll sbresources.dll sbservicetrigger.dll sc.exe ScanPlugin.dll scansetting.dll SCardBi.dll SCardDlg.dll SCardSvr.dll ScavengeSpace.xml scavengeui.dll ScDeviceEnum.dll scecli.dll scesrv.dll schannel.dll schedcli.dll schedsvc.dll ScheduleTime_80.contrast-black.png ScheduleTime_80.contrast-white.png ScheduleTime_80.png schtasks.exe scksp.dll scripto.dll ScriptRunner.exe scrnsave.scr scrobj.dll scrptadm.dll scrrun.dll sdbinst.exe sdchange.exe sdclt.exe sdcpl.dll SDDS.dll sdengin2.dll SDFHost.dll sdhcinst.dll sdiageng.dll sdiagnhost.exe sdiagprv.dll sdiagschd.dll sdohlp.dll sdrsvc.dll sdshext.dll Search.ProtocolHandler.MAPI2.dll SearchFilterHost.exe SearchFolder.dll SearchIndexer.exe SearchIndexerCore.dll SearchProtocolHost.exe SebBackgroundManagerPolicy.dll SecConfig.efi SecEdit.exe Secedit.jfm Secedit.sdb sechost.dll secinit.exe seclogon.dll secpol.msc secproc.dll secproc_isv.dll secproc_ssp.dll secproc_ssp_isv.dll secur32.dll SecureAssessmentHandlers.dll SecureBootEncodeUEFI.exe SecureBootUpdates securekernel.exe securekernella57.exe SecureTimeAggregator.dll security.dll SecurityAndMaintenance.png SecurityAndMaintenance_Alert.png SecurityAndMaintenance_Error.png SecurityCenterBroker.dll SecurityCenterBrokerPS.dll SecurityHealth SecurityHealthAgent.dll SecurityHealthCore.dll SecurityHealthHost.exe SecurityHealthProxyStub.dll SecurityHealthService.exe SecurityHealthSSO.dll SecurityHealthSsoUdk.dll SecurityHealthSystray.exe SecurityHealthUdk.dll sedplugins.dll SEMgrPS.dll SEMgrSvc.dll sendmail.dll Sens.dll SensApi.dll SensorDataService.exe SensorPerformanceEvents.dll SensorsApi.dll SensorsClassExtension.dll SensorsCpl.dll SensorService.dll SensorsNativeApi.dll SensorsNativeApi.V2.dll SensorsUtilsV2.dll sensrsvc.dll serialui.dll services.exe services.msc ServicingCommon.dll ServicingUAPI.dll serwvdrv.dll SessEnv.dll sessionmsg.exe setbcdlocale.dll sethc.exe SetNetworkLocation.dll SetNetworkLocationFlyout.dll SetProxyCredential.dll setspn.exe settings.dat SettingsEnvironment.Desktop.dll SettingsExtensibilityHandlers.dll SettingsHandlers_Accessibility.dll SettingsHandlers_AdvertisingId.dll SettingsHandlers_AnalogShell.dll SettingsHandlers_AppControl.dll SettingsHandlers_AppExecutionAlias.dll SettingsHandlers_AssignedAccess.dll SettingsHandlers_Authentication.dll SettingsHandlers_BackgroundApps.dll SettingsHandlers_Backup.dll SettingsHandlers_BatteryUsage.dll SettingsHandlers_BrowserDeclutter.dll SettingsHandlers_Camera.dll SettingsHandlers_CapabilityAccess.dll SettingsHandlers_Clipboard.dll SettingsHandlers_ClosedCaptioning.dll SettingsHandlers_ContentDeliveryManager.dll SettingsHandlers_Cortana.dll SettingsHandlers_DesktopTaskbar.dll SettingsHandlers_Devices.dll SettingsHandlers_Display.dll SettingsHandlers_Flights.dll SettingsHandlers_Fonts.dll SettingsHandlers_ForceSync.dll SettingsHandlers_Gaming.dll SettingsHandlers_Geolocation.dll SettingsHandlers_Gpu.dll SettingsHandlers_HoloLens_Environment.dll SettingsHandlers_HumanPresence.dll SettingsHandlers_IME.dll SettingsHandlers_InkingTypingPrivacy.dll SettingsHandlers_InputPersonalization.dll SettingsHandlers_Keyboard.dll SettingsHandlers_Language.dll SettingsHandlers_ManagePhone.dll SettingsHandlers_Maps.dll SettingsHandlers_Mouse.dll SettingsHandlers_Notifications.dll SettingsHandlers_nt.dll SettingsHandlers_OneCore_BatterySaver.dll SettingsHandlers_OneCore_PowerAndSleep.dll SettingsHandlers_OneDriveBackup.dll SettingsHandlers_OptionalFeatures.dll SettingsHandlers_PCDisplay.dll SettingsHandlers_Pen.dll SettingsHandlers_Region.dll SettingsHandlers_SharedExperiences_Rome.dll SettingsHandlers_SIUF.dll SettingsHandlers_SpeechPrivacy.dll SettingsHandlers_Startup.dll SettingsHandlers_Storage.dll SettingsHandlers_StorageSense.dll SettingsHandlers_Touch.dll SettingsHandlers_Troubleshoot.dll SettingsHandlers_User.dll SettingsHandlers_UserAccount.dll SettingsHandlers_UserExperience.dll SettingsHandlers_UserIntent.dll SettingsHandlers_WorkAccess.dll SettingSyncDownloadHelper.dll setup setupapi.dll setupcl.dll setupcl.exe setupcln.dll setupetw.dll setupugc.exe setx.exe sfc.dll sfc.exe sfc_os.dll Sgrm SgrmBroker.exe SgrmEnclave.dll SgrmEnclave_secure.dll SgrmLpac.exe shacct.dll shacctprofile.dll SharedPCCSP.dll SharedRealitySvc.dll ShareHost.dll sharemediacpl.dll SHCore.dll shdocvw.dll shell32.dll ShellAppRuntime.exe ShellCommonCommonProxyStub.dll ShellExperiences shellstyle.dll shfolder.dll shgina.dll ShiftJIS.uce shimeng.dll shimgvw.dll shlwapi.dll shpafact.dll shrpubw.exe shsetup.dll shsvcs.dll shunimpl.dll shutdown.exe shutdownext.dll shutdownux.dll shwebsvc.dll signdrv.dll sigverif.exe SIHClient.exe sihost.exe SimAuth.dll SimCfg.dll simpdata.tlb sk-SK skci.dll sl-SI slc.dll slcext.dll SleepStudy SlideToShutDown.exe slmgr slmgr.vbs slui.exe slwga.dll SmallRoom.bin SmartCardBackgroundPolicy.dll SmartcardCredentialProvider.dll SmartCardSimulator.dll smartscreen.exe smartscreenps.dll SMBHelperClass.dll smbwmiv2.dll SMI SmiEngine.dll smphost.dll SmsRouterSvc.dll smss.exe SndVol.exe SndVolSSO.dll snmpapi.dll snmptrap.exe Snooze_80.contrast-black.png Snooze_80.contrast-white.png Snooze_80.png socialapis.dll softkbd.dll softpub.dll sort.exe SortServer2003Compat.dll SortWindows61.dll SortWindows62.dll SortWindows63.dll SortWindows6Compat.dll SpaceAgent.exe spacebridge.dll SpaceControl.dll spaceman.exe spaceutil.exe SpatialAudioLicenseSrv.exe spatialinteraction.dll SpatializerApo.dll SpatialStore.dll spbcd.dll SpeakersSystemToastIcon.contrast-white.png SpeakersSystemToastIcon.png Spectrum.exe SpectrumSyncClient.dll Speech SpeechPal.dll Speech_OneCore spfileq.dll spinf.dll spmpm.dll spnet.dll spool spoolss.dll spoolsv.exe spopk.dll spp spp.dll sppc.dll sppcext.dll sppcomapi.dll sppcommdlg.dll SppExtComObj.Exe sppnp.dll sppobjs.dll sppsvc.exe sppui sppwinob.dll sppwmi.dll spwinsat.dll spwizeng.dll spwizimg.dll spwizres.dll spwmp.dll SqlServerSpatial150.dll sqlsrv32.dll sqlsrv32.rll sqmapi.dll sr-Latn-RS SRACAVIControl.ocx srchadmin.dll srclient.dll srcore.dll srdelayed.exe SrEvents.dll SRH.dll srhelper.dll srm.dll srmclient.dll srmlib.dll srms-apr-v.dat srms-apr.dat srms.dat srmscan.dll srmshell.dll srmstormod.dll srmtrace.dll srm_ps.dll srpapi.dll SrpUxNativeSnapIn.dll srrstr.dll SrTasks.exe sru srumapi.dll srumsvc.dll srvcli.dll srvsvc.dll srwmi.dll sscore.dll sscoreext.dll ssdm.dll ssdpapi.dll ssdpsrv.dll sspicli.dll sspisrv.dll SSShim.dll ssText3d.scr sstpcfg.dll sstpsvc.dll StartMenuHelper64.dll StartTileData.dll Startupscan.dll StateRepository.Core.dll stclient.dll stdole2.tlb stdole32.tlb sti.dll sti_ci.dll stobject.dll StorageContextHandler.dll StorageUsage.dll storagewmi.dll storagewmi_passthru.dll stordiag.exe storewuauth.dll Storprop.dll StorSvc.dll streamci.dll StringFeedbackEngine.dll StructuredQuery.dll SubRange.uce subst.exe sud.dll sv-SE svchost.exe svf.dll svsvc.dll SwitcherDataModel.dll swprv.dll sxproxy.dll sxs.dll sxshared.dll sxssrv.dll sxsstore.dll sxstrace.exe SyncAppvPublishingServer.exe SyncAppvPublishingServer.vbs SyncCenter.dll SyncController.dll SyncHost.exe SyncHostps.dll SyncInfrastructure.dll SyncInfrastructureps.dll SyncProxy.dll Syncreg.dll SyncRes.dll SyncSettings.dll syncutil.dll sysclass.dll sysdm.cpl SysFxUI.dll sysmain.dll sysmon.ocx sysntfy.dll Sysprep sysprint.sep sysprtj.sep SysResetErr.exe syssetup.dll systemcpl.dll SystemEventsBrokerClient.dll SystemEventsBrokerServer.dll systeminfo.exe SystemPropertiesAdvanced.exe SystemPropertiesComputerName.exe SystemPropertiesDataExecutionPrevention.exe SystemPropertiesHardware.exe SystemPropertiesPerformance.exe SystemPropertiesProtection.exe SystemPropertiesRemote.exe systemreset.exe SystemResetPlatform SystemSettings.DataModel.dll SystemSettings.DeviceEncryptionHandlers.dll SystemSettings.Handlers.dll SystemSettings.SettingsExtensibility.dll SystemSettings.UserAccountsHandlers.dll SystemSettingsAdminFlows.exe SystemSettingsBroker.exe SystemSettingsRemoveDevice.exe SystemSettingsThresholdAdminFlowUI.dll SystemSupportInfo.dll SystemUWPLauncher.exe systray.exe t2embed.dll Tabbtn.dll TabbtnEx.dll tabcal.exe TabletPC.cpl TabSvc.dll takeown.exe tapi3.dll tapi32.dll tapilua.dll TapiMigPlugin.dll tapiperf.dll tapisrv.dll TapiSysprep.dll tapiui.dll TapiUnattend.exe tar.exe TaskApis.dll Taskbar.dll taskbarcpl.dll taskcomp.dll TaskFlowDataEngine.dll taskhostw.exe taskkill.exe tasklist.exe Taskmgr.exe Tasks taskschd.dll taskschd.msc TaskSchdPS.dll tbauth.dll tbs.dll tcblaunch.exe tcbloader.dll tcmsetup.exe tcpbidi.xml tcpipcfg.dll tcpmib.dll tcpmon.dll tcpmon.ini tcpmonui.dll TCPSVCS.EXE tdc.ocx tdh.dll tdhres.dll TDLMigration.dll TEEManagement64.dll telephon.cpl TelephonyInteractiveUser.dll TelephonyInteractiveUserRes.dll tellib.dll TempSignedLicenseExchangeTask.dll TenantRestrictionsPlugin.dll termmgr.dll termsrv.dll tetheringclient.dll tetheringconfigsp.dll TetheringIeProvider.dll TetheringMgr.dll tetheringservice.dll TetheringStation.dll TextInputFramework.dll TextInputMethodFormatter.dll TextShaping.dll th-TH themecpl.dll Themes.SsfDownload.ScheduledTask.dll themeservice.dll themeui.dll ThirdPartyNoticesBySHS.txt threadpoolwinrt.dll thumbcache.dll ThumbnailExtractionHost.exe tier2punctuations.dll TieringEngineProxy.dll TieringEngineService.exe TileDataRepository.dll TimeBrokerClient.dll TimeBrokerServer.dll timedate.cpl TimeDateMUICallback.dll timeout.exe timesync.dll TimeSyncTask.dll tlscsp.dll TmInstall.log TmLWE TmSysEvtEventTrackCP.log TmSysEvtEventTrackLPC.log TmSysEvtEventTrackSM.log tmumh tokenbinding.dll TokenBroker.dll TokenBrokerCookies.exe TokenBrokerUI.dll tpm.msc TpmCertResources.dll tpmcompc.dll TpmCoreProvisioning.dll TpmInit.exe TpmTasks.dll TpmTool.exe tpmvsc.dll tpmvscmgr.exe tpmvscmgrsvr.exe tquery.dll tr-TR tracerpt.exe TRACERT.EXE traffic.dll TransformPPSToWlan.xslt TransformPPSToWlanCredentials.xslt TransliterationRanker.dll TransportDSA.dll tree.com trie.dll trkwks.dll TrustedSignalCredProv.dll tsbyuv.dll tscfgwmi.dll tscon.exe tsdiscon.exe TSErrRedir.dll tsf3gip.dll tsgqec.dll tskill.exe tsmf.dll TSpkg.dll tspubwmi.dll TSSessionUX.dll tssrvlic.dll TSTheme.exe TsUsbGDCoInstaller.dll TsUsbRedirectionGroupPolicyExtension.dll TSWbPrxy.exe TSWorkspace.dll TsWpfWrp.exe ttdinject.exe ttdloader.dll ttdplm.dll ttdrecord.dll ttdrecordcpu.dll TtlsAuth.dll TtlsCfg.dll TtlsExt.dll tttracer.exe tvratings.dll twext.dll twinapi.appcore.dll twinapi.dll twinui.appcore.dll twinui.dll twinui.pcshell.dll txflog.dll txfw32.dll typeperf.exe tzautoupdate.dll tzres.dll tzsync.exe tzsyncres.dll tzutil.exe ubpm.dll ucmhc.dll ucrtbase.dll ucrtbased.dll ucrtbase_clr0400.dll ucrtbase_enclave.dll ucsvc.exe udhisapi.dll uDWM.dll UefiCsp.dll UevAgentPolicyGenerator.exe UevAppMonitor.exe UevAppMonitor.exe.config UevCustomActionTypes.tlb UevTemplateBaselineGenerator.exe UevTemplateConfigItemGenerator.exe uexfat.dll ufat.dll UiaManager.dll UIAnimation.dll UIAutomationCore.dll uicom.dll UIManagerBrokerps.dll UIMgrBroker.exe uireng.dll UIRibbon.dll UIRibbonRes.dll uk-UA ulib.dll umb.dll umdmxfrm.dll umpdc.dll umpnpmgr.dll umpo-overrides.dll umpo.dll umpodev.dll umpoext.dll umpowmi.dll umrdp.dll unattend.dll unenrollhook.dll unimdm.tsp unimdmat.dll uniplat.dll Unistore.dll unlodctr.exe UNP unregmp2.exe untfs.dll UpdateAgent.dll updatecsp.dll UpdateDeploy.dll UpdateHeartbeatScan.dll updatepolicy.dll UpdatePolicyScenarioReliabilityAggregator.dll upfc.exe UpgradeResultsUI.exe upnp.dll upnpcont.exe upnphost.dll UPPrinterInstaller.exe UPPrinterInstallsCSP.dll upshared.dll uReFS.dll uReFSv1.dll ureg.dll url.dll urlmon.dll UsbCApi.dll usbceip.dll usbmon.dll usbperf.dll UsbPmApi.dll UsbSettingsHandlers.dll UsbTask.dll usbui.dll user32.dll UserAccountBroker.exe UserAccountControlSettings.dll UserAccountControlSettings.exe useractivitybroker.dll usercpl.dll UserDataAccessRes.dll UserDataAccountApis.dll UserDataLanguageUtil.dll UserDataPlatformHelperUtil.dll UserDataService.dll UserDataSource.exe UserDataTimeUtil.dll UserDataTypeHelperUtil.dll UserDeviceRegistration.dll UserDeviceRegistration.Ngc.dll userenv.dll userinit.exe userinitext.dll UserLanguageProfileCallback.dll usermgr.dll usermgrcli.dll UserMgrProxy.dll usk.rs usoapi.dll UsoClient.exe usocoreps.dll usosvc.dll usosvcimpl.dll usp10.dll ustprov.dll utcapi.dll UtcDecoderHost.exe utcutil.dll utildll.dll Utilman.exe uudf.dll UvcModel.dll uwfcfgmgmt.dll uwfcsp.dll uwfservicingapi.dll UXInit.dll uxlib.dll uxlibres.dll uxtheme.dll vac.dll VAN.dll Vault.dll VaultCDS.dll vaultcli.dll VaultCmd.exe VaultRoaming.dll vaultsvc.dll VBICodec.ax vbisurf.ax vbsapi.dll vbscript.dll vbssysprep.dll vcamp110.dll vcamp120.dll vcamp140.dll vcamp140d.dll VCardParser.dll vccorlib110.dll vccorlib120.dll vccorlib140.dll vccorlib140d.dll vcomp100.dll vcomp110.dll vcomp120.dll vcomp140.dll vcomp140d.dll vcruntime140.dll vcruntime140d.dll vcruntime140_1.dll vcruntime140_1d.dll vcruntime140_1_clr0400.dll vcruntime140_clr0400.dll vcruntime140_threads.dll vcruntime140_threadsd.dll vds.exe vdsbas.dll vdsdyn.dll vdsldr.exe vdsutil.dll vdsvd.dll vds_ps.dll verclsid.exe verifier.dll verifier.exe verifiergui.exe version.dll vertdll.dll vfbasics.dll vfcompat.dll vfcuzz.dll vfluapriv.dll vfnet.dll vfntlmless.dll vfnws.dll vfprint.dll vfprintpthelper.dll vfrdvcompat.dll vfuprov.dll vfwwdm32.dll VhfUm.dll vi-VN vid.dll vidcap.ax VideoHandlers.dll VIDRESZR.DLL virtdisk.dll VirtualMonitorManager.dll VmApplicationHealthMonitorProxy.dll vmbuspipe.dll vmbuspiper.dll vmbusvdev.dll vmchipset.dll vmcompute.dll vmcompute.exe vmcomputeeventlog.dll VmCrashDump.dll vmdevicehost.dll vmdynmem.dll VmFirmware Third-Party Notices.txt vmfirmware.dll vmflexio.dll vmhbmgmt.dll vmiccore.dll vmictimeprovider.dll vmnetbridge.dll vmpmem.dll vmprox.dll vmrdvcore.dll vmserial.dll vmsif.dll vmsifcore.dll vmsifproxystub.dll vmsmb.dll VmSynthNic.dll vmsynthstor.dll vmuidevices.dll vmusrv.dll vmvirtio.dll vmvpci.dll vmwp.exe vmwpctrl.dll vmwpevents.dll vnetinst.dll vnetlib64.dll VocabRoamingHandler.dll VoiceActivationManager.dll VoipRT.dll vp9fs.dll vpnike.dll vpnikeapi.dll VpnSohDesktop.dll VPNv2CSP.dll VrdUmed.dll vrfcore.dll VscMgrPS.dll vscover150.dll vscover170.dll VSD3DWARPDebug.dll vsflex8n.ocx VsGraphicsCapture.dll VsGraphicsDesktopEngine.exe VsGraphicsExperiment.dll VsGraphicsHelper.dll VsGraphicsProxyStub.dll VsGraphicsRemoteEngine.exe vsjitdebugger.exe vsocklib.dll VSPerf170.dll vssadmin.exe vssapi.dll vsstrace.dll VSSVC.exe vss_ps.dll vulkan-1-999-0-0-0.dll vulkan-1.dll vulkaninfo-1-999-0-0-0.exe vulkaninfo.exe w32time.dll w32tm.exe w32topl.dll WaaSAssessment.dll WaaSMedicAgent.exe WaaSMedicCapsule.dll WaaSMedicPS.dll WaaSMedicSvc.dll WABSyncProvider.dll waitfor.exe WalletBackgroundServiceProxy.dll WalletProxy.dll WalletService.dll WallpaperHost.exe wavemsp.dll wbadmin.exe wbem wbemcomn.dll wbengine.exe wbiosrvc.dll wci.dll wcimage.dll wcmapi.dll wcmcsp.dll wcmsvc.dll WCN WcnApi.dll wcncsvc.dll WcnEapAuthProxy.dll WcnEapPeerProxy.dll WcnNetsh.dll wcnwiz.dll WcosPowerIcon_100.png WcosPowerIcon_100_contrast-black.png WcosPowerIcon_100_contrast-white.png wc_storage.dll wdc.dll WDI wdi.dll wdigest.dll wdmaud.drv wdscore.dll WdsUnattendTemplate.xml WEB.rs webauthn.dll WebcamUi.dll webcheck.dll WebClnt.dll webio.dll webplatstorageserver.dll WebRuntimeManager.dll webservices.dll Websocket.dll wecapi.dll wecsvc.dll wecutil.exe wephostsvc.dll wer.dll werconcpl.dll wercplsupport.dll werdiagcontroller.dll WerEnc.dll weretw.dll WerFault.exe WerFaultSecure.exe wermgr.exe wersvc.dll werui.dll wevtapi.dll wevtfwd.dll wevtsvc.dll wevtutil.exe wextract.exe WF.msc wfapigp.dll wfdprov.dll WFDSConMgr.dll WFDSConMgrSvc.dll WfHC.dll WFS.exe WFSR.dll whealogr.dll where.exe whhelper.dll whoami.exe wiaacmgr.exe wiaaut.dll wiadefui.dll wiadss.dll WiaExtensionHost64.dll wiarpc.dll wiascanprofiles.dll wiaservc.dll wiashext.dll wiatrace.dll wiawow64.exe WiFiCloudStore.dll WiFiConfigSP.dll wifidatacapabilityhandler.dll WiFiDisplay.dll wifinetworkmanager.dll wifitask.exe WimBootCompress.ini wimgapi.dll wimserv.exe win32appinventorycsp.dll Win32CompatibilityAppraiserCSP.dll win32k.sys win32kbase.sys win32kfull.sys win32kns.sys win32spl.dll win32u.dll Win32_DeviceGuard.dll winbio.dll WinBioDatabase WinBioDataModel.dll WinBioDataModelOOBE.exe winbioext.dll WinBioPlugIns winbrand.dll wincorlib.dll wincredprovider.dll wincredui.dll windlp.dll WindowManagement.dll WindowManagementAPI.dll Windows.AccountsControl.dll Windows.AI.MachineLearning.dll Windows.AI.MachineLearning.Preview.dll Windows.ApplicationModel.Background.SystemEventsBroker.dll Windows.ApplicationModel.Background.TimeBroker.dll Windows.ApplicationModel.ConversationalAgent.dll windows.applicationmodel.conversationalagent.internal.proxystub.dll windows.applicationmodel.conversationalagent.proxystub.dll Windows.ApplicationModel.Core.dll windows.applicationmodel.datatransfer.dll Windows.ApplicationModel.dll Windows.ApplicationModel.LockScreen.dll Windows.ApplicationModel.Store.dll Windows.ApplicationModel.Store.Preview.DOSettings.dll Windows.ApplicationModel.Store.TestingFramework.dll Windows.ApplicationModel.Wallet.dll Windows.CloudStore.dll Windows.CloudStore.Schema.DesktopShell.dll Windows.CloudStore.Schema.Shell.dll Windows.Cortana.Desktop.dll Windows.Cortana.OneCore.dll Windows.Cortana.ProxyStub.dll Windows.Data.Activities.dll Windows.Data.Pdf.dll Windows.Devices.AllJoyn.dll Windows.Devices.Background.dll Windows.Devices.Background.ps.dll Windows.Devices.Bluetooth.dll Windows.Devices.Custom.dll Windows.Devices.Custom.ps.dll Windows.Devices.Enumeration.dll Windows.Devices.Haptics.dll Windows.Devices.HumanInterfaceDevice.dll Windows.Devices.Lights.dll Windows.Devices.LowLevel.dll Windows.Devices.Midi.dll Windows.Devices.Perception.dll Windows.Devices.Picker.dll Windows.Devices.PointOfService.dll Windows.Devices.Portable.dll Windows.Devices.Printers.dll Windows.Devices.Printers.Extensions.dll Windows.Devices.Radios.dll Windows.Devices.Scanners.dll Windows.Devices.Sensors.dll Windows.Devices.SerialCommunication.dll Windows.Devices.SmartCards.dll Windows.Devices.SmartCards.Phone.dll Windows.Devices.Usb.dll Windows.Devices.WiFi.dll Windows.Devices.WiFiDirect.dll Windows.Energy.dll Windows.FileExplorer.Common.dll Windows.Gaming.Input.dll Windows.Gaming.Preview.dll Windows.Gaming.UI.GameBar.dll Windows.Gaming.XboxLive.Storage.dll Windows.Globalization.dll Windows.Globalization.Fontgroups.dll Windows.Globalization.PhoneNumberFormatting.dll Windows.Graphics.Display.BrightnessOverride.dll Windows.Graphics.Display.DisplayEnhancementOverride.dll Windows.Graphics.dll Windows.Graphics.Printing.3D.dll Windows.Graphics.Printing.dll Windows.Graphics.Printing.Workflow.dll Windows.Graphics.Printing.Workflow.Native.dll Windows.Help.Runtime.dll windows.immersiveshell.serviceprovider.dll Windows.Internal.AdaptiveCards.XamlCardRenderer.dll Windows.Internal.CapturePicker.Desktop.dll Windows.Internal.CapturePicker.dll Windows.Internal.Devices.Bluetooth.dll Windows.Internal.Devices.Sensors.dll Windows.Internal.Feedback.Analog.dll Windows.Internal.Feedback.Analog.ProxyStub.dll Windows.Internal.Graphics.Display.DisplayColorManagement.dll Windows.Internal.Graphics.Display.DisplayEnhancementManagement.dll Windows.Internal.Management.dll Windows.Internal.Management.SecureAssessment.dll Windows.Internal.PlatformExtension.DevicePickerExperience.dll Windows.Internal.PlatformExtension.MiracastBannerExperience.dll Windows.Internal.PredictionUnit.dll Windows.Internal.Security.Attestation.DeviceAttestation.dll Windows.Internal.SecurityMitigationsBroker.dll Windows.Internal.Shell.Broker.dll windows.internal.shellcommon.AccountsControlExperience.dll windows.internal.shellcommon.AppResolverModal.dll Windows.Internal.ShellCommon.Broker.dll Windows.Internal.ShellCommon.dll windows.internal.shellcommon.FilePickerExperienceMEM.dll Windows.Internal.ShellCommon.PrintExperience.dll windows.internal.shellcommon.shareexperience.dll windows.internal.shellcommon.TokenBrokerModal.dll Windows.Internal.Signals.dll Windows.Internal.System.UserProfile.dll Windows.Internal.Taskbar.dll Windows.Internal.UI.BioEnrollment.ProxyStub.dll Windows.Internal.UI.Dialogs.dll Windows.Internal.UI.Logon.ProxyStub.dll Windows.Internal.UI.Shell.WindowTabManager.dll Windows.Management.EnrollmentStatusTracking.ConfigProvider.dll Windows.Management.InprocObjects.dll Windows.Management.ModernDeployment.ConfigProviders.dll Windows.Management.Provisioning.ProxyStub.dll Windows.Management.SecureAssessment.CfgProvider.dll Windows.Management.SecureAssessment.Diagnostics.dll Windows.Management.Service.dll Windows.Management.Workplace.dll Windows.Management.Workplace.WorkplaceSettings.dll Windows.Media.Audio.dll Windows.Media.BackgroundMediaPlayback.dll Windows.Media.BackgroundPlayback.exe Windows.Media.Devices.dll Windows.Media.dll Windows.Media.Editing.dll Windows.Media.FaceAnalysis.dll Windows.Media.Import.dll Windows.Media.MediaControl.dll Windows.Media.MixedRealityCapture.dll Windows.Media.Ocr.dll Windows.Media.Playback.BackgroundMediaPlayer.dll Windows.Media.Playback.MediaPlayer.dll Windows.Media.Playback.ProxyStub.dll Windows.Media.Protection.PlayReady.dll Windows.Media.Renewal.dll Windows.Media.Speech.dll Windows.Media.Speech.UXRes.dll Windows.Media.Streaming.dll Windows.Media.Streaming.ps.dll Windows.Mirage.dll Windows.Mirage.Internal.dll Windows.Networking.BackgroundTransfer.BackgroundManagerPolicy.dll Windows.Networking.BackgroundTransfer.ContentPrefetchTask.dll Windows.Networking.BackgroundTransfer.dll Windows.Networking.Connectivity.dll Windows.Networking.dll Windows.Networking.HostName.dll Windows.Networking.NetworkOperators.ESim.dll Windows.Networking.NetworkOperators.HotspotAuthentication.dll Windows.Networking.Proximity.dll Windows.Networking.ServiceDiscovery.Dnssd.dll Windows.Networking.Sockets.PushEnabledApplication.dll Windows.Networking.UX.EapRequestHandler.dll Windows.Networking.Vpn.dll Windows.Networking.XboxLive.ProxyStub.dll Windows.Payments.dll Windows.Perception.Stub.dll Windows.Security.Authentication.Identity.Provider.dll Windows.Security.Authentication.OnlineId.dll Windows.Security.Authentication.Web.Core.dll Windows.Security.Credentials.UI.CredentialPicker.dll Windows.Security.Credentials.UI.UserConsentVerifier.dll Windows.Security.Integrity.dll Windows.Services.TargetedContent.dll Windows.SharedPC.AccountManager.dll Windows.SharedPC.CredentialProvider.dll Windows.Shell.BlueLightReduction.dll Windows.Shell.ServiceHostBuilder.dll Windows.Shell.StartLayoutPopulationEvents.dll Windows.StateRepository.dll Windows.StateRepositoryBroker.dll Windows.StateRepositoryClient.dll Windows.StateRepositoryCore.dll Windows.StateRepositoryPS.dll Windows.StateRepositoryUpgrade.dll Windows.Storage.ApplicationData.dll Windows.Storage.Compression.dll windows.storage.dll Windows.Storage.OneCore.dll Windows.Storage.Search.dll Windows.System.Diagnostics.dll Windows.System.Diagnostics.Telemetry.PlatformTelemetryClient.dll Windows.System.Diagnostics.TraceReporting.PlatformDiagnosticActions.dll Windows.System.Launcher.dll Windows.System.Profile.HardwareId.dll Windows.System.Profile.PlatformDiagnosticsAndUsageDataSettings.dll Windows.System.Profile.RetailInfo.dll Windows.System.Profile.SystemId.dll Windows.System.Profile.SystemManufacturers.dll Windows.System.RemoteDesktop.dll Windows.System.SystemManagement.dll Windows.System.UserDeviceAssociation.dll Windows.System.UserProfile.DiagnosticsSettings.dll Windows.UI.Accessibility.dll Windows.UI.AppDefaults.dll Windows.UI.BioFeedback.dll Windows.UI.BlockedShutdown.dll Windows.UI.Core.TextInput.dll Windows.UI.Cred.dll Windows.UI.CredDialogController.dll Windows.UI.dll Windows.UI.FileExplorer.dll Windows.UI.Immersive.dll Windows.UI.Input.Inking.Analysis.dll Windows.UI.Input.Inking.dll Windows.UI.Internal.Input.ExpressiveInput.dll Windows.UI.Internal.Input.ExpressiveInput.Resource.dll Windows.UI.Logon.dll Windows.UI.NetworkUXController.dll Windows.UI.PicturePassword.dll Windows.UI.Search.dll Windows.UI.Shell.dll Windows.UI.Shell.Internal.AdaptiveCards.dll Windows.UI.Storage.dll Windows.UI.Xaml.Controls.dll Windows.UI.Xaml.dll Windows.UI.Xaml.InkControls.dll Windows.UI.Xaml.Maps.dll Windows.UI.Xaml.Phone.dll Windows.UI.Xaml.Resources.19h1.dll Windows.UI.Xaml.Resources.21h1.dll Windows.UI.Xaml.Resources.Common.dll Windows.UI.Xaml.Resources.rs1.dll Windows.UI.Xaml.Resources.rs2.dll Windows.UI.Xaml.Resources.rs3.dll Windows.UI.Xaml.Resources.rs4.dll Windows.UI.Xaml.Resources.rs5.dll Windows.UI.Xaml.Resources.th.dll Windows.UI.Xaml.Resources.win81.dll Windows.UI.Xaml.Resources.win8rtm.dll Windows.UI.XamlHost.dll Windows.Update.dll Windows.WARP.JITService.dll Windows.WARP.JITService.exe Windows.Web.Diagnostics.dll Windows.Web.dll Windows.Web.Http.dll WindowsActionDialog.exe WindowsCodecs.dll WindowsCodecsExt.dll WindowsCodecsRaw.dll WindowsCodecsRaw.txt WindowsDefaultHeatProcessor.dll windowsdefenderapplicationguardcsp.dll WindowsInternal.ComposableShell.Display.dll WindowsInternal.Shell.CompUiActivation.dll WindowsIoTCsp.dll windowslivelogin.dll WindowsManagementServiceWinRt.ProxyStub.dll windowsperformancerecordercontrol.dll WindowsPowerShell WindowsSecurityIcon.png windowsudk.shellcommon.dll windowsudkservices.shellcommon.dll WindowsUpdate.ico WindowsUpdateElevatedInstaller.exe WindowsUpdateIcon.ico WindowsUpdateImportant.ico WindowsUpdateOK.ico WindowsUpdateSeeker.ico WindowsUpdateWarning.ico winethc.dll winevt WinFax.dll winhttp.dll winhttpcom.dll WinHvEmulation.dll WinHvPlatform.dll wininet.dll wininetlui.dll wininit.exe wininitext.dll winipcfile.dll winipcsecproc.dll winipsec.dll Winlangdb.dll winload.efi winload.exe winlogon.exe winlogonext.dll winmde.dll WinMetadata winml.dll winmm.dll winmmbase.dll winmsipc.dll WinMsoIrmProtector.dll winnlsres.dll winnsi.dll WinOpcIrmProtector.dll WinREAgent.dll winresume.efi winresume.exe winrm winrm.cmd winrm.vbs winrnr.dll winrs.exe winrscmd.dll winrshost.exe winrsmgr.dll winrssrv.dll WinRTNetMUAHostServer.exe WinRtTracing.dll WinSAT.exe WinSATAPI.dll WinSCard.dll winshfhc.dll winsku.dll winsockhc.dll winspool.drv winsqlite3.dll WINSRPC.DLL winsrv.dll winsrvext.dll winsta.dll WinSync.dll WinSyncMetastore.dll WinSyncProviders.dll wintrust.dll WinTypes.dll winusb.dll winver.exe WiredNetworkCSP.dll wisp.dll witnesswmiv2provider.dll wkscli.dll wkspbroker.exe wkspbrokerAx.dll wksprt.exe wksprtPS.dll wkssvc.dll wlanapi.dll wlancfg.dll WLanConn.dll wlandlg.dll wlanext.exe wlangpui.dll WLanHC.dll wlanhlp.dll WlanMediaManager.dll WlanMM.dll wlanmsm.dll wlanpref.dll WlanRadioManager.dll wlansec.dll wlansvc.dll wlansvcpal.dll wlanui.dll wlanutil.dll Wldap32.dll wldp.dll wlgpclnt.dll wlidcli.dll wlidcredprov.dll wlidfdp.dll wlidnsp.dll wlidprov.dll wlidres.dll wlidsvc.dll wlrmdr.exe WMADMOD.DLL WMADMOE.DLL WMALFXGFXDSP.dll WMASF.DLL wmcodecdspps.dll wmdmlog.dll wmdmps.dll wmdrmsdk.dll wmerror.dll wmi.dll wmiclnt.dll wmidcom.dll wmidx.dll WmiMgmt.msc wmiprop.dll wmitomi.dll WMNetMgr.dll wmp.dll WMPDMC.exe WmpDui.dll wmpdxm.dll wmpeffects.dll WMPhoto.dll wmploc.DLL wmpps.dll wmpshell.dll wmsgapi.dll WMSPDMOD.DLL WMSPDMOE.DLL WMVCORE.DLL WMVDECOD.DLL wmvdspa.dll WMVENCOD.DLL WMVSDECD.DLL WMVSENCD.DLL WMVXENCD.DLL WofTasks.dll WofUtil.dll WordBreakers.dll WorkFolders.exe WorkfoldersControl.dll WorkFoldersGPExt.dll WorkFoldersRes.dll WorkFoldersShell.dll workfolderssvc.dll wosc.dll wow64.dll wow64base.dll wow64con.dll wow64cpu.dll wow64win.dll wowreg32.exe wpbcreds.dll Wpc.dll WpcApi.dll wpcatltoast.png WpcDesktopMonSvc.dll WpcMon.exe wpcmon.png WpcProxyStubs.dll WpcRefreshTask.dll WpcTok.exe WpcWebFilter.dll wpdbusenum.dll WpdMtp.dll WpdMtpUS.dll wpdshext.dll WPDShextAutoplay.exe WPDShServiceObj.dll WPDSp.dll wpd_ci.dll wpnapps.dll wpnclient.dll wpncore.dll wpninprc.dll wpnpinst.exe wpnprv.dll wpnservice.dll wpnsruprov.dll WpnUserService.dll WpPortingLibrary.dll WppRecorderUM.dll wpr.config.xml wpr.exe WPTaskScheduler.dll wpx.dll write.exe ws2help.dll ws2_32.dll wscapi.dll wscinterop.dll wscisvif.dll WSClient.dll WSCollect.exe wscproxystub.dll wscript.exe wscsvc.dll wscui.cpl WSDApi.dll wsdchngr.dll WSDPrintProxy.DLL WsdProviderUtil.dll WSDScanProxy.dll wsecedit.dll wsepno.dll wshbth.dll wshcon.dll wshelper.dll wshext.dll wshhyperv.dll wship6.dll wshom.ocx wshqos.dll wshrm.dll WSHTCPIP.DLL wshunix.dll wsl.exe wslapi.dll wslconfig.exe wslg.exe WsmAgent.dll wsmanconfig_schema.xml WSManHTTPConfig.exe WSManMigrationPlugin.dll WsmAuto.dll wsmplpxy.dll wsmprovhost.exe WsmPty.xsl WsmRes.dll WsmSvc.dll WsmTxt.xsl WsmWmiPl.dll wsnmp32.dll wsock32.dll wsplib.dll wsp_fs.dll wsp_health.dll wsp_sr.dll wsqmcons.exe WSReset.exe WSTPager.ax wtsapi32.dll wuapi.dll wuapihost.exe wuauclt.exe wuaueng.dll wuceffects.dll WUDFCoinstaller.dll WUDFCompanionHost.exe WUDFHost.exe WUDFPlatform.dll WudfSMCClassExt.dll WUDFx.dll WUDFx02000.dll wudriver.dll wups.dll wups2.dll wusa.exe wutrust.dll wuuhdrv.dll wuuhext.dll wuuhosdeployment.dll wvc.dll WwaApi.dll WwaExt.dll WWAHost.exe WWanAPI.dll wwancfg.dll wwanconn.dll WwanFeatureTests.xml WWanHC.dll wwanmm.dll Wwanpref.dll WwanPrfl.dll wwanprotdim.dll WwanRadioManager.dll wwansvc.dll wwapi.dll XamlTileRender.dll XAudio2_8.dll XAudio2_9.dll XblAuthManager.dll XblAuthManagerProxy.dll XblAuthTokenBrokerExt.dll XblGameSave.dll XblGameSaveExt.dll XblGameSaveProxy.dll XblGameSaveTask.exe XboxGipRadioManager.dll xboxgipsvc.dll xboxgipsynthetic.dll XboxNetApiSvc.dll xcopy.exe XInput1_4.dll XInput9_1_0.dll XInputUap.dll xmlfilter.dll xmllite.dll xmlprovi.dll xolehlp.dll XpsDocumentTargetPrint.dll XpsGdiConverter.dll XpsPrint.dll xpspushlayer.dll XpsRasterService.dll xpsservices.dll XpsToPclmConverter.dll XpsToPwgrConverter.dll xwizard.dtd xwizard.exe xwizards.dll xwreg.dll xwtpdui.dll xwtpw32.dll X_80.contrast-black.png X_80.contrast-white.png X_80.png ze_loader.dll ze_tracing_layer.dll ze_validation_layer.dll zh-CN zh-HANS zh-TW zipcontainer.dll zipfldr.dll ztrace_maps.dll
      /cygdrive/c/Windows: addins appcompat apppatch AppReadiness assembly bcastdvr bfsvc.exe BitLockerDiscoveryVolumeContents Boot bootstat.dat Branding BrowserCore CbsTemp CCM ccmsetup cfgall.ini CloudEdition.xml Containers CSC Cursors debug diagnostics DiagTrack DigitalLocker dot3svc Downloaded Program Files DtcInstall.log Education.xml ELAMBKUP en-GB en-US explorer.exe Fonts GameBarPresenceWriter Globalization Help HelpPane.exe hh.exe IdentityCRL IME ImmersiveControlPanel InboxApps INF InputMethod Installer L2Schemas LanguageOverlayCache LiveKernelReports Logs lsasetup.log Media MEMORY.DMP mib.bin Microsoft.NET Migration Minidump ModemLogs ms notepad.exe NvContainerRecovery.bat OCR OfcInstReg.log Offline Web Pages Panther Performance PFRO.log PLA PolicyDefinitions Prefetch PrintDialog Professional.xml ProfessionalEducation.xml ProfessionalWorkstation.xml Provisioning PWCMDLST.BAK RegBootClean64.exe regedit.exe Registration RemotePackages rescache Resources runSW.exe runSW.log SchCache schemas security ServiceProfiles ServiceState servicing Setup setupact.log setuperr.log ShellComponents ShellExperiences SKB SMSCFG.ini SoftwareDistribution SolidWorks Speech Speech_OneCore splwow64.exe SwUSB.exe System system.ini System32 SystemApps SystemResources SystemTemp SysWOW64 TAPI Tasks Temp TempInst TmComm.log TMFilter.log TmKmSnsr.log tracing twain_32 twain_32.dll UUS Vss WaaS Web win.ini WindowsShell.Manifest WindowsUpdate.log winhlp32.exe WinSxS WMSysPr9.prx write.exe WUModels zh-CN
      /cygdrive/c/Windows/System32/Wbem: aeinv.mof AgentWmi.mof AgentWmiUninstall.mof appbackgroundtask.dll appbackgroundtask.mof appbackgroundtask_uninstall.mof AuditRsop.mof authfwcfg.mof AutoRecover bcd.mof BthMtpEnum.mof cimdmtf.mof cimwin32.dll cimwin32.mof CIWmi.mof classlog.mof cli.mof cliegaliases.mof ddp.mof dimsjob.mof dimsroam.mof DMWmiBridgeProv.dll DMWmiBridgeProv.mof DMWmiBridgeProv1.dll DMWmiBridgeProv1.mof DMWmiBridgeProv1_Uninstall.mof DMWmiBridgeProv_Uninstall.mof dnsclientcim.dll dnsclientcim.mof dnsclientpsprovider.dll dnsclientpsprovider.mof dnsclientpsprovider_Uninstall.mof drvinst.mof DscCore.mof DscCoreConfProv.mof dscproxy.mof Dscpspluginwkr.dll DscTimer.mof dsprov.dll dsprov.mof eaimeapi.mof EmbeddedLockdownWmi.dll embeddedlockdownwmi.mof embeddedlockdownwmi_Uninstall.mof en en-GB en-US esscli.dll EventTracingManagement.dll EventTracingManagement.mof fastprox.dll fdPHost.mof fdrespub.mof fdSSDP.mof fdWNet.mof fdWSD.mof filetrace.mof firewallapi.mof FolderRedirectionWMIProvider.mof FunDisc.mof fwcfg.mof hbaapi.mof hnetcfg.mof IMAPIv2-Base.mof IMAPIv2-FileSystemSupport.mof IMAPIv2-LegacyShim.mof interop.mof IpmiDTrc.mof ipmiprr.dll ipmiprv.dll ipmiprv.mof IpmiPTrc.mof ipsecsvc.mof iscsidsc.mof iscsihba.mof iscsiprf.mof iscsirem.mof iscsiwmiv2.mof iscsiwmiv2_uninstall.mof kerberos.mof KrnlProv.dll krnlprov.mof L2SecHC.mof lltdio.mof lltdsvc.mof Logs lsasrv.mof mblctr.mof MDMAppProv.dll MDMAppProv.mof MDMAppProv_Uninstall.mof MDMSettingsProv.dll MDMSettingsProv.mof MDMSettingsProv_Uninstall.mof Microsoft-Windows-OfflineFiles.mof Microsoft-Windows-Remote-FileSystem.mof Microsoft.AppV.AppVClientWmi.dll Microsoft.AppV.AppVClientWmi.mof Microsoft.ConfigurationManager.AssetProvider_v2.0.50727.mof Microsoft.ConfigurationManager.DefaultAppsProvider_v2.0.50727.mof Microsoft.ConfigurationManager.WinRTProvider_v4.0.30319.mof Microsoft.Uev.AgentWmi.dll Microsoft.Uev.ManagedAgentWmi.mof Microsoft.Uev.ManagedAgentWmiUninstall.mof mispace.mof mispace_uninstall.mof mmc.mof MMFUtil.dll MOF mofcomp.exe mofd.dll mofinstall.dll mountmgr.mof mpeval.mof mpsdrv.mof mpssvc.mof msdtcwmi.dll MsDtcWmi.mof msfeeds.mof msfeedsbs.mof msi.mof msiprov.dll msiscsi.mof MsNetImPlatform.mof mstsc.mof mstscax.mof msv1_0.mof mswmdm.mof NCProv.dll ncprov.mof ncsi.mof ndisimplatcim.dll ndistrace.mof NetAdapterCim.dll NetAdapterCim.mof NetAdapterCimTrace.mof NetAdapterCimTraceUninstall.mof NetAdapterCim_uninstall.mof netdacim.dll netdacim.mof netdacim_uninstall.mof NetEventPacketCapture.dll NetEventPacketCapture.mof NetEventPacketCapture_uninstall.mof NetNat.dll NetNat.mof netnccim.dll netnccim.mof netnccim_uninstall.mof NetPeerDistCim.dll NetPeerDistCim.mof NetPeerDistCim_uninstall.mof netprofm.mof NetSwitchTeam.mof netswitchteamcim.dll NetTCPIP.dll NetTCPIP.mof NetTCPIP_Uninstall.mof netttcim.dll netttcim.mof netttcim_uninstall.mof networkitemfactory.mof newdev.mof nlasvc.mof nlmcim.dll nlmcim.mof nlmcim_uninstall.mof nlsvc.mof npivwmi.mof nshipsec.mof ntevt.dll ntevt.mof ntfs.mof OfflineFilesConfigurationWmiProvider.mof OfflineFilesConfigurationWmiProvider_Uninstall.mof OfflineFilesWmiProvider.mof OfflineFilesWmiProvider_Uninstall.mof p2p-mesh.mof p2p-pnrp.mof pcsvDevice.mof pcsvDevice_Uninstall.mof Performance PNPXAssoc.mof PolicMan.dll PolicMan.mof polproc.mof polprocl.mof polprou.mof polstore.mof portabledeviceapi.mof portabledeviceclassextension.mof portabledeviceconnectapi.mof portabledevicetypes.mof portabledevicewiacompat.mof powermeterprovider.mof PowerPolicyProvider.mof ppcRsopCompSchema.mof ppcRsopUserSchema.mof PrintFilterPipelineSvc.mof PrintManagementProvider.dll PrintManagementProvider.mof profileassociationprovider.mof PS_MMAgent.mof qmgr.mof qoswmi.dll qoswmi.mof qoswmitrc.mof qoswmitrc_uninstall.mof qoswmi_uninstall.mof RacWmiProv.dll RacWmiProv.mof rawxml.xsl rdpendp.mof rdpinit.mof rdpshell.mof refs.mof refsv1.mof regevent.mof Remove.Microsoft.AppV.AppvClientWmi.mof repdrvfs.dll Repository rsop.mof rspndr.mof samsrv.mof scersop.mof schannel.mof schedprov.dll SchedProv.mof scm.mof scrcons.exe scrcons.mof sdbus.mof secrcw32.mof SensorsClassExtension.mof ServDeps.dll ServiceModel.mof ServiceModel.mof.uninstall ServiceModel35.mof ServiceModel35.mof.uninstall services.mof setupapi.mof SmbWitnessWmiv2Provider.mof smbwmiv2.mof SMTPCons.dll smtpcons.mof sppwmi.mof sr.mof sstpsvc.mof stdprov.dll storagewmi.mof storagewmi_passthru.mof storagewmi_passthru_uninstall.mof storagewmi_uninstall.mof stortrace.mof subscrpt.mof system.mof tcpip.mof texttable.xsl textvaluelist.xsl tmf tsallow.mof tscfgwmi.mof tsmf.mof tspkg.mof umb.mof umbus.mof umpass.mof umpnpmgr.mof unsecapp.exe UserProfileConfigurationWmiProvider.mof UserProfileWmiProvider.mof UserStateWMIProvider.mof vds.mof vdswmi.dll viewprov.dll vpnclientpsprovider.dll vpnclientpsprovider.mof vpnclientpsprovider_Uninstall.mof vss.mof vsswmi.dll wbemcntl.dll wbemcons.dll WBEMCons.mof wbemcore.dll wbemdisp.dll wbemdisp.tlb wbemess.dll wbemprox.dll wbemsvc.dll wbemtest.exe wcncsvc.mof WdacEtwProv.mof WdacWmiProv.dll WdacWmiProv.mof WdacWmiProv_Uninstall.mof Wdf01000.mof Wdf01000Uninstall.mof wdigest.mof WFAPIGP.mof wfascim.dll wfascim.mof wfascim_uninstall.mof WFP.MOF wfs.mof whqlprov.mof Win32_DeviceGuard.mof Win32_EncryptableVolume.dll win32_encryptablevolume.mof Win32_EncryptableVolumeUninstall.mof win32_printer.mof Win32_Tpm.dll Win32_Tpm.mof wininit.mof winipsec.mof winlogon.mof WinMgmt.exe WinMgmtR.dll Winsat.mof WinsatUninstall.mof wlan.mof WLanHC.mof wmi.mof WMIADAP.exe WmiApRes.dll WmiApRpl.dll WmiApSrv.exe WMIC.exe WMICOOKR.dll WmiDcPrv.dll wmipcima.dll wmipcima.mof wmipdfs.dll wmipdfs.mof wmipdskq.dll wmipdskq.mof WmiPerfClass.dll WmiPerfClass.mof WmiPerfInst.dll WmiPerfInst.mof WMIPICMP.dll wmipicmp.mof WMIPIPRT.dll wmipiprt.mof WMIPJOBJ.dll wmipjobj.mof wmiprov.dll WmiPrvSD.dll WmiPrvSE.exe WMIPSESS.dll wmipsess.mof WMIsvc.dll wmitimep.dll wmitimep.mof wmiutils.dll WMI_Tracing.mof wmp.mof wmpnetwk.mof wpdbusenum.mof wpdcomp.mof wpdfs.mof wpdmtp.mof wpdshext.mof WPDShServiceObj.mof wpdsp.mof wpd_ci.mof wscenter.mof WsmAgent.mof WsmAgentUninstall.mof WsmAuto.mof wsp_fs.mof wsp_fs_uninstall.mof wsp_health.mof wsp_health_uninstall.mof wsp_sr.mof wsp_sr_uninstall.mof WUDFx.mof Wudfx02000.mof Wudfx02000Uninstall.mof WUDFxUninstall.mof xml xsl-mappings.xml xwizards.mof zh-CN zh-HANS
      /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0: Certificate.format.ps1xml Diagnostics.Format.ps1xml DotNetTypes.format.ps1xml en en-US Event.Format.ps1xml Examples FileSystem.format.ps1xml getevent.types.ps1xml Help.format.ps1xml HelpV3.format.ps1xml Modules powershell.exe powershell.exe.config PowerShellCore.format.ps1xml PowerShellTrace.format.ps1xml powershell_ise.exe powershell_ise.exe.config PSEvents.dll pspluginwkr.dll pwrshmsg.dll pwrshsip.dll Registry.format.ps1xml Schemas SessionConfig types.ps1xml typesv3.ps1xml WSMan.Format.ps1xml zh-CN zh-HANS
      /cygdrive/c/Windows/System32/OpenSSH: scp.exe sftp.exe ssh-add.exe ssh-agent.exe ssh-keygen.exe ssh-keyscan.exe ssh.exe
      /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64: concrt140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll vccorlib140.dll vcruntime140.dll vcruntime140_1.dll
      /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86: concrt140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll vccorlib140.dll vcruntime140.dll
      /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin: AdvancedIMC.dll CertAuthIMC.dll dsHostCheckerResource_DE.dll dsHostCheckerResource_EN.dll dsHostCheckerResource_ES.dll dsHostCheckerResource_FR.dll dsHostCheckerResource_JA.dll dsHostCheckerResource_KO.dll dsHostCheckerResource_ZH.dll dsHostCheckerResource_ZH_CN.dll dsWinClient.dll EPCheck.dll hcimc.dll hcUtils.dll HostCheckerService.dll HostCheckerServicePS.dll jsystemimc.dll libcrypto-1_1.dll OPSWAT OpswatIMC.dll SoHIMC.dll tnc_config versionInfo.ini zlib1.dll
      /cygdrive/c/Program Files/dotnet: dotnet.exe host LICENSE.txt shared swidtag ThirdPartyNotices.txt
      /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit: Catalog CeLog2ETW.chm celog2etw.exe default.stacktags ecosystem.core.dll ecosystem.windows.dll gpuview HeapAction_CullFunctionsExample.txt kerneltracecontrol.dll KernelTraceControl.h microsoft.assessments.administration.dll microsoft.assessments.administration.presentation.dll microsoft.assessments.dll microsoft.performance.base.dll microsoft.performance.core4.interop.dll microsoft.performance.data.dll microsoft.performance.dataengine.dll microsoft.performance.nt.dll microsoft.performance.nt.shell.dll microsoft.performance.shell.addins.dll microsoft.performance.shell.dll microsoft.performance.ui.dataengine.dll microsoft.performance.ui.dll microsoft.performance.windows.dll msdia120.dll perfcore.dll perfcore.ini perfctrl.dll perfg.dll perf_delay.dll perf_dx.dll perf_frames.dll perf_heap.dll perf_memory.dll perf_nt.dll perf_nt_c.dll perf_nt_g.dll perf_onoff.dll perf_onoff_c.dll perf_onoff_g.dll perf_pep.dll perf_pofx.dll perf_pool.dll perf_ppm.dll perf_regions.dll perf_spinlock.dll perf_tdh.dll perf_va.dll perf_wininet.dll perf_wpr.dll README.TXT SampleGeneralProfileForLargeServers.wprp SampleWPRControlProfiles.wprp WaitClassification_ImportantThreadStartFunctions.txt WaitClassification_WatchFunctions.txt WaitClassification_WatchLocks.txt windowsperformancerecordercontrol.dll WindowsPerformanceRecorderControl.h WindowsPerformanceRecorderControl.idl windowsperformancerecorderui.dll wpa.addins.ini wpa.exe wpa.exe.config wpaexporter.exe wpaexporter.exe.config wpr.config.xml wpr.exe WPRUI.exe xbootmgr.exe xbootmgrsleep.exe xperf.exe
      /cygdrive/c/Program Files/Docker/Docker/resources/bin: com.docker.cli.exe docker docker-compose docker-compose-v1.exe docker-compose.exe docker-credential-desktop.exe docker-credential-ecr-login.exe docker-credential-wincred.exe docker-index.exe docker.exe hub-tool.exe kubectl.exe
      /cygdrive/c/Windows/system32: 0409 07409496-a423-4a3e-b620-2cfb01a9318d_HyperV-ComputeNetwork.dll 0ae3b998-9a38-4b72-a4c4-06849441518d_Servicing-Stack.dll 1028 1029 1031 1033 1036 1040 1041 1042 1045 1046 1049 1055 2052 3082 69fe178f-26e7-43a9-aa7d-2b616b672dde_eventlogservice.dll 6bea57fb-8dfb-4177-9ae8-42e8b3529933_RuntimeDeviceInstall.dll @AdvancedKeySettingsNotification.png @AppHelpToast.png @AudioToastIcon.png @BackgroundAccessToastIcon.png @bitlockertoastimage.png @edptoastimage.png @EnrollmentToastIcon.png @language_notification_icon.png @optionalfeatures.png @StorageSenseToastIcon.png @VpnToastIcon.png @windows-hello-V4.1.gif @WindowsHelloFaceToastIcon.png @WindowsUpdateToastIcon.contrast-black.png @WindowsUpdateToastIcon.contrast-white.png @WindowsUpdateToastIcon.png @WirelessDisplayToast.png @WLOGO_48x48.png aadauthhelper.dll aadcloudap.dll aadjcsp.dll aadtb.dll aadWamExtension.dll AarSvc.dll AboutSettingsHandlers.dll AboveLockAppHost.dll accessibilitycpl.dll accountaccessor.dll AccountsRt.dll AcGenral.dll AcLayers.dll acledit.dll aclui.dll acmigration.dll ACPBackgroundManagerPolicy.dll acppage.dll acproxy.dll AcSpecfc.dll ActionCenter.dll ActionCenterCPL.dll ActionQueue.dll ActivationClient.dll ActivationManager.dll activeds.dll activeds.tlb ActiveHours.png ActiveSyncCsp.dll ActiveSyncProvider.dll actxprxy.dll AcWinRT.dll AcXtrnal.dll AdaptiveCards.dll AddressParser.dll adhapi.dll adhsvc.dll AdmTmpl.dll adprovider.dll adrclient.dll adsldp.dll adsldpc.dll adsmsext.dll adsnt.dll adtschema.dll AdvancedEmojiDS.dll AdvancedInstallers advapi32.dll advapi32res.dll advpack.dll aeevts.dll aeinv.dll aepic.dll agentactivationruntime.dll agentactivationruntimestarter.exe agentactivationruntimewindows.dll AgentService.exe AggregatorHost.exe AirWatchMDM.dll aitstatic.exe AJRouter.dll alg.exe altspace.dll amcompat.tlb amsi.dll amsiproxy.dll amstream.dll Analog.Shell.Broker.dll AnalogCommonProxyStub.dll apds.dll APHostClient.dll APHostRes.dll APHostService.dll apisampling.dll ApiSetHost.AppExecutionAlias.dll apisetschema.dll APMon.dll APMonUI.dll AppContracts.dll AppExtension.dll apphelp.dll Apphlpdm.dll AppHostRegistrationVerifier.exe appidapi.dll appidcertstorecheck.exe appidpolicyconverter.exe AppIdPolicyEngineApi.dll appidsvc.dll appidtel.exe appinfo.dll appinfoext.dll AppInstallerPrompt.Desktop.dll ApplicationControlCSP.dll ApplicationFrame.dll ApplicationFrameHost.exe AppListBackupLauncher.dll AppLocker AppLockerCSP.dll ApplySettingsTemplateCatalog.exe ApplyTrustOffline.exe AppManagementConfiguration.dll appmgmts.dll appmgr.dll AppMon.dll AppointmentActivation.dll AppointmentApis.dll appraiser appraiser.dll AppReadiness.dll apprepapi.dll AppResolver.dll ApproveChildRequest.exe appsruprov.dll AppV AppVCatalog.dll AppVClient.exe AppvClientEventLog.dll AppVClientPS.dll AppVDllSurrogate.exe AppVEntStreamingManager.dll AppVEntSubsystemController.dll AppVEntSubsystems64.dll AppVEntVirtualization.dll appverif.chm appverif.exe appverifUI.dll appvetwclientres.dll appvetwsharedperformance.dll appvetwstreamingux.dll AppVFileSystemMetadata.dll AppVIntegration.dll AppVManifest.dll AppVNice.exe AppVOrchestration.dll AppVPolicy.dll AppVPublishing.dll AppVReporting.dll AppVScripting.dll AppVSentinel.dll AppVShNotify.exe AppVStreamingUX.dll AppVStreamMap.dll AppVTerminator.dll appwiz.cpl AppxAllUserStore.dll AppXApplicabilityBlob.dll AppxApplicabilityEngine.dll AppXDeploymentClient.dll AppXDeploymentExtensions.desktop.dll AppXDeploymentExtensions.onecore.dll AppXDeploymentServer.dll AppxPackaging.dll AppxProvisioning.xml AppxSip.dll AppxStreamingDataSourcePS.dll AppxSysprep.dll ar-SA archiveint.dll ARP.EXE asferror.dll aspnet_counters.dll AssignedAccessCsp.dll AssignedAccessGuard.exe AssignedAccessManager.dll assignedaccessmanagersvc.dll assignedaccessproviderevents.dll AssignedAccessRuntime.dll AssignedAccessShellProxy.dll asycfilt.dll at.exe AtBroker.exe atl.dll atl100.dll atl110.dll atlthunk.dll atmlib.dll attrib.exe audiodg.exe AudioEndpointBuilder.dll AudioEng.dll AudioHandlers.dll AUDIOKSE.dll audioresourceregistrar.dll AudioSes.dll audiosrv.dll AudioSrvPolicyManager.dll auditcse.dll AuditNativeSnapIn.dll auditpol.exe auditpolcore.dll AuditPolicyGPInterop.dll auditpolmsg.dll AuthBroker.dll AuthBrokerUI.dll authentication.dll AuthExt.dll authfwcfg.dll AuthFWGP.dll AuthFWSnapin.dll AuthFWWizFwk.dll AuthHost.exe AuthHostProxy.dll authui.dll authz.dll autochk.exe autopilot.dll autopilotdiag.dll autoplay.dll autotimesvc.dll AverageRoom.bin avicap32.dll avifil32.dll avrt.dll AWSurrogate.exe AxInstSv.dll AxInstUI.exe azman.msc azroles.dll azroleui.dll AzSqlExt.dll AzureAttest.dll AzureAttestManager.dll AzureAttestNormal.dll baaupdate.exe BackgroundMediaPolicy.dll backgroundTaskHost.exe BackgroundTransferHost.exe BamSettingsClient.dll BarcodeProvisioningPlugin.dll basecsp.dll basesrv.dll bash.exe batmeter.dll bcastdvr.proxy.dll BcastDVRBroker.dll BcastDVRClient.dll BcastDVRCommon.dll bcastdvruserservice.dll bcd.dll bcdboot.exe bcdedit.exe bcdprov.dll bcdsrv.dll BCP47Langs.dll BCP47mrm.dll bcrypt.dll bcryptprimitives.dll bdaplgin.ax bdechangepin.exe BdeHdCfg.exe BdeHdCfgLib.dll bderepair.dll bdesvc.dll BdeSysprep.dll bdeui.dll BdeUISrv.exe bdeunlock.exe BFE.DLL bg-BG bi.dll bidispl.dll bindfltapi.dll BingASDS.dll BingFilterDS.dll BingMaps.dll BingOnlineServices.dll BioCredProv.dll BioIso.exe bisrv.dll BitLockerCsp.dll BitLockerDeviceEncryption.exe BitLockerWizard.exe BitLockerWizardElev.exe bitsadmin.exe bitsigd.dll bitsperf.dll BitsProxy.dll biwinrt.dll BlbEvents.dll blbres.dll blb_ps.dll BluetoothApis.dll BluetoothDesktopHandlers.dll BluetoothPairingSystemToastIcon.contrast-black.png BluetoothPairingSystemToastIcon.contrast-high.png BluetoothPairingSystemToastIcon.contrast-white.png BluetoothPairingSystemToastIcon.png BluetoothSystemToastIcon.contrast-white.png BluetoothSystemToastIcon.png bnmanager.dll Boot boot.sdi bootim.exe BootMenuUX.dll bootsect.exe bootstr.dll bootsvc.dll bootux.dll BOOTVID.DLL bopomofo.uce bridgeres.dll bridgeunattend.exe BrokerLib.dll browcli.dll browserbroker.dll browserexport.exe browser_broker.exe browseui.dll BTAGService.dll BthAvctpSvc.dll BthAvrcp.dll BthAvrcpAppSvc.dll bthci.dll BthMtpContextHandler.dll bthpanapi.dll BthpanContextHandler.dll Bthprops bthprops.cpl BthRadioMedia.dll bthserv.dll BthTelemetry.dll bthudtask.exe btpanui.dll Bubbles.scr BWContextHandler.dll ByteCodeGenerator.exe c4d66f00-b6f0-4439-ac9b-c5ea13fe54d7_HyperV-ComputeCore.dll ca-ES cabapi.dll cabinet.dll cabview.dll cacls.exe calc.exe CallButtons.dll CallButtons.ProxyStub.dll CallHistoryClient.dll CameraCaptureUI.dll CameraSettingsUIHost.exe CapabilityAccessHandlers.dll CapabilityAccessManager.dll CapabilityAccessManagerClient.dll capauthz.dll capiprovider.dll capisp.dll CaptureService.dll CastingShellExt.dll CastLaunch.dll CastSrv.exe CatRoot catroot2 catsrv.dll catsrvps.dll catsrvut.dll CBDHSvc.dll cca.dll cdd.dll cdosys.dll cdp.dll cdprt.dll cdpsvc.dll cdpusersvc.dll cellulardatacapabilityhandler.dll cemapi.dll cero.rs certca.dll certcli.dll certCredProvider.dll certenc.dll CertEnroll.dll CertEnrollCtrl.exe CertEnrollUI.dll certlm.msc certmgr.dll certmgr.msc CertPKICmdlet.dll CertPolEng.dll certprop.dll certreq.exe certutil.exe cewmdm.dll cfgbkend.dll cfgmgr32.dll CfgSPCellular.dll CfgSPPolicy.dll cflapi.dll cfmifs.dll cfmifsproxy.dll Chakra.dll Chakradiag.dll Chakrathunk.dll change.exe changepk.exe charmap.exe chartv.dll ChatApis.dll chcp.com CheckNetIsolation.exe chglogon.exe chgport.exe chgusr.exe chkdsk.exe chkntfs.exe choice.exe ChsStrokeDS.dll chs_singlechar_pinyin.dat ChtBopomofoDS.dll ChtCangjieDS.dll ChtHkStrokeDS.dll ChtQuickDS.dll ChxAPDS.dll ChxDecoder.dll ChxHAPDS.dll chxinputrouter.dll chxranker.dll CHxReadingStringIME.dll ci.dll cic.dll CIDiag.exe cimfs.dll cipher.exe CIRCoInst.dll CIWmi.dll clb.dll clbcatq.dll cldapi.dll cleanmgr.exe CleanPCCSP.dll clfsw32.dll cliconfg.dll cliconfg.exe cliconfg.rll clip.exe ClipboardServer.dll Clipc.dll ClipDLS.exe ClipRenew.exe ClipSVC.dll ClipUp.exe clipwinrt.dll cloudAP.dll CloudDomainJoinAUG.dll CloudDomainJoinDataModelServer.dll CloudExperienceHost.dll CloudExperienceHostBroker.dll CloudExperienceHostBroker.exe CloudExperienceHostCommon.dll CloudExperienceHostRedirection.dll CloudExperienceHostUser.dll cloudidsvc.dll CloudIdWxhExtension.dll CloudNotifications.exe clrhost.dll clusapi.dll cmcfg32.dll cmd.exe cmdext.dll cmdial32.dll cmdkey.exe cmdl32.exe cmgrcspps.dll cmifw.dll cmintegrator.dll cmlua.dll cmmon32.exe cmpbk32.dll cmstp.exe cmstplua.dll cmutil.dll cngcredui.dll cngprovider.dll cnvfat.dll cob-au.rs CodeIntegrity CodeIntegrityAggregator.dll cofire.exe cofiredm.dll colbact.dll COLORCNV.DLL colorcpl.exe colorui.dll Com combase.dll comcat.dll comctl32.dll comdlg32.dll comexp.msc coml2.dll comp.exe compact.exe CompatTelRunner.exe compmgmt.msc CompMgmtLauncher.exe ComposableShellProxyStub.dll ComposerFramework.dll CompPkgSrv.exe CompPkgSup.dll compstui.dll computecore.dll computelibeventlog.dll computenetwork.dll ComputerDefaults.exe ComputerToastIcon.contrast-white.png ComputerToastIcon.png computestorage.dll comrepl.dll comres.dll comsnap.dll comsvcs.dll comuid.dll concrt140.dll concrt140d.dll config configmanager2.dll Configuration ConfigureExpandedStorage.dll conhost.exe ConhostV1.dll connect.dll ConnectedAccountState.dll consent.exe ConsentExperienceCommon.dll ConsentUX.dll ConsentUxClient.dll console.dll ConsoleLogon.dll ConstraintIndex.Search.dll ContactActivation.dll ContactApis.dll ContactHarvesterDS.dll container.dll containerdevicemanagement.dll ContentDeliveryManager.Utilities.dll control.exe ControlLib.dll convert.exe convertvhd.exe coreaudiopolicymanagerext.dll coredpus.dll coredpussvr.exe coreglobconfig.dll CoreMas.dll CoreMessaging.dll CoreMmRes.dll CorePrivacySettingsStore.dll CoreShell.dll CoreShellAPI.dll CoreShellExtFramework.dll CoreUIComponents.dll correngine.dll CourtesyEngine.dll CPFilters.dll CredDialogBroker.dll CredentialEnrollmentManager.exe CredentialEnrollmentManagerForUser.dll CredentialUIBroker.exe CredProv2faHelper.dll CredProvCommonCore.dll CredProvDataModel.dll CredProvHelper.dll credprovhost.dll credprovs.dll credprovslegacy.dll credssp.dll credui.dll credwiz.exe crypt32.dll cryptbase.dll cryptcatsvc.dll cryptdlg.dll cryptdll.dll cryptext.dll cryptnet.dll cryptngc.dll CryptoWinRT.dll cryptsp.dll cryptsvc.dll crypttpmeksvc.dll cryptui.dll cryptuiwizard.dll cryptxml.dll cs-CZ cscapi.dll cscdll.dll CscMig.dll cscobj.dll cscript.exe cscsvc.dll cscui.dll CspCellularSettings.dll csplte.dll CspProxy.dll csrr.rs csrsrv.dll csrss.exe CSystemEventsBrokerClient.dll ctac.json ctfmon.exe cttune.exe cttunesvr.exe curl.exe CustomInstallExec.exe CustomShellHost.exe cuzzapi.dll cxcredprov.dll CXHProvisioningServer.dll C_037.NLS C_10000.NLS C_10001.NLS C_10002.NLS C_10003.NLS C_10004.NLS C_10005.NLS C_10006.NLS C_10007.NLS C_10008.NLS C_10010.NLS C_10017.NLS C_10021.NLS C_10029.NLS C_10079.NLS C_10081.NLS C_10082.NLS C_1026.NLS C_1047.NLS C_1140.NLS C_1141.NLS C_1142.NLS C_1143.NLS C_1144.NLS C_1145.NLS C_1146.NLS C_1147.NLS C_1148.NLS C_1149.NLS C_1250.NLS C_1251.NLS C_1252.NLS C_1253.NLS C_1254.NLS C_1255.NLS C_1256.NLS C_1257.NLS C_1258.NLS C_1361.NLS C_20000.NLS C_20001.NLS C_20002.NLS C_20003.NLS C_20004.NLS C_20005.NLS C_20105.NLS C_20106.NLS C_20107.NLS C_20108.NLS C_20127.NLS C_20261.NLS C_20269.NLS C_20273.NLS C_20277.NLS C_20278.NLS C_20280.NLS C_20284.NLS C_20285.NLS C_20290.NLS C_20297.NLS C_20420.NLS C_20423.NLS C_20424.NLS C_20833.NLS C_20838.NLS C_20866.NLS C_20871.NLS C_20880.NLS C_20905.NLS C_20924.NLS C_20932.NLS C_20936.NLS C_20949.NLS C_21025.NLS C_21027.NLS C_21866.NLS C_28591.NLS C_28592.NLS C_28593.NLS C_28594.NLS C_28595.NLS C_28596.NLS C_28597.NLS C_28598.NLS C_28599.NLS c_28603.nls C_28605.NLS C_437.NLS C_500.NLS C_708.NLS C_720.NLS C_737.NLS C_775.NLS C_850.NLS C_852.NLS C_855.NLS C_857.NLS C_858.NLS C_860.NLS C_861.NLS C_862.NLS C_863.NLS C_864.NLS C_865.NLS C_866.NLS C_869.NLS C_870.NLS C_874.NLS C_875.NLS C_932.NLS C_936.NLS C_949.NLS C_950.NLS C_G18030.DLL c_GSM7.DLL C_IS2022.DLL C_ISCII.DLL d2d1.dll d2d1debug3.dll d3d10.dll d3d10core.dll d3d10level9.dll d3d10ref.dll d3d10sdklayers.dll d3d10warp.dll d3d10_1.dll d3d10_1core.dll d3d11.dll d3d11on12.dll d3d11_3SDKLayers.dll D3D12.dll D3D12Core.dll d3d12SDKLayers.dll d3d8thk.dll d3d9.dll d3d9on12.dll D3DCompiler_47.dll d3dconfig.exe d3dref9.dll D3DSCache.dll d3dx10_43.dll d3dx11_43.dll d4d78066-e6db-44b7-b5cd-2eb82dce620c_HyperV-ComputeLegacy.dll da-DK dab.dll dabapi.dll DAConn.dll dafAspInfraProvider.dll dafBth.dll DafDnsSd.dll dafDockingProvider.dll DAFESCL.dll DafGip.dll DAFIoT.dll DAFIPP.dll DAFMCP.dll dafpos.dll DafPrintProvider.dll dafupnp.dll dafWCN.dll dafWfdProvider.dll DAFWiProv.dll DAFWSD.dll DAMediaManager.dll DAMM.dll DaOtpCredentialProvider.dll das.dll dasHost.exe dataclen.dll DataExchange.dll DataExchangeHost.exe DataStoreCacheDumpTool.exe datusage.dll davclnt.dll davhlpr.dll DavSyncProvider.dll daxexec.dll dbgcore.dll dbgeng.dll dbghelp.dll DbgModel.dll dbnetlib.dll dbnmpntw.dll dccw.exe dciman32.dll dcntel.dll dcomcnfg.exe dcomp.dll dcsvc.dll DDACLSys.dll DdcClaimsApi.dll DdcComImplementationsDesktop.dll DDDS.dll DDFs ddisplay.dll ddodiag.exe DDOIProxy.dll DDORes.dll ddpchunk.dll ddptrace.dll ddputils.dll ddp_ps.dll ddraw.dll ddrawex.dll de-DE declaredconfiguration.dll DefaultAccountTile.png DefaultDeviceManager.dll DefaultHrtfs.bin DefaultPrinterProvider.dll DefaultQuestions.json Defrag.exe defragproxy.dll defragres.dll defragsvc.dll delegatorprovider.dll DeliveryOptimizationMIProv.mof DeliveryOptimizationMIProvUninstall.mof DeployCmd.exe deploymentcsphelper.exe deploymentcsps.dll desk.cpl deskadp.dll deskmon.dll desktopimgdownldr.exe DesktopKeepOnToastImg.gif DesktopShellAppStateContract.dll DesktopShellExt.dll DesktopSwitcherDataModel.dll DesktopView.Internal.Broker.dll DesktopView.Internal.Broker.ProxyStub.dll DetailedReading-Default.xml DevDispItemProvider.dll DeveloperOptionsSettingsHandlers.dll devenum.dll deviceaccess.dll deviceassociation.dll DeviceCensus.exe DeviceCenter.dll DeviceCompanionAppInstall.dll DeviceCredential.dll DeviceCredentialDeployment.exe DeviceDirectoryClient.dll DeviceDisplayStatusManager.dll DeviceDriverRetrievalClient.dll DeviceEject.exe DeviceElementSource.dll DeviceEnroller.exe DeviceFlows.DataModel.dll DeviceMetadataRetrievalClient.dll devicengccredprov.dll DevicePairing.dll DevicePairingExperienceMEM.dll DevicePairingFolder.dll DevicePairingProxy.dll DevicePairingWizard.exe DeviceProperties.exe DeviceReactivation.dll deviceregistration.dll DeviceSetupManager.dll DeviceSetupManagerAPI.dll DeviceSetupStatusProvider.dll DevicesFlowBroker.dll DeviceSoftwareInstallationClient.dll DeviceUpdateAgent.dll DeviceUpdateCenterCsp.dll DeviceUxRes.dll devinv.dll devmgmt.msc devmgr.dll DevModeRunAsUserConfig.msc devobj.dll DevPropMgr.dll DevQueryBroker.dll devrtl.dll dfdts.dll DFDWiz.exe dfrgui.exe dfscli.dll dfshim.dll DfsShlEx.dll dggpext.dll dhcpcmonitor.dll dhcpcore.dll dhcpcore6.dll dhcpcsvc.dll dhcpcsvc6.dll dhcpsapi.dll DHolographicDisplay.dll DiagCpl.dll diagnosticdataquery.dll DiagnosticDataSettings.dll DiagnosticInvoker.dll DiagnosticLogCSP.dll diagperf.dll DiagSvc.dll DiagSvcs diagtrack.dll dialclient.dll dialer.exe DialogBlockerProc.dll DialogBlockingManager.dll DialogBlockingService.dll dialserver.dll DictationManager.dll difxapi.dll dimsjob.dll dimsroam.dll dinput.dll dinput8.dll Direct2DDesktop.dll directmanipulation.dll DirectML.Debug.dll directml.dll directxdatabasehelper.dll directxdatabaseupdater.exe discan.dll diskmgmt.msc diskpart.exe diskperf.exe diskraid.exe DiskSnapshot.conf DiskSnapshot.exe diskusage.exe Dism Dism.exe DismApi.dll DispBroker.Desktop.dll DispBroker.dll dispdiag.exe dispex.dll Display.dll DisplayManager.dll DisplaySwitch.exe DisplaySystemToastIcon.contrast-white.png DisplaySystemToastIcon.png djctq.rs djoin.exe dllhost.exe dllhst3g.exe dlnashext.dll DMAlertListener.ProxyStub.dll DmApiSetExtImplDesktop.dll DMAppsRes.dll dmcertinst.exe dmcfghost.exe dmcfgutils.dll dmclient.exe dmcmnutils.dll dmcommandlineutils.dll dmcsps.dll dmdlgs.dll dmdskmgr.dll dmdskres.dll dmdskres2.dll dmenrollengine.dll dmenterprisediagnostics.dll dmintf.dll dmiso8601utils.dll dmloader.dll DmNotificationBroker.exe dmocx.dll dmoleaututils.dll DmOmaCpMo.exe dmprocessxmlfiltered.dll dmpushproxy.dll DMPushRouterCore.dll DMRCDecoder.dll DMRServer.dll dmsynth.dll dmusic.dll dmutil.dll dmvdsitf.dll dmview.ocx dmwappushsvc.dll dmwmicsp.dll dmxmlhelputils.dll dns-sd.exe dnsapi.dll dnscacheugc.exe dnscmmc.dll dnsext.dll dnshc.dll dnsrslvr.dll dnssd.dll dnssdX.dll Docking.VirtualInput.dll DockInterface.ProxyStub.dll docprop.dll DocumentPerformanceEvents.dll DolbyDecMFT.dll domgmt.dll dosettings.dll doskey.exe dosvc.dll dot3api.dll dot3cfg.dll Dot3Conn.dll dot3dlg.dll dot3gpclnt.dll dot3gpui.dll dot3hc.dll dot3mm.dll dot3msm.dll dot3svc.dll dot3ui.dll downlevel dpapi.dll dpapimig.exe dpapiprovider.dll dpapisrv.dll DpiScaling.exe dpnaddr.dll dpnathlp.dll dpnet.dll dpnhpast.dll dpnhupnp.dll dpnlobby.dll dpnsvr.exe dps.dll dpx.dll DragDropExperienceCommon.dll DragDropExperienceDataExchangeDelegated.dll driverquery.exe drivers DriverState DriverStore drprov.dll drt.dll DrtmAuthTxt.wim drtprov.dll drttransport.dll drvinst.exe drvsetup.dll DRVSTORE drvstore.dll dsauth.dll dsc DscCore.dll DscCoreConfProv.dll dsclient.dll dscproxy.dll DscTimer.dll dsdmo.dll dskquota.dll dskquoui.dll DsmUserTask.exe dsound.dll dsparse.dll dsprop.dll dsquery.dll dsreg.dll dsregcmd.exe dsregtask.dll dsrole.dll dssec.dat dssec.dll dssenh.dll dssvc.dll dstokenclean.exe Dsui.dll dsuiext.dll dswave.dll dtdump.exe dtsh.dll DuCsps.dll dui70.dll duser.dll dusmapi.dll dusmsvc.dll dusmtask.exe dvdplay.exe dwm.exe dwmapi.dll dwmcore.dll dwmghost.dll dwminit.dll dwmredir.dll dwmscene.dll DWrite.dll DWWIN.EXE DXCap.exe DXCaptureReplay.dll DXCore.dll DXCpl.exe dxdiag.exe dxdiagn.dll dxgi.dll dxgiadaptercache.exe DXGIDebug.dll dxgwdi.dll dxilconv.dll dxmasf.dll DXP.dll dxpps.dll Dxpserver.exe DxpTaskSync.dll dxtmsft.dll DXToolsMonitor.dll DXToolsOfflineAnalysis.dll DxToolsReportGenerator.dll DXToolsReporting.dll dxtrans.dll dxva2.dll DynamicLong.bin DynamicMedium.bin DynamicShort.bin dynamoapi.dll EAMProgressHandler.dll Eap3Host.exe eapp3hst.dll eappcfg.dll eappcfgui.dll eappgnui.dll eapphost.dll eappprxy.dll eapprovp.dll eapputil.dll eapsimextdesktop.dll eapsvc.dll EapTeapAuth.dll EapTeapConfig.dll EapTeapExt.dll easconsent.dll EaseOfAccessDialog.exe easinvoker.exe easinvoker.proxystub.dll EASPolicyManagerBrokerHost.exe EasPolicyManagerBrokerPS.dll easwrt.dll edgeangle.dll EdgeContent.dll edgehtml.dll edgeIso.dll EdgeManager.dll EdgeResetPlugin.dll EditBufferTestHook.dll EditionUpgradeHelper.dll EditionUpgradeManagerObj.dll edpauditapi.dll EDPCleanup.exe edpcsp.dll edpnotify.exe edptask.dll edputil.dll EduPrintProv.exe eeprov.dll eeutil.dll efsadu.dll efscore.dll efsext.dll efslsaext.dll efssvc.dll efsui.exe efsutil.dll efswrt.dll EhStorAPI.dll EhStorAuthn.exe EhStorPwdMgr.dll EhStorShell.dll el-GR els.dll ELSCore.dll elshyph.dll elslad.dll elsTrans.dll EM.exe EmailApis.dll embeddedmodesvc.dll embeddedmodesvcapi.dll EmojiDS.dll en en-GB en-US encapi.dll energy.dll energyprov.dll energytask.dll enrollmentapi.dll EnterpriseAPNCsp.dll EnterpriseAppMgmtClient.dll EnterpriseAppMgmtSvc.dll EnterpriseAppVMgmtCSP.dll enterprisecsps.dll EnterpriseDesktopAppMgmtCSP.dll enterpriseetw.dll EnterpriseModernAppMgmtCSP.dll enterpriseresourcemanager.dll EoAExperiences.exe eqossnap.dll ErrorDetails.dll ErrorDetailsCore.dll es-ES es-MX es.dll EsclProtocol.dll EsclScan.dll EsclWiaDriver.dll EsdSip.dll esent.dll esentprf.dll esentutl.exe esevss.dll eShims.dll esrb.rs et-EE EthernetMediaManager.dll ETWCoreUIComponentsResources.dll ETWESEProviderResources.dll EtwRundown.dll eu-ES eudcedit.exe eUICCsCSP.dll EventAggregation.dll eventcls.dll eventcreate.exe EventViewer_EventDetails.xsl eventvwr.exe eventvwr.msc evr.dll ExecModelClient.dll execmodelproxy.dll expand.exe ExplorerFrame.dll ExSMime.dll extrac32.exe ExtrasXmlParser.dll F12 f1db7d81-95be-4911-935a-8ab71629112a_HyperV-IsolatedVM.dll f3ahvoas.dll f989b52d-f928-44a3-9bf1-bf0c1da6a0d6_HyperV-DeviceVirtualization.dll facecredentialprovider.dll Facilitator.dll Family.Authentication.dll Family.Cache.dll Family.Client.dll Family.SyncEngine.dll FamilySafetyExt.dll Faultrep.dll FaxPrinterInstaller.dll fc.exe fclip.exe fcon.dll fdBth.dll fdBthProxy.dll FdDevQuery.dll fde.dll fdeploy.dll fdPHost.dll fdPnp.dll fdprint.dll fdProxy.dll FDResPub.dll fdSSDP.dll fdWCN.dll fdWNet.dll fdWSD.dll FeatureToastBulldogImg.png FeatureToastDlpImg.png feclient.dll ffbroker.dll fhcat.dll fhcfg.dll fhcleanup.dll fhcpl.dll fhengine.dll fhevents.dll fhmanagew.exe fhsettingsprovider.dll fhshl.dll fhsrchapi.dll fhsrchph.dll fhsvc.dll fhsvcctl.dll fhtask.dll fhuxadapter.dll fhuxapi.dll fhuxcommon.dll fhuxgraphics.dll fhuxpresentation.dll fi-FI fidocredprov.dll FileAppxStreamingDataSource.dll FileHistory.exe filemgmt.dll FilterDS.dll find.exe findnetprinters.dll findstr.exe finger.exe fingerprintcredential.dll Firewall.cpl FirewallAPI.dll FirewallControlPanel.dll fixmapi.exe FlightSettings.dll fltLib.dll fltMC.exe FluencyDS.dll FM20.DLL FM20enu.DLL fmapi.dll fmifs.dll fms.dll FNTCACHE.DAT FntCache.dll fodhelper.exe Fondue.exe fontdrvhost.exe fontext.dll FontGlyphAnimator.dll fontgroupsoverride.dll FontProvider.dll fontsub.dll fontview.exe forfiles.exe format.com fpb.rs fphc.dll fr-CA fr-FR framedyn.dll framedynos.dll FrameServer.dll FrameServerClient.dll FrameServerMonitor.dll frprov.dll fsavailux.exe FsIso.exe fsmgmt.msc FsNVSDeviceSource.dll fsquirt.exe fsutil.exe fsutilext.dll fthsvc.dll ftp.exe fundisc.dll fveapi.dll fveapibase.dll fvecerts.dll fvecpl.dll fvenotify.exe fveprompt.exe fveskybackup.dll fveui.dll fvewiz.dll FvSDK_x64.dll fwbase.dll fwcfg.dll fwmdmcsp.dll fwpolicyiomgr.dll FWPUCLNT.DLL FwRemoteSvr.dll FXSAPI.dll FXSCOM.dll FXSCOMEX.dll FXSCOMPOSE.dll FXSCOMPOSERES.dll FXSCOVER.exe FXSEVENT.dll FXSMON.dll FXSRESM.dll FXSROUTE.dll FXSST.dll FXSSVC.exe FXST30.dll FXSTIFF.dll FxsTmp FXSUNATD.exe FXSUTILITY.dll g711codc.ax GameBarPresenceWriter.exe GameBarPresenceWriter.proxy.dll GameChatOverlayExt.dll GameChatTranscription.dll GameInput.dll gamemode.dll GamePanel.exe GamePanelExternalHook.dll gamestreamingext.dll GameSystemToastIcon.contrast-white.png GameSystemToastIcon.png gameux.dll gamingtcui.dll gatherNetworkInfo.vbs gb2312.uce gcdef.dll gdi32.dll gdi32full.dll GdiPlus.dll generaltel.dll GenValObj.exe Geocommon.dll Geolocation.dll getmac.exe getuname.dll gl-ES glmf32.dll globinputhost.dll glu32.dll gmsaclient.dll gpapi.dll GPCSEWrapperCsp.dll gpedit.dll gpedit.msc gpprefcl.dll gpprnext.dll gpresult.exe gpscript.dll gpscript.exe gpsvc.dll gptext.dll gpupdate.exe gpupvdev.dll GraphicsCapture.dll GraphicsPerfSvc.dll grb.rs Groupinghc.dll GroupPolicy GroupPolicyUsers grpconv.exe hal.dll HalExtIntcLpioDMA.dll HalExtIntcPseDMA.dll HalExtPL080.dll HandwritingSystemToastIcon.contrast-white.png HandwritingSystemToastIcon.png hascsp.dll HashtagDS.dll hbaapi.dll hcproviders.dll hcsdiag.exe HdcpHandler.dll hdwwiz.cpl hdwwiz.exe he-IL HeadphoneSystemToastIcon.contrast-white.png HeadphoneSystemToastIcon.png HeadsetSystemToastIcon.contrast-white.png HeadsetSystemToastIcon.png HealthAttestationClient HealthSystemToastIcon.contrast-white.png HealthSystemToastIcon.png HeatCore.dll help.exe HelpPaneProxy.dll hgcpl.dll hhctrl.ocx hhsetup.dll hid.dll HidCfu.dll hidphone.tsp hidserv.dll hlink.dll hmkd.dll hnetcfg.dll HNetCfgClient.dll hnetmon.dll hnsdiag.exe hnsproxy.dll HologramCompositor.dll HologramWorld.dll HolographicExtensions.dll HolographicRuntimes.dll HoloShellRuntime.dll HoloSHExtensions.dll HoloSI.PCShell.dll HOSTNAME.EXE HostNetSvc.dll hotplug.dll hr-HR HrtfApo.dll hspapi.dll hspfw.dll html.iec httpapi.dll httpprxc.dll httpprxm.dll httpprxp.dll HttpsDataSource.dll htui.dll hu-HU hvax64.exe hvhostsvc.dll hvix64.exe hvloader.dll hvsievaluator.exe hvsigpext.dll HvsiManagementApi.dll HvSocket.dll hwreqchk.dll Hydrogen Hydrogen.dll IA2ComProxy.dll ias ias.dll iasacct.dll iasads.dll iasdatastore.dll iashlpr.dll IasMigPlugin.dll iasnap.dll iaspolcy.dll iasrad.dll iasrecst.dll iassam.dll iassdo.dll iassvcs.dll icacls.exe icfupgd.dll icm32.dll icmp.dll icmui.dll IconCodecService.dll IcsEntitlementHost.exe icsigd.dll icsunattend.exe icsvc.dll icsvcext.dll icsvcvss.dll icsxml icu.dll icuin.dll icuuc.dll id-ID IdCtrls.dll ideograf.uce IDStore.dll ie4uinit.exe ie4ushowIE.exe IEAdvpack.dll ieapfltr.dll iedkcs32.dll ieframe.dll iemigplugin.dll iepeers.dll ieproxy.dll IEProxyDesktop.dll iernonce.dll iertutil.dll IESettingSync.exe iesetup.dll iesysprep.dll ieui.dll ieuinit.inf ieUnatt.exe iexpress.exe ifmon.dll ifsutil.dll ifsutilx.dll igdDiag.dll IHDS.dll IKEEXT.DLL imaadp32.acm imagehlp.dll imageres.dll imagesp1.dll imapi.dll imapi2.dll imapi2fs.dll IME ime_textinputhelpers.dll imgutil.dll imm32.dll immersivetpmvscmgrsvr.exe ImplatSetup.dll IndexedDbLegacy.dll inetcomm.dll inetcpl.cpl inetmib1.dll inetpp.dll inetppui.dll INETRES.dll inetsrv InfDefaultInstall.exe InkEd.dll InkObjCore.dll InprocLogger.dll input.dll InputCloudStore.dll InputController.dll InputHost.dll InputInjectionBroker.dll InputLocaleManager.dll InputMethod InputService.dll InputSwitch.dll InputSwitchToastHandler.exe InputSystemToastIcon.contrast-white.png InputSystemToastIcon.png inseng.dll InstallService.dll InstallServiceTasks.dll InstallUtil.InstallLog intel_gfx_api-x64.dll internetmail.dll InternetMailCsp.dll intl.cpl invagent.dll iologmsg.dll IoTAssignedAccessLockFramework.dll iotstartup.exe ipconfig.exe IPELoggingDictationHelper.dll IPHLPAPI.DLL iphlpsvc.dll Ipmi ipnathlp.dll IpNatHlpClient.dll IppCommon.dll IppCommonProxy.dll iprtprio.dll iprtrmgr.dll ipsecsnp.dll IPSECSVC.DLL ipsmsnap.dll ipxlatcfg.dll iri.dll irprops.cpl iscsicli.exe iscsicpl.dll iscsicpl.exe iscsidsc.dll iscsied.dll iscsiexe.dll iscsilog.dll iscsium.dll iscsiwmi.dll iscsiwmiv2.dll ISM.dll ISM.exe isoburn.exe it-IT itircl.dll itss.dll iuilp.dll iumbase.dll iumcrypt.dll iumdll.dll IumSdk.dll iyuv_32.dll ja-jp JavaScriptCollectionAgent.dll jdns_sd.dll JHI64.dll joinproviderol.dll joinutil.dll joy.cpl JpMapControl.dll jpndecoder.dll jpninputrouter.dll jpnranker.dll JpnServiceDS.dll jscript.dll jscript9.dll jscript9diag.dll jscript9Legacy.dll jsproxy.dll kanji_1.uce kanji_2.uce kbd101.dll kbd101a.dll kbd101b.dll kbd101c.dll kbd103.dll kbd106.dll kbd106n.dll KBDA1.DLL KBDA2.DLL KBDA3.DLL KBDADLM.DLL KBDAL.DLL KBDARME.DLL kbdarmph.dll kbdarmty.dll KBDARMW.DLL kbdax2.dll KBDAZE.DLL KBDAZEL.DLL KBDAZST.DLL KBDBASH.DLL KBDBE.DLL KBDBENE.DLL KBDBGPH.DLL KBDBGPH1.DLL KBDBHC.DLL KBDBLR.DLL KBDBR.DLL KBDBU.DLL KBDBUG.DLL KBDBULG.DLL KBDCA.DLL KBDCAN.DLL KBDCHER.DLL KBDCHERP.DLL KBDCR.DLL KBDCZ.DLL KBDCZ1.DLL KBDCZ2.DLL KBDDA.DLL KBDDIV1.DLL KBDDIV2.DLL KBDDV.DLL KBDDZO.DLL KBDES.DLL KBDEST.DLL KBDFA.DLL kbdfar.dll KBDFC.DLL KBDFI.DLL KBDFI1.DLL KBDFO.DLL KBDFR.DLL KBDFTHRK.DLL KBDGAE.DLL KBDGEO.DLL kbdgeoer.dll kbdgeome.dll kbdgeooa.dll kbdgeoqw.dll KBDGKL.DLL KBDGN.DLL KBDGR.DLL KBDGR1.DLL KBDGRLND.DLL KBDGTHC.DLL KBDHAU.DLL KBDHAW.DLL KBDHE.DLL KBDHE220.DLL KBDHE319.DLL KBDHEB.DLL kbdhebl3.dll KBDHELA2.DLL KBDHELA3.DLL KBDHEPT.DLL KBDHU.DLL KBDHU1.DLL kbdibm02.dll KBDIBO.DLL KBDIC.DLL KBDINASA.DLL KBDINBE1.DLL KBDINBE2.DLL KBDINBEN.DLL KBDINDEV.DLL KBDINEN.DLL KBDINGUJ.DLL KBDINHIN.DLL KBDINKAN.DLL KBDINMAL.DLL KBDINMAR.DLL KBDINORI.DLL KBDINPUN.DLL KBDINTAM.DLL KBDINTEL.DLL KBDINUK2.DLL KBDIR.DLL KBDIT.DLL KBDIT142.DLL KBDIULAT.DLL KBDJAV.DLL KBDJPN.DLL KBDKAZ.DLL KBDKHMR.DLL KBDKNI.DLL KBDKOR.DLL KBDKURD.DLL KBDKYR.DLL KBDLA.DLL KBDLAO.DLL kbdlisub.dll kbdlisus.dll kbdlk41a.dll KBDLT.DLL KBDLT1.DLL KBDLT2.DLL KBDLV.DLL KBDLV1.DLL KBDLVST.DLL KBDMAC.DLL KBDMACST.DLL KBDMAORI.DLL KBDMLT47.DLL KBDMLT48.DLL KBDMON.DLL KBDMONMO.DLL KBDMONST.DLL KBDMYAN.DLL KBDNE.DLL kbdnec.dll kbdnec95.dll kbdnecat.dll kbdnecnt.dll KBDNEPR.DLL kbdnko.dll KBDNO.DLL KBDNO1.DLL KBDNSO.DLL KBDNTL.DLL KBDOGHAM.DLL KBDOLCH.DLL KBDOLDIT.DLL KBDOSA.DLL KBDOSM.DLL KBDPASH.DLL kbdphags.dll KBDPL.DLL KBDPL1.DLL KBDPO.DLL KBDRO.DLL KBDROPR.DLL KBDROST.DLL KBDRU.DLL KBDRU1.DLL KBDRUM.DLL KBDSF.DLL KBDSG.DLL KBDSL.DLL KBDSL1.DLL KBDSMSFI.DLL KBDSMSNO.DLL KBDSN1.DLL KBDSORA.DLL KBDSOREX.DLL KBDSORS1.DLL KBDSORST.DLL KBDSP.DLL KBDSW.DLL KBDSW09.DLL KBDSYR1.DLL KBDSYR2.DLL KBDTAILE.DLL KBDTAJIK.DLL KBDTAM99.DLL KBDTAT.DLL KBDTH0.DLL KBDTH1.DLL KBDTH2.DLL KBDTH3.DLL KBDTIFI.DLL KBDTIFI2.DLL KBDTIPRC.DLL KBDTIPRD.DLL KBDTT102.DLL KBDTUF.DLL KBDTUQ.DLL KBDTURME.DLL KBDTZM.DLL KBDUGHR.DLL KBDUGHR1.DLL KBDUK.DLL KBDUKX.DLL KBDUR.DLL KBDUR1.DLL KBDURDU.DLL KBDUS.DLL KBDUSA.DLL KBDUSL.DLL KBDUSR.DLL KBDUSX.DLL KBDUZB.DLL KBDVNTC.DLL KBDWOL.DLL KBDYAK.DLL KBDYBA.DLL KBDYCC.DLL KBDYCL.DLL kd.dll kdcom.dll kdcpw.dll kdhvcom.dll kdnet.dll kdnet_uart16550.dll KdsCli.dll kdstub.dll kdusb.dll kd_02_10df.dll kd_02_10ec.dll kd_02_1137.dll kd_02_14e4.dll kd_02_15b3.dll kd_02_1969.dll kd_02_19a2.dll kd_02_1af4.dll kd_02_8086.dll kd_07_1415.dll kd_0C_8086.dll keepaliveprovider.dll KerbClientShared.dll kerberos.dll kernel.appcore.dll kernel32.dll KernelBase.dll KeyboardFilterCore.dll KeyboardFilterManager.dll KeyboardFilterShim.dll KeyboardFilterSvc.dll KeyboardSystemToastIcon.contrast-white.png KeyboardSystemToastIcon.png KeyCredMgr.dll keyiso.dll keymgr.dll KeywordDetectorMsftSidAdapter.dll Keywords klist.exe kmddsp.tsp KnobsCore.dll KnobsCsp.dll ko-KR korean.uce ksetup.exe ksproxy.ax kstvtune.ax ksuser.dll Kswdmcap.ax ksxbar.ax ktmutil.exe ktmw32.dll l2gpstore.dll l2nacp.dll L2SecHC.dll l3codeca.acm l3codecp.acm la57setup.exe label.exe LangCleanupSysprepAction.dll LanguageComponentsInstaller.dll LanguageComponentsInstallerComHandler.exe LanguageOverlayServer.dll LanguageOverlayUtil.dll LanguagePackDiskCleanup.dll LanguagePackManagementCSP.dll LAPRXY.DLL laps.dll lapscsp.dll LaptopPlugInToastImg.gif LargeRoom.bin LaunchTM.exe LaunchWinApp.exe lcphrase.tbl lcptr.tbl LegacyNetUX.dll LegacyNetUXHost.exe LegacySystemSettings.dll LESDebug.log lfsvc.dll libcrypto.dll libmfxhw64.dll libomp140.x86_64.dll libomp140d.x86_64.dll libvpl.dll license.rtf LicenseManager.dll LicenseManagerApi.dll LicenseManagerShellext.exe LicenseManagerSvc.dll licenseprotection.dll Licenses LicensingCSP.dll licensingdiag.exe LicensingDiagSpp.dll LicensingUI.exe LicensingWinRT.dll licmgr10.dll linkinfo.dll lltdapi.dll lltdres.dll lltdsvc.dll lmhsvc.dll loadperf.dll locale.nls localsec.dll localspl.dll localui.dll LocationApi.dll LocationFramework.dll LocationFrameworkInternalPS.dll LocationFrameworkPS.dll LocationNotificationWindows.exe LocationWinPalMisc.dll Locator.exe LockAppBroker.dll LockAppHost.exe LockController.dll LockHostingFramework.dll LockScreenContent.dll LockScreenContentHost.dll LockScreenContentServer.exe LockScreenData.dll lodctr.exe log logagent.exe LogFiles loghours.dll logman.exe logoff.exe logoncli.dll LogonController.dll LogonUI.exe Logs lpasvc.dll lpk.dll lpkinstall.exe lpksetup.exe lpksetupproxyserv.dll lpremove.exe lsaadt.dll LsaIso.exe lsasrv.dll lsass.exe LSCSHostPolicy.dll lsm.dll lsmproxy.dll lstelemetry.dll lt-LT luiapi.dll lusrmgr.msc lv-LV lxss lz32.dll l_intl.nls Magnification.dll Magnify.exe MailContactsCalendarSync main.cpl MaintenanceUI.dll makecab.exe manage-bde.exe manage-bde.wsf ManageCI.dll MapConfiguration.dll MapControlCore.dll MapControlStringsRes.dll MapGeocoder.dll mapi32.dll mapistub.dll MapRouter.dll MapsBtSvc.dll MapsBtSvcProxy.dll MapsCSP.dll MapsStore.dll mapstoasttask.dll mapsupdatetask.dll mavinject.exe MbaeApi.dll MbaeApiPublic.dll mblctr.exe MBMediaManager.dll MBR2GPT.EXE mbsmsapi.dll mbussdapi.dll mcbuilder.exe MCCSEngineShared.dll MCCSPal.dll mciavi32.dll mcicda.dll mciqtz32.dll mciseq.dll mciwave.dll McpManagementProxy.dll McpManagementService.dll MCRecvSrc.dll MCU.exe mcupdate_AuthenticAMD.dll mcupdate_GenuineIntel.dll MDEServer.exe MDMAgent.exe MDMAppInstaller.exe MdmCommon.dll MdmDiagnostics.dll MdmDiagnosticsTool.exe mdminst.dll mdmlocalmanagement.dll mdmmigrator.dll mdmpostprocessevaluator.dll mdmregistration.dll MdRes.exe MdSched.exe MediaFoundation.DefaultPerceptionProvider.dll MediaSystemToastIcon.contrast-white.png MediaSystemToastIcon.png MediumRoom.bin MemoryDiagnostic.dll MessagingDataModel2.dll MessagingService.dll mf.dll mf3216.dll mfAACEnc.dll mfasfsrcsnk.dll mfaudiocnv.dll mfc100.dll mfc100chs.dll mfc100cht.dll mfc100deu.dll mfc100enu.dll mfc100esn.dll mfc100fra.dll mfc100ita.dll mfc100jpn.dll mfc100kor.dll mfc100rus.dll mfc100u.dll mfc110.dll mfc110chs.dll mfc110cht.dll mfc110deu.dll mfc110enu.dll mfc110esn.dll mfc110fra.dll mfc110ita.dll mfc110jpn.dll mfc110kor.dll mfc110rus.dll mfc110u.dll mfc120.dll mfc120chs.dll mfc120cht.dll mfc120deu.dll mfc120enu.dll mfc120esn.dll mfc120fra.dll mfc120ita.dll mfc120jpn.dll mfc120kor.dll mfc120rus.dll mfc120u.dll mfc140.dll mfc140chs.dll mfc140cht.dll mfc140d.dll mfc140deu.dll mfc140enu.dll mfc140esn.dll mfc140fra.dll mfc140ita.dll mfc140jpn.dll mfc140kor.dll mfc140rus.dll mfc140u.dll mfc140ud.dll mfc42.dll mfc42u.dll MFCaptureEngine.dll mfcm100.dll mfcm100u.dll mfcm110.dll mfcm110u.dll mfcm120.dll mfcm120u.dll mfcm140.dll mfcm140d.dll mfcm140u.dll mfcm140ud.dll mfcore.dll mfcsubs.dll mfds.dll mfdvdec.dll mferror.dll mfh263enc.dll mfh264enc.dll mfksproxy.dll MFMediaEngine.dll mfmjpegdec.dll mfmkvsrcsnk.dll mfmp4srcsnk.dll mfmpeg2srcsnk.dll mfnetcore.dll mfnetsrc.dll mfperfhelper.dll mfplat.dll MFPlay.dll mfpmp.exe mfps.dll mfreadwrite.dll mfsensorgroup.dll mfsrcsnk.dll mfsvr.dll mftranscode.dll mfvdsp.dll mfvfw.dll MFWMAAEC.DLL mfxplugin64_hw.dll mgmtapi.dll mgmtrefreshcredprov.dll mi.dll mibincodec.dll Microsoft Microsoft-Windows-AppModelExecEvents.dll microsoft-windows-battery-events.dll microsoft-windows-hal-events.dll Microsoft-Windows-Internal-Shell-NearShareExperience.dll microsoft-windows-kernel-cc-events.dll microsoft-windows-kernel-pnp-events.dll microsoft-windows-kernel-power-events.dll microsoft-windows-kernel-processor-power-events.dll Microsoft-Windows-MapControls.dll Microsoft-Windows-MosHost.dll microsoft-windows-pdc.dll microsoft-windows-power-cad-events.dll microsoft-windows-processor-aggregator-events.dll microsoft-windows-sleepstudy-events.dll microsoft-windows-storage-tiering-events.dll microsoft-windows-system-events.dll Microsoft-WindowsPhone-SEManagementProvider.dll Microsoft.Bluetooth.Audio.dll Microsoft.Bluetooth.Proxy.dll Microsoft.Bluetooth.Service.dll Microsoft.Bluetooth.UserService.dll Microsoft.Graphics.Display.DisplayEnhancementService.dll Microsoft.Internal.FrameworkUdk.System.dll Microsoft.LocalUserImageProvider.dll Microsoft.Management.Infrastructure.Native.Unmanaged.dll Microsoft.Uev.AgentDriverEvents.dll Microsoft.Uev.AppAgent.dll Microsoft.Uev.CabUtil.dll Microsoft.Uev.CmUtil.dll Microsoft.Uev.Common.dll Microsoft.Uev.Common.WinRT.dll Microsoft.Uev.CommonBridge.dll Microsoft.Uev.ConfigWrapper.dll Microsoft.Uev.CscUnpinTool.exe Microsoft.Uev.EventLogMessages.dll Microsoft.Uev.LocalSyncProvider.dll Microsoft.Uev.ManagedEventLogging.dll Microsoft.Uev.Management.dll Microsoft.Uev.Management.WmiAccess.dll Microsoft.Uev.ModernAppAgent.dll Microsoft.Uev.ModernAppCore.dll Microsoft.Uev.ModernAppData.WinRT.dll Microsoft.Uev.ModernSync.dll Microsoft.Uev.MonitorSyncProvider.dll Microsoft.Uev.Office2010CustomActions.dll Microsoft.Uev.Office2013CustomActions.dll Microsoft.Uev.PrinterCustomActions.dll Microsoft.Uev.SmbSyncProvider.dll Microsoft.Uev.SyncCommon.dll Microsoft.Uev.SyncConditions.dll Microsoft.Uev.SyncController.exe microsoft.windows.softwarelogo.showdesktop.exe Microsoft.Windows.Storage.Core.dll Microsoft.Windows.Storage.StorageBusCache.dll MicrosoftAccount.TokenProvider.Core.dll MicrosoftAccountCloudAP.dll MicrosoftAccountExtension.dll MicrosoftAccountTokenProvider.dll MicrosoftAccountWAMExtension.dll MicrosoftEdgeBCHost.exe MicrosoftEdgeCP.exe MicrosoftEdgeDevTools.exe MicrosoftEdgeSH.exe midimap.dll migisol.dll migration miguiresource.dll migwiz mimefilt.dll mimofcodec.dll MinstoreEvents.dll MiracastInputMgr.dll MiracastReceiver.dll MiracastReceiverExt.dll MirrorDrvCompat.dll mispace.dll MitigationClient.dll MitigationConfiguration.dll miutils.dll MixedReality.Broker.dll MixedRealityCapture.Pipeline.dll MixedRealityCapture.ProxyStub.dll MixedRealityRuntime.dll MixedRealityRuntime.json mlang.dat mlang.dll mmc.exe mmc.exe.config mmcbase.dll mmcndmgr.dll mmcshext.dll MMDevAPI.dll mmgaclient.dll mmgaproxystub.dll mmgaserver.exe mmres.dll mmsys.cpl mobilenetworking.dll mobsync.exe mode.com modemui.dll modernexecserver.dll MoNotificationUx.exe more.com moricons.dll moshost.dll MosHostClient.dll moshostcore.dll MosStorage.dll mountvol.exe MouseSystemToastIcon.contrast-white.png MouseSystemToastIcon.png MP3DMOD.DLL MP43DECD.DLL MP4SDECD.DLL Mpeg2Data.ax mpeval.dll mpg2splt.ax MPG4DECD.DLL mpnotify.exe mpr.dll mprapi.dll mprddm.dll mprdim.dll mprext.dll mprmsg.dll MPSSVC.dll mpunits.dll MRINFO.EXE MrmCoreR.dll MrmDeploy.dll MrmIndexer.dll MRT MRT.exe mrt100.dll mrt_map.dll ms3dthumbnailprovider.dll msaatext.dll MSAC3ENC.DLL msacm32.dll msacm32.drv msadp32.acm msafd.dll MSAJApi.dll MSAlacDecoder.dll MSAlacEncoder.dll MSAMRNBDecoder.dll MSAMRNBEncoder.dll MSAMRNBSink.dll MSAMRNBSource.dll MSAProfileNotificationHandler.dll msasn1.dll MSAudDecMFT.dll msaudite.dll msauserext.dll mscandui.dll mscat32.dll MSchedExe.exe msclmd.dll mscms.dll msconfig.exe mscoree.dll mscorier.dll mscories.dll msctf.dll msctfime.ime MsCtfMonitor.dll msctfp.dll msctfui.dll msctfuimanager.dll msdadiag.dll msdart.dll msdatsrc.tlb msdelta.dll msdmo.dll MSDRM msdrm.dll msdt.exe MsDtc msdtc.exe msdtckrm.dll msdtclog.dll msdtcprx.dll msdtcspoffln.dll msdtctm.dll msdtcuiu.dll msdtcVSp1res.dll MSDvbNP.ax msdxm.ocx msdxm.tlb msfeeds.dll msfeedsbs.dll msfeedssync.exe MSFlacDecoder.dll MSFlacEncoder.dll msftedit.dll MsftOemDllIgneous.dll msg.exe msg711.acm msgsm32.acm MSHEIF.dll mshta.exe mshtml.dll mshtml.tlb MshtmlDac.dll mshtmled.dll mshtmler.dll msi.dll MsiCofire.dll msidcrl40.dll msident.dll msidle.dll msidntld.dll msieftp.dll msiexec.exe msihnd.dll msiltcfg.dll msimg32.dll msimsg.dll msimtf.dll msinfo32.exe msisip.dll msIso.dll msiwer.dll MsixDataSourceExtensionPS.dll mskeyprotcli.dll mskeyprotect.dll msls31.dll msmpeg2adec.dll MSMPEG2ENC.DLL msmpeg2vdec.dll msmpi.dll msmpires.dll MSNP.ax msobjs.dll msoert2.dll MSOpusDecoder.dll mspatcha.dll mspatchc.dll MSPhotography.dll msports.dll msprivs.dll msra.exe msrahc.dll MsraLegacy.tlb msrating.dll MSRAWImage.dll msrdc.dll MsRdpWebAccess.dll msrle32.dll msscntrs.dll mssecuser.dll mssecwfpu.dll mssign32.dll mssip32.dll mssitlb.dll MsSpellCheckingFacility.dll MsSpellCheckingHost.exe mssph.dll mssprxy.dll mssrch.dll mssvp.dll mstask.dll msTextPrediction.dll mstsc.exe mstscax.dll msutb.dll msv1_0.dll msvcirt.dll msvcp100.dll msvcp110.dll msvcp110_win.dll msvcp120.dll msvcp120_clr0400.dll msvcp140.dll msvcp140d.dll msvcp140d_atomic_wait.dll msvcp140d_codecvt_ids.dll msvcp140_1.dll msvcp140_1d.dll msvcp140_2.dll msvcp140_2d.dll msvcp140_atomic_wait.dll msvcp140_clr0400.dll msvcp140_codecvt_ids.dll msvcp60.dll msvcp_win.dll msvcr100.dll msvcr100_clr0400.dll msvcr110.dll msvcr120.dll msvcr120_clr0400.dll msvcrt.dll msvfw32.dll msvidc32.dll MSVidCtl.dll MSVideoDSP.dll MSVP9DEC.dll msvproc.dll MSVPXENC.dll MSWB7.dll MSWB70804.dll MSWebp.dll mswmdm.dll mswsock.dll msxml3.dll msxml3r.dll msxml6.dll msxml6r.dll msyuv.dll MtcModel.dll MTF.dll MTFAppServiceDS.dll MtfDecoder.dll MTFFuzzyDS.dll MTFServer.dll MTFSpellcheckDS.dll mtstocom.exe mtxclu.dll mtxdm.dll mtxex.dll mtxoci.dll MUI muifontsetup.dll MUILanguageCleanup.dll MuiUnattend.exe MultiDigiMon.exe musdialoghandlers.dll MusNotification.exe MusNotificationUx.exe MusNotifyIcon.exe MusNotifyIconHandler.dll MusUpdateHandlers.dll MusUxToastHandler.dll mycomput.dll mydocs.dll Mystify.scr NAPCRYPT.DLL NapiNSP.dll Narrator.exe NarratorControlTemplates.xml NaturalAuth.dll NaturalAuthClient.dll NaturalLanguage6.dll navshutdown.dll nb-NO nbtstat.exe NcaApi.dll NcaSvc.dll ncbservice.dll NcdAutoSetup.dll NcdProp.dll nci.dll ncobjapi.dll ncpa.cpl ncrypt.dll ncryptprov.dll ncryptsslp.dll ncsi.dll ncuprov.dll ndadmin.exe nddeapi.dll NDF ndfapi.dll ndfetw.dll NdfEventView.xml ndfhcdiscovery.dll ndishc.dll NDKPerfCmd.exe NDKPing.exe ndproxystub.dll nduprov.dll negoexts.dll net.exe net1.exe netapi32.dll netbios.dll netbtugc.exe netcenter.dll netcfg.exe NetCfgNotifyObjectHost.exe netcfgx.dll netcorehc.dll netdiagfx.dll NetDriverInstall.dll netevent.dll NetEvtFwdr.exe netfxperf.dll neth.dll NetHost.exe netid.dll netiohlp.dll netiougc.exe netjoin.dll netlogon.dll netman.dll NetMgmtIF.dll netmsg.dll netplwiz.dll Netplwiz.exe netprofm.dll netprofmsvc.dll netprovfw.dll netprovisionsp.dll NetSetupApi.dll NetSetupEngine.dll NetSetupShim.dll NetSetupSvc.dll netsh.exe netshell.dll NETSTAT.EXE nettrace.dll NetTrace.PLA.Diagnostics.xml netutils.dll NetworkBindingEngineMigPlugin.dll NetworkCollectionAgent.dll NetworkDesktopSettings.dll networkexplorer.dll networkhelper.dll NetworkIcon.dll networkitemfactory.dll networklist NetworkMobileSettings.dll NetworkProxyCsp.dll NetworkQoSPolicyCSP.dll NetworkUXBroker.dll newdev.dll newdev.exe NFCProvisioningPlugin.dll NfcRadioMedia.dll ngccredprov.dll NgcCtnr.dll NgcCtnrGidsHandler.dll NgcCtnrSvc.dll NgcIso.exe NgcIsoCtnr.dll ngckeyenum.dll ngcksp.dll ngclocal.dll ngcpopkeysrv.dll NgcProCsp.dll ngcrecovery.dll ngcsvc.dll ngctasks.dll ngcutils.dll ninput.dll nl-NL NL7Data0804.dll NL7Lexicons0804.dll NL7Models0804.dll nlaapi.dll nlahc.dll nlansp_c.dll nlhtml.dll nlmgp.dll nlmproxy.dll nlmsprep.dll nlsbres.dll NlsData0000.dll NlsData0009.dll Nlsdl.dll NlsLexicons0009.dll nltest.exe NmaDirect.dll nmbind.exe nmscrub.exe NOISE.CHS NOISE.DAT normaliz.dll normidna.nls normnfc.nls normnfd.nls normnfkc.nls normnfkd.nls notepad.exe NotificationController.dll NotificationControllerPS.dll notificationplatformcomponent.dll npmproxy.dll NPSM.dll NPSMDesktopProvider.dll nrpsrv.dll nrtapi.dll nshhttp.dll nshipsec.dll nshwfp.dll nsi.dll nsisvc.dll nslookup.exe ntasn1.dll ntdll.dll ntdsapi.dll ntfsres.dll ntkrla57.exe ntlanman.dll ntlanui2.dll NtlmShared.dll ntmarta.dll ntoskrnl.exe ntprint.dll ntprint.exe ntshrui.dll ntvdm64.dll Nui NV NvAgent.dll nvapi64.dll nvaudcap64v.dll nvcpl.dll nvcuda.dll nvcudadebugger.dll nvcuvid.dll nvdebugdump.exe nvEncodeAPI64.dll NvFBC64.dll nvidia-smi.exe NvIFR64.dll NvIFROpenGL.dll nvinfo.pb nvml.dll nvofapi64.dll NvRtmpStreamer64.dll nvspcap64.dll nvspinfo.exe objsel.dll occache.dll ocsetapi.dll odbc32.dll odbcad32.exe odbcbcp.dll odbcconf.dll odbcconf.exe odbcconf.rsp odbccp32.dll odbccr32.dll odbccu32.dll odbcint.dll odbctrac.dll OEMDefaultAssociations.dll OEMDefaultAssociations.xml oemlicense.dll ofdeploy.exe offfilt.dll officecsp.dll offlinelsa.dll offlinesam.dll offreg.dll oflc-nz.rs OkDone_80.contrast-black.png OkDone_80.contrast-white.png OkDone_80.png olch2x8.ocx olch2xu8.ocx olch3x8.ocx olch3xu8.ocx OLD4796.tmp OLD47A7.tmp OLD47B8.tmp ole32.dll oleacc.dll oleacchooks.dll oleaccrc.dll oleaut32.dll oledlg.dll oleprn.dll OmaDmAgent.dll omadmapi.dll omadmclient.exe omadmprc.exe OnDemandBrokerClient.dll OnDemandConnRouteHelper.dll OneBackupHandler.dll OneCoreCommonProxyStub.dll OneCoreUAPCommonProxyStub.dll OneSettingsClient.dll onex.dll onexui.dll onnxruntime.dll oobe OOBE-Maintenance.exe OpcServices.dll OpenCL.dll openfiles.exe opengl32.dll OpenSSH OpenWith.exe OptionalFeatures.exe ortcengine.dll osbaseln.dll osk.exe OskSupport.dll osuninst.dll OutdoorAudioEnvironment.bin P2P.dll P2PGraph.dll p2pnetsh.dll p2psvc.dll p9np.dll p9rdrservice.dll pacjsworker.exe PackagedCWALauncher.exe PackageInspector.exe packager.dll PackageStateChangeHandler.dll panmap.dll PasswordEnrollmentManager.dll PasswordOnWakeSettingFlyout.exe PATHPING.EXE pautoenr.dll PayloadRestrictions.dll PaymentMediatorServiceProxy.dll Pbr pcacli.dll pcadm.dll pcaevts.dll pcalua.exe pcasvc.dll pcaui.dll pcaui.exe pcbp.rs pcl.sep PCPKsp.dll PCShellCommonProxyStub.dll pcsvDevice.dll pcwrun.exe pcwum.dll pcwutl.dll pdh.dll pdhui.dll PeerDist.dll PeerDistAD.dll PeerDistCacheProvider.dll PeerDistCleaner.dll PeerDistHttpTrans.dll PeerDistSh.dll PeerDistSvc.dll PeerDistWSDDiscoProv.dll pegi-pt.rs pegi.rs PenService.dll PeopleAPIs.dll PeopleBand.dll PerceptionDevice.dll PerceptionSimulation PerceptionSimulation.ProxyStubs.dll PerceptionSimulationManager.dll perfc009.dat perfd009.dat perfdisk.dll perfh009.dat perfi009.dat perfmon.exe perfmon.msc perfnet.dll perfos.dll perfproc.dll PerfStringBackup.INI perfts.dll perf_gputiming.dll PersonalizationCSP.dll pfclient.dll phoneactivate.exe PhoneCallHistoryApis.dll PhoneOm.dll PhonePlatformAbstraction.dll PhoneProviders.dll PhoneService.dll PhoneServiceRes.dll PhoneSystemToastIcon.contrast-white.png PhoneSystemToastIcon.png Phoneutil.dll PhoneutilRes.dll PhotoMetadataHandler.dll PhotoScreensaver.scr photowiz.dll PickerHost.exe PickerPlatform.dll pid.dll pidgenx.dll pifmgr.dll PimIndexMaintenance.dll PimIndexMaintenanceClient.dll Pimstore.dll PinEnrollmentBroker.exe PinEnrollmentHelper.dll PING.EXE pkeyhelper.dll PkgMgr.exe PktMon.exe PktMonApi.dll pku2u.dll pl-PL pla.dll plasrv.exe playlistfolder.dll PlaySndSrv.dll PlayToDevice.dll PlayToManager.dll playtomenu.dll PlayToReceiver.dll PlayToStatusProvider.dll ploptin.dll pmcsnap.dll pngfilt.dll pnidui.dll pnpclean.dll pnpdiag.dll pnppolicy.dll pnpts.dll pnpui.dll PnPUnattend.exe pnputil.exe PNPXAssoc.dll PNPXAssocPrx.dll pnrpauto.dll Pnrphc.dll pnrpnsp.dll pnrpsvc.dll PointOfService policymanager.dll policymanagerprecheck.dll polstore.dll poqexec.exe PortableDeviceApi.dll PortableDeviceClassExtension.dll PortableDeviceConnectApi.dll PortableDeviceStatus.dll PortableDeviceSyncProvider.dll PortableDeviceTypes.dll PortableDeviceWiaCompat.dll posetup.dll pospaymentsworker.exe POSyncServices.dll pots.dll powercfg.cpl powercfg.exe powercpl.dll powrprof.dll ppcsnap.dll prauthproviders.dll PresentationCFFRasterizerNative_v0300.dll PresentationHost.exe PresentationHostProxy.dll PresentationNative_v0300.dll PresentationSettings.exe prevhost.exe prfc0804.dat prfd0804.dat prfh0804.dat prfi0804.dat prflbmsg.dll print.exe Print.PrintSupport.Source.dll Print.Workflow.Source.dll PrintBrmUi.exe PrinterCleanupTask.dll printfilterpipelineprxy.dll printfilterpipelinesvc.exe Printing_Admin_Scripts PrintIsolationHost.exe PrintIsolationProxy.dll printmanagement.msc PrintPlatformConfig.dll PrintRenderAPIHost.DLL printticketvalidation.dll printui.dll printui.exe PrintWorkflowService.dll PrintWSDAHost.dll prm0009.dll prncache.dll prnfldr.dll prnntfy.dll prntvpt.dll ProductEnumerator.dll profapi.dll profext.dll profprov.dll profsvc.dll profsvcext.dll propsys.dll proquota.exe provcore.dll provdatastore.dll provdiagnostics.dll provengine.dll provhandlers.dll provisioningcommandscsp.dll provisioningcsp.dll ProvisioningHandlers.dll provlaunch.exe provmigrate.dll provops.dll provpackageapidll.dll provplatformdesktop.dll ProvPluginEng.dll ProvSysprep.dll provthrd.dll provtool.exe ProximityCommon.dll ProximityCommonPal.dll ProximityRtapiPal.dll ProximityService.dll ProximityServicePal.dll ProximityToast ProximityUxHost.exe prproc.exe prvdmofcomp.dll prxyqry.dll psapi.dll pscript.sep PSHED.DLL psisdecd.dll psisrndr.ax PSModuleDiscoveryProvider.dll psmodulediscoveryprovider.mof PsmServiceExtHost.dll psmsrv.dll psr.exe pstask.dll pstorec.dll pt-BR pt-PT ptpprov.dll puiapi.dll puiobj.dll PushToInstall.dll pwdrvio.sys pwdspio.sys pwlauncher.dll pwlauncher.exe pwNative.exe pwrshplugin.dll pwsso.dll qappsrv.exe qasf.dll qcap.dll qdv.dll qdvd.dll qedit.dll qedwipes.dll qmgr.dll qprocess.exe QualityUpdateAssistant.dll quartz.dll Query.dll query.exe QuickActionsDataModel.dll quickassist.exe QuietHours.dll quser.exe qwave.dll qwinsta.exe RacEngn.dll racpldlg.dll radardt.dll radarrs.dll RADCUI.dll RandomAccessStreamDataSource.dll ras rasadhlp.dll rasapi32.dll rasauto.dll rasautou.exe raschap.dll raschapext.dll rasctrnm.h rasctrs.dll rascustom.dll rasdiag.dll rasdial.exe rasdlg.dll raserver.exe rasgcw.dll rasman.dll rasmans.dll rasmbmgr.dll RasMediaManager.dll RASMM.dll rasmontr.dll rasphone.exe rasplap.dll rasppp.dll rastapi.dll rastls.dll rastlsext.dll RasToast rdbui.dll rdp4vs.dll rdpbase.dll rdpcfgex.dll rdpclip.exe rdpcorets.dll rdpcredentialprovider.dll rdpendp.dll rdpinit.exe rdpinput.exe rdpnanoTransport.dll RdpRelayTransport.dll RdpSa.exe RdpSaProxy.exe RdpSaPs.dll RdpSaUacHelper.exe rdpserverbase.dll rdpsharercom.dll rdpshell.exe rdpsign.exe rdpudd.dll rdpviewerax.dll rdrleakdiag.exe RDSAppXHelper.dll rdsdwmdr.dll rdvvmtransport.dll RDXService.dll RDXTaskFactory.dll ReAgent.dll ReAgentc.exe ReAgentTask.dll recdisc.exe recover.exe Recovery recovery.dll RecoveryDrive.exe refsutil.exe reg.exe regapi.dll RegCtrl.dll regedt32.exe regidle.dll regini.exe Register-CimProvider.exe regsvc.dll regsvr32.exe reguwpapi.dll ReInfo.dll rekeywiz.exe relog.exe RelPost.exe RemoteAppLifetimeManager.exe RemoteAppLifetimeManagerProxyStub.dll remoteaudioendpoint.dll remotepg.dll RemotePosWorker.exe remotesp.tsp RemoteSystemToastIcon.contrast-white.png RemoteSystemToastIcon.png RemoteWipeCSP.dll RemovableMediaProvisioningPlugin.dll RemoveDeviceContextHandler.dll RemoveDeviceElevated.dll removerootporterr.mof rendezvousSession.tlb repair-bde.exe replace.exe ReportingCSP.dll RESAMPLEDMO.DLL ResBParser.dll reset.exe reseteng.dll ResetEngine.dll ResetEngine.exe ResetEngOnline.dll resmon.exe ResourceMapper.dll ResourcePolicyClient.dll ResourcePolicyServer.dll ResPriHMImageList ResPriHMImageListLowCost ResPriImageList ResPriImageListLowCost ResPriLMImageList ResPriUHMImageList RestartManager.mof RestartManagerUninstall.mof RestartNowPower_80.contrast-black.png RestartNowPower_80.contrast-white.png RestartNowPower_80.png RestartTonight_80.png RestartTonight_80_contrast-black.png RestartTonight_80_contrast-white.png restore resutils.dll rgb9rast.dll Ribbons.scr riched20.dll riched32.dll RjvMDMConfig.dll RMActivate.exe RMActivate_isv.exe RMActivate_ssp.exe RMActivate_ssp_isv.exe RMapi.dll rmclient.dll RmClient.exe RMSRoamingSecurity.dll rmttpmvscmgrsvr.exe rnr20.dll ro-RO RoamingSecurity.dll Robocopy.exe rometadata.dll rootporterr.mof RotMgr.dll ROUTE.EXE RpcEpMap.dll rpchttp.dll RpcNs4.dll rpcnsh.dll RpcPing.exe rpcrt4.dll RpcRtRemote.dll rpcss.dll rrinstaller.exe rsaenh.dll rshx32.dll rsop.msc RstMwEventLogMsg.dll RstrtMgr.dll rstrui.exe rtffilt.dll Rtlihvs.dll rtm.dll rtmcodecs.dll RTMediaFrame.dll rtmmvrortc.dll rtmpal.dll rtmpltfm.dll rtutils.dll RTWorkQ.dll ru-RU RuleBasedDS.dll runas.exe rundll32.exe runexehelper.exe RunLegacyCPLElevated.exe runonce.exe RuntimeBroker.exe rwinsta.exe samcli.dll samlib.dll samsrv.dll sas.dll sbe.dll sbeio.dll sberes.dll sbresources.dll sbservicetrigger.dll sc.exe ScanPlugin.dll scansetting.dll SCardBi.dll SCardDlg.dll SCardSvr.dll ScavengeSpace.xml scavengeui.dll ScDeviceEnum.dll scecli.dll scesrv.dll schannel.dll schedcli.dll schedsvc.dll ScheduleTime_80.contrast-black.png ScheduleTime_80.contrast-white.png ScheduleTime_80.png schtasks.exe scksp.dll scripto.dll ScriptRunner.exe scrnsave.scr scrobj.dll scrptadm.dll scrrun.dll sdbinst.exe sdchange.exe sdclt.exe sdcpl.dll SDDS.dll sdengin2.dll SDFHost.dll sdhcinst.dll sdiageng.dll sdiagnhost.exe sdiagprv.dll sdiagschd.dll sdohlp.dll sdrsvc.dll sdshext.dll Search.ProtocolHandler.MAPI2.dll SearchFilterHost.exe SearchFolder.dll SearchIndexer.exe SearchIndexerCore.dll SearchProtocolHost.exe SebBackgroundManagerPolicy.dll SecConfig.efi SecEdit.exe Secedit.jfm Secedit.sdb sechost.dll secinit.exe seclogon.dll secpol.msc secproc.dll secproc_isv.dll secproc_ssp.dll secproc_ssp_isv.dll secur32.dll SecureAssessmentHandlers.dll SecureBootEncodeUEFI.exe SecureBootUpdates securekernel.exe securekernella57.exe SecureTimeAggregator.dll security.dll SecurityAndMaintenance.png SecurityAndMaintenance_Alert.png SecurityAndMaintenance_Error.png SecurityCenterBroker.dll SecurityCenterBrokerPS.dll SecurityHealth SecurityHealthAgent.dll SecurityHealthCore.dll SecurityHealthHost.exe SecurityHealthProxyStub.dll SecurityHealthService.exe SecurityHealthSSO.dll SecurityHealthSsoUdk.dll SecurityHealthSystray.exe SecurityHealthUdk.dll sedplugins.dll SEMgrPS.dll SEMgrSvc.dll sendmail.dll Sens.dll SensApi.dll SensorDataService.exe SensorPerformanceEvents.dll SensorsApi.dll SensorsClassExtension.dll SensorsCpl.dll SensorService.dll SensorsNativeApi.dll SensorsNativeApi.V2.dll SensorsUtilsV2.dll sensrsvc.dll serialui.dll services.exe services.msc ServicingCommon.dll ServicingUAPI.dll serwvdrv.dll SessEnv.dll sessionmsg.exe setbcdlocale.dll sethc.exe SetNetworkLocation.dll SetNetworkLocationFlyout.dll SetProxyCredential.dll setspn.exe settings.dat SettingsEnvironment.Desktop.dll SettingsExtensibilityHandlers.dll SettingsHandlers_Accessibility.dll SettingsHandlers_AdvertisingId.dll SettingsHandlers_AnalogShell.dll SettingsHandlers_AppControl.dll SettingsHandlers_AppExecutionAlias.dll SettingsHandlers_AssignedAccess.dll SettingsHandlers_Authentication.dll SettingsHandlers_BackgroundApps.dll SettingsHandlers_Backup.dll SettingsHandlers_BatteryUsage.dll SettingsHandlers_BrowserDeclutter.dll SettingsHandlers_Camera.dll SettingsHandlers_CapabilityAccess.dll SettingsHandlers_Clipboard.dll SettingsHandlers_ClosedCaptioning.dll SettingsHandlers_ContentDeliveryManager.dll SettingsHandlers_Cortana.dll SettingsHandlers_DesktopTaskbar.dll SettingsHandlers_Devices.dll SettingsHandlers_Display.dll SettingsHandlers_Flights.dll SettingsHandlers_Fonts.dll SettingsHandlers_ForceSync.dll SettingsHandlers_Gaming.dll SettingsHandlers_Geolocation.dll SettingsHandlers_Gpu.dll SettingsHandlers_HoloLens_Environment.dll SettingsHandlers_HumanPresence.dll SettingsHandlers_IME.dll SettingsHandlers_InkingTypingPrivacy.dll SettingsHandlers_InputPersonalization.dll SettingsHandlers_Keyboard.dll SettingsHandlers_Language.dll SettingsHandlers_ManagePhone.dll SettingsHandlers_Maps.dll SettingsHandlers_Mouse.dll SettingsHandlers_Notifications.dll SettingsHandlers_nt.dll SettingsHandlers_OneCore_BatterySaver.dll SettingsHandlers_OneCore_PowerAndSleep.dll SettingsHandlers_OneDriveBackup.dll SettingsHandlers_OptionalFeatures.dll SettingsHandlers_PCDisplay.dll SettingsHandlers_Pen.dll SettingsHandlers_Region.dll SettingsHandlers_SharedExperiences_Rome.dll SettingsHandlers_SIUF.dll SettingsHandlers_SpeechPrivacy.dll SettingsHandlers_Startup.dll SettingsHandlers_Storage.dll SettingsHandlers_StorageSense.dll SettingsHandlers_Touch.dll SettingsHandlers_Troubleshoot.dll SettingsHandlers_User.dll SettingsHandlers_UserAccount.dll SettingsHandlers_UserExperience.dll SettingsHandlers_UserIntent.dll SettingsHandlers_WorkAccess.dll SettingSyncDownloadHelper.dll setup setupapi.dll setupcl.dll setupcl.exe setupcln.dll setupetw.dll setupugc.exe setx.exe sfc.dll sfc.exe sfc_os.dll Sgrm SgrmBroker.exe SgrmEnclave.dll SgrmEnclave_secure.dll SgrmLpac.exe shacct.dll shacctprofile.dll SharedPCCSP.dll SharedRealitySvc.dll ShareHost.dll sharemediacpl.dll SHCore.dll shdocvw.dll shell32.dll ShellAppRuntime.exe ShellCommonCommonProxyStub.dll ShellExperiences shellstyle.dll shfolder.dll shgina.dll ShiftJIS.uce shimeng.dll shimgvw.dll shlwapi.dll shpafact.dll shrpubw.exe shsetup.dll shsvcs.dll shunimpl.dll shutdown.exe shutdownext.dll shutdownux.dll shwebsvc.dll signdrv.dll sigverif.exe SIHClient.exe sihost.exe SimAuth.dll SimCfg.dll simpdata.tlb sk-SK skci.dll sl-SI slc.dll slcext.dll SleepStudy SlideToShutDown.exe slmgr slmgr.vbs slui.exe slwga.dll SmallRoom.bin SmartCardBackgroundPolicy.dll SmartcardCredentialProvider.dll SmartCardSimulator.dll smartscreen.exe smartscreenps.dll SMBHelperClass.dll smbwmiv2.dll SMI SmiEngine.dll smphost.dll SmsRouterSvc.dll smss.exe SndVol.exe SndVolSSO.dll snmpapi.dll snmptrap.exe Snooze_80.contrast-black.png Snooze_80.contrast-white.png Snooze_80.png socialapis.dll softkbd.dll softpub.dll sort.exe SortServer2003Compat.dll SortWindows61.dll SortWindows62.dll SortWindows63.dll SortWindows6Compat.dll SpaceAgent.exe spacebridge.dll SpaceControl.dll spaceman.exe spaceutil.exe SpatialAudioLicenseSrv.exe spatialinteraction.dll SpatializerApo.dll SpatialStore.dll spbcd.dll SpeakersSystemToastIcon.contrast-white.png SpeakersSystemToastIcon.png Spectrum.exe SpectrumSyncClient.dll Speech SpeechPal.dll Speech_OneCore spfileq.dll spinf.dll spmpm.dll spnet.dll spool spoolss.dll spoolsv.exe spopk.dll spp spp.dll sppc.dll sppcext.dll sppcomapi.dll sppcommdlg.dll SppExtComObj.Exe sppnp.dll sppobjs.dll sppsvc.exe sppui sppwinob.dll sppwmi.dll spwinsat.dll spwizeng.dll spwizimg.dll spwizres.dll spwmp.dll SqlServerSpatial150.dll sqlsrv32.dll sqlsrv32.rll sqmapi.dll sr-Latn-RS SRACAVIControl.ocx srchadmin.dll srclient.dll srcore.dll srdelayed.exe SrEvents.dll SRH.dll srhelper.dll srm.dll srmclient.dll srmlib.dll srms-apr-v.dat srms-apr.dat srms.dat srmscan.dll srmshell.dll srmstormod.dll srmtrace.dll srm_ps.dll srpapi.dll SrpUxNativeSnapIn.dll srrstr.dll SrTasks.exe sru srumapi.dll srumsvc.dll srvcli.dll srvsvc.dll srwmi.dll sscore.dll sscoreext.dll ssdm.dll ssdpapi.dll ssdpsrv.dll sspicli.dll sspisrv.dll SSShim.dll ssText3d.scr sstpcfg.dll sstpsvc.dll StartMenuHelper64.dll StartTileData.dll Startupscan.dll StateRepository.Core.dll stclient.dll stdole2.tlb stdole32.tlb sti.dll sti_ci.dll stobject.dll StorageContextHandler.dll StorageUsage.dll storagewmi.dll storagewmi_passthru.dll stordiag.exe storewuauth.dll Storprop.dll StorSvc.dll streamci.dll StringFeedbackEngine.dll StructuredQuery.dll SubRange.uce subst.exe sud.dll sv-SE svchost.exe svf.dll svsvc.dll SwitcherDataModel.dll swprv.dll sxproxy.dll sxs.dll sxshared.dll sxssrv.dll sxsstore.dll sxstrace.exe SyncAppvPublishingServer.exe SyncAppvPublishingServer.vbs SyncCenter.dll SyncController.dll SyncHost.exe SyncHostps.dll SyncInfrastructure.dll SyncInfrastructureps.dll SyncProxy.dll Syncreg.dll SyncRes.dll SyncSettings.dll syncutil.dll sysclass.dll sysdm.cpl SysFxUI.dll sysmain.dll sysmon.ocx sysntfy.dll Sysprep sysprint.sep sysprtj.sep SysResetErr.exe syssetup.dll systemcpl.dll SystemEventsBrokerClient.dll SystemEventsBrokerServer.dll systeminfo.exe SystemPropertiesAdvanced.exe SystemPropertiesComputerName.exe SystemPropertiesDataExecutionPrevention.exe SystemPropertiesHardware.exe SystemPropertiesPerformance.exe SystemPropertiesProtection.exe SystemPropertiesRemote.exe systemreset.exe SystemResetPlatform SystemSettings.DataModel.dll SystemSettings.DeviceEncryptionHandlers.dll SystemSettings.Handlers.dll SystemSettings.SettingsExtensibility.dll SystemSettings.UserAccountsHandlers.dll SystemSettingsAdminFlows.exe SystemSettingsBroker.exe SystemSettingsRemoveDevice.exe SystemSettingsThresholdAdminFlowUI.dll SystemSupportInfo.dll SystemUWPLauncher.exe systray.exe t2embed.dll Tabbtn.dll TabbtnEx.dll tabcal.exe TabletPC.cpl TabSvc.dll takeown.exe tapi3.dll tapi32.dll tapilua.dll TapiMigPlugin.dll tapiperf.dll tapisrv.dll TapiSysprep.dll tapiui.dll TapiUnattend.exe tar.exe TaskApis.dll Taskbar.dll taskbarcpl.dll taskcomp.dll TaskFlowDataEngine.dll taskhostw.exe taskkill.exe tasklist.exe Taskmgr.exe Tasks taskschd.dll taskschd.msc TaskSchdPS.dll tbauth.dll tbs.dll tcblaunch.exe tcbloader.dll tcmsetup.exe tcpbidi.xml tcpipcfg.dll tcpmib.dll tcpmon.dll tcpmon.ini tcpmonui.dll TCPSVCS.EXE tdc.ocx tdh.dll tdhres.dll TDLMigration.dll TEEManagement64.dll telephon.cpl TelephonyInteractiveUser.dll TelephonyInteractiveUserRes.dll tellib.dll TempSignedLicenseExchangeTask.dll TenantRestrictionsPlugin.dll termmgr.dll termsrv.dll tetheringclient.dll tetheringconfigsp.dll TetheringIeProvider.dll TetheringMgr.dll tetheringservice.dll TetheringStation.dll TextInputFramework.dll TextInputMethodFormatter.dll TextShaping.dll th-TH themecpl.dll Themes.SsfDownload.ScheduledTask.dll themeservice.dll themeui.dll ThirdPartyNoticesBySHS.txt threadpoolwinrt.dll thumbcache.dll ThumbnailExtractionHost.exe tier2punctuations.dll TieringEngineProxy.dll TieringEngineService.exe TileDataRepository.dll TimeBrokerClient.dll TimeBrokerServer.dll timedate.cpl TimeDateMUICallback.dll timeout.exe timesync.dll TimeSyncTask.dll tlscsp.dll TmInstall.log TmLWE TmSysEvtEventTrackCP.log TmSysEvtEventTrackLPC.log TmSysEvtEventTrackSM.log tmumh tokenbinding.dll TokenBroker.dll TokenBrokerCookies.exe TokenBrokerUI.dll tpm.msc TpmCertResources.dll tpmcompc.dll TpmCoreProvisioning.dll TpmInit.exe TpmTasks.dll TpmTool.exe tpmvsc.dll tpmvscmgr.exe tpmvscmgrsvr.exe tquery.dll tr-TR tracerpt.exe TRACERT.EXE traffic.dll TransformPPSToWlan.xslt TransformPPSToWlanCredentials.xslt TransliterationRanker.dll TransportDSA.dll tree.com trie.dll trkwks.dll TrustedSignalCredProv.dll tsbyuv.dll tscfgwmi.dll tscon.exe tsdiscon.exe TSErrRedir.dll tsf3gip.dll tsgqec.dll tskill.exe tsmf.dll TSpkg.dll tspubwmi.dll TSSessionUX.dll tssrvlic.dll TSTheme.exe TsUsbGDCoInstaller.dll TsUsbRedirectionGroupPolicyExtension.dll TSWbPrxy.exe TSWorkspace.dll TsWpfWrp.exe ttdinject.exe ttdloader.dll ttdplm.dll ttdrecord.dll ttdrecordcpu.dll TtlsAuth.dll TtlsCfg.dll TtlsExt.dll tttracer.exe tvratings.dll twext.dll twinapi.appcore.dll twinapi.dll twinui.appcore.dll twinui.dll twinui.pcshell.dll txflog.dll txfw32.dll typeperf.exe tzautoupdate.dll tzres.dll tzsync.exe tzsyncres.dll tzutil.exe ubpm.dll ucmhc.dll ucrtbase.dll ucrtbased.dll ucrtbase_clr0400.dll ucrtbase_enclave.dll ucsvc.exe udhisapi.dll uDWM.dll UefiCsp.dll UevAgentPolicyGenerator.exe UevAppMonitor.exe UevAppMonitor.exe.config UevCustomActionTypes.tlb UevTemplateBaselineGenerator.exe UevTemplateConfigItemGenerator.exe uexfat.dll ufat.dll UiaManager.dll UIAnimation.dll UIAutomationCore.dll uicom.dll UIManagerBrokerps.dll UIMgrBroker.exe uireng.dll UIRibbon.dll UIRibbonRes.dll uk-UA ulib.dll umb.dll umdmxfrm.dll umpdc.dll umpnpmgr.dll umpo-overrides.dll umpo.dll umpodev.dll umpoext.dll umpowmi.dll umrdp.dll unattend.dll unenrollhook.dll unimdm.tsp unimdmat.dll uniplat.dll Unistore.dll unlodctr.exe UNP unregmp2.exe untfs.dll UpdateAgent.dll updatecsp.dll UpdateDeploy.dll UpdateHeartbeatScan.dll updatepolicy.dll UpdatePolicyScenarioReliabilityAggregator.dll upfc.exe UpgradeResultsUI.exe upnp.dll upnpcont.exe upnphost.dll UPPrinterInstaller.exe UPPrinterInstallsCSP.dll upshared.dll uReFS.dll uReFSv1.dll ureg.dll url.dll urlmon.dll UsbCApi.dll usbceip.dll usbmon.dll usbperf.dll UsbPmApi.dll UsbSettingsHandlers.dll UsbTask.dll usbui.dll user32.dll UserAccountBroker.exe UserAccountControlSettings.dll UserAccountControlSettings.exe useractivitybroker.dll usercpl.dll UserDataAccessRes.dll UserDataAccountApis.dll UserDataLanguageUtil.dll UserDataPlatformHelperUtil.dll UserDataService.dll UserDataSource.exe UserDataTimeUtil.dll UserDataTypeHelperUtil.dll UserDeviceRegistration.dll UserDeviceRegistration.Ngc.dll userenv.dll userinit.exe userinitext.dll UserLanguageProfileCallback.dll usermgr.dll usermgrcli.dll UserMgrProxy.dll usk.rs usoapi.dll UsoClient.exe usocoreps.dll usosvc.dll usosvcimpl.dll usp10.dll ustprov.dll utcapi.dll UtcDecoderHost.exe utcutil.dll utildll.dll Utilman.exe uudf.dll UvcModel.dll uwfcfgmgmt.dll uwfcsp.dll uwfservicingapi.dll UXInit.dll uxlib.dll uxlibres.dll uxtheme.dll vac.dll VAN.dll Vault.dll VaultCDS.dll vaultcli.dll VaultCmd.exe VaultRoaming.dll vaultsvc.dll VBICodec.ax vbisurf.ax vbsapi.dll vbscript.dll vbssysprep.dll vcamp110.dll vcamp120.dll vcamp140.dll vcamp140d.dll VCardParser.dll vccorlib110.dll vccorlib120.dll vccorlib140.dll vccorlib140d.dll vcomp100.dll vcomp110.dll vcomp120.dll vcomp140.dll vcomp140d.dll vcruntime140.dll vcruntime140d.dll vcruntime140_1.dll vcruntime140_1d.dll vcruntime140_1_clr0400.dll vcruntime140_clr0400.dll vcruntime140_threads.dll vcruntime140_threadsd.dll vds.exe vdsbas.dll vdsdyn.dll vdsldr.exe vdsutil.dll vdsvd.dll vds_ps.dll verclsid.exe verifier.dll verifier.exe verifiergui.exe version.dll vertdll.dll vfbasics.dll vfcompat.dll vfcuzz.dll vfluapriv.dll vfnet.dll vfntlmless.dll vfnws.dll vfprint.dll vfprintpthelper.dll vfrdvcompat.dll vfuprov.dll vfwwdm32.dll VhfUm.dll vi-VN vid.dll vidcap.ax VideoHandlers.dll VIDRESZR.DLL virtdisk.dll VirtualMonitorManager.dll VmApplicationHealthMonitorProxy.dll vmbuspipe.dll vmbuspiper.dll vmbusvdev.dll vmchipset.dll vmcompute.dll vmcompute.exe vmcomputeeventlog.dll VmCrashDump.dll vmdevicehost.dll vmdynmem.dll VmFirmware Third-Party Notices.txt vmfirmware.dll vmflexio.dll vmhbmgmt.dll vmiccore.dll vmictimeprovider.dll vmnetbridge.dll vmpmem.dll vmprox.dll vmrdvcore.dll vmserial.dll vmsif.dll vmsifcore.dll vmsifproxystub.dll vmsmb.dll VmSynthNic.dll vmsynthstor.dll vmuidevices.dll vmusrv.dll vmvirtio.dll vmvpci.dll vmwp.exe vmwpctrl.dll vmwpevents.dll vnetinst.dll vnetlib64.dll VocabRoamingHandler.dll VoiceActivationManager.dll VoipRT.dll vp9fs.dll vpnike.dll vpnikeapi.dll VpnSohDesktop.dll VPNv2CSP.dll VrdUmed.dll vrfcore.dll VscMgrPS.dll vscover150.dll vscover170.dll VSD3DWARPDebug.dll vsflex8n.ocx VsGraphicsCapture.dll VsGraphicsDesktopEngine.exe VsGraphicsExperiment.dll VsGraphicsHelper.dll VsGraphicsProxyStub.dll VsGraphicsRemoteEngine.exe vsjitdebugger.exe vsocklib.dll VSPerf170.dll vssadmin.exe vssapi.dll vsstrace.dll VSSVC.exe vss_ps.dll vulkan-1-999-0-0-0.dll vulkan-1.dll vulkaninfo-1-999-0-0-0.exe vulkaninfo.exe w32time.dll w32tm.exe w32topl.dll WaaSAssessment.dll WaaSMedicAgent.exe WaaSMedicCapsule.dll WaaSMedicPS.dll WaaSMedicSvc.dll WABSyncProvider.dll waitfor.exe WalletBackgroundServiceProxy.dll WalletProxy.dll WalletService.dll WallpaperHost.exe wavemsp.dll wbadmin.exe wbem wbemcomn.dll wbengine.exe wbiosrvc.dll wci.dll wcimage.dll wcmapi.dll wcmcsp.dll wcmsvc.dll WCN WcnApi.dll wcncsvc.dll WcnEapAuthProxy.dll WcnEapPeerProxy.dll WcnNetsh.dll wcnwiz.dll WcosPowerIcon_100.png WcosPowerIcon_100_contrast-black.png WcosPowerIcon_100_contrast-white.png wc_storage.dll wdc.dll WDI wdi.dll wdigest.dll wdmaud.drv wdscore.dll WdsUnattendTemplate.xml WEB.rs webauthn.dll WebcamUi.dll webcheck.dll WebClnt.dll webio.dll webplatstorageserver.dll WebRuntimeManager.dll webservices.dll Websocket.dll wecapi.dll wecsvc.dll wecutil.exe wephostsvc.dll wer.dll werconcpl.dll wercplsupport.dll werdiagcontroller.dll WerEnc.dll weretw.dll WerFault.exe WerFaultSecure.exe wermgr.exe wersvc.dll werui.dll wevtapi.dll wevtfwd.dll wevtsvc.dll wevtutil.exe wextract.exe WF.msc wfapigp.dll wfdprov.dll WFDSConMgr.dll WFDSConMgrSvc.dll WfHC.dll WFS.exe WFSR.dll whealogr.dll where.exe whhelper.dll whoami.exe wiaacmgr.exe wiaaut.dll wiadefui.dll wiadss.dll WiaExtensionHost64.dll wiarpc.dll wiascanprofiles.dll wiaservc.dll wiashext.dll wiatrace.dll wiawow64.exe WiFiCloudStore.dll WiFiConfigSP.dll wifidatacapabilityhandler.dll WiFiDisplay.dll wifinetworkmanager.dll wifitask.exe WimBootCompress.ini wimgapi.dll wimserv.exe win32appinventorycsp.dll Win32CompatibilityAppraiserCSP.dll win32k.sys win32kbase.sys win32kfull.sys win32kns.sys win32spl.dll win32u.dll Win32_DeviceGuard.dll winbio.dll WinBioDatabase WinBioDataModel.dll WinBioDataModelOOBE.exe winbioext.dll WinBioPlugIns winbrand.dll wincorlib.dll wincredprovider.dll wincredui.dll windlp.dll WindowManagement.dll WindowManagementAPI.dll Windows.AccountsControl.dll Windows.AI.MachineLearning.dll Windows.AI.MachineLearning.Preview.dll Windows.ApplicationModel.Background.SystemEventsBroker.dll Windows.ApplicationModel.Background.TimeBroker.dll Windows.ApplicationModel.ConversationalAgent.dll windows.applicationmodel.conversationalagent.internal.proxystub.dll windows.applicationmodel.conversationalagent.proxystub.dll Windows.ApplicationModel.Core.dll windows.applicationmodel.datatransfer.dll Windows.ApplicationModel.dll Windows.ApplicationModel.LockScreen.dll Windows.ApplicationModel.Store.dll Windows.ApplicationModel.Store.Preview.DOSettings.dll Windows.ApplicationModel.Store.TestingFramework.dll Windows.ApplicationModel.Wallet.dll Windows.CloudStore.dll Windows.CloudStore.Schema.DesktopShell.dll Windows.CloudStore.Schema.Shell.dll Windows.Cortana.Desktop.dll Windows.Cortana.OneCore.dll Windows.Cortana.ProxyStub.dll Windows.Data.Activities.dll Windows.Data.Pdf.dll Windows.Devices.AllJoyn.dll Windows.Devices.Background.dll Windows.Devices.Background.ps.dll Windows.Devices.Bluetooth.dll Windows.Devices.Custom.dll Windows.Devices.Custom.ps.dll Windows.Devices.Enumeration.dll Windows.Devices.Haptics.dll Windows.Devices.HumanInterfaceDevice.dll Windows.Devices.Lights.dll Windows.Devices.LowLevel.dll Windows.Devices.Midi.dll Windows.Devices.Perception.dll Windows.Devices.Picker.dll Windows.Devices.PointOfService.dll Windows.Devices.Portable.dll Windows.Devices.Printers.dll Windows.Devices.Printers.Extensions.dll Windows.Devices.Radios.dll Windows.Devices.Scanners.dll Windows.Devices.Sensors.dll Windows.Devices.SerialCommunication.dll Windows.Devices.SmartCards.dll Windows.Devices.SmartCards.Phone.dll Windows.Devices.Usb.dll Windows.Devices.WiFi.dll Windows.Devices.WiFiDirect.dll Windows.Energy.dll Windows.FileExplorer.Common.dll Windows.Gaming.Input.dll Windows.Gaming.Preview.dll Windows.Gaming.UI.GameBar.dll Windows.Gaming.XboxLive.Storage.dll Windows.Globalization.dll Windows.Globalization.Fontgroups.dll Windows.Globalization.PhoneNumberFormatting.dll Windows.Graphics.Display.BrightnessOverride.dll Windows.Graphics.Display.DisplayEnhancementOverride.dll Windows.Graphics.dll Windows.Graphics.Printing.3D.dll Windows.Graphics.Printing.dll Windows.Graphics.Printing.Workflow.dll Windows.Graphics.Printing.Workflow.Native.dll Windows.Help.Runtime.dll windows.immersiveshell.serviceprovider.dll Windows.Internal.AdaptiveCards.XamlCardRenderer.dll Windows.Internal.CapturePicker.Desktop.dll Windows.Internal.CapturePicker.dll Windows.Internal.Devices.Bluetooth.dll Windows.Internal.Devices.Sensors.dll Windows.Internal.Feedback.Analog.dll Windows.Internal.Feedback.Analog.ProxyStub.dll Windows.Internal.Graphics.Display.DisplayColorManagement.dll Windows.Internal.Graphics.Display.DisplayEnhancementManagement.dll Windows.Internal.Management.dll Windows.Internal.Management.SecureAssessment.dll Windows.Internal.PlatformExtension.DevicePickerExperience.dll Windows.Internal.PlatformExtension.MiracastBannerExperience.dll Windows.Internal.PredictionUnit.dll Windows.Internal.Security.Attestation.DeviceAttestation.dll Windows.Internal.SecurityMitigationsBroker.dll Windows.Internal.Shell.Broker.dll windows.internal.shellcommon.AccountsControlExperience.dll windows.internal.shellcommon.AppResolverModal.dll Windows.Internal.ShellCommon.Broker.dll Windows.Internal.ShellCommon.dll windows.internal.shellcommon.FilePickerExperienceMEM.dll Windows.Internal.ShellCommon.PrintExperience.dll windows.internal.shellcommon.shareexperience.dll windows.internal.shellcommon.TokenBrokerModal.dll Windows.Internal.Signals.dll Windows.Internal.System.UserProfile.dll Windows.Internal.Taskbar.dll Windows.Internal.UI.BioEnrollment.ProxyStub.dll Windows.Internal.UI.Dialogs.dll Windows.Internal.UI.Logon.ProxyStub.dll Windows.Internal.UI.Shell.WindowTabManager.dll Windows.Management.EnrollmentStatusTracking.ConfigProvider.dll Windows.Management.InprocObjects.dll Windows.Management.ModernDeployment.ConfigProviders.dll Windows.Management.Provisioning.ProxyStub.dll Windows.Management.SecureAssessment.CfgProvider.dll Windows.Management.SecureAssessment.Diagnostics.dll Windows.Management.Service.dll Windows.Management.Workplace.dll Windows.Management.Workplace.WorkplaceSettings.dll Windows.Media.Audio.dll Windows.Media.BackgroundMediaPlayback.dll Windows.Media.BackgroundPlayback.exe Windows.Media.Devices.dll Windows.Media.dll Windows.Media.Editing.dll Windows.Media.FaceAnalysis.dll Windows.Media.Import.dll Windows.Media.MediaControl.dll Windows.Media.MixedRealityCapture.dll Windows.Media.Ocr.dll Windows.Media.Playback.BackgroundMediaPlayer.dll Windows.Media.Playback.MediaPlayer.dll Windows.Media.Playback.ProxyStub.dll Windows.Media.Protection.PlayReady.dll Windows.Media.Renewal.dll Windows.Media.Speech.dll Windows.Media.Speech.UXRes.dll Windows.Media.Streaming.dll Windows.Media.Streaming.ps.dll Windows.Mirage.dll Windows.Mirage.Internal.dll Windows.Networking.BackgroundTransfer.BackgroundManagerPolicy.dll Windows.Networking.BackgroundTransfer.ContentPrefetchTask.dll Windows.Networking.BackgroundTransfer.dll Windows.Networking.Connectivity.dll Windows.Networking.dll Windows.Networking.HostName.dll Windows.Networking.NetworkOperators.ESim.dll Windows.Networking.NetworkOperators.HotspotAuthentication.dll Windows.Networking.Proximity.dll Windows.Networking.ServiceDiscovery.Dnssd.dll Windows.Networking.Sockets.PushEnabledApplication.dll Windows.Networking.UX.EapRequestHandler.dll Windows.Networking.Vpn.dll Windows.Networking.XboxLive.ProxyStub.dll Windows.Payments.dll Windows.Perception.Stub.dll Windows.Security.Authentication.Identity.Provider.dll Windows.Security.Authentication.OnlineId.dll Windows.Security.Authentication.Web.Core.dll Windows.Security.Credentials.UI.CredentialPicker.dll Windows.Security.Credentials.UI.UserConsentVerifier.dll Windows.Security.Integrity.dll Windows.Services.TargetedContent.dll Windows.SharedPC.AccountManager.dll Windows.SharedPC.CredentialProvider.dll Windows.Shell.BlueLightReduction.dll Windows.Shell.ServiceHostBuilder.dll Windows.Shell.StartLayoutPopulationEvents.dll Windows.StateRepository.dll Windows.StateRepositoryBroker.dll Windows.StateRepositoryClient.dll Windows.StateRepositoryCore.dll Windows.StateRepositoryPS.dll Windows.StateRepositoryUpgrade.dll Windows.Storage.ApplicationData.dll Windows.Storage.Compression.dll windows.storage.dll Windows.Storage.OneCore.dll Windows.Storage.Search.dll Windows.System.Diagnostics.dll Windows.System.Diagnostics.Telemetry.PlatformTelemetryClient.dll Windows.System.Diagnostics.TraceReporting.PlatformDiagnosticActions.dll Windows.System.Launcher.dll Windows.System.Profile.HardwareId.dll Windows.System.Profile.PlatformDiagnosticsAndUsageDataSettings.dll Windows.System.Profile.RetailInfo.dll Windows.System.Profile.SystemId.dll Windows.System.Profile.SystemManufacturers.dll Windows.System.RemoteDesktop.dll Windows.System.SystemManagement.dll Windows.System.UserDeviceAssociation.dll Windows.System.UserProfile.DiagnosticsSettings.dll Windows.UI.Accessibility.dll Windows.UI.AppDefaults.dll Windows.UI.BioFeedback.dll Windows.UI.BlockedShutdown.dll Windows.UI.Core.TextInput.dll Windows.UI.Cred.dll Windows.UI.CredDialogController.dll Windows.UI.dll Windows.UI.FileExplorer.dll Windows.UI.Immersive.dll Windows.UI.Input.Inking.Analysis.dll Windows.UI.Input.Inking.dll Windows.UI.Internal.Input.ExpressiveInput.dll Windows.UI.Internal.Input.ExpressiveInput.Resource.dll Windows.UI.Logon.dll Windows.UI.NetworkUXController.dll Windows.UI.PicturePassword.dll Windows.UI.Search.dll Windows.UI.Shell.dll Windows.UI.Shell.Internal.AdaptiveCards.dll Windows.UI.Storage.dll Windows.UI.Xaml.Controls.dll Windows.UI.Xaml.dll Windows.UI.Xaml.InkControls.dll Windows.UI.Xaml.Maps.dll Windows.UI.Xaml.Phone.dll Windows.UI.Xaml.Resources.19h1.dll Windows.UI.Xaml.Resources.21h1.dll Windows.UI.Xaml.Resources.Common.dll Windows.UI.Xaml.Resources.rs1.dll Windows.UI.Xaml.Resources.rs2.dll Windows.UI.Xaml.Resources.rs3.dll Windows.UI.Xaml.Resources.rs4.dll Windows.UI.Xaml.Resources.rs5.dll Windows.UI.Xaml.Resources.th.dll Windows.UI.Xaml.Resources.win81.dll Windows.UI.Xaml.Resources.win8rtm.dll Windows.UI.XamlHost.dll Windows.Update.dll Windows.WARP.JITService.dll Windows.WARP.JITService.exe Windows.Web.Diagnostics.dll Windows.Web.dll Windows.Web.Http.dll WindowsActionDialog.exe WindowsCodecs.dll WindowsCodecsExt.dll WindowsCodecsRaw.dll WindowsCodecsRaw.txt WindowsDefaultHeatProcessor.dll windowsdefenderapplicationguardcsp.dll WindowsInternal.ComposableShell.Display.dll WindowsInternal.Shell.CompUiActivation.dll WindowsIoTCsp.dll windowslivelogin.dll WindowsManagementServiceWinRt.ProxyStub.dll windowsperformancerecordercontrol.dll WindowsPowerShell WindowsSecurityIcon.png windowsudk.shellcommon.dll windowsudkservices.shellcommon.dll WindowsUpdate.ico WindowsUpdateElevatedInstaller.exe WindowsUpdateIcon.ico WindowsUpdateImportant.ico WindowsUpdateOK.ico WindowsUpdateSeeker.ico WindowsUpdateWarning.ico winethc.dll winevt WinFax.dll winhttp.dll winhttpcom.dll WinHvEmulation.dll WinHvPlatform.dll wininet.dll wininetlui.dll wininit.exe wininitext.dll winipcfile.dll winipcsecproc.dll winipsec.dll Winlangdb.dll winload.efi winload.exe winlogon.exe winlogonext.dll winmde.dll WinMetadata winml.dll winmm.dll winmmbase.dll winmsipc.dll WinMsoIrmProtector.dll winnlsres.dll winnsi.dll WinOpcIrmProtector.dll WinREAgent.dll winresume.efi winresume.exe winrm winrm.cmd winrm.vbs winrnr.dll winrs.exe winrscmd.dll winrshost.exe winrsmgr.dll winrssrv.dll WinRTNetMUAHostServer.exe WinRtTracing.dll WinSAT.exe WinSATAPI.dll WinSCard.dll winshfhc.dll winsku.dll winsockhc.dll winspool.drv winsqlite3.dll WINSRPC.DLL winsrv.dll winsrvext.dll winsta.dll WinSync.dll WinSyncMetastore.dll WinSyncProviders.dll wintrust.dll WinTypes.dll winusb.dll winver.exe WiredNetworkCSP.dll wisp.dll witnesswmiv2provider.dll wkscli.dll wkspbroker.exe wkspbrokerAx.dll wksprt.exe wksprtPS.dll wkssvc.dll wlanapi.dll wlancfg.dll WLanConn.dll wlandlg.dll wlanext.exe wlangpui.dll WLanHC.dll wlanhlp.dll WlanMediaManager.dll WlanMM.dll wlanmsm.dll wlanpref.dll WlanRadioManager.dll wlansec.dll wlansvc.dll wlansvcpal.dll wlanui.dll wlanutil.dll Wldap32.dll wldp.dll wlgpclnt.dll wlidcli.dll wlidcredprov.dll wlidfdp.dll wlidnsp.dll wlidprov.dll wlidres.dll wlidsvc.dll wlrmdr.exe WMADMOD.DLL WMADMOE.DLL WMALFXGFXDSP.dll WMASF.DLL wmcodecdspps.dll wmdmlog.dll wmdmps.dll wmdrmsdk.dll wmerror.dll wmi.dll wmiclnt.dll wmidcom.dll wmidx.dll WmiMgmt.msc wmiprop.dll wmitomi.dll WMNetMgr.dll wmp.dll WMPDMC.exe WmpDui.dll wmpdxm.dll wmpeffects.dll WMPhoto.dll wmploc.DLL wmpps.dll wmpshell.dll wmsgapi.dll WMSPDMOD.DLL WMSPDMOE.DLL WMVCORE.DLL WMVDECOD.DLL wmvdspa.dll WMVENCOD.DLL WMVSDECD.DLL WMVSENCD.DLL WMVXENCD.DLL WofTasks.dll WofUtil.dll WordBreakers.dll WorkFolders.exe WorkfoldersControl.dll WorkFoldersGPExt.dll WorkFoldersRes.dll WorkFoldersShell.dll workfolderssvc.dll wosc.dll wow64.dll wow64base.dll wow64con.dll wow64cpu.dll wow64win.dll wowreg32.exe wpbcreds.dll Wpc.dll WpcApi.dll wpcatltoast.png WpcDesktopMonSvc.dll WpcMon.exe wpcmon.png WpcProxyStubs.dll WpcRefreshTask.dll WpcTok.exe WpcWebFilter.dll wpdbusenum.dll WpdMtp.dll WpdMtpUS.dll wpdshext.dll WPDShextAutoplay.exe WPDShServiceObj.dll WPDSp.dll wpd_ci.dll wpnapps.dll wpnclient.dll wpncore.dll wpninprc.dll wpnpinst.exe wpnprv.dll wpnservice.dll wpnsruprov.dll WpnUserService.dll WpPortingLibrary.dll WppRecorderUM.dll wpr.config.xml wpr.exe WPTaskScheduler.dll wpx.dll write.exe ws2help.dll ws2_32.dll wscapi.dll wscinterop.dll wscisvif.dll WSClient.dll WSCollect.exe wscproxystub.dll wscript.exe wscsvc.dll wscui.cpl WSDApi.dll wsdchngr.dll WSDPrintProxy.DLL WsdProviderUtil.dll WSDScanProxy.dll wsecedit.dll wsepno.dll wshbth.dll wshcon.dll wshelper.dll wshext.dll wshhyperv.dll wship6.dll wshom.ocx wshqos.dll wshrm.dll WSHTCPIP.DLL wshunix.dll wsl.exe wslapi.dll wslconfig.exe wslg.exe WsmAgent.dll wsmanconfig_schema.xml WSManHTTPConfig.exe WSManMigrationPlugin.dll WsmAuto.dll wsmplpxy.dll wsmprovhost.exe WsmPty.xsl WsmRes.dll WsmSvc.dll WsmTxt.xsl WsmWmiPl.dll wsnmp32.dll wsock32.dll wsplib.dll wsp_fs.dll wsp_health.dll wsp_sr.dll wsqmcons.exe WSReset.exe WSTPager.ax wtsapi32.dll wuapi.dll wuapihost.exe wuauclt.exe wuaueng.dll wuceffects.dll WUDFCoinstaller.dll WUDFCompanionHost.exe WUDFHost.exe WUDFPlatform.dll WudfSMCClassExt.dll WUDFx.dll WUDFx02000.dll wudriver.dll wups.dll wups2.dll wusa.exe wutrust.dll wuuhdrv.dll wuuhext.dll wuuhosdeployment.dll wvc.dll WwaApi.dll WwaExt.dll WWAHost.exe WWanAPI.dll wwancfg.dll wwanconn.dll WwanFeatureTests.xml WWanHC.dll wwanmm.dll Wwanpref.dll WwanPrfl.dll wwanprotdim.dll WwanRadioManager.dll wwansvc.dll wwapi.dll XamlTileRender.dll XAudio2_8.dll XAudio2_9.dll XblAuthManager.dll XblAuthManagerProxy.dll XblAuthTokenBrokerExt.dll XblGameSave.dll XblGameSaveExt.dll XblGameSaveProxy.dll XblGameSaveTask.exe XboxGipRadioManager.dll xboxgipsvc.dll xboxgipsynthetic.dll XboxNetApiSvc.dll xcopy.exe XInput1_4.dll XInput9_1_0.dll XInputUap.dll xmlfilter.dll xmllite.dll xmlprovi.dll xolehlp.dll XpsDocumentTargetPrint.dll XpsGdiConverter.dll XpsPrint.dll xpspushlayer.dll XpsRasterService.dll xpsservices.dll XpsToPclmConverter.dll XpsToPwgrConverter.dll xwizard.dtd xwizard.exe xwizards.dll xwreg.dll xwtpdui.dll xwtpw32.dll X_80.contrast-black.png X_80.contrast-white.png X_80.png ze_loader.dll ze_tracing_layer.dll ze_validation_layer.dll zh-CN zh-HANS zh-TW zipcontainer.dll zipfldr.dll ztrace_maps.dll
      /cygdrive/c/Windows: addins appcompat apppatch AppReadiness assembly bcastdvr bfsvc.exe BitLockerDiscoveryVolumeContents Boot bootstat.dat Branding BrowserCore CbsTemp CCM ccmsetup cfgall.ini CloudEdition.xml Containers CSC Cursors debug diagnostics DiagTrack DigitalLocker dot3svc Downloaded Program Files DtcInstall.log Education.xml ELAMBKUP en-GB en-US explorer.exe Fonts GameBarPresenceWriter Globalization Help HelpPane.exe hh.exe IdentityCRL IME ImmersiveControlPanel InboxApps INF InputMethod Installer L2Schemas LanguageOverlayCache LiveKernelReports Logs lsasetup.log Media MEMORY.DMP mib.bin Microsoft.NET Migration Minidump ModemLogs ms notepad.exe NvContainerRecovery.bat OCR OfcInstReg.log Offline Web Pages Panther Performance PFRO.log PLA PolicyDefinitions Prefetch PrintDialog Professional.xml ProfessionalEducation.xml ProfessionalWorkstation.xml Provisioning PWCMDLST.BAK RegBootClean64.exe regedit.exe Registration RemotePackages rescache Resources runSW.exe runSW.log SchCache schemas security ServiceProfiles ServiceState servicing Setup setupact.log setuperr.log ShellComponents ShellExperiences SKB SMSCFG.ini SoftwareDistribution SolidWorks Speech Speech_OneCore splwow64.exe SwUSB.exe System system.ini System32 SystemApps SystemResources SystemTemp SysWOW64 TAPI Tasks Temp TempInst TmComm.log TMFilter.log TmKmSnsr.log tracing twain_32 twain_32.dll UUS Vss WaaS Web win.ini WindowsShell.Manifest WindowsUpdate.log winhlp32.exe WinSxS WMSysPr9.prx write.exe WUModels zh-CN
      /cygdrive/c/Windows/System32/Wbem: aeinv.mof AgentWmi.mof AgentWmiUninstall.mof appbackgroundtask.dll appbackgroundtask.mof appbackgroundtask_uninstall.mof AuditRsop.mof authfwcfg.mof AutoRecover bcd.mof BthMtpEnum.mof cimdmtf.mof cimwin32.dll cimwin32.mof CIWmi.mof classlog.mof cli.mof cliegaliases.mof ddp.mof dimsjob.mof dimsroam.mof DMWmiBridgeProv.dll DMWmiBridgeProv.mof DMWmiBridgeProv1.dll DMWmiBridgeProv1.mof DMWmiBridgeProv1_Uninstall.mof DMWmiBridgeProv_Uninstall.mof dnsclientcim.dll dnsclientcim.mof dnsclientpsprovider.dll dnsclientpsprovider.mof dnsclientpsprovider_Uninstall.mof drvinst.mof DscCore.mof DscCoreConfProv.mof dscproxy.mof Dscpspluginwkr.dll DscTimer.mof dsprov.dll dsprov.mof eaimeapi.mof EmbeddedLockdownWmi.dll embeddedlockdownwmi.mof embeddedlockdownwmi_Uninstall.mof en en-GB en-US esscli.dll EventTracingManagement.dll EventTracingManagement.mof fastprox.dll fdPHost.mof fdrespub.mof fdSSDP.mof fdWNet.mof fdWSD.mof filetrace.mof firewallapi.mof FolderRedirectionWMIProvider.mof FunDisc.mof fwcfg.mof hbaapi.mof hnetcfg.mof IMAPIv2-Base.mof IMAPIv2-FileSystemSupport.mof IMAPIv2-LegacyShim.mof interop.mof IpmiDTrc.mof ipmiprr.dll ipmiprv.dll ipmiprv.mof IpmiPTrc.mof ipsecsvc.mof iscsidsc.mof iscsihba.mof iscsiprf.mof iscsirem.mof iscsiwmiv2.mof iscsiwmiv2_uninstall.mof kerberos.mof KrnlProv.dll krnlprov.mof L2SecHC.mof lltdio.mof lltdsvc.mof Logs lsasrv.mof mblctr.mof MDMAppProv.dll MDMAppProv.mof MDMAppProv_Uninstall.mof MDMSettingsProv.dll MDMSettingsProv.mof MDMSettingsProv_Uninstall.mof Microsoft-Windows-OfflineFiles.mof Microsoft-Windows-Remote-FileSystem.mof Microsoft.AppV.AppVClientWmi.dll Microsoft.AppV.AppVClientWmi.mof Microsoft.ConfigurationManager.AssetProvider_v2.0.50727.mof Microsoft.ConfigurationManager.DefaultAppsProvider_v2.0.50727.mof Microsoft.ConfigurationManager.WinRTProvider_v4.0.30319.mof Microsoft.Uev.AgentWmi.dll Microsoft.Uev.ManagedAgentWmi.mof Microsoft.Uev.ManagedAgentWmiUninstall.mof mispace.mof mispace_uninstall.mof mmc.mof MMFUtil.dll MOF mofcomp.exe mofd.dll mofinstall.dll mountmgr.mof mpeval.mof mpsdrv.mof mpssvc.mof msdtcwmi.dll MsDtcWmi.mof msfeeds.mof msfeedsbs.mof msi.mof msiprov.dll msiscsi.mof MsNetImPlatform.mof mstsc.mof mstscax.mof msv1_0.mof mswmdm.mof NCProv.dll ncprov.mof ncsi.mof ndisimplatcim.dll ndistrace.mof NetAdapterCim.dll NetAdapterCim.mof NetAdapterCimTrace.mof NetAdapterCimTraceUninstall.mof NetAdapterCim_uninstall.mof netdacim.dll netdacim.mof netdacim_uninstall.mof NetEventPacketCapture.dll NetEventPacketCapture.mof NetEventPacketCapture_uninstall.mof NetNat.dll NetNat.mof netnccim.dll netnccim.mof netnccim_uninstall.mof NetPeerDistCim.dll NetPeerDistCim.mof NetPeerDistCim_uninstall.mof netprofm.mof NetSwitchTeam.mof netswitchteamcim.dll NetTCPIP.dll NetTCPIP.mof NetTCPIP_Uninstall.mof netttcim.dll netttcim.mof netttcim_uninstall.mof networkitemfactory.mof newdev.mof nlasvc.mof nlmcim.dll nlmcim.mof nlmcim_uninstall.mof nlsvc.mof npivwmi.mof nshipsec.mof ntevt.dll ntevt.mof ntfs.mof OfflineFilesConfigurationWmiProvider.mof OfflineFilesConfigurationWmiProvider_Uninstall.mof OfflineFilesWmiProvider.mof OfflineFilesWmiProvider_Uninstall.mof p2p-mesh.mof p2p-pnrp.mof pcsvDevice.mof pcsvDevice_Uninstall.mof Performance PNPXAssoc.mof PolicMan.dll PolicMan.mof polproc.mof polprocl.mof polprou.mof polstore.mof portabledeviceapi.mof portabledeviceclassextension.mof portabledeviceconnectapi.mof portabledevicetypes.mof portabledevicewiacompat.mof powermeterprovider.mof PowerPolicyProvider.mof ppcRsopCompSchema.mof ppcRsopUserSchema.mof PrintFilterPipelineSvc.mof PrintManagementProvider.dll PrintManagementProvider.mof profileassociationprovider.mof PS_MMAgent.mof qmgr.mof qoswmi.dll qoswmi.mof qoswmitrc.mof qoswmitrc_uninstall.mof qoswmi_uninstall.mof RacWmiProv.dll RacWmiProv.mof rawxml.xsl rdpendp.mof rdpinit.mof rdpshell.mof refs.mof refsv1.mof regevent.mof Remove.Microsoft.AppV.AppvClientWmi.mof repdrvfs.dll Repository rsop.mof rspndr.mof samsrv.mof scersop.mof schannel.mof schedprov.dll SchedProv.mof scm.mof scrcons.exe scrcons.mof sdbus.mof secrcw32.mof SensorsClassExtension.mof ServDeps.dll ServiceModel.mof ServiceModel.mof.uninstall ServiceModel35.mof ServiceModel35.mof.uninstall services.mof setupapi.mof SmbWitnessWmiv2Provider.mof smbwmiv2.mof SMTPCons.dll smtpcons.mof sppwmi.mof sr.mof sstpsvc.mof stdprov.dll storagewmi.mof storagewmi_passthru.mof storagewmi_passthru_uninstall.mof storagewmi_uninstall.mof stortrace.mof subscrpt.mof system.mof tcpip.mof texttable.xsl textvaluelist.xsl tmf tsallow.mof tscfgwmi.mof tsmf.mof tspkg.mof umb.mof umbus.mof umpass.mof umpnpmgr.mof unsecapp.exe UserProfileConfigurationWmiProvider.mof UserProfileWmiProvider.mof UserStateWMIProvider.mof vds.mof vdswmi.dll viewprov.dll vpnclientpsprovider.dll vpnclientpsprovider.mof vpnclientpsprovider_Uninstall.mof vss.mof vsswmi.dll wbemcntl.dll wbemcons.dll WBEMCons.mof wbemcore.dll wbemdisp.dll wbemdisp.tlb wbemess.dll wbemprox.dll wbemsvc.dll wbemtest.exe wcncsvc.mof WdacEtwProv.mof WdacWmiProv.dll WdacWmiProv.mof WdacWmiProv_Uninstall.mof Wdf01000.mof Wdf01000Uninstall.mof wdigest.mof WFAPIGP.mof wfascim.dll wfascim.mof wfascim_uninstall.mof WFP.MOF wfs.mof whqlprov.mof Win32_DeviceGuard.mof Win32_EncryptableVolume.dll win32_encryptablevolume.mof Win32_EncryptableVolumeUninstall.mof win32_printer.mof Win32_Tpm.dll Win32_Tpm.mof wininit.mof winipsec.mof winlogon.mof WinMgmt.exe WinMgmtR.dll Winsat.mof WinsatUninstall.mof wlan.mof WLanHC.mof wmi.mof WMIADAP.exe WmiApRes.dll WmiApRpl.dll WmiApSrv.exe WMIC.exe WMICOOKR.dll WmiDcPrv.dll wmipcima.dll wmipcima.mof wmipdfs.dll wmipdfs.mof wmipdskq.dll wmipdskq.mof WmiPerfClass.dll WmiPerfClass.mof WmiPerfInst.dll WmiPerfInst.mof WMIPICMP.dll wmipicmp.mof WMIPIPRT.dll wmipiprt.mof WMIPJOBJ.dll wmipjobj.mof wmiprov.dll WmiPrvSD.dll WmiPrvSE.exe WMIPSESS.dll wmipsess.mof WMIsvc.dll wmitimep.dll wmitimep.mof wmiutils.dll WMI_Tracing.mof wmp.mof wmpnetwk.mof wpdbusenum.mof wpdcomp.mof wpdfs.mof wpdmtp.mof wpdshext.mof WPDShServiceObj.mof wpdsp.mof wpd_ci.mof wscenter.mof WsmAgent.mof WsmAgentUninstall.mof WsmAuto.mof wsp_fs.mof wsp_fs_uninstall.mof wsp_health.mof wsp_health_uninstall.mof wsp_sr.mof wsp_sr_uninstall.mof WUDFx.mof Wudfx02000.mof Wudfx02000Uninstall.mof WUDFxUninstall.mof xml xsl-mappings.xml xwizards.mof zh-CN zh-HANS
      /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0: Certificate.format.ps1xml Diagnostics.Format.ps1xml DotNetTypes.format.ps1xml en en-US Event.Format.ps1xml Examples FileSystem.format.ps1xml getevent.types.ps1xml Help.format.ps1xml HelpV3.format.ps1xml Modules powershell.exe powershell.exe.config PowerShellCore.format.ps1xml PowerShellTrace.format.ps1xml powershell_ise.exe powershell_ise.exe.config PSEvents.dll pspluginwkr.dll pwrshmsg.dll pwrshsip.dll Registry.format.ps1xml Schemas SessionConfig types.ps1xml typesv3.ps1xml WSMan.Format.ps1xml zh-CN zh-HANS
      /cygdrive/c/Windows/System32/OpenSSH: scp.exe sftp.exe ssh-add.exe ssh-agent.exe ssh-keygen.exe ssh-keyscan.exe ssh.exe
      /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64: concrt140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll vccorlib140.dll vcruntime140.dll vcruntime140_1.dll
      /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86: concrt140.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll vccorlib140.dll vcruntime140.dll
      /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin: AdvancedIMC.dll CertAuthIMC.dll dsHostCheckerResource_DE.dll dsHostCheckerResource_EN.dll dsHostCheckerResource_ES.dll dsHostCheckerResource_FR.dll dsHostCheckerResource_JA.dll dsHostCheckerResource_KO.dll dsHostCheckerResource_ZH.dll dsHostCheckerResource_ZH_CN.dll dsWinClient.dll EPCheck.dll hcimc.dll hcUtils.dll HostCheckerService.dll HostCheckerServicePS.dll jsystemimc.dll libcrypto-1_1.dll OPSWAT OpswatIMC.dll SoHIMC.dll tnc_config versionInfo.ini zlib1.dll
      /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps: Backup bash.exe CanonicalGroupLimited.Ubuntu20.04LTS_79rhkp1fndgsc CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc GameBarElevatedFT_Alias.exe Microsoft.DesktopAppInstaller_8wekyb3d8bbwe Microsoft.MicrosoftEdge_8wekyb3d8bbwe Microsoft.Paint_8wekyb3d8bbwe Microsoft.ScreenSketch_8wekyb3d8bbwe Microsoft.WindowsNotepad_8wekyb3d8bbwe Microsoft.WindowsTerminal_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_8wekyb3d8bbwe MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe MicrosoftCorporationII.WindowsSubsystemForLinux_8wekyb3d8bbwe MicrosoftEdge.exe ms-teams.exe ms-teamsupdate.exe ms-teams_autostarter.exe mspaint.exe MSTeams_8wekyb3d8bbwe notepad.exe pbrush.exe python.exe python3.exe SnippingTool.exe ubuntu2004.exe ubuntu2204.exe WindowsPackageManagerServer.exe winget.exe WsaClient.exe wsl.exe wslconfig.exe wt.exe
      Warning accessing /cygdrive/c/Users/tslt gives errors: [Errno 2] No such file or directory: '/cygdrive/c/Users/tslt'
      /cygdrive/c/MinGW/bin: aclocal aclocal-1.10 aclocal-1.11 aclocal-1.4 aclocal-1.5 aclocal-1.6 aclocal-1.7 aclocal-1.8 aclocal-1.9 addr2line.exe ar.exe as.exe autoconf autoconf-2.13 autoconf-2.68 autoheader autoheader-2.13 autoheader-2.68 autom4te autom4te-2.68 automake automake-1.10 automake-1.11 automake-1.4 automake-1.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9 autopoint autoreconf autoreconf-2.13 autoreconf-2.68 autoscan autoscan-2.13 autoscan-2.68 autoupdate autoupdate-2.13 autoupdate-2.68 c++filt.exe cpp.exe dlltool.exe dllwrap.exe elfedit.exe envsubst.exe gcc-ar.exe gcc-nm.exe gcc-ranlib.exe gcc.exe gcov-tool.exe gcov.exe gettext.exe gettext.sh gettextize gfortran.exe gprof.exe iconv.exe ifnames ifnames-2.13 ifnames-2.68 ld.bfd.exe ld.exe libatomic-1.dll libcharset-1.dll libexpat-1.dll libgcc_s_dw2-1.dll libgettextlib-0-18-3.dll libgettextpo-0.dll libgettextsrc-0-18-3.dll libgfortran-3.dll libgmp-10.dll libgomp-1.dll libiconv-2.dll libintl-8.dll libisl-15.dll libltdl-7.dll libmingwex-0.dll libmpc-3.dll libmpfr-4.dll libquadmath-0.dll libssp-0.dll libstdc++-6.dll libtool libtoolize mingw-get.exe mingw32-gcc-6.3.0.exe mingw32-gcc-ar.exe mingw32-gcc-nm.exe mingw32-gcc-ranlib.exe mingw32-gcc.exe mingw32-gfortran.exe mingwm10.dll msgattrib.exe msgcat.exe msgcmp.exe msgcomm.exe msgconv.exe msgen.exe msgexec.exe msgfilter.exe msgfmt.exe msggrep.exe msginit.exe msgmerge.exe msgunfmt.exe msguniq.exe ngettext.exe nm.exe objcopy.exe objdump.exe pthreadGC-3.dll ranlib.exe readelf.exe recode-sr-latin.exe size.exe strings.exe strip.exe windmc.exe windres.exe xgettext.exe
      Warning accessing /cygdrive/i/win/dll gives errors: [Errno 13] Permission denied: '/cygdrive/i/win/dll'
      Warning accessing /cygdrive/i/win/bin gives errors: [Errno 13] Permission denied: '/cygdrive/i/win/bin'
      Warning accessing /cygdrive/i/orawin95/bin gives errors: [Errno 13] Permission denied: '/cygdrive/i/orawin95/bin'
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin: cmake.exe cmcldeps.exe cpack.exe ctest.exe
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja: ninja.exe
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe: ConnectionManager.exe ConnectionManager.exe.config en liblinux.dll NOTICE.txt
      /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg: .vcpkg-root LICENSE.txt NOTICE.txt scripts triplets vcpkg-artifacts vcpkg-bundle.json vcpkg-cmd.cmd vcpkg-init vcpkg-init.cmd vcpkg-init.ps1 vcpkg-version.txt vcpkg.exe
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc: clangFEWrapper.dll iga64.dll igc64.dll igdfcl64.dll ocloc.exe ocloc64.dll ocloc64.lib ocloc_api.h opencl-clang64.dll
=============================================================================================
TESTING: configureExternalPackagesDir from config.framework(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/framework.py:1081)
  Set alternative directory external packages are built in
    serialEvaluation: initial cxxDialectRanges ('c++11', 'c++20')
    serialEvaluation: new cxxDialectRanges ('c++11', 'c++20')
    child config.utilities.macosFirewall took 0.000004 seconds
=============================================================================================
TESTING: configureDebuggers from config.utilities.debuggers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/debuggers.py:20)
  Find a default debugger and determine its arguments
    Checking for program /bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/gdb...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/gdb...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/gdb...not found
    Checking for program /cygdrive/c/Windows/system32/gdb...not found
    Checking for program /cygdrive/c/Windows/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/gdb...not found
    Checking for program /cygdrive/c/Program Files/dotnet/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/gdb...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/gdb...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/gdb...not found
    Checking for program //AEX02/NETLOGON/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/gdb...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/gdb...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/gdb...not found
    Checking for program /cygdrive/c/Windows/system32/gdb...not found
    Checking for program /cygdrive/c/Windows/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/gdb...not found
    Checking for program /cygdrive/c/Program Files/dotnet/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/gdb...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/gdb...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/gdb...not found
    Checking for program //DC05/NETLOGON/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/gdb...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/gdb...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/gdb...not found
    Checking for program /cygdrive/c/Windows/system32/gdb...not found
    Checking for program /cygdrive/c/Windows/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/gdb...not found
    Checking for program /cygdrive/c/Program Files/dotnet/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/gdb...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/gdb...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/gdb...not found
    Checking for program /cygdrive/c/Windows/system32/gdb...not found
    Checking for program /cygdrive/c/Windows/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/gdb...not found
    Checking for program /cygdrive/c/Program Files/dotnet/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/gdb...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/gdb...not found
    Checking for program /cygdrive/c/Windows/system32/gdb...not found
    Checking for program /cygdrive/c/Windows/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/gdb...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/gdb...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/gdb...not found
    Checking for program /cygdrive/c/Users/tslt/gdb...not found
    Checking for program /cygdrive/c/MinGW/bin/gdb...not found
    Checking for program /cygdrive/i/win/dll/gdb...not found
    Checking for program /cygdrive/i/win/bin/gdb...not found
    Checking for program /cygdrive/i/orawin95/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/gdb...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/gdb...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/gdb...not found
    Checking for program /bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/dbx...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/dbx...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/dbx...not found
    Checking for program /cygdrive/c/Windows/system32/dbx...not found
    Checking for program /cygdrive/c/Windows/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/dbx...not found
    Checking for program /cygdrive/c/Program Files/dotnet/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/dbx...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/dbx...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/dbx...not found
    Checking for program //AEX02/NETLOGON/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/dbx...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/dbx...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/dbx...not found
    Checking for program /cygdrive/c/Windows/system32/dbx...not found
    Checking for program /cygdrive/c/Windows/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/dbx...not found
    Checking for program /cygdrive/c/Program Files/dotnet/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/dbx...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/dbx...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/dbx...not found
    Checking for program //DC05/NETLOGON/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/dbx...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/dbx...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/dbx...not found
    Checking for program /cygdrive/c/Windows/system32/dbx...not found
    Checking for program /cygdrive/c/Windows/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/dbx...not found
    Checking for program /cygdrive/c/Program Files/dotnet/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/dbx...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/dbx...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/dbx...not found
    Checking for program /cygdrive/c/Windows/system32/dbx...not found
    Checking for program /cygdrive/c/Windows/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/dbx...not found
    Checking for program /cygdrive/c/Program Files/dotnet/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/dbx...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/dbx...not found
    Checking for program /cygdrive/c/Windows/system32/dbx...not found
    Checking for program /cygdrive/c/Windows/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/dbx...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/dbx...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/dbx...not found
    Checking for program /cygdrive/c/Users/tslt/dbx...not found
    Checking for program /cygdrive/c/MinGW/bin/dbx...not found
    Checking for program /cygdrive/i/win/dll/dbx...not found
    Checking for program /cygdrive/i/win/bin/dbx...not found
    Checking for program /cygdrive/i/orawin95/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/dbx...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/dbx...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/dbx...not found
            Defined make macro "DSYMUTIL" to "true"
    child config.utilities.debuggers took 0.344101 seconds
=============================================================================================
TESTING: configureDirectories from PETSc.options.petscdir(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/petscdir.py:22)
  Checks PETSC_DIR and sets if not set
          PETSC_VERSION_RELEASE of 1 indicates the code is from a release branch or a branch created from a release branch.
          Version Information:
          #define PETSC_VERSION_RELEASE    1
          #define PETSC_VERSION_MAJOR      3
          #define PETSC_VERSION_MINOR      20
          #define PETSC_VERSION_SUBMINOR   4
          #define PETSC_VERSION_DATE       "Jan 29, 2024"
          #define PETSC_VERSION_GIT        "v3.20.4"
          #define PETSC_VERSION_DATE_GIT   "2024-01-29 17:55:21 -0600"
          #define PETSC_VERSION_EQ(MAJOR,MINOR,SUBMINOR) \
          #define PETSC_VERSION_ PETSC_VERSION_EQ
          #define PETSC_VERSION_LT(MAJOR,MINOR,SUBMINOR)          \
          #define PETSC_VERSION_LE(MAJOR,MINOR,SUBMINOR) \
          #define PETSC_VERSION_GT(MAJOR,MINOR,SUBMINOR) \
          #define PETSC_VERSION_GE(MAJOR,MINOR,SUBMINOR) \
    child PETSc.options.petscdir took 0.034095 seconds
=============================================================================================
TESTING: getDatafilespath from PETSc.options.dataFilesPath(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/dataFilesPath.py:29)
  Checks what DATAFILESPATH should be
    child PETSc.options.dataFilesPath took 0.003573 seconds
=============================================================================================
TESTING: configureGit from config.sourceControl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/sourceControl.py:24)
  Find the Git executable
    Checking for program /bin/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/git...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/git...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/git...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/git...not found
    Checking for program /cygdrive/c/Windows/system32/git...not found
    Checking for program /cygdrive/c/Windows/git...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/git...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/git...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/git...not found
    Checking for program /cygdrive/c/Program Files/dotnet/git...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/git...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/git...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/git...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/git...found
              Defined make macro "GIT" to "git"
Executing: git --version
stdout: git version 2.42.0.windows.2
=============================================================================================
TESTING: configureMercurial from config.sourceControl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/sourceControl.py:35)
  Find the Mercurial executable
    Checking for program /bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/hg...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/hg...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/hg...not found
    Checking for program /cygdrive/c/Windows/system32/hg...not found
    Checking for program /cygdrive/c/Windows/hg...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/hg...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/hg...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/hg...not found
    Checking for program /cygdrive/c/Program Files/dotnet/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/hg...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/hg...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/hg...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/hg...not found
    Checking for program //AEX02/NETLOGON/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/hg...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/hg...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/hg...not found
    Checking for program /cygdrive/c/Windows/system32/hg...not found
    Checking for program /cygdrive/c/Windows/hg...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/hg...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/hg...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/hg...not found
    Checking for program /cygdrive/c/Program Files/dotnet/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/hg...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/hg...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/hg...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/hg...not found
    Checking for program //DC05/NETLOGON/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/hg...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/hg...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/hg...not found
    Checking for program /cygdrive/c/Windows/system32/hg...not found
    Checking for program /cygdrive/c/Windows/hg...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/hg...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/hg...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/hg...not found
    Checking for program /cygdrive/c/Program Files/dotnet/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/hg...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/hg...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/hg...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/hg...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/hg...not found
    Checking for program /cygdrive/c/Windows/system32/hg...not found
    Checking for program /cygdrive/c/Windows/hg...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/hg...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/hg...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/hg...not found
    Checking for program /cygdrive/c/Program Files/dotnet/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/hg...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/hg...not found
    Checking for program /cygdrive/c/Windows/system32/hg...not found
    Checking for program /cygdrive/c/Windows/hg...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/hg...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/hg...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/hg...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/hg...not found
    Checking for program /cygdrive/c/Users/tslt/hg...not found
    Checking for program /cygdrive/c/MinGW/bin/hg...not found
    Checking for program /cygdrive/i/win/dll/hg...not found
    Checking for program /cygdrive/i/win/bin/hg...not found
    Checking for program /cygdrive/i/orawin95/bin/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/hg...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/hg...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/hg...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/hg...not found
    child config.sourceControl took 0.524557 seconds
=============================================================================================
TESTING: configureInstallationMethod from PETSc.options.petscclone(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/petscclone.py:20)
  Determine if PETSc was obtained via git or a tarball
          This is a tarball installation
    child PETSc.options.petscclone took 0.008880 seconds
=============================================================================================
TESTING: setNativeArchitecture from PETSc.options.arch(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/arch.py:29)
  Forms the arch as GNU's configure would form it
=============================================================================================
TESTING: configureArchitecture from PETSc.options.arch(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/arch.py:42)
  Checks if PETSC_ARCH is set and sets it if not set
        No previous hashfile found
          Setting hashfile: petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf/configure-hash
          Deleting configure hash file: petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf/configure-hash
          Unable to delete configure hash file: petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf/configure-hash
    child PETSc.options.arch took 0.356628 seconds
=============================================================================================
TESTING: setInstallDir from PETSc.options.installDir(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/installDir.py:31)
  Set installDir to either prefix or if that is not set to PETSC_DIR/PETSC_ARCH
            Defined make macro "PREFIXDIR" to "/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel"
=============================================================================================
TESTING: saveReconfigure from PETSc.options.installDir(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/installDir.py:76)
  Save the configure options in a script in PETSC_ARCH/lib/petsc/conf so the same configure may be easily re-run
=============================================================================================
TESTING: cleanConfDir from PETSc.options.installDir(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/installDir.py:68)
  Remove all the files from configuration directory for this PETSC_ARCH, from --with-clean option
=============================================================================================
TESTING: configureInstallDir from PETSc.options.installDir(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/installDir.py:52)
  Makes  installDir subdirectories if it does not exist for both prefix install location and PETSc work install location
          Changed persistence directory to /cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf
=============================================================================================
TESTING: restoreReconfigure from PETSc.options.installDir(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/installDir.py:90)
  If --with-clean was requested but restoring the reconfigure file was requested then restore it
    child PETSc.options.installDir took 0.009310 seconds
=============================================================================================
TESTING: setExternalPackagesDir from PETSc.options.externalpackagesdir(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/externalpackagesdir.py:15)
  Set location where external packages will be downloaded to
=============================================================================================
TESTING: cleanExternalpackagesDir from PETSc.options.externalpackagesdir(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/externalpackagesdir.py:23)
  Remove all downloaded external packages, from --with-clean
    child PETSc.options.externalpackagesdir took 0.000235 seconds
=============================================================================================
TESTING: configureCLanguage from PETSc.options.languages(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/languages.py:28)
  Choose whether to compile the PETSc library using a C or C++ compiler
          C language is C
            Defined "CLANGUAGE_C" to "1"
            Defined make macro "CLANGUAGE" to "C"
    child PETSc.options.languages took 0.006257 seconds
=============================================================================================
TESTING: resetEnvCompilers from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2708)
  Remove compilers from the shell environment so they do not interfere with testing
=============================================================================================
TESTING: checkEnvCompilers from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2725)
  Set configure compilers from the environment, from -with-environment-variables
=============================================================================================
TESTING: checkMPICompilerOverride from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2678)
  Check if --with-mpi-dir is used along with CC CXX or FC compiler options.
    This usually prevents mpi compilers from being used - so issue a warning
=============================================================================================
TESTING: requireMpiLdPath from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2699)
  Open MPI wrappers require LD_LIBRARY_PATH set
=============================================================================================
TESTING: checkInitialFlags from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:725)
  Initialize the compiler and linker flags
          Initialized CFLAGS to 
          Initialized CFLAGS to 
          Initialized LDFLAGS to 
          Initialized CUDAFLAGS to 
          Initialized CUDAFLAGS to 
          Initialized LDFLAGS to 
          Initialized HIPFLAGS to 
          Initialized HIPFLAGS to 
          Initialized LDFLAGS to 
          Initialized SYCLFLAGS to 
          Initialized SYCLFLAGS to 
          Initialized SYCLC_LINKER_FLAGS to 
          Initialized CXXFLAGS to 
          Initialized CXX_CXXFLAGS to 
          Initialized LDFLAGS to 
          Initialized FFLAGS to 
          Initialized FFLAGS to 
          Initialized LDFLAGS to 
          Initialized CPPFLAGS to 
          Initialized FPPFLAGS to 
          Initialized CUDAPPFLAGS to 
          Initialized CXXPPFLAGS to 
          Initialized HIPPPFLAGS to 
          Initialized SYCLPPFLAGS to 
          Initialized CC_LINKER_FLAGS to []
          Initialized CXX_LINKER_FLAGS to []
          Initialized FC_LINKER_FLAGS to []
          Initialized CUDAC_LINKER_FLAGS to []
          Initialized HIPC_LINKER_FLAGS to []
          Initialized sharedLibraryFlags to []
          Initialized dynamicLibraryFlags to []
=============================================================================================
TESTING: checkCCompiler from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:1427)
    Checking for program /bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/win32fe...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/win32fe...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/win32fe...not found
    Checking for program //AEX02/NETLOGON/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/win32fe...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/win32fe...not found
    Checking for program //DC05/NETLOGON/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/win32fe...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/win32fe...not found
    Checking for program /cygdrive/c/Users/tslt/win32fe...not found
    Checking for program /cygdrive/c/MinGW/bin/win32fe...not found
    Checking for program /cygdrive/i/win/dll/win32fe...not found
    Checking for program /cygdrive/i/win/bin/win32fe...not found
    Checking for program /cygdrive/i/orawin95/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/win32fe...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "CC" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o  -lpetsc-ufod4vtr9mqHvKIQiVAm
stdout: LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
Testing executable /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe to see if it can be run
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe
Running Executable with threads to time it out at 60
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --version
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM
Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -v | head -n 20
stdout:
cl : Command line warning D9002 : ignoring unknown option '-v'
cl : Command line error D8003 : missing source filename
=============================================================================================
TESTING: checkCPreprocessor from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:1474)
  Locate a functional C preprocessor
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "CPP" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E"
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <stdlib.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: checkCxxCompiler from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:1756)
  Locate a functional Cxx compiler
    Checking for program /bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/win32fe...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/win32fe...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/win32fe...not found
    Checking for program //AEX02/NETLOGON/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/win32fe...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/win32fe...not found
    Checking for program //DC05/NETLOGON/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/win32fe...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/win32fe...not found
    Checking for program /cygdrive/c/Users/tslt/win32fe...not found
    Checking for program /cygdrive/c/MinGW/bin/win32fe...not found
    Checking for program /cygdrive/i/win/dll/win32fe...not found
    Checking for program /cygdrive/i/win/bin/win32fe...not found
    Checking for program /cygdrive/i/orawin95/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/win32fe...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "CXX" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o  -lpetsc-ufod4vtr9mqHvKIQiVAm
stdout: LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
Testing executable /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe to see if it can be run
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe
Running Executable with threads to time it out at 60
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --version
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM
Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
=============================================================================================
TESTING: checkDeviceHostCompiler from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:751)
  Set the host compiler (HC) of the device compiler (DC) to the HC unless the DC already explicitly sets its HC. This may be needed if the default HC used by the DC is ancient and PETSc uses a different HC (e.g., through --with-cxx=...).
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

cl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

                         C/C++ COMPILER OPTIONS


                              -OPTIMIZATION-

/O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed)

/Ob<n> inline expansion (default n=0)   /Od disable optimizations (default)
/Og enable global optimization          /Oi[-] enable intrinsic functions
/Os favor code space                    /Ot favor code speed
/Ox optimizations (favor speed)         
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
    blend - a combination of optimizations for several different x64 processors

    AMD64 - 64-bit AMD processors                                 
    INTEL64 - Intel(R)64 architecture processors                  
    ATOM - Intel(R) Atom(TM) processors                           

                             -CODE GENERATION-

/Gu[-] ensure distinct functions have distinct addresses
/Gw[-] separate global variables for linker
/GF enable read-only string pooling     /Gm[-] enable minimal rebuild
/Gy[-] separate functions for linker    /GS[-] enable security checks
/GR[-] enable C++ RTTI                  /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions)  /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow     
/EHr always generate noexcept runtime termination checks
/fp:<contract|except[-]|fast|precise|strict> choose floating-point model:
    contract - consider floating-point contractions when generating code
    except[-] - consider floating-point exceptions when generating code
    fast - "fast" floating-point model; results are less predictable
    precise - "precise" floating-point model; results are predictable
    strict - "strict" floating-point model (implies /fp:except)
/Qfast_transcendentals generate inline FP intrinsics even with /fp:except
/Qspectre[-] enable mitigations for CVE 2017-5753
/Qpar[-] enable parallel code generation
/Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops
/Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized
/Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops
/Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized
/GL[-] enable link-time code generation 
/volatile:<iso|ms> choose volatile model:
    iso - Acquire/release semantics not guaranteed on volatile accesses
    ms  - Acquire/release semantics guaranteed on volatile accesses
/GA optimize for Windows Application    /Ge force stack checking for all funcs
/Gs[num] control stack checking calls   /Gh enable _penter function call
/GH enable _pexit function call         /GT generate fiber-safe TLS accesses
/RTC1 Enable fast checks (/RTCsu)       /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking      /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
    pure : produce IL-only output file (no native executable code)
    safe : produce IL-only verifiable output file
    netcore : produce assemblies targeting .NET Core runtime
    noAssembly : do not produce an assembly
    nostdlib : ignore the system .NET framework directory when searching for assemblies
    nostdimport : do not import any required assemblies implicitly
    initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
    implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs)         /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
   AVX - enable use of instructions available with AVX-enabled CPUs
   AVX2 - enable use of instructions available with AVX2-enabled CPUs
   AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions

/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
   IA - results compatible with VCVTTSD2USI instruction
   BC - results compatible with VS2017 and earlier compiler
/jumptablerdata Place jump tables for switch case statements in .rdata section

                              -OUTPUT FILES-

/Fa[file] name assembly listing file    /FA[scu] configure assembly listing
/Fd[file] name .PDB file                /Fe<file> name executable file
/Fm[file] name map file                 /Fo<file> name object file
/Fp<file> name precompiled header file  /Fr[file] name source browser file
/FR[file] name extended .SBR file       /Fi[file] name preprocessed file
/Fd: <file> name .PDB file              /Fe: <file> name executable file
/Fm: <file> name map file               /Fo: <file> name object file
/Fp: <file> name .PCH file              /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file      
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file


                              -PREPROCESSOR-

/AI<dir> add to assembly search path    /FU<file> import .NET assembly/module
/FU:asFriend<file> import .NET assembly/module as friend
/C don't strip comments                 /D<name>{=|#}<text> define macro
/E preprocess to stdout                 /EP preprocess to stdout, no #line
/P preprocess to file                   /Fx merge injected code to file
/FI<file> name forced include file      /U<name> remove predefined macro
/u remove all predefined macros         /I<dir> add to include search path
/X ignore "standard places"             
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions         

                                -LANGUAGE-

/std:<c++14|c++17|c++20|c++latest> C++ standard version
    c++14 - ISO/IEC 14882:2014 (default)
    c++17 - ISO/IEC 14882:2017
    c++20 - ISO/IEC 14882:2020
    c++latest - latest draft standard (feature set subject to change)
/permissive[-] enable some nonconforming code to compile (feature set subject to change) (on by default)
/Ze enable extensions (default)         /Za disable extensions
/ZW enable WinRT language extensions    /Zs syntax check only
/Zc:arg1[,arg2] C++ language conformance, where arguments can be:
  forScope[-]           enforce Standard C++ for scoping rules
  wchar_t[-]            wchar_t is the native type, not a typedef
  auto[-]               enforce the new Standard C++ meaning for auto
  trigraphs[-]          enable trigraphs (off by default)
  rvalueCast[-]         enforce Standard C++ explicit type conversion rules
  strictStrings[-]      disable string-literal to [char|wchar_t]*
                        conversion (off by default)
  implicitNoexcept[-]   enable implicit noexcept on required functions
  threadSafeInit[-]     enable thread-safe local static initialization
  inline[-]             remove unreferenced function or data if it is
                        COMDAT or has internal linkage only (off by default)
  sizedDealloc[-]       enable C++14 global sized deallocation
                        functions (on by default)
  throwingNew[-]        assume operator new throws on failure (off by default)
  referenceBinding[-]   a temporary will not bind to an non-const
                        lvalue reference (off by default)
  twoPhase-             disable two-phase name lookup
  ternary[-]            enforce C++11 rules for conditional operator (off by default)
  noexceptTypes[-]      enforce C++17 noexcept rules (on by default in C++17 or later)
  alignedNew[-]         enable C++17 alignment of dynamically allocated objects (on by default)
  hiddenFriend[-]       enforce Standard C++ hidden friend rules (implied by /permissive-)
  externC[-]            enforce Standard C++ rules for 'extern "C"' functions (implied by /permissive-)
  lambda[-]             better lambda support by using the newer lambda processor (off by default)
  tlsGuards[-]          generate runtime checks for TLS variable initialization (on by default)
  zeroSizeArrayNew[-]   call member new/delete for 0-size arrays of objects (on by default)
  static_assert[-]      strict handling of 'static_assert' (implied by /permissive-)
  gotoScope[-]          cannot jump past the initialization of a variable (implied by /permissive-)
  templateScope[-]      enforce Standard C++ template parameter shadowing rules

  enumTypes[-]          enable Standard C++ underlying enum types (off by default)
  checkGwOdr[-]         enforce Standard C++ one definition rule violations
                        when /Gw has been enabled (off by default)
  __STDC__              define __STDC__ to 1 in C
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N>     recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N>     terminate constexpr evaluation after N steps (default: 100000)
/Zi enable debugging information        /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)

/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)
/Zp[n] pack structs on n-byte boundary  /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp      /vm<x> type of pointers to members
/std:<c11|c17> C standard version
    c11 - ISO/IEC 9899:2011
    c17 - ISO/IEC 9899:2018
/ZI enable Edit and Continue debug info 
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime

                              -MISCELLANEOUS-

@<file> options response file           /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
    none - do not send report                
    prompt - prompt to immediately send report
    queue - at next admin logon, prompt to send report (default)
    send - send report automatically         
/FC use full pathnames in diagnostics   /H<num> max external name length
/J default char type is unsigned        
/MP[n] use up to 'n' processes for compilation
/nologo suppress copyright message      /showIncludes show include file names
/Tc<source file> compile file as .c     /Tp<source file> compile file as .cpp
/TC compile all files as .c             /TP compile all files as .cpp
/V<string> set version string           /Yc[file] create .PCH file
/Yd put debug info in every .OBJ        /Yl[sym] inject .PCH ref for debug lib
/Yu[file] use .PCH file                 /Y- disable all PCH options
/Zm<n> max memory alloc (% of default)  /FS force to use MSPDBSRV.EXE
/source-charset:<iana-name>|.nnnn set source character set
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode      /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
/sourcelink [file] file containing source link information

                                -LINKING-

/LD Create .DLL                         /LDd Create .DLL debug library
/LN Create a .netmodule                 /F<num> set stack size
/link [linker options and libraries]    /MD link with MSVCRT.LIB
/MT link with LIBCMT.LIB                /MDd link with MSVCRTD.LIB debug lib
/MTd link with LIBCMTD.LIB debug lib    

                              -CODE ANALYSIS-

/analyze[-] Enable native analysis      /analyze:quiet[-] No warning to console

/analyze:log<name> Warnings to file     /analyze:autolog Log to *.pftlog
/analyze:autolog:ext<ext> Log to *.<ext>/analyze:autolog- No log file
/analyze:WX- Warnings not fatal         /analyze:stacksize<num> Max stack frame

/analyze:max_paths<num> Max paths       /analyze:only Analyze, no code gen

                              -DIAGNOSTICS-

/diagnostics:<args,...> controls the format of diagnostic messages:
             classic   - retains prior format
             column[-] - prints column information
             caret[-]  - prints column and the indicated line of source
/Wall enable all warnings               /w   disable all warnings
/W<n> set warning level (default n=1)   
/Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz
/WX treat warnings as errors            /WL enable one line diagnostics
/wd<n> disable warning n                /we<n> treat warning n as an error
/wo<n> issue warning n once             /w<l><n> set warning level 1-4 for n
/external:I <path>      - location of external headers
/external:env:<var>     - environment variable with locations of external headers
/external:anglebrackets - treat all headers included via <> as external
/external:W<n>          - warning level for external headers
/external:templates[-]  - evaluate warning level across template instantiation chain
/sdl enable additional security features and warnings
/options:strict unrecognized compiler options are an error
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 500
=============================================================================================
TESTING: checkCxxDialect from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:773)
  Determine the CXX dialect supported by the compiler (language) [and corresponding compiler
    option - if any].

    isGNUish indicates if the compiler is gnu compliant (i.e. clang).
    -with-<lang>-dialect can take options:
      auto: use highest supported dialect configure can determine
      [[c|gnu][xx|++]]23: not yet supported
      [[c|gnu][xx|++]]20: gnu++20 or c++20
      [[c|gnu][xx|++]]17: gnu++17 or c++17
      [[c|gnu][xx|++]]14: gnu++14 or c++14
      [[c|gnu][xx|++]]11: gnu++11 or c++11
      0: disable CxxDialect check and use compiler default

    On return this function sets the following values:
    - if needed, appends the relevant CXX dialect flag to <lang> compiler flags
    - self.cxxDialectRange = (minSupportedDialect,maxSupportedDialect) (e.g. ('c++11','c++14'))
    - self.addDefine('HAVE_{LANG}_DIALECT_CXX{DIALECT_NUM}',1) for every supported dialect
    - self.lang+'dialect' = 'c++'+maxDialectNumber (e.g. 'c++14') but ONLY if the user
      specifically requests a dialect version, otherwise this is not set

    Raises a config.base.ConfigureSetupError if:
    - The user has set both the --with-dialect=[...] configure options and -std=[...] in their
      compiler flags
    - The combination of specifically requested packages cannot all be compiled with the same flag
    - An unknown C++ dialect is provided

    The config.base.ConfigureSetupErrors are NOT meant to be caught, as they are fatal errors
    on part of the user

    Raises a RuntimeError (which may be caught) if:
    - The compiler does not support at minimum -std=c++11
    
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --version
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM
Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Detected MSVC
          checkCxxDialect: checking C++ dialect version for language "CXX" using compiler "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl"
          checkCxxDialect: PETSc believes compiler (/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl) is NOT gnu-ish
          checkCxxDialect: PETSc believes that we have NOT processed /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl before
          checkCxxDialect: configure option after sanitization: --with-cxx-dialect=AUTO
          checkCxxDialect: dialect AUTO has been NOT explicitly selected for CXX
          checkCxxDialect: Have potential flag pool:
	   - -std:c++20
	   - -std:c++17
	   - -std:c++14
	   - -std:c++11
          checkCxxDialect: checking CXX 20 for cxx with -std:c++20
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   -std:c++20   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout:
conftest.cc
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.cc(160): warning C4455: 'operator ""s': literal suffix identifiers that do not start with an underscore are reserved
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\ostream(419): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\ostream(419): note: the template instantiation context (the oldest one first) is
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.cc(60): note: see reference to class template instantiation 'std::basic_ostream<char,std::char_traits<char>>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\ostream(412): note: while compiling class template member function 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(double)'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.cc(126): note: see the first reference to 'std::basic_ostream<char,std::char_traits<char>>::operator <<' in 'main'
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

// c++11 includes
#include <memory>
#include <random>
#include <complex>
#include <iostream>
#include <algorithm>

template<class T> void ignore(const T&) { } // silence unused variable warnings
class valClass
{
public:
  int i;
  valClass() { i = 3; }
  valClass(int x) : i(x) { }
};

class MoveSemantics
{
  std::unique_ptr<valClass> _member;

public:
  MoveSemantics(int val = 4) : _member(new valClass(val)) { }
  MoveSemantics& operator=(MoveSemantics &&other) noexcept = default;
};

template<typename T> constexpr T Cubed( T x ) { return x*x*x; }
auto trailing(int x) -> int { return x+2; }
enum class Shapes : int {SQUARE,CIRCLE};
template<class ... Types> struct Tuple { };
using PetscErrorCode = int;


// c++14 includes
#include <type_traits>

template<class T> constexpr T pi = T(3.1415926535897932385L);  // variable template


// c++17 includes
#include <string_view>
#include <any>
#include <optional>
#include <variant>
#include <tuple>

[[nodiscard]] int nodiscardFunc() { return 0; }
struct S2
{
  // static inline member variables since c++17
  static inline int var = 8675309;
  void f(int i);
};
void S2::f(int i)
{
  // until c++17: Error: invalid syntax
  // since c++17: OK: captures the enclosing S2 by copy
  auto lmbd = [=, *this] { std::cout << i << " " << this->var << std::endl; };
  lmbd();
}
std::tuple<double, int, char> foobar()
{
  return {3.8, 0, 'x'};
}


// c++20 includes
#include <compare>
#include <concepts>

consteval int sqr_cpp20(int n)
{
  return n*n;
}
constexpr auto r = sqr_cpp20(10);
static_assert(r == 100);

const char *g_cpp20() { return "dynamic initialization"; }
constexpr const char *f_cpp20(bool p) { return p ? "constant initializer" : g_cpp20(); }
constinit const char *cinit_c = f_cpp20(true); // OK

// Declaration of the concept "Hashable", which is satisfied by any type 'T'
// such that for values 'a' of type 'T', the expression std::hash<T>{}(a)
// compiles and its result is convertible to std::size_t
template <typename T>
concept Hashable = requires(T a)
{
  { std::hash<T>{}(a) } -> std::convertible_to<std::size_t>;
};

struct meow {};

// Constrained C++20 function template:
template <Hashable T>
void f_concept(T) {}

void abbrev_f1(auto); // same as template<class T> void abbrev_f1(T)
void abbrev_f4(const std::destructible auto*, std::floating_point auto&); // same as template<C3 T, C4 U> void abbrev_f4(const T*, U&);

template<>
void abbrev_f4<int>(const int*, const double&); // specialization of abbrev_f4<int, const double> (since C++20)

int main(void) {

// c++11 body
valClass cls = valClass(); // value initialization
int i = cls.i;             // i is not declared const
const int& rci = i;        // but rci is
const_cast<int&>(rci) = 4;

constexpr int big_value = 1234;
decltype(big_value) ierr = big_value;
auto ret = trailing(ierr);
MoveSemantics bob;
MoveSemantics alice;
alice = std::move(bob);ignore(alice);
Tuple<> t0;ignore(t0);
Tuple<long> t1;ignore(t1);
Tuple<int,float> t2;ignore(t2);
std::random_device rd;
std::mt19937 mt(rd());
std::normal_distribution<double> dist(0,1);
const double x = dist(mt);
std::cout << x << ret << std::endl;
std::vector<std::unique_ptr<double>> vector;
std::sort(vector.begin(), vector.end(), [](std::unique_ptr<double> &a, std::unique_ptr<double> &b) { return *a < *b; });


// c++14 body
auto ptr = std::make_unique<int>();
*ptr = 1;
std::cout << pi<double> << std::endl;
constexpr const std::complex<double> const_i(0.0,1.0);
auto lambda = [](auto x, auto y) { return x + y; };
std::cout << lambda(3,4) << std::real(const_i) << std::endl;


// c++17 body
std::variant<int,float> v,w;
v = 42;               // v contains int
int ivar = std::get<int>(v);
w = std::get<0>(v);   // same effect as the previous line
w = v;                // same effect as the previous line
S2 foo;
foo.f(ivar);
if constexpr (std::is_arithmetic_v<int>) std::cout << "c++17" << std::endl;
typedef std::integral_constant<Shapes,Shapes::SQUARE> squareShape;
// static_assert with no message since c++17
static_assert(std::is_same_v<squareShape,squareShape>);
auto val = nodiscardFunc();ignore(val);
// structured binding
const auto [ab, cd, ef] = foobar();


// c++20 body
ignore(cinit_c);

using std::operator""s;
f_concept("abc"s);

  return 0;
}

              Output from compiling with  -std:c++20 
conftest.cc
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.cc(160): warning C4455: 'operator ""s': literal suffix identifiers that do not start with an underscore are reserved
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\ostream(419): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\ostream(419): note: the template instantiation context (the oldest one first) is
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.cc(60): note: see reference to class template instantiation 'std::basic_ostream<char,std::char_traits<char>>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\ostream(412): note: while compiling class template member function 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(double)'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.cc(126): note: see the first reference to 'std::basic_ostream<char,std::char_traits<char>>::operator <<' in 'main'
Added Cxx compiler flag -std:c++20
          checkCxxDialect: success using -std:c++20 for Cxx dialect C++20, set new cxxDialectRange: ('c++11', 'c++20')
            Defined "HAVE_CXX_DIALECT_CXX11" to "1"
            Defined "HAVE_CXX_DIALECT_CXX14" to "1"
            Defined "HAVE_CXX_DIALECT_CXX17" to "1"
            Defined "HAVE_CXX_DIALECT_CXX20" to "1"
=============================================================================================
TESTING: checkCxxPreprocessor from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:1792)
  Locate a functional Cxx preprocessor
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "CXXPP" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E"
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <cstdlib>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: checkCUDACompiler from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:1511)
  Locate a functional CUDA compiler
    Checking for program /bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/nvcc...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/nvcc...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/nvcc...not found
    Checking for program /cygdrive/c/Windows/system32/nvcc...not found
    Checking for program /cygdrive/c/Windows/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/nvcc...not found
    Checking for program //AEX02/NETLOGON/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/nvcc...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/nvcc...not found
    Checking for program /cygdrive/c/Windows/system32/nvcc...not found
    Checking for program /cygdrive/c/Windows/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/nvcc...not found
    Checking for program //DC05/NETLOGON/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/nvcc...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/nvcc...not found
    Checking for program /cygdrive/c/Windows/system32/nvcc...not found
    Checking for program /cygdrive/c/Windows/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/nvcc...not found
    Checking for program /cygdrive/c/Windows/system32/nvcc...not found
    Checking for program /cygdrive/c/Windows/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/nvcc...not found
    Checking for program /cygdrive/c/Windows/system32/nvcc...not found
    Checking for program /cygdrive/c/Windows/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/nvcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/nvcc...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/nvcc...not found
    Checking for program /cygdrive/c/Users/tslt/nvcc...not found
    Checking for program /cygdrive/c/MinGW/bin/nvcc...not found
    Checking for program /cygdrive/i/win/dll/nvcc...not found
    Checking for program /cygdrive/i/win/bin/nvcc...not found
    Checking for program /cygdrive/i/orawin95/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/nvcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/nvcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/nvcc...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/nvcc...not found
    Checking for program /Developer/NVIDIA/CUDA-6.5/bin/nvcc...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/nvcc...not found
  Unable to find programs: ['nvcc'] in listing of the specific search path: ['/Developer/NVIDIA/CUDA-6.5/bin']
      Warning accessing /Developer/NVIDIA/CUDA-6.5/bin gives errors: [Errno 2] No such file or directory: '/Developer/NVIDIA/CUDA-6.5/bin'
    Checking for program /usr/local/cuda/bin/nvcc...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/nvcc...not found
  Unable to find programs: ['nvcc'] in listing of the specific search path: ['/usr/local/cuda/bin']
      Warning accessing /usr/local/cuda/bin gives errors: [Errno 2] No such file or directory: '/usr/local/cuda/bin'
    Checking for program /bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/clang...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/clang...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/clang...not found
    Checking for program /cygdrive/c/Windows/system32/clang...not found
    Checking for program /cygdrive/c/Windows/clang...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/clang...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/clang...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/clang...not found
    Checking for program /cygdrive/c/Program Files/dotnet/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/clang...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/clang...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/clang...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/clang...not found
    Checking for program //AEX02/NETLOGON/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/clang...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/clang...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/clang...not found
    Checking for program /cygdrive/c/Windows/system32/clang...not found
    Checking for program /cygdrive/c/Windows/clang...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/clang...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/clang...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/clang...not found
    Checking for program /cygdrive/c/Program Files/dotnet/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/clang...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/clang...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/clang...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/clang...not found
    Checking for program //DC05/NETLOGON/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/clang...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/clang...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/clang...not found
    Checking for program /cygdrive/c/Windows/system32/clang...not found
    Checking for program /cygdrive/c/Windows/clang...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/clang...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/clang...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/clang...not found
    Checking for program /cygdrive/c/Program Files/dotnet/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/clang...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/clang...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/clang...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/clang...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/clang...not found
    Checking for program /cygdrive/c/Windows/system32/clang...not found
    Checking for program /cygdrive/c/Windows/clang...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/clang...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/clang...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/clang...not found
    Checking for program /cygdrive/c/Program Files/dotnet/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/clang...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/clang...not found
    Checking for program /cygdrive/c/Windows/system32/clang...not found
    Checking for program /cygdrive/c/Windows/clang...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/clang...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/clang...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/clang...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/clang...not found
    Checking for program /cygdrive/c/Users/tslt/clang...not found
    Checking for program /cygdrive/c/MinGW/bin/clang...not found
    Checking for program /cygdrive/i/win/dll/clang...not found
    Checking for program /cygdrive/i/win/bin/clang...not found
    Checking for program /cygdrive/i/orawin95/bin/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/clang...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/clang...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/clang...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/clang...not found
=============================================================================================
TESTING: checkDeviceHostCompiler from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:751)
  Set the host compiler (HC) of the device compiler (DC) to the HC unless the DC already explicitly sets its HC. This may be needed if the default HC used by the DC is ancient and PETSc uses a different HC (e.g., through --with-cxx=...).
          checkDeviceHostCompiler: checking CUDA accepts host compiler /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl
=============================================================================================
TESTING: checkHIPCompiler from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:1573)
  Locate a functional HIP compiler
    Checking for program /bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/hipcc...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/hipcc...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/hipcc...not found
    Checking for program /cygdrive/c/Windows/system32/hipcc...not found
    Checking for program /cygdrive/c/Windows/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/hipcc...not found
    Checking for program //AEX02/NETLOGON/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/hipcc...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/hipcc...not found
    Checking for program /cygdrive/c/Windows/system32/hipcc...not found
    Checking for program /cygdrive/c/Windows/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/hipcc...not found
    Checking for program //DC05/NETLOGON/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/hipcc...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/hipcc...not found
    Checking for program /cygdrive/c/Windows/system32/hipcc...not found
    Checking for program /cygdrive/c/Windows/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/hipcc...not found
    Checking for program /cygdrive/c/Windows/system32/hipcc...not found
    Checking for program /cygdrive/c/Windows/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/system32/hipcc...not found
    Checking for program /cygdrive/c/Windows/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/hipcc...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/hipcc...not found
    Checking for program /cygdrive/c/Users/tslt/hipcc...not found
    Checking for program /cygdrive/c/MinGW/bin/hipcc...not found
    Checking for program /cygdrive/i/win/dll/hipcc...not found
    Checking for program /cygdrive/i/win/bin/hipcc...not found
    Checking for program /cygdrive/i/orawin95/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/hipcc...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/hipcc...not found
    Checking for program /bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/system32/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/opt/rocm/bin/hipcc...not found
    Checking for program //AEX02/NETLOGON/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/system32/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/opt/rocm/bin/hipcc...not found
    Checking for program //DC05/NETLOGON/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/system32/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/system32/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/dotnet/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/system32/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Users/tslt/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/MinGW/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/i/win/dll/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/i/win/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/i/orawin95/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/opt/rocm/bin/hipcc...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/opt/rocm/bin/hipcc...not found
=============================================================================================
TESTING: checkDeviceHostCompiler from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:751)
  Set the host compiler (HC) of the device compiler (DC) to the HC unless the DC already explicitly sets its HC. This may be needed if the default HC used by the DC is ancient and PETSc uses a different HC (e.g., through --with-cxx=...).
=============================================================================================
TESTING: checkSYCLCompiler from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:1632)
  Locate a functional SYCL compiler
=============================================================================================
TESTING: checkDeviceHostCompiler from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:751)
  Set the host compiler (HC) of the device compiler (DC) to the HC unless the DC already explicitly sets its HC. This may be needed if the default HC used by the DC is ancient and PETSc uses a different HC (e.g., through --with-cxx=...).
=============================================================================================
TESTING: checkFortranCompiler from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:1885)
  Locate a functional Fortran compiler
    Checking for program /bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/win32fe...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/win32fe...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/win32fe...not found
    Checking for program //AEX02/NETLOGON/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/win32fe...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/win32fe...not found
    Checking for program //DC05/NETLOGON/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/win32fe...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/dotnet/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/win32fe...not found
    Checking for program /cygdrive/c/Windows/system32/win32fe...not found
    Checking for program /cygdrive/c/Windows/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/win32fe...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/win32fe...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/win32fe...not found
    Checking for program /cygdrive/c/Users/tslt/win32fe...not found
    Checking for program /cygdrive/c/MinGW/bin/win32fe...not found
    Checking for program /cygdrive/i/win/dll/win32fe...not found
    Checking for program /cygdrive/i/win/bin/win32fe...not found
    Checking for program /cygdrive/i/orawin95/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/win32fe...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/win32fe...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/win32fe...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "FC" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o  -lpetsc-ufod4vtr9mqHvKIQiVAm
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ipo: error #11018: Cannot open libpetsc-ufod4vtr9mqHvKIQiVAm.lib
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'
Possible ERROR while running linker: exit code 157
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ipo: error #11018: Cannot open libpetsc-ufod4vtr9mqHvKIQiVAm.lib
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Testing executable /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe to see if it can be run
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe
Running Executable with threads to time it out at 60
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --version
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000
=============================================================================================
TESTING: checkFortranPreprocessor from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:1921)
  Locate a functional Fortran preprocessor
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "FPP" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -E"
Preprocessing source:
#define foo 10

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: checkFortranComments from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:1940)
  Make sure fortran comment "!" works
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
! comment

      end

          Fortran comments can use ! in column 1
=============================================================================================
TESTING: checkLargeFileIO from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2112)
  check for large file support with 64-bit offset
=============================================================================================
TESTING: checkArchiver from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2205)
  Check that the archiver exists and can make a library usable by the compiler
Detected Non-Windows compiler
Executing: ar -V
stdout:
GNU ar (GNU Binutils) 2.41
Copyright (C) 2023 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
Executing: ar -V
stdout:
GNU ar (GNU Binutils) 2.41
Copyright (C) 2023 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
                Defined make macro "FAST_AR_FLAGS" to "Scq"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
int foo(int a) {
  return a+1;
}


    Checking for program /bin/ar...found
              Defined make macro "AR" to "/bin/ar"
    Checking for program /bin/ranlib...found
              Defined make macro "RANLIB" to "/bin/ranlib -c"
Executing: /bin/ar cr /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/libconf1.a /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conf1.o
Executing: /bin/ranlib -c /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/libconf1.a
stdout: /bin/ranlib: invalid option -- c
Possible ERROR while running ranlib:exit code 0
stderr:
/bin/ranlib: invalid option -- c
          Ranlib is not functional with your archiver.  Try --with-ranlib=true if ranlib is unnecessary.
Executing: ar -V
stdout:
GNU ar (GNU Binutils) 2.41
Copyright (C) 2023 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
Executing: ar -V
stdout:
GNU ar (GNU Binutils) 2.41
Copyright (C) 2023 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
                Defined make macro "FAST_AR_FLAGS" to "Scq"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
int foo(int a) {
  return a+1;
}


    Checking for program /bin/ar...found
              Defined make macro "AR" to "/bin/ar"
    Checking for program /bin/ranlib...found
              Defined make macro "RANLIB" to "/bin/ranlib"
Executing: /bin/ar cr /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/libconf1.a /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conf1.o
Executing: /bin/ranlib /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/libconf1.a
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
extern int foo(int);

int main(void) {
  int b = foo(1);  (void)b;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -L/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -lconf1 
stdout: LINK : fatal error LNK1181: cannot open input file 'libconf1.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1181: cannot open input file 'libconf1.lib'Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
extern int foo(int);

int main(void) {
  int b = foo(1);  (void)b;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -L/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -lconf1 
            Defined make macro "AR_FLAGS" to "cr"
            Defined make macro "AR_LIB_SUFFIX" to "lib"
=============================================================================================
TESTING: checkArchiverRecipeArgfile from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2277)
  Checks if AR handles @ notation
Executing: /bin/ar cr checkRecipeArgfile.lib @checkRecipeArgfile.args
            Defined make macro "AR_ARGFILE" to "yes"
=============================================================================================
TESTING: checkSharedLinker from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2359)
  Check that the linker can produce shared libraries
          Checking shared linker /bin/ar using flags []
    Checking for program /bin/ar...found
              Defined make macro "LD_SHARED" to "/bin/ar"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

cl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

                         C/C++ COMPILER OPTIONS


                              -OPTIMIZATION-

/O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed)

/Ob<n> inline expansion (default n=0)   /Od disable optimizations (default)
/Og enable global optimization          /Oi[-] enable intrinsic functions
/Os favor code space                    /Ot favor code speed
/Ox optimizations (favor speed)         
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
    blend - a combination of optimizations for several different x64 processors

    AMD64 - 64-bit AMD processors                                 
    INTEL64 - Intel(R)64 architecture processors                  
    ATOM - Intel(R) Atom(TM) processors                           

                             -CODE GENERATION-

/Gu[-] ensure distinct functions have distinct addresses
/Gw[-] separate global variables for linker
/GF enable read-only string pooling     /Gm[-] enable minimal rebuild
/Gy[-] separate functions for linker    /GS[-] enable security checks
/GR[-] enable C++ RTTI                  /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions)  /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow     
/EHr always generate noexcept runtime termination checks
/fp:<contract|except[-]|fast|precise|strict> choose floating-point model:
    contract - consider floating-point contractions when generating code
    except[-] - consider floating-point exceptions when generating code
    fast - "fast" floating-point model; results are less predictable
    precise - "precise" floating-point model; results are predictable
    strict - "strict" floating-point model (implies /fp:except)
/Qfast_transcendentals generate inline FP intrinsics even with /fp:except
/Qspectre[-] enable mitigations for CVE 2017-5753
/Qpar[-] enable parallel code generation
/Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops
/Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized
/Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops
/Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized
/GL[-] enable link-time code generation 
/volatile:<iso|ms> choose volatile model:
    iso - Acquire/release semantics not guaranteed on volatile accesses
    ms  - Acquire/release semantics guaranteed on volatile accesses
/GA optimize for Windows Application    /Ge force stack checking for all funcs
/Gs[num] control stack checking calls   /Gh enable _penter function call
/GH enable _pexit function call         /GT generate fiber-safe TLS accesses
/RTC1 Enable fast checks (/RTCsu)       /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking      /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
    pure : produce IL-only output file (no native executable code)
    safe : produce IL-only verifiable output file
    netcore : produce assemblies targeting .NET Core runtime
    noAssembly : do not produce an assembly
    nostdlib : ignore the system .NET framework directory when searching for assemblies
    nostdimport : do not import any required assemblies implicitly
    initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
    implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs)         /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
   AVX - enable use of instructions available with AVX-enabled CPUs
   AVX2 - enable use of instructions available with AVX2-enabled CPUs
   AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions

/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
   IA - results compatible with VCVTTSD2USI instruction
   BC - results compatible with VS2017 and earlier compiler
/jumptablerdata Place jump tables for switch case statements in .rdata section

                              -OUTPUT FILES-

/Fa[file] name assembly listing file    /FA[scu] configure assembly listing
/Fd[file] name .PDB file                /Fe<file> name executable file
/Fm[file] name map file                 /Fo<file> name object file
/Fp<file> name precompiled header file  /Fr[file] name source browser file
/FR[file] name extended .SBR file       /Fi[file] name preprocessed file
/Fd: <file> name .PDB file              /Fe: <file> name executable file
/Fm: <file> name map file               /Fo: <file> name object file
/Fp: <file> name .PCH file              /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file      
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file


                              -PREPROCESSOR-

/AI<dir> add to assembly search path    /FU<file> import .NET assembly/module
/FU:asFriend<file> import .NET assembly/module as friend
/C don't strip comments                 /D<name>{=|#}<text> define macro
/E preprocess to stdout                 /EP preprocess to stdout, no #line
/P preprocess to file                   /Fx merge injected code to file
/FI<file> name forced include file      /U<name> remove predefined macro
/u remove all predefined macros         /I<dir> add to include search path
/X ignore "standard places"             
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions         

                                -LANGUAGE-

/std:<c++14|c++17|c++20|c++latest> C++ standard version
    c++14 - ISO/IEC 14882:2014 (default)
    c++17 - ISO/IEC 14882:2017
    c++20 - ISO/IEC 14882:2020
    c++latest - latest draft standard (feature set subject to change)
/permissive[-] enable some nonconforming code to compile (feature set subject to change) (on by default)
/Ze enable extensions (default)         /Za disable extensions
/ZW enable WinRT language extensions    /Zs syntax check only
/Zc:arg1[,arg2] C++ language conformance, where arguments can be:
  forScope[-]           enforce Standard C++ for scoping rules
  wchar_t[-]            wchar_t is the native type, not a typedef
  auto[-]               enforce the new Standard C++ meaning for auto
  trigraphs[-]          enable trigraphs (off by default)
  rvalueCast[-]         enforce Standard C++ explicit type conversion rules
  strictStrings[-]      disable string-literal to [char|wchar_t]*
                        conversion (off by default)
  implicitNoexcept[-]   enable implicit noexcept on required functions
  threadSafeInit[-]     enable thread-safe local static initialization
  inline[-]             remove unreferenced function or data if it is
                        COMDAT or has internal linkage only (off by default)
  sizedDealloc[-]       enable C++14 global sized deallocation
                        functions (on by default)
  throwingNew[-]        assume operator new throws on failure (off by default)
  referenceBinding[-]   a temporary will not bind to an non-const
                        lvalue reference (off by default)
  twoPhase-             disable two-phase name lookup
  ternary[-]            enforce C++11 rules for conditional operator (off by default)
  noexceptTypes[-]      enforce C++17 noexcept rules (on by default in C++17 or later)
  alignedNew[-]         enable C++17 alignment of dynamically allocated objects (on by default)
  hiddenFriend[-]       enforce Standard C++ hidden friend rules (implied by /permissive-)
  externC[-]            enforce Standard C++ rules for 'extern "C"' functions (implied by /permissive-)
  lambda[-]             better lambda support by using the newer lambda processor (off by default)
  tlsGuards[-]          generate runtime checks for TLS variable initialization (on by default)
  zeroSizeArrayNew[-]   call member new/delete for 0-size arrays of objects (on by default)
  static_assert[-]      strict handling of 'static_assert' (implied by /permissive-)
  gotoScope[-]          cannot jump past the initialization of a variable (implied by /permissive-)
  templateScope[-]      enforce Standard C++ template parameter shadowing rules

  enumTypes[-]          enable Standard C++ underlying enum types (off by default)
  checkGwOdr[-]         enforce Standard C++ one definition rule violations
                        when /Gw has been enabled (off by default)
  __STDC__              define __STDC__ to 1 in C
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N>     recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N>     terminate constexpr evaluation after N steps (default: 100000)
/Zi enable debugging information        /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)

/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)
/Zp[n] pack structs on n-byte boundary  /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp      /vm<x> type of pointers to members
/std:<c11|c17> C standard version
    c11 - ISO/IEC 9899:2011
    c17 - ISO/IEC 9899:2018
/ZI enable Edit and Continue debug info 
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime

                              -MISCELLANEOUS-

@<file> options response file           /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
    none - do not send report                
    prompt - prompt to immediately send report
    queue - at next admin logon, prompt to send report (default)
    send - send report automatically         
/FC use full pathnames in diagnostics   /H<num> max external name length
/J default char type is unsigned        
/MP[n] use up to 'n' processes for compilation
/nologo suppress copyright message      /showIncludes show include file names
/Tc<source file> compile file as .c     /Tp<source file> compile file as .cpp
/TC compile all files as .c             /TP compile all files as .cpp
/V<string> set version string           /Yc[file] create .PCH file
/Yd put debug info in every .OBJ        /Yl[sym] inject .PCH ref for debug lib
/Yu[file] use .PCH file                 /Y- disable all PCH options
/Zm<n> max memory alloc (% of default)  /FS force to use MSPDBSRV.EXE
/source-charset:<iana-name>|.nnnn set source character set
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode      /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
/sourcelink [file] file containing source link information

                                -LINKING-

/LD Create .DLL                         /LDd Create .DLL debug library
/LN Create a .netmodule                 /F<num> set stack size
/link [linker options and libraries]    /MD link with MSVCRT.LIB
/MT link with LIBCMT.LIB                /MDd link with MSVCRTD.LIB debug lib
/MTd link with LIBCMTD.LIB debug lib    

                              -CODE ANALYSIS-

/analyze[-] Enable native analysis      /analyze:quiet[-] No warning to console

/analyze:log<name> Warnings to file     /analyze:autolog Log to *.pftlog
/analyze:autolog:ext<ext> Log to *.<ext>/analyze:autolog- No log file
/analyze:WX- Warnings not fatal         /analyze:stacksize<num> Max stack frame

/analyze:max_paths<num> Max paths       /analyze:only Analyze, no code gen

                              -DIAGNOSTICS-

/diagnostics:<args,...> controls the format of diagnostic messages:
             classic   - retains prior format
             column[-] - prints column information
             caret[-]  - prints column and the indicated line of source
/Wall enable all warnings               /w   disable all warnings
/W<n> set warning level (default n=1)   
/Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz
/WX treat warnings as errors            /WL enable one line diagnostics
/wd<n> disable warning n                /we<n> treat warning n as an error
/wo<n> issue warning n once             /w<l><n> set warning level 1-4 for n
/external:I <path>      - location of external headers
/external:env:<var>     - environment variable with locations of external headers
/external:anglebrackets - treat all headers included via <> as external
/external:W<n>          - warning level for external headers
/external:templates[-]  - evaluate warning level across template instantiation chain
/sdl enable additional security features and warnings
/options:strict unrecognized compiler options are an error
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -qversion
stdout:
cl : Command line warning D9002 : ignoring unknown option '-qversion'
cl : Command line error D8003 : missing source filename
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -show
stdout:
cl : Command line warning D9002 : ignoring unknown option '-show'
cl : Command line error D8003 : missing source filename
            Skipping checking MPI compiler command for PIC flag since MPI compiler -show causes an exception so is likely not an MPI compiler
          Trying C compiler flag -PIC
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -PIC   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-PIC'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -PIC 
cl : Command line warning D9002 : ignoring unknown option '-PIC'
conftest.c
              Rejecting compiler flag -PIC  due to 
cl : Command line warning D9002 : ignoring unknown option '-PIC'
conftest.c
          Rejected C compiler flag -PIC because it was not compatible with shared linker /bin/ar using flags []
          Trying C compiler flag -qPIC
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -qPIC   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-qPIC'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -qPIC 
cl : Command line warning D9002 : ignoring unknown option '-qPIC'
conftest.c
              Rejecting compiler flag -qPIC  due to 
cl : Command line warning D9002 : ignoring unknown option '-qPIC'
conftest.c
          Rejected C compiler flag -qPIC because it was not compatible with shared linker /bin/ar using flags []
          Trying C compiler flag -KPIC
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -KPIC   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-KPIC'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -KPIC 
cl : Command line warning D9002 : ignoring unknown option '-KPIC'
conftest.c
              Rejecting compiler flag -KPIC  due to 
cl : Command line warning D9002 : ignoring unknown option '-KPIC'
conftest.c
          Rejected C compiler flag -KPIC because it was not compatible with shared linker /bin/ar using flags []
          Trying C compiler flag -fPIC
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -fPIC   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-fPIC'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -fPIC 
cl : Command line warning D9002 : ignoring unknown option '-fPIC'
conftest.c
              Rejecting compiler flag -fPIC  due to 
cl : Command line warning D9002 : ignoring unknown option '-fPIC'
conftest.c
          Rejected C compiler flag -fPIC because it was not compatible with shared linker /bin/ar using flags []
          Trying C compiler flag -fpic
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -fpic   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-fpic'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -fpic 
cl : Command line warning D9002 : ignoring unknown option '-fpic'
conftest.c
              Rejecting compiler flag -fpic  due to 
cl : Command line warning D9002 : ignoring unknown option '-fpic'
conftest.c
          Rejected C compiler flag -fpic because it was not compatible with shared linker /bin/ar using flags []
          Trying C compiler flag 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers     /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with   
conftest.c
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
int (*fprintf_ptr)(FILE*,const char*,...) = fprintf;
int  foo(void){
  fprintf_ptr(stdout,"hello");
  return 0;
}
void bar(void){foo();}

Executing: /bin/ar  cr /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/libconftest.lib  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o ; /bin/ranlib /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/libconftest.lib
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
int foo(void);

int main(void) {
int ret = foo();
if (ret) {}

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o  -L/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -lconftest
          Using shared linker /bin/ar with flags [] and library extension lib
=============================================================================================
TESTING: checkLinkerWindows from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2455)
  Turns off linker warning about unknown .o files extension
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe  -Qwd10161   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Valid C linker flag -Qwd10161
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe  -Qwd10161   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Valid Cxx linker flag -Qwd10161
=============================================================================================
TESTING: checkPIC from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2062)
  Determine the PIC option for each compiler
          Skip checking PIC options on user request
=============================================================================================
TESTING: checkSharedLinkerPaths from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2473)
  Determine the shared linker path options
       - IRIX: -rpath
       - Linux, OSF: -Wl,-rpath,
       - Solaris: -R
       - FreeBSD: -Wl,-R,
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -V
stdout: cl : Command line error D8004 : '/V' requires an argument
          Trying C linker flag -Wl,-rpath,
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe  -Wl,-rpath,/cygdrive/c/Source/petsc-3.20.4 -Qwd10161  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
stdout: cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/c/Source/petsc-3.20.4'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/c/Source/petsc-3.20.4'            Rejecting linker flag -Wl,-rpath,/cygdrive/c/Source/petsc-3.20.4 due to nonzero status from link
          Rejected C linker flag -Wl,-rpath,
          Trying C linker flag -R
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe  -R/cygdrive/c/Source/petsc-3.20.4 -Qwd10161  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/c/Source/petsc-3.20.4'
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Valid C linker flag -R/cygdrive/c/Source/petsc-3.20.4
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -V
stdout: cl : Command line error D8004 : '/V' requires an argument
          Trying Cxx linker flag -Wl,-rpath,
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe  -Wl,-rpath,/cygdrive/c/Source/petsc-3.20.4 -Qwd10161  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
stdout: cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/c/Source/petsc-3.20.4'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/c/Source/petsc-3.20.4'            Rejecting linker flag -Wl,-rpath,/cygdrive/c/Source/petsc-3.20.4 due to nonzero status from link
          Rejected Cxx linker flag -Wl,-rpath,
          Trying Cxx linker flag -R
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe  -R/cygdrive/c/Source/petsc-3.20.4 -Qwd10161  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/c/Source/petsc-3.20.4'
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Valid Cxx linker flag -R/cygdrive/c/Source/petsc-3.20.4
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -V
stdout: cl : Command line error D8004 : '/V' requires an argument
          Trying FC linker flag -Wl,-rpath,
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe  -Wl,-rpath,/cygdrive/c/Source/petsc-3.20.4   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10157: ignoring option '/W'; argument is of wrong type
            Valid FC linker flag -Wl,-rpath,/cygdrive/c/Source/petsc-3.20.4
=============================================================================================
TESTING: checkLibC from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2512)
  Test whether we need to explicitly include libc in shared linking
       - Mac OSX requires an explicit reference to libc for shared linking
=============================================================================================
TESTING: checkDynamicLinker from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2558)
  Check that the linker can dynamically load shared libraries
Checking for header: dlfcn.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <dlfcn.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'dlfcn.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"








#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <dlfcn.h>

Preprocess output before filtering:
Preprocess output after filtering:
          Dynamic loading disabled since dlfcn.h was missing
=============================================================================================
TESTING: checkPragma from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2020)
  Check for all available applicable languages whether they complain (including warnings!) about potentially unknown pragmas
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -Wunknown-pragmas   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: cl : Command line error D8021 : invalid numeric argument '/Wunknown-pragmas'
Possible ERROR while running compiler: exit code 2
stdout:
cl : Command line error D8021 : invalid numeric argument '/Wunknown-pragmas'Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

                  Output from compiling with  -Wunknown-pragmas 
cl : Command line error D8021 : invalid numeric argument '/Wunknown-pragmas'

PETSc Error: No output file produced
                  Rejecting compiler flag -Wunknown-pragmas  due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -Wunknown-pragmas   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: cl : Command line error D8021 : invalid numeric argument '/Wunknown-pragmas'
Possible ERROR while running compiler: exit code 2
stdout:
cl : Command line error D8021 : invalid numeric argument '/Wunknown-pragmas'Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

                  Output from compiling with  -Wunknown-pragmas 
cl : Command line error D8021 : invalid numeric argument '/Wunknown-pragmas'

PETSc Error: No output file produced
                  Rejecting compiler flag -Wunknown-pragmas  due to nonzero status from link
=============================================================================================
TESTING: checkAtFileOption from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2750)
  Check if linker supports @file option
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.exe  @/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/optfile -Qwd10161  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o 
stdout:
Warning: win32fe: File Not Found: @/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/optfile
cl : Command line error D8022 : cannot open '/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/optfile'
Possible ERROR while running linker: exit code 2
stdout:
Warning: win32fe: File Not Found: @/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/optfile
cl : Command line error D8022 : cannot open '/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/optfile'            Rejecting linker flag @/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/optfile due to nonzero status from link
          @file option test failed!
=============================================================================================
TESTING: output from config.setCompilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/setCompilers.py:2607)
  Output module data as defines and substitutions
            Substituting "CC" with "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl"
            Substituting "CFLAGS" with ""
            Defined make macro "CC_LINKER_SLFLAG" to "-R"
            Substituting "CPP" with "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E"
            Substituting "CPPFLAGS" with ""
            Substituting "CXX" with "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl"
            Substituting "CXX_CXXFLAGS" with " -std:c++20"
            Substituting "CXXFLAGS" with ""
            Substituting "CXX_LINKER_SLFLAG" with "-R"
            Substituting "CXXPP" with "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E"
            Substituting "CXXPPFLAGS" with ""
            Substituting "FC" with "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort"
            Substituting "FFLAGS" with ""
            Defined make macro "FC_LINKER_SLFLAG" to "-Wl,-rpath,"
            Substituting "LDFLAGS" with ""
            Substituting "FPP" with "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -E"
            Substituting "FPPFLAGS" with ""
            Substituting "LIBS" with ""
            Substituting "SHARED_LIBRARY_FLAG" with ""
    child config.setCompilers took 186.393018 seconds
=============================================================================================
TESTING: configureIndexSize from PETSc.options.indexTypes(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/indexTypes.py:38)
  Determine the size of PETSc indices (32 or 64-bit), from -with-64-bit-indices
            Defined make macro "PETSC_INDEX_SIZE" to "32"
    child PETSc.options.indexTypes took 0.002751 seconds
=============================================================================================
TESTING: configureCompilerFlags from config.compilerFlags(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilerFlags.py:82)
  Get the default compiler flags
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --version
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM
Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
getCompilerVersion: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
              Defined make macro "C_VERSION" to "Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64"
                Defined make macro "MPICC_SHOW" to "Unavailable"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

cl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

                         C/C++ COMPILER OPTIONS


                              -OPTIMIZATION-

/O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed)

/Ob<n> inline expansion (default n=0)   /Od disable optimizations (default)
/Og enable global optimization          /Oi[-] enable intrinsic functions
/Os favor code space                    /Ot favor code speed
/Ox optimizations (favor speed)         
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
    blend - a combination of optimizations for several different x64 processors

    AMD64 - 64-bit AMD processors                                 
    INTEL64 - Intel(R)64 architecture processors                  
    ATOM - Intel(R) Atom(TM) processors                           

                             -CODE GENERATION-

/Gu[-] ensure distinct functions have distinct addresses
/Gw[-] separate global variables for linker
/GF enable read-only string pooling     /Gm[-] enable minimal rebuild
/Gy[-] separate functions for linker    /GS[-] enable security checks
/GR[-] enable C++ RTTI                  /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions)  /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow     
/EHr always generate noexcept runtime termination checks
/fp:<contract|except[-]|fast|precise|strict> choose floating-point model:
    contract - consider floating-point contractions when generating code
    except[-] - consider floating-point exceptions when generating code
    fast - "fast" floating-point model; results are less predictable
    precise - "precise" floating-point model; results are predictable
    strict - "strict" floating-point model (implies /fp:except)
/Qfast_transcendentals generate inline FP intrinsics even with /fp:except
/Qspectre[-] enable mitigations for CVE 2017-5753
/Qpar[-] enable parallel code generation
/Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops
/Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized
/Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops
/Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized
/GL[-] enable link-time code generation 
/volatile:<iso|ms> choose volatile model:
    iso - Acquire/release semantics not guaranteed on volatile accesses
    ms  - Acquire/release semantics guaranteed on volatile accesses
/GA optimize for Windows Application    /Ge force stack checking for all funcs
/Gs[num] control stack checking calls   /Gh enable _penter function call
/GH enable _pexit function call         /GT generate fiber-safe TLS accesses
/RTC1 Enable fast checks (/RTCsu)       /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking      /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
    pure : produce IL-only output file (no native executable code)
    safe : produce IL-only verifiable output file
    netcore : produce assemblies targeting .NET Core runtime
    noAssembly : do not produce an assembly
    nostdlib : ignore the system .NET framework directory when searching for assemblies
    nostdimport : do not import any required assemblies implicitly
    initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
    implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs)         /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
   AVX - enable use of instructions available with AVX-enabled CPUs
   AVX2 - enable use of instructions available with AVX2-enabled CPUs
   AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions

/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
   IA - results compatible with VCVTTSD2USI instruction
   BC - results compatible with VS2017 and earlier compiler
/jumptablerdata Place jump tables for switch case statements in .rdata section

                              -OUTPUT FILES-

/Fa[file] name assembly listing file    /FA[scu] configure assembly listing
/Fd[file] name .PDB file                /Fe<file> name executable file
/Fm[file] name map file                 /Fo<file> name object file
/Fp<file> name precompiled header file  /Fr[file] name source browser file
/FR[file] name extended .SBR file       /Fi[file] name preprocessed file
/Fd: <file> name .PDB file              /Fe: <file> name executable file
/Fm: <file> name map file               /Fo: <file> name object file
/Fp: <file> name .PCH file              /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file      
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file


                              -PREPROCESSOR-

/AI<dir> add to assembly search path    /FU<file> import .NET assembly/module
/FU:asFriend<file> import .NET assembly/module as friend
/C don't strip comments                 /D<name>{=|#}<text> define macro
/E preprocess to stdout                 /EP preprocess to stdout, no #line
/P preprocess to file                   /Fx merge injected code to file
/FI<file> name forced include file      /U<name> remove predefined macro
/u remove all predefined macros         /I<dir> add to include search path
/X ignore "standard places"             
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions         

                                -LANGUAGE-

/std:<c++14|c++17|c++20|c++latest> C++ standard version
    c++14 - ISO/IEC 14882:2014 (default)
    c++17 - ISO/IEC 14882:2017
    c++20 - ISO/IEC 14882:2020
    c++latest - latest draft standard (feature set subject to change)
/permissive[-] enable some nonconforming code to compile (feature set subject to change) (on by default)
/Ze enable extensions (default)         /Za disable extensions
/ZW enable WinRT language extensions    /Zs syntax check only
/Zc:arg1[,arg2] C++ language conformance, where arguments can be:
  forScope[-]           enforce Standard C++ for scoping rules
  wchar_t[-]            wchar_t is the native type, not a typedef
  auto[-]               enforce the new Standard C++ meaning for auto
  trigraphs[-]          enable trigraphs (off by default)
  rvalueCast[-]         enforce Standard C++ explicit type conversion rules
  strictStrings[-]      disable string-literal to [char|wchar_t]*
                        conversion (off by default)
  implicitNoexcept[-]   enable implicit noexcept on required functions
  threadSafeInit[-]     enable thread-safe local static initialization
  inline[-]             remove unreferenced function or data if it is
                        COMDAT or has internal linkage only (off by default)
  sizedDealloc[-]       enable C++14 global sized deallocation
                        functions (on by default)
  throwingNew[-]        assume operator new throws on failure (off by default)
  referenceBinding[-]   a temporary will not bind to an non-const
                        lvalue reference (off by default)
  twoPhase-             disable two-phase name lookup
  ternary[-]            enforce C++11 rules for conditional operator (off by default)
  noexceptTypes[-]      enforce C++17 noexcept rules (on by default in C++17 or later)
  alignedNew[-]         enable C++17 alignment of dynamically allocated objects (on by default)
  hiddenFriend[-]       enforce Standard C++ hidden friend rules (implied by /permissive-)
  externC[-]            enforce Standard C++ rules for 'extern "C"' functions (implied by /permissive-)
  lambda[-]             better lambda support by using the newer lambda processor (off by default)
  tlsGuards[-]          generate runtime checks for TLS variable initialization (on by default)
  zeroSizeArrayNew[-]   call member new/delete for 0-size arrays of objects (on by default)
  static_assert[-]      strict handling of 'static_assert' (implied by /permissive-)
  gotoScope[-]          cannot jump past the initialization of a variable (implied by /permissive-)
  templateScope[-]      enforce Standard C++ template parameter shadowing rules

  enumTypes[-]          enable Standard C++ underlying enum types (off by default)
  checkGwOdr[-]         enforce Standard C++ one definition rule violations
                        when /Gw has been enabled (off by default)
  __STDC__              define __STDC__ to 1 in C
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N>     recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N>     terminate constexpr evaluation after N steps (default: 100000)
/Zi enable debugging information        /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)

/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)
/Zp[n] pack structs on n-byte boundary  /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp      /vm<x> type of pointers to members
/std:<c11|c17> C standard version
    c11 - ISO/IEC 9899:2011
    c17 - ISO/IEC 9899:2018
/ZI enable Edit and Continue debug info 
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime

                              -MISCELLANEOUS-

@<file> options response file           /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
    none - do not send report                
    prompt - prompt to immediately send report
    queue - at next admin logon, prompt to send report (default)
    send - send report automatically         
/FC use full pathnames in diagnostics   /H<num> max external name length
/J default char type is unsigned        
/MP[n] use up to 'n' processes for compilation
/nologo suppress copyright message      /showIncludes show include file names
/Tc<source file> compile file as .c     /Tp<source file> compile file as .cpp
/TC compile all files as .c             /TP compile all files as .cpp
/V<string> set version string           /Yc[file] create .PCH file
/Yd put debug info in every .OBJ        /Yl[sym] inject .PCH ref for debug lib
/Yu[file] use .PCH file                 /Y- disable all PCH options
/Zm<n> max memory alloc (% of default)  /FS force to use MSPDBSRV.EXE
/source-charset:<iana-name>|.nnnn set source character set
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode      /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
/sourcelink [file] file containing source link information

                                -LINKING-

/LD Create .DLL                         /LDd Create .DLL debug library
/LN Create a .netmodule                 /F<num> set stack size
/link [linker options and libraries]    /MD link with MSVCRT.LIB
/MT link with LIBCMT.LIB                /MDd link with MSVCRTD.LIB debug lib
/MTd link with LIBCMTD.LIB debug lib    

                              -CODE ANALYSIS-

/analyze[-] Enable native analysis      /analyze:quiet[-] No warning to console

/analyze:log<name> Warnings to file     /analyze:autolog Log to *.pftlog
/analyze:autolog:ext<ext> Log to *.<ext>/analyze:autolog- No log file
/analyze:WX- Warnings not fatal         /analyze:stacksize<num> Max stack frame

/analyze:max_paths<num> Max paths       /analyze:only Analyze, no code gen

                              -DIAGNOSTICS-

/diagnostics:<args,...> controls the format of diagnostic messages:
             classic   - retains prior format
             column[-] - prints column information
             caret[-]  - prints column and the indicated line of source
/Wall enable all warnings               /w   disable all warnings
/W<n> set warning level (default n=1)   
/Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz
/WX treat warnings as errors            /WL enable one line diagnostics
/wd<n> disable warning n                /we<n> treat warning n as an error
/wo<n> issue warning n once             /w<l><n> set warning level 1-4 for n
/external:I <path>      - location of external headers
/external:env:<var>     - environment variable with locations of external headers
/external:anglebrackets - treat all headers included via <> as external
/external:W<n>          - warning level for external headers
/external:templates[-]  - evaluate warning level across template instantiation chain
/sdl enable additional security features and warnings
/options:strict unrecognized compiler options are an error
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 500
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Detected Intel compiler
          Trying C compiler flag -GF
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF 
conftest.c
Added C compiler flag -GF
          Trying C compiler flag -MT
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT 
conftest.c
Added C compiler flag -MT
          Trying C compiler flag -wd4996
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -wd4996   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -wd4996 
conftest.c
Added C compiler flag -wd4996
          Trying C compiler flag -Zc:preprocessor 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -wd4996 -Zc:preprocessor    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  
conftest.c
Added C compiler flag -Zc:preprocessor 
          Trying C compiler flag -experimental:preprocessor
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -wd4996 -Zc:preprocessor  -experimental:preprocessor   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9035 : option 'experimental:preprocessor' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'Zc:preprocessor' instead of 'experimental:preprocessor'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -experimental:preprocessor 
cl : Command line warning D9035 : option 'experimental:preprocessor' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'Zc:preprocessor' instead of 'experimental:preprocessor'
conftest.c
              Rejecting compiler flag -experimental:preprocessor  due to 
cl : Command line warning D9035 : option 'experimental:preprocessor' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'Zc:preprocessor' instead of 'experimental:preprocessor'
conftest.c
          Rejected C compiler flag -experimental:preprocessor
                Defined make macro "MPICC_SHOW" to "Unavailable"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

cl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

                         C/C++ COMPILER OPTIONS


                              -OPTIMIZATION-

/O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed)

/Ob<n> inline expansion (default n=0)   /Od disable optimizations (default)
/Og enable global optimization          /Oi[-] enable intrinsic functions
/Os favor code space                    /Ot favor code speed
/Ox optimizations (favor speed)         
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
    blend - a combination of optimizations for several different x64 processors

    AMD64 - 64-bit AMD processors                                 
    INTEL64 - Intel(R)64 architecture processors                  
    ATOM - Intel(R) Atom(TM) processors                           

                             -CODE GENERATION-

/Gu[-] ensure distinct functions have distinct addresses
/Gw[-] separate global variables for linker
/GF enable read-only string pooling     /Gm[-] enable minimal rebuild
/Gy[-] separate functions for linker    /GS[-] enable security checks
/GR[-] enable C++ RTTI                  /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions)  /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow     
/EHr always generate noexcept runtime termination checks
/fp:<contract|except[-]|fast|precise|strict> choose floating-point model:
    contract - consider floating-point contractions when generating code
    except[-] - consider floating-point exceptions when generating code
    fast - "fast" floating-point model; results are less predictable
    precise - "precise" floating-point model; results are predictable
    strict - "strict" floating-point model (implies /fp:except)
/Qfast_transcendentals generate inline FP intrinsics even with /fp:except
/Qspectre[-] enable mitigations for CVE 2017-5753
/Qpar[-] enable parallel code generation
/Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops
/Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized
/Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops
/Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized
/GL[-] enable link-time code generation 
/volatile:<iso|ms> choose volatile model:
    iso - Acquire/release semantics not guaranteed on volatile accesses
    ms  - Acquire/release semantics guaranteed on volatile accesses
/GA optimize for Windows Application    /Ge force stack checking for all funcs
/Gs[num] control stack checking calls   /Gh enable _penter function call
/GH enable _pexit function call         /GT generate fiber-safe TLS accesses
/RTC1 Enable fast checks (/RTCsu)       /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking      /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
    pure : produce IL-only output file (no native executable code)
    safe : produce IL-only verifiable output file
    netcore : produce assemblies targeting .NET Core runtime
    noAssembly : do not produce an assembly
    nostdlib : ignore the system .NET framework directory when searching for assemblies
    nostdimport : do not import any required assemblies implicitly
    initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
    implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs)         /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
   AVX - enable use of instructions available with AVX-enabled CPUs
   AVX2 - enable use of instructions available with AVX2-enabled CPUs
   AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions

/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
   IA - results compatible with VCVTTSD2USI instruction
   BC - results compatible with VS2017 and earlier compiler
/jumptablerdata Place jump tables for switch case statements in .rdata section

                              -OUTPUT FILES-

/Fa[file] name assembly listing file    /FA[scu] configure assembly listing
/Fd[file] name .PDB file                /Fe<file> name executable file
/Fm[file] name map file                 /Fo<file> name object file
/Fp<file> name precompiled header file  /Fr[file] name source browser file
/FR[file] name extended .SBR file       /Fi[file] name preprocessed file
/Fd: <file> name .PDB file              /Fe: <file> name executable file
/Fm: <file> name map file               /Fo: <file> name object file
/Fp: <file> name .PCH file              /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file      
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file


                              -PREPROCESSOR-

/AI<dir> add to assembly search path    /FU<file> import .NET assembly/module
/FU:asFriend<file> import .NET assembly/module as friend
/C don't strip comments                 /D<name>{=|#}<text> define macro
/E preprocess to stdout                 /EP preprocess to stdout, no #line
/P preprocess to file                   /Fx merge injected code to file
/FI<file> name forced include file      /U<name> remove predefined macro
/u remove all predefined macros         /I<dir> add to include search path
/X ignore "standard places"             
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions         

                                -LANGUAGE-

/std:<c++14|c++17|c++20|c++latest> C++ standard version
    c++14 - ISO/IEC 14882:2014 (default)
    c++17 - ISO/IEC 14882:2017
    c++20 - ISO/IEC 14882:2020
    c++latest - latest draft standard (feature set subject to change)
/permissive[-] enable some nonconforming code to compile (feature set subject to change) (on by default)
/Ze enable extensions (default)         /Za disable extensions
/ZW enable WinRT language extensions    /Zs syntax check only
/Zc:arg1[,arg2] C++ language conformance, where arguments can be:
  forScope[-]           enforce Standard C++ for scoping rules
  wchar_t[-]            wchar_t is the native type, not a typedef
  auto[-]               enforce the new Standard C++ meaning for auto
  trigraphs[-]          enable trigraphs (off by default)
  rvalueCast[-]         enforce Standard C++ explicit type conversion rules
  strictStrings[-]      disable string-literal to [char|wchar_t]*
                        conversion (off by default)
  implicitNoexcept[-]   enable implicit noexcept on required functions
  threadSafeInit[-]     enable thread-safe local static initialization
  inline[-]             remove unreferenced function or data if it is
                        COMDAT or has internal linkage only (off by default)
  sizedDealloc[-]       enable C++14 global sized deallocation
                        functions (on by default)
  throwingNew[-]        assume operator new throws on failure (off by default)
  referenceBinding[-]   a temporary will not bind to an non-const
                        lvalue reference (off by default)
  twoPhase-             disable two-phase name lookup
  ternary[-]            enforce C++11 rules for conditional operator (off by default)
  noexceptTypes[-]      enforce C++17 noexcept rules (on by default in C++17 or later)
  alignedNew[-]         enable C++17 alignment of dynamically allocated objects (on by default)
  hiddenFriend[-]       enforce Standard C++ hidden friend rules (implied by /permissive-)
  externC[-]            enforce Standard C++ rules for 'extern "C"' functions (implied by /permissive-)
  lambda[-]             better lambda support by using the newer lambda processor (off by default)
  tlsGuards[-]          generate runtime checks for TLS variable initialization (on by default)
  zeroSizeArrayNew[-]   call member new/delete for 0-size arrays of objects (on by default)
  static_assert[-]      strict handling of 'static_assert' (implied by /permissive-)
  gotoScope[-]          cannot jump past the initialization of a variable (implied by /permissive-)
  templateScope[-]      enforce Standard C++ template parameter shadowing rules

  enumTypes[-]          enable Standard C++ underlying enum types (off by default)
  checkGwOdr[-]         enforce Standard C++ one definition rule violations
                        when /Gw has been enabled (off by default)
  __STDC__              define __STDC__ to 1 in C
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N>     recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N>     terminate constexpr evaluation after N steps (default: 100000)
/Zi enable debugging information        /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)

/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)
/Zp[n] pack structs on n-byte boundary  /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp      /vm<x> type of pointers to members
/std:<c11|c17> C standard version
    c11 - ISO/IEC 9899:2011
    c17 - ISO/IEC 9899:2018
/ZI enable Edit and Continue debug info 
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime

                              -MISCELLANEOUS-

@<file> options response file           /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
    none - do not send report                
    prompt - prompt to immediately send report
    queue - at next admin logon, prompt to send report (default)
    send - send report automatically         
/FC use full pathnames in diagnostics   /H<num> max external name length
/J default char type is unsigned        
/MP[n] use up to 'n' processes for compilation
/nologo suppress copyright message      /showIncludes show include file names
/Tc<source file> compile file as .c     /Tp<source file> compile file as .cpp
/TC compile all files as .c             /TP compile all files as .cpp
/V<string> set version string           /Yc[file] create .PCH file
/Yd put debug info in every .OBJ        /Yl[sym] inject .PCH ref for debug lib
/Yu[file] use .PCH file                 /Y- disable all PCH options
/Zm<n> max memory alloc (% of default)  /FS force to use MSPDBSRV.EXE
/source-charset:<iana-name>|.nnnn set source character set
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode      /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
/sourcelink [file] file containing source link information

                                -LINKING-

/LD Create .DLL                         /LDd Create .DLL debug library
/LN Create a .netmodule                 /F<num> set stack size
/link [linker options and libraries]    /MD link with MSVCRT.LIB
/MT link with LIBCMT.LIB                /MDd link with MSVCRTD.LIB debug lib
/MTd link with LIBCMTD.LIB debug lib    

                              -CODE ANALYSIS-

/analyze[-] Enable native analysis      /analyze:quiet[-] No warning to console

/analyze:log<name> Warnings to file     /analyze:autolog Log to *.pftlog
/analyze:autolog:ext<ext> Log to *.<ext>/analyze:autolog- No log file
/analyze:WX- Warnings not fatal         /analyze:stacksize<num> Max stack frame

/analyze:max_paths<num> Max paths       /analyze:only Analyze, no code gen

                              -DIAGNOSTICS-

/diagnostics:<args,...> controls the format of diagnostic messages:
             classic   - retains prior format
             column[-] - prints column information
             caret[-]  - prints column and the indicated line of source
/Wall enable all warnings               /w   disable all warnings
/W<n> set warning level (default n=1)   
/Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz
/WX treat warnings as errors            /WL enable one line diagnostics
/wd<n> disable warning n                /we<n> treat warning n as an error
/wo<n> issue warning n once             /w<l><n> set warning level 1-4 for n
/external:I <path>      - location of external headers
/external:env:<var>     - environment variable with locations of external headers
/external:anglebrackets - treat all headers included via <> as external
/external:W<n>          - warning level for external headers
/external:templates[-]  - evaluate warning level across template instantiation chain
/sdl enable additional security features and warnings
/options:strict unrecognized compiler options are an error
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 500
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Detected Intel compiler
=============================================================================================
                                     ***** WARNING *****
  Using default C optimization flags "-O2 -QxW". You might consider manually setting
  optimal optimization flags for your system with COPTFLAGS="optimization flags" see
  config/examples/arch-*-opt.py for examples
=============================================================================================
          Trying C compiler flag -O2
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -wd4996 -Zc:preprocessor  -O2   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -O2 
conftest.c
Added C compiler flag -O2
          Trying C compiler flag -QxW
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -wd4996 -Zc:preprocessor  -O2 -QxW   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-QxW'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -O2 -QxW 
cl : Command line warning D9002 : ignoring unknown option '-QxW'
conftest.c
              Rejecting compiler flag -QxW  due to 
cl : Command line warning D9002 : ignoring unknown option '-QxW'
conftest.c
          Rejected C compiler flag -QxW
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --version
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM
Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
getCompilerVersion: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
              Defined make macro "Cxx_VERSION" to "Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64"
                Defined make macro "MPICXX_SHOW" to "Unavailable"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

cl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

                         C/C++ COMPILER OPTIONS


                              -OPTIMIZATION-

/O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed)

/Ob<n> inline expansion (default n=0)   /Od disable optimizations (default)
/Og enable global optimization          /Oi[-] enable intrinsic functions
/Os favor code space                    /Ot favor code speed
/Ox optimizations (favor speed)         
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
    blend - a combination of optimizations for several different x64 processors

    AMD64 - 64-bit AMD processors                                 
    INTEL64 - Intel(R)64 architecture processors                  
    ATOM - Intel(R) Atom(TM) processors                           

                             -CODE GENERATION-

/Gu[-] ensure distinct functions have distinct addresses
/Gw[-] separate global variables for linker
/GF enable read-only string pooling     /Gm[-] enable minimal rebuild
/Gy[-] separate functions for linker    /GS[-] enable security checks
/GR[-] enable C++ RTTI                  /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions)  /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow     
/EHr always generate noexcept runtime termination checks
/fp:<contract|except[-]|fast|precise|strict> choose floating-point model:
    contract - consider floating-point contractions when generating code
    except[-] - consider floating-point exceptions when generating code
    fast - "fast" floating-point model; results are less predictable
    precise - "precise" floating-point model; results are predictable
    strict - "strict" floating-point model (implies /fp:except)
/Qfast_transcendentals generate inline FP intrinsics even with /fp:except
/Qspectre[-] enable mitigations for CVE 2017-5753
/Qpar[-] enable parallel code generation
/Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops
/Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized
/Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops
/Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized
/GL[-] enable link-time code generation 
/volatile:<iso|ms> choose volatile model:
    iso - Acquire/release semantics not guaranteed on volatile accesses
    ms  - Acquire/release semantics guaranteed on volatile accesses
/GA optimize for Windows Application    /Ge force stack checking for all funcs
/Gs[num] control stack checking calls   /Gh enable _penter function call
/GH enable _pexit function call         /GT generate fiber-safe TLS accesses
/RTC1 Enable fast checks (/RTCsu)       /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking      /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
    pure : produce IL-only output file (no native executable code)
    safe : produce IL-only verifiable output file
    netcore : produce assemblies targeting .NET Core runtime
    noAssembly : do not produce an assembly
    nostdlib : ignore the system .NET framework directory when searching for assemblies
    nostdimport : do not import any required assemblies implicitly
    initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
    implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs)         /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
   AVX - enable use of instructions available with AVX-enabled CPUs
   AVX2 - enable use of instructions available with AVX2-enabled CPUs
   AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions

/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
   IA - results compatible with VCVTTSD2USI instruction
   BC - results compatible with VS2017 and earlier compiler
/jumptablerdata Place jump tables for switch case statements in .rdata section

                              -OUTPUT FILES-

/Fa[file] name assembly listing file    /FA[scu] configure assembly listing
/Fd[file] name .PDB file                /Fe<file> name executable file
/Fm[file] name map file                 /Fo<file> name object file
/Fp<file> name precompiled header file  /Fr[file] name source browser file
/FR[file] name extended .SBR file       /Fi[file] name preprocessed file
/Fd: <file> name .PDB file              /Fe: <file> name executable file
/Fm: <file> name map file               /Fo: <file> name object file
/Fp: <file> name .PCH file              /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file      
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file


                              -PREPROCESSOR-

/AI<dir> add to assembly search path    /FU<file> import .NET assembly/module
/FU:asFriend<file> import .NET assembly/module as friend
/C don't strip comments                 /D<name>{=|#}<text> define macro
/E preprocess to stdout                 /EP preprocess to stdout, no #line
/P preprocess to file                   /Fx merge injected code to file
/FI<file> name forced include file      /U<name> remove predefined macro
/u remove all predefined macros         /I<dir> add to include search path
/X ignore "standard places"             
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions         

                                -LANGUAGE-

/std:<c++14|c++17|c++20|c++latest> C++ standard version
    c++14 - ISO/IEC 14882:2014 (default)
    c++17 - ISO/IEC 14882:2017
    c++20 - ISO/IEC 14882:2020
    c++latest - latest draft standard (feature set subject to change)
/permissive[-] enable some nonconforming code to compile (feature set subject to change) (on by default)
/Ze enable extensions (default)         /Za disable extensions
/ZW enable WinRT language extensions    /Zs syntax check only
/Zc:arg1[,arg2] C++ language conformance, where arguments can be:
  forScope[-]           enforce Standard C++ for scoping rules
  wchar_t[-]            wchar_t is the native type, not a typedef
  auto[-]               enforce the new Standard C++ meaning for auto
  trigraphs[-]          enable trigraphs (off by default)
  rvalueCast[-]         enforce Standard C++ explicit type conversion rules
  strictStrings[-]      disable string-literal to [char|wchar_t]*
                        conversion (off by default)
  implicitNoexcept[-]   enable implicit noexcept on required functions
  threadSafeInit[-]     enable thread-safe local static initialization
  inline[-]             remove unreferenced function or data if it is
                        COMDAT or has internal linkage only (off by default)
  sizedDealloc[-]       enable C++14 global sized deallocation
                        functions (on by default)
  throwingNew[-]        assume operator new throws on failure (off by default)
  referenceBinding[-]   a temporary will not bind to an non-const
                        lvalue reference (off by default)
  twoPhase-             disable two-phase name lookup
  ternary[-]            enforce C++11 rules for conditional operator (off by default)
  noexceptTypes[-]      enforce C++17 noexcept rules (on by default in C++17 or later)
  alignedNew[-]         enable C++17 alignment of dynamically allocated objects (on by default)
  hiddenFriend[-]       enforce Standard C++ hidden friend rules (implied by /permissive-)
  externC[-]            enforce Standard C++ rules for 'extern "C"' functions (implied by /permissive-)
  lambda[-]             better lambda support by using the newer lambda processor (off by default)
  tlsGuards[-]          generate runtime checks for TLS variable initialization (on by default)
  zeroSizeArrayNew[-]   call member new/delete for 0-size arrays of objects (on by default)
  static_assert[-]      strict handling of 'static_assert' (implied by /permissive-)
  gotoScope[-]          cannot jump past the initialization of a variable (implied by /permissive-)
  templateScope[-]      enforce Standard C++ template parameter shadowing rules

  enumTypes[-]          enable Standard C++ underlying enum types (off by default)
  checkGwOdr[-]         enforce Standard C++ one definition rule violations
                        when /Gw has been enabled (off by default)
  __STDC__              define __STDC__ to 1 in C
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N>     recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N>     terminate constexpr evaluation after N steps (default: 100000)
/Zi enable debugging information        /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)

/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)
/Zp[n] pack structs on n-byte boundary  /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp      /vm<x> type of pointers to members
/std:<c11|c17> C standard version
    c11 - ISO/IEC 9899:2011
    c17 - ISO/IEC 9899:2018
/ZI enable Edit and Continue debug info 
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime

                              -MISCELLANEOUS-

@<file> options response file           /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
    none - do not send report                
    prompt - prompt to immediately send report
    queue - at next admin logon, prompt to send report (default)
    send - send report automatically         
/FC use full pathnames in diagnostics   /H<num> max external name length
/J default char type is unsigned        
/MP[n] use up to 'n' processes for compilation
/nologo suppress copyright message      /showIncludes show include file names
/Tc<source file> compile file as .c     /Tp<source file> compile file as .cpp
/TC compile all files as .c             /TP compile all files as .cpp
/V<string> set version string           /Yc[file] create .PCH file
/Yd put debug info in every .OBJ        /Yl[sym] inject .PCH ref for debug lib
/Yu[file] use .PCH file                 /Y- disable all PCH options
/Zm<n> max memory alloc (% of default)  /FS force to use MSPDBSRV.EXE
/source-charset:<iana-name>|.nnnn set source character set
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode      /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
/sourcelink [file] file containing source link information

                                -LINKING-

/LD Create .DLL                         /LDd Create .DLL debug library
/LN Create a .netmodule                 /F<num> set stack size
/link [linker options and libraries]    /MD link with MSVCRT.LIB
/MT link with LIBCMT.LIB                /MDd link with MSVCRTD.LIB debug lib
/MTd link with LIBCMTD.LIB debug lib    

                              -CODE ANALYSIS-

/analyze[-] Enable native analysis      /analyze:quiet[-] No warning to console

/analyze:log<name> Warnings to file     /analyze:autolog Log to *.pftlog
/analyze:autolog:ext<ext> Log to *.<ext>/analyze:autolog- No log file
/analyze:WX- Warnings not fatal         /analyze:stacksize<num> Max stack frame

/analyze:max_paths<num> Max paths       /analyze:only Analyze, no code gen

                              -DIAGNOSTICS-

/diagnostics:<args,...> controls the format of diagnostic messages:
             classic   - retains prior format
             column[-] - prints column information
             caret[-]  - prints column and the indicated line of source
/Wall enable all warnings               /w   disable all warnings
/W<n> set warning level (default n=1)   
/Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz
/WX treat warnings as errors            /WL enable one line diagnostics
/wd<n> disable warning n                /we<n> treat warning n as an error
/wo<n> issue warning n once             /w<l><n> set warning level 1-4 for n
/external:I <path>      - location of external headers
/external:env:<var>     - environment variable with locations of external headers
/external:anglebrackets - treat all headers included via <> as external
/external:W<n>          - warning level for external headers
/external:templates[-]  - evaluate warning level across template instantiation chain
/sdl enable additional security features and warnings
/options:strict unrecognized compiler options are an error
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 500
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Detected Intel compiler
          Trying Cxx compiler flag -GF
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF 
conftest.cc
Added Cxx compiler flag -GF
          Trying Cxx compiler flag -MT
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT 
conftest.cc
Added Cxx compiler flag -MT
          Trying Cxx compiler flag -GR
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -GR 
conftest.cc
Added Cxx compiler flag -GR
          Trying Cxx compiler flag -EHsc
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc 
conftest.cc
Added Cxx compiler flag -EHsc
          Trying Cxx compiler flag -Zc:preprocessor 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor    -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc -Zc:preprocessor  
conftest.cc
Added Cxx compiler flag -Zc:preprocessor 
          Trying Cxx compiler flag -experimental:preprocessor
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor  -experimental:preprocessor   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9035 : option 'experimental:preprocessor' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'Zc:preprocessor' instead of 'experimental:preprocessor'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc -Zc:preprocessor  -experimental:preprocessor 
cl : Command line warning D9035 : option 'experimental:preprocessor' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'Zc:preprocessor' instead of 'experimental:preprocessor'
conftest.cc
              Rejecting compiler flag -experimental:preprocessor  due to 
cl : Command line warning D9035 : option 'experimental:preprocessor' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'Zc:preprocessor' instead of 'experimental:preprocessor'
conftest.cc
          Rejected Cxx compiler flag -experimental:preprocessor
          Trying Cxx compiler flag -Zc:__cplusplus
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus 
conftest.cc
Added Cxx compiler flag -Zc:__cplusplus
                Defined make macro "MPICXX_SHOW" to "Unavailable"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

cl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

                         C/C++ COMPILER OPTIONS


                              -OPTIMIZATION-

/O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed)

/Ob<n> inline expansion (default n=0)   /Od disable optimizations (default)
/Og enable global optimization          /Oi[-] enable intrinsic functions
/Os favor code space                    /Ot favor code speed
/Ox optimizations (favor speed)         
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
    blend - a combination of optimizations for several different x64 processors

    AMD64 - 64-bit AMD processors                                 
    INTEL64 - Intel(R)64 architecture processors                  
    ATOM - Intel(R) Atom(TM) processors                           

                             -CODE GENERATION-

/Gu[-] ensure distinct functions have distinct addresses
/Gw[-] separate global variables for linker
/GF enable read-only string pooling     /Gm[-] enable minimal rebuild
/Gy[-] separate functions for linker    /GS[-] enable security checks
/GR[-] enable C++ RTTI                  /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions)  /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow     
/EHr always generate noexcept runtime termination checks
/fp:<contract|except[-]|fast|precise|strict> choose floating-point model:
    contract - consider floating-point contractions when generating code
    except[-] - consider floating-point exceptions when generating code
    fast - "fast" floating-point model; results are less predictable
    precise - "precise" floating-point model; results are predictable
    strict - "strict" floating-point model (implies /fp:except)
/Qfast_transcendentals generate inline FP intrinsics even with /fp:except
/Qspectre[-] enable mitigations for CVE 2017-5753
/Qpar[-] enable parallel code generation
/Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops
/Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized
/Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops
/Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized
/GL[-] enable link-time code generation 
/volatile:<iso|ms> choose volatile model:
    iso - Acquire/release semantics not guaranteed on volatile accesses
    ms  - Acquire/release semantics guaranteed on volatile accesses
/GA optimize for Windows Application    /Ge force stack checking for all funcs
/Gs[num] control stack checking calls   /Gh enable _penter function call
/GH enable _pexit function call         /GT generate fiber-safe TLS accesses
/RTC1 Enable fast checks (/RTCsu)       /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking      /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
    pure : produce IL-only output file (no native executable code)
    safe : produce IL-only verifiable output file
    netcore : produce assemblies targeting .NET Core runtime
    noAssembly : do not produce an assembly
    nostdlib : ignore the system .NET framework directory when searching for assemblies
    nostdimport : do not import any required assemblies implicitly
    initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
    implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs)         /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
   AVX - enable use of instructions available with AVX-enabled CPUs
   AVX2 - enable use of instructions available with AVX2-enabled CPUs
   AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions

/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
   IA - results compatible with VCVTTSD2USI instruction
   BC - results compatible with VS2017 and earlier compiler
/jumptablerdata Place jump tables for switch case statements in .rdata section

                              -OUTPUT FILES-

/Fa[file] name assembly listing file    /FA[scu] configure assembly listing
/Fd[file] name .PDB file                /Fe<file> name executable file
/Fm[file] name map file                 /Fo<file> name object file
/Fp<file> name precompiled header file  /Fr[file] name source browser file
/FR[file] name extended .SBR file       /Fi[file] name preprocessed file
/Fd: <file> name .PDB file              /Fe: <file> name executable file
/Fm: <file> name map file               /Fo: <file> name object file
/Fp: <file> name .PCH file              /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file      
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file


                              -PREPROCESSOR-

/AI<dir> add to assembly search path    /FU<file> import .NET assembly/module
/FU:asFriend<file> import .NET assembly/module as friend
/C don't strip comments                 /D<name>{=|#}<text> define macro
/E preprocess to stdout                 /EP preprocess to stdout, no #line
/P preprocess to file                   /Fx merge injected code to file
/FI<file> name forced include file      /U<name> remove predefined macro
/u remove all predefined macros         /I<dir> add to include search path
/X ignore "standard places"             
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions         

                                -LANGUAGE-

/std:<c++14|c++17|c++20|c++latest> C++ standard version
    c++14 - ISO/IEC 14882:2014 (default)
    c++17 - ISO/IEC 14882:2017
    c++20 - ISO/IEC 14882:2020
    c++latest - latest draft standard (feature set subject to change)
/permissive[-] enable some nonconforming code to compile (feature set subject to change) (on by default)
/Ze enable extensions (default)         /Za disable extensions
/ZW enable WinRT language extensions    /Zs syntax check only
/Zc:arg1[,arg2] C++ language conformance, where arguments can be:
  forScope[-]           enforce Standard C++ for scoping rules
  wchar_t[-]            wchar_t is the native type, not a typedef
  auto[-]               enforce the new Standard C++ meaning for auto
  trigraphs[-]          enable trigraphs (off by default)
  rvalueCast[-]         enforce Standard C++ explicit type conversion rules
  strictStrings[-]      disable string-literal to [char|wchar_t]*
                        conversion (off by default)
  implicitNoexcept[-]   enable implicit noexcept on required functions
  threadSafeInit[-]     enable thread-safe local static initialization
  inline[-]             remove unreferenced function or data if it is
                        COMDAT or has internal linkage only (off by default)
  sizedDealloc[-]       enable C++14 global sized deallocation
                        functions (on by default)
  throwingNew[-]        assume operator new throws on failure (off by default)
  referenceBinding[-]   a temporary will not bind to an non-const
                        lvalue reference (off by default)
  twoPhase-             disable two-phase name lookup
  ternary[-]            enforce C++11 rules for conditional operator (off by default)
  noexceptTypes[-]      enforce C++17 noexcept rules (on by default in C++17 or later)
  alignedNew[-]         enable C++17 alignment of dynamically allocated objects (on by default)
  hiddenFriend[-]       enforce Standard C++ hidden friend rules (implied by /permissive-)
  externC[-]            enforce Standard C++ rules for 'extern "C"' functions (implied by /permissive-)
  lambda[-]             better lambda support by using the newer lambda processor (off by default)
  tlsGuards[-]          generate runtime checks for TLS variable initialization (on by default)
  zeroSizeArrayNew[-]   call member new/delete for 0-size arrays of objects (on by default)
  static_assert[-]      strict handling of 'static_assert' (implied by /permissive-)
  gotoScope[-]          cannot jump past the initialization of a variable (implied by /permissive-)
  templateScope[-]      enforce Standard C++ template parameter shadowing rules

  enumTypes[-]          enable Standard C++ underlying enum types (off by default)
  checkGwOdr[-]         enforce Standard C++ one definition rule violations
                        when /Gw has been enabled (off by default)
  __STDC__              define __STDC__ to 1 in C
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N>     recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N>     terminate constexpr evaluation after N steps (default: 100000)
/Zi enable debugging information        /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)

/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)
/Zp[n] pack structs on n-byte boundary  /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp      /vm<x> type of pointers to members
/std:<c11|c17> C standard version
    c11 - ISO/IEC 9899:2011
    c17 - ISO/IEC 9899:2018
/ZI enable Edit and Continue debug info 
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime

                              -MISCELLANEOUS-

@<file> options response file           /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
    none - do not send report                
    prompt - prompt to immediately send report
    queue - at next admin logon, prompt to send report (default)
    send - send report automatically         
/FC use full pathnames in diagnostics   /H<num> max external name length
/J default char type is unsigned        
/MP[n] use up to 'n' processes for compilation
/nologo suppress copyright message      /showIncludes show include file names
/Tc<source file> compile file as .c     /Tp<source file> compile file as .cpp
/TC compile all files as .c             /TP compile all files as .cpp
/V<string> set version string           /Yc[file] create .PCH file
/Yd put debug info in every .OBJ        /Yl[sym] inject .PCH ref for debug lib
/Yu[file] use .PCH file                 /Y- disable all PCH options
/Zm<n> max memory alloc (% of default)  /FS force to use MSPDBSRV.EXE
/source-charset:<iana-name>|.nnnn set source character set
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode      /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
/sourcelink [file] file containing source link information

                                -LINKING-

/LD Create .DLL                         /LDd Create .DLL debug library
/LN Create a .netmodule                 /F<num> set stack size
/link [linker options and libraries]    /MD link with MSVCRT.LIB
/MT link with LIBCMT.LIB                /MDd link with MSVCRTD.LIB debug lib
/MTd link with LIBCMTD.LIB debug lib    

                              -CODE ANALYSIS-

/analyze[-] Enable native analysis      /analyze:quiet[-] No warning to console

/analyze:log<name> Warnings to file     /analyze:autolog Log to *.pftlog
/analyze:autolog:ext<ext> Log to *.<ext>/analyze:autolog- No log file
/analyze:WX- Warnings not fatal         /analyze:stacksize<num> Max stack frame

/analyze:max_paths<num> Max paths       /analyze:only Analyze, no code gen

                              -DIAGNOSTICS-

/diagnostics:<args,...> controls the format of diagnostic messages:
             classic   - retains prior format
             column[-] - prints column information
             caret[-]  - prints column and the indicated line of source
/Wall enable all warnings               /w   disable all warnings
/W<n> set warning level (default n=1)   
/Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz
/WX treat warnings as errors            /WL enable one line diagnostics
/wd<n> disable warning n                /we<n> treat warning n as an error
/wo<n> issue warning n once             /w<l><n> set warning level 1-4 for n
/external:I <path>      - location of external headers
/external:env:<var>     - environment variable with locations of external headers
/external:anglebrackets - treat all headers included via <> as external
/external:W<n>          - warning level for external headers
/external:templates[-]  - evaluate warning level across template instantiation chain
/sdl enable additional security features and warnings
/options:strict unrecognized compiler options are an error
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 500
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Detected Intel compiler
=============================================================================================
                                     ***** WARNING *****
  Using default Cxx optimization flags "-O2 -QxW -Zm200". You might consider manually
  setting optimal optimization flags for your system with CXXOPTFLAGS="optimization flags"
  see config/examples/arch-*-opt.py for examples
=============================================================================================
          Trying Cxx compiler flag -O2
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 
conftest.cc
Added Cxx compiler flag -O2
          Trying Cxx compiler flag -QxW
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -QxW   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-QxW'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -QxW 
cl : Command line warning D9002 : ignoring unknown option '-QxW'
conftest.cc
              Rejecting compiler flag -QxW  due to 
cl : Command line warning D9002 : ignoring unknown option '-QxW'
conftest.cc
          Rejected Cxx compiler flag -QxW
          Trying Cxx compiler flag -Zm200
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 
conftest.cc
Added Cxx compiler flag -Zm200
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --version
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000
getCompilerVersion: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nIntel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000
              Defined make macro "FC_VERSION" to "Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nIntel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000"
                Defined make macro "MPIFC_SHOW" to "Unavailable"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

icl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000
Copyright (C) 1985-2023 Intel Corporation.  All rights reserved.

ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
                         Intel(R) Fortran Compiler Help
                         ==============================

  Intel(R) Compiler includes compiler options that optimize for instruction
  sets that are available in both Intel(R) and non-Intel microprocessors, but
  may perform additional optimizations for Intel microprocessors than for
  non-Intel microprocessors.  In addition, certain compiler options for
  Intel(R) Compiler are reserved for Intel microprocessors.
  For a detailed description of these compiler options, including the
  instructions they implicate, please refer to "Intel(R) Fortran Compiler
  Classic and Intel(R) Fortran Compiler Developer Guide and Reference >
  Compiler Reference > Compiler Options."
   usage: ifort [options] file1 [file2 ...] [/link linker_options]

      where options represents zero or more compiler options

      fileN is a Fortran source (.f .for .ftn .f90 .fpp .i .i90),
      assembly (.asm), object (.obj), static library (.lib), or
      other linkable file

      linker_options represents zero or more linker options

Notes
-----
1. Many FL32 options are supported; a warning is printed for unsupported
   options.

2. Intel Fortran compiler options may be placed in your ifort.cfg file.

   Some options listed are only available on a specific system
   i32    indicates the feature is available on systems based on IA-32
          architecture
   i64em  indicates the feature is available on systems using Intel(R) 64
          architecture

                             Compiler Option List
                             --------------------

Optimization
------------

/O1       optimize for maximum speed, but disable some optimizations which
          increase code size for a small speed benefit
/O2       optimize for maximum speed (DEFAULT)
/O3       optimize for maximum speed and enable more aggressive optimizations
          that may not improve performance on some programs
/Ox       enable maximum optimizations (same as /O2)
/Os       enable speed optimizations, but disable some optimizations which
          increase code size for small speed benefit (overrides /Ot)
/Ot       enable speed optimizations (overrides /Os)
/Od       disable optimizations
/Oy[-]    enable/disable using EBP as a general purpose register (no frame
          pointer) (i32 only)
/Ofast    enable /O3 /Qprec-div- /fp:fast=2 optimizations
/Oa[-]    assume no aliasing in program
/Ow[-]    assume no aliasing within functions, but assume aliasing across calls

/fast     enable /QxHOST /Qipo /Qprec-div- /O3 /fp:fast=2
          optimizations
/Qprotect-parens[-]
          enable/disable(DEFAULT) a reassociation optimization for REAL
          and COMPLEX expression evaluations by not honoring parenthesis
/Qsimd-honor-fp-model
          enforces the selected fp-model in SIMD loops.
          Specify /Qsimd-honor-fp-model-(DEFAULT) to override
          the fp-model in SIMD loops.
/Qsimd-serialize-fp-reduction
          serializes FP reductions for improved floating point consistency in
          SIMD loops while allowing the rest of the loop to be vectorized.
          Default is /Qsimd-serialize-fp-reduction-

Code Generation
---------------

/Qx<code>
          generate specialized code to run exclusively on processors
          indicated by <code> as described below
            SSE2    May generate Intel(R) SSE2 and SSE instructions for Intel
                    processors.  Optimizes for the Intel NetBurst(R)
                    microarchitecture.
            SSE3    May generate Intel(R) SSE3, SSE2, and SSE instructions for
                    Intel processors.  Optimizes for the enhanced Pentium(R) M
                    processor microarchitecture and Intel NetBurst(R)
                    microarchitecture.
            SSSE3   May generate Intel(R) SSSE3, SSE3, SSE2, and SSE
                    instructions for Intel processors.  Optimizes for the
                    Intel(R) Core(TM) microarchitecture.
            SSE4.1  May generate Intel(R) SSE4 Vectorizing Compiler and Media
                    Accelerator instructions for Intel processors.  May
                    generate Intel(R) SSSE3, SSE3, SSE2, and SSE instructions
                    and it may optimize for Intel(R) 45nm Hi-k next generation
                    Intel Core(TM) microarchitecture.
            SSE4.2  May generate Intel(R) SSE4 Efficient Accelerated String
                    and Text Processing instructions supported by Intel(R)
                    Core(TM) i7 processors.  May generate Intel(R) SSE4
                    Vectorizing Compiler and Media Accelerator, Intel(R) SSSE3,

                    SSE3, SSE2, and SSE instructions and it may optimize for
                    the Intel(R) Core(TM) processor family.
            AVX     May generate Intel(R) Advanced Vector Extensions (Intel(R)
                    AVX), Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3,
                    SSE2, and SSE instructions for Intel(R) processors.
            CORE-AVX2
                    May generate Intel(R) Advanced Vector Extensions 2
                    (Intel(R) AVX2), Intel(R) AVX, SSE4.2, SSE4.1, SSSE3, SSE3,

                    SSE2, and SSE instructions for Intel(R) processors.
            CORE-AVX-I
                    May generate Intel(R) Advanced Vector Extensions (Intel(R)
                    AVX), including instructions in Intel(R) Core 2(TM)
                    processors in process technology smaller than 32nm,
                    Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3, SSE2, and SSE
                    instructions for Intel(R) processors.
            ATOM_SSE4.2
                    May generate MOVBE instructions for Intel(R) processors,
                    depending on the setting of option /Qinstruction.
                    May also generate Intel(R) SSE4.2, SSE3, SSE2, and SSE
                    instructions for Intel processors. Optimizes for Intel(R)
                    Atom(TM) processors that support Intel(R) SSE4.2 and MOVBE
                    instructions.
            ATOM_SSSE3
                    May generate MOVBE instructions for Intel(R) processors,
                    depending on the setting of option /Qinstruction.
                    May also generate Intel(R) SSSE3, SSE3, SSE2, and SSE
                    instructions for Intel processors. Optimizes for the
                    Intel(R) Atom(TM) processor that support Intel(R) SSE
                    and MOVBE instructions.
            CORE-AVX512
                    May generate Intel(R) Advanced Vector Extensions 512
                    (Intel(R) AVX-512) Foundation instructions, Intel(R)
                    AVX-512 Conflict Detection instructions, Intel(R) AVX-512
                    Doubleword and Quadword instructions, Intel(R) AVX-512
                    Byte and Word instructions and Intel(R) AVX-512 Vector
                    Length Extensions for Intel(R) processors, and the
                    instructions enabled with CORE-AVX2. Optimizes for Intel(R)

                    processors that support Intel(R) AVX-512 instructions.
            COMMON-AVX512
                    May generate Intel(R) Advanced Vector Extensions 512
                    (Intel(R) AVX-512) Foundation instructions, Intel(R)
                    AVX-512 Conflict Detection instructions, as well as the
                    instructions enabled with CORE-AVX2. Optimizes for Intel(R)

                    processors that support Intel(R) AVX-512 instructions.
            BROADWELL
            CANNONLAKE
            HASWELL
            ICELAKE-CLIENT (or ICELAKE)
            ICELAKE-SERVER
            IVYBRIDGE
            SANDYBRIDGE
            SILVERMONT
            GOLDMONT
            GOLDMONT-PLUS
            TREMONT
            SKYLAKE
            SKYLAKE-AVX512
            CASCADELAKE
            KABYLAKE
            COFFEELAKE
            AMBERLAKE
            WHISKEYLAKE
            TIGERLAKE
            SAPPHIRERAPIDS
                    May generate instructions for processors that support the
                    specified Intel(R) microarchitecture code name. Optimizes
                    for Intel(R) processors that support the specified Intel(R)

                    microarchitecture code name.
                    Keyword SILVERMONT is only available on Windows*
                    and Linux* systems.
/QxHost   generate instructions for the highest instruction set and processor
          available on the compilation host machine
/Qax<code1>[,<code2>,...]
          generate code specialized for processors specified by <codes>
          while also generating generic IA-32 instructions.
          <codes> includes one or more of the following:
            SSE2    May generate Intel(R) SSE2 and SSE instructions for Intel
                    processors.
            SSE3    May generate Intel(R) SSE3, SSE2, and SSE instructions for
                    Intel processors.
            SSSE3   May generate Intel(R) SSSE3, SSE3, SSE2, and SSE
                    instructions for Intel processors.
            SSE4.1  May generate Intel(R) SSE4.1, SSSE3, SSE3, SSE2, and SSE
                   instructions for Intel processors.
            SSE4.2  May generate Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3, SSE2,
                    and SSE instructions for Intel processors.
            AVX     May generate Intel(R) Advanced Vector Extensions (Intel(R)
                    AVX), Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3,
                    SSE2, and SSE instructions for Intel(R) processors.
            CORE-AVX2
                    May generate Intel(R) Advanced Vector Extensions 2
                    (Intel(R) AVX2), Intel(R) AVX, SSE4.2, SSE4.1, SSSE3, SSE3,

                    SSE2, and SSE instructions for Intel(R) processors.
            CORE-AVX-I
                    May generate Intel(R) Advanced Vector Extensions (Intel(R)
                    AVX), including instructions in Intel(R) Core 2(TM)
                    processors in process technology smaller than 32nm,
                    Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3, SSE2, and SSE
                    instructions for Intel(R) processors.
            CORE-AVX512
                    May generate Intel(R) Advanced Vector Extensions 512
                    (Intel(R) AVX-512) Foundation instructions, Intel(R)
                    AVX-512 Conflict Detection instructions, Intel(R) AVX-512
                    Doubleword and Quadword instructions, Intel(R) AVX-512
                    Byte and Word instructions and Intel(R) AVX-512 Vector
                    Length Extensions for Intel(R) processors, and the
                    instructions enabled with CORE-AVX2.
            BROADWELL
            CANNONLAKE
            HASWELL
            ICELAKE-CLIENT (or ICELAKE)
            ICELAKE-SERVER
            IVYBRIDGE
            SANDYBRIDGE
            SILVERMONT
            GOLDMONT
            GOLDMONT-PLUS
            TREMONT
            SKYLAKE
            SKYLAKE-AVX512
            CASCADELAKE
            KABYLAKE
            COFFEELAKE
            AMBERLAKE
            WHISKEYLAKE
            TIGERLAKE
            SAPPHIRERAPIDS
                    May generate instructions for processors that support the
                    specified Intel(R) microarchitecture code name. Optimizes
                    for Intel(R) processors that support the specified Intel(R)

                    microarchitecture code name.
                    Keyword SILVERMONT is only available on Windows*
                    and Linux* systems.

/arch:<code>
          generate specialized code to optimize for processors indicated by
          <code> as described below
            BROADWELL
            CANNONLAKE
            HASWELL
            ICELAKE-CLIENT (or ICELAKE)
            ICELAKE-SERVER
            IVYBRIDGE
            SANDYBRIDGE
            SILVERMONT
            GOLDMONT
            GOLDMONT-PLUS
            TREMONT
            SKYLAKE-AVX512
            SKYLAKE
            CASCADELAKE
            KABYLAKE
            COFFEELAKE
            AMBERLAKE
            WHISKEYLAKE
            TIGERLAKE
            SAPPHIRERAPIDS
                       May generate instructions for processors that support
                       the specified Intel(R) microarchitecture code name
            CORE-AVX2  May generate Intel(R) Advanced Vector Extensions 2
                       (Intel(R) AVX2), Intel(R) AVX, SSE4.2, SSE4.1, SSE3,
                       SSE2, SSE, and SSSE3 instructions
            CORE-AVX-I May generate Float-16 conversion instructions and the
                       RDRND instruction, Intel(R) Advanced Vector Extensions
                       (Intel(R) AVX), Intel(R) SSE4.2, SSE4.1, SSE3, SSE2,
                       SSE, and SSSE3 instructions
            AVX        May generate Intel(R) AVX, SSE4.2, SSE4.1, SSSE3, SSE3,
                       SSE2 and SSE instructions
            SSE4.2     May generate Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3, SSE2
                       and SSE instructions
            SSE4.1     May generate Intel(R) SSE4.1, SSSE3, SSE3, SSE2 and SSE
                       instructions
            SSSE3      May generate Intel(R) SSSE3, SSE3, SSE2 and SSE
                       instructions
            SSE3       May generate Intel(R) SSE3, SSE2 and SSE instructions
            SSE2       May generate Intel(R) SSE2 and SSE instructions
/tune:<cpu>
          optimize for a specific <cpu>
            generic    - Optimizes code for the compiler's default behavior
            broadwell
            haswell
            ivybridge
            knl
            knm
            sandybridge
            silvermont
            cannonlake
            icelake
            skylake-avx512
            skylake    - Optimizes code for processors that support the
                         specified Intel(R) microarchitecture code name.
                         knl and silvermont are only available on Windows* and
                         Linux* systems
            core-avx2  - Optimizes code for processors that support Intel(R)
                         Advanced Vector Extensions 2 (Intel(R) AVX2), Intel(R)

                         AVX, SSE4.2 SSE4.1, SSE3, SSE2, SSE, and SSSE3
                         instructions
            core-avx-i - Optimizes code for processors that support Float-16
                         conversion instructions and the RDRND instruction,
                         Intel(R) Advanced Vector Extensions (Intel(R) AVX),
                         Intel(R) SSE4.2, SSE4.1, SSE3, SSE2, SSE, and SSSE3
                         instructions
            corei7-avx - Optimizes code for processors that support Intel(R)
                         Advanced Vector Extensions (Intel(R) AVX), Intel(R)
                         SSE4.2, SSE4.1, SSE3, SSE2, SSE, and SSSE3
                         instructions
            corei7     - Optimizes code for processors that support Intel(R)
                         SSE4 Efficient Accelerated String and Text Processing
                         instructions. May also generate code for Intel(R) SSE4

                         Vectorizing Compiler and Media Accelerator, Intel(R)
                         SSE3, SSE2, SSE, and SSSE3 instructions
            atom       - Optimizes code for processors that support MOVBE
                         instructions, depending on the setting of option
                         -minstruction (Linux and macOS*) or /Qinstruction
                         (Windows). May also generate code for SSSE3
                         instructions and Intel(R) SSE3, SSE2, and SSE
                         instructions
            core2      - Optimizes for the Intel(R) Core(TM) 2 processor
                         family, including support for MMX(TM), Intel(R) SSE,
                         SSE2, SSE3, and SSSE3 instruction sets.
            pentium-mmx - Optimizes for Intel(R) Pentium(R) with MMX technology

            pentiumpro - Optimizes for Intel(R) Pentium(R) Pro, Intel Pentium
                         II, and Intel Pentium III processors
            pentium4m  - Optimizes for Intel(R) Pentium(R) 4 processors with
                         MMX technology
            pentium-m
            pentium4
            pentium3
            pentium    - Optimizes code for Intel(R) Pentium(R) processors.
                         Value pentium3 is only available on Linux systems
/Qinstruction:<keyword>
          Refine instruction set output for the selected target processor

            [no]movbe  - Do/do not generate MOVBE instructions with ATOM_SSSE3
                          (requires /QxATOM_SSSE3)
/guard:cf
          enable control flow protection mechanism
/Qextend-arguments:[32|64]
          By default, unprototyped scalar integer arguments are passed
          in 32-bits (sign-extended if necessary).
          On Intel(R) 64, unprototyped scalar integer arguments may be
          extended to 64-bits.
/Qm32     generate code for IA-32 architecture
/Qm64     generate code for Intel(R) 64 architecture
/Qstringop-strategy:<alg>
          Override the internal decision heuristic for the particular algorithm

          to use for inlining string operations. The allowed values for <alg>:
            rep             - Expand using 1 "rep" prefix (DEFAULT for /Os)
            const_size_loop - Expand into an inline loop when size is known at
                              compile time (DEFAULT)
            libcall         - Always use a library call.
/Qstringop-inline-threshold:<val>
          inline calls to memcall-like (memcpy, memset) functions when the
          number of bytes the functions handle are known at compile time and
          less than <val>
/Qcf-protection[:<arg>]
          Enables Control-flow Enforcement Technology (CET) protection, which
          defends your program from certain attacks that exploit
          vulnerabilities.
            shadow_stack    - Enables shadow stack protection
            branch_tracking - Enables endbranch (EB) generation
            full            - Enables both shadow stack protection and
                              endbranch (EB) generation (same as no <arg>)
            none            - Disables Control-flow Enforcement Technology
                              protection
/Qauto-arch:<code1>[,<code2>,...]
          generate multiple, feature-specific auto-dispatch code paths for x86
          architecture processors if there is a performance benefit.  The
          accepted arguments match those of option '/Qax'

Interprocedural Optimization (IPO)
----------------------------------

/Qip[-]   enable(DEFAULT)/disable single-file IP optimization
          within files
/Qipo[n]  enable multi-file IP optimization between files
/Qipo-c   generate a multi-file object file (ipo_out.obj)
/Qipo-S   generate a multi-file assembly file (ipo_out.asm)
/Qip-no-inlining
          disable full and partial inlining
/Qip-no-pinlining
          disable partial inlining
/Qipo-separate
          create one object file for every source file (overrides /Qipo[n])
/Qipo-jobs<n>
          specify the number of jobs to be executed simultaneously during the
          IPO link phase

Advanced Optimizations
----------------------

/Qunroll[n]
          set maximum number of times to unroll loops.  Omit n to use default
          heuristics.  Use n=0 to disable the loop unroller
/Qunroll-aggressive[-]
          enables more aggressive unrolling heuristics
/Qscalar-rep[-]
          enable(DEFAULT)/disable scalar replacement (requires /O3)
/Qpad[-]  enable/disable(DEFAULT) changing variable and array memory layout
/Qsafe-cray-ptr
          Cray pointers do not alias with other variables
/Qansi-alias[-]
          enable(DEFAULT)/disable use of ANSI aliasing rules optimizations;
          user asserts that the program adheres to these rules
/Qcomplex-limited-range[-]
          enable/disable(DEFAULT) the use of the basic algebraic expansions of
          some complex arithmetic operations.  This can allow for some
          performance improvement in programs which use a lot of complex
          arithmetic at the loss of some exponent range.
/reentrancy:<keyword>
          specify whether the threaded, reentrant run-time support should be
          used
          Keywords:  none (same as /noreentrancy), threaded(DEFAULT), async
/noreentrancy
          do not use threaded, reentrant run-time support
/heap-arrays[:n]
          temporary arrays of minimum size n (in kilobytes) are allocated in
          heap memory rather than on the stack.  If n is not specified,
          all temporary arrays are allocated in heap memory.
/heap-arrays-
          temporary arrays are allocated on the stack (DEFAULT)
/Qopt-multi-version-aggressive[-]
          enables more aggressive multi-versioning to check for pointer
          aliasing and scalar replacement
/Qopt-ra-region-strategy[:<keyword>]
          select the method that the register allocator uses to partition each
          routine into regions
            routine - one region per routine
            block   - one region per block
            trace   - one region per trace
            loop    - one region per loop
            default - compiler selects best option
/Qvec[-]  enables(DEFAULT)/disables vectorization
/Qvec-guard-write[-]
          enables cache/bandwidth optimization for stores under conditionals
          within vector loops
/Qvec-threshold[n]
          sets a threshold for the vectorization of loops based on the
          probability of profitable execution of the vectorized loop in
          parallel
/Qvecabi:<arg>
          select vector function ABI
            legacy - use the legacy vector function ABI
            compat - use the compatibility vector function ABI (DEFAULT)
            cmdtarget - generate an extended set of vector functions
/Qopt-malloc-options:{0|1|2|3|4}
          specify malloc configuration parameters.  Specifying a non-zero <n>
          value will cause alternate configuration parameters to be set for
          how malloc allocates and frees memory
/Qopt-jump-tables:<arg>
          control the generation of jump tables
            default - let the compiler decide when a jump table, a series of
                      if-then-else constructs or a combination is generated
            large   - generate jump tables up to a certain pre-defined size
                      (64K entries)
            <n>     - generate jump tables up to <n> in size
          use /Qopt-jump-tables- to lower switch statements as chains of
          if-then-else constructs
/Qopt-block-factor:<n>
          specify blocking factor for loop blocking
/Qopt-streaming-stores:<arg>
          specifies whether streaming stores are generated
            always - enables generation of streaming stores under the
                     assumption that the application is memory bound.  Also,
                     the user is responsible for inserting the right memory
                     fences for synchronization
            auto   - compiler decides when streaming stores are used (DEFAULT)
            never  - disables generation of streaming stores
/Qmkl[:<arg>]
          link to the Intel(R) Math Kernel Library (Intel(R) MKL) and bring
          in the associated headers
            parallel   - link using the threaded Intel(R) MKL libraries. This
                         is the default when /Qmkl is specified
            sequential - link using the non-threaded Intel(R) MKL libraries
            cluster    - link using the Intel(R) MKL Cluster libraries plus
                         the sequential Intel(R) MKL libraries
/Qmkl-ilp64[:<arg>]
          link to the Intel(R) Math Kernel ILP64 variant Libraries
          (Intel(R) MKL) and bring in the associated headers
            parallel   - link using the threaded Intel(R) MKL libraries. This
                         is the default when /Qmkl-ilp64 is specified
            sequential - link using the non-threaded Intel(R) MKL libraries
            cluster    - link using the Intel(R) MKL Cluster libraries plus
                         the sequential Intel(R) MKL libraries
/Qopt-subscript-in-range[-]
          assumes no overflows in the intermediate computation of the
          subscripts
/Qcoarray[:<keyword>]
          enable/disable(DEFAULT) coarray syntax for data parallel
          programming, and set the relationship between the coarray
          images.
          keywords: shared      - default if keyword is omitted
                    single      - overrides any other keyword
                    distributed - only valid with the Intel(R)
                                  Cluster Toolkit
/Qcoarray-num-images:n
          set default number of coarray images
/Qopt-matmul[-]
          replace matrix multiplication with calls to intrinsics and threading
          libraries for improved performance (DEFAULT at /O3 /Qparallel)
/Qsimd[-]
          enables(DEFAULT)/disables vectorization using SIMD directive
/Qopt-mem-layout-trans[:<level>]
          controls the level of memory layout transformations performed by the
          compiler
           0 - disable memory layout transformations (same as
               /Qopt-mem-layout-trans-)
           1 - enable basic memory layout transformations
           2 - enable more memory layout transformations  (DEFAULT when the
               option is specified)
           3 - enable aggressive memory layout transformations
/Qopt-prefetch[:n]
          enable levels of prefetch insertion, where 0 disables.
          n may be 0 through 5 inclusive.  Default is 2.
/Qopt-prefetch-
          disable(DEFAULT) prefetch insertion.  Equivalent to /Qopt-prefetch:0
/Qopt-prefetch-distance:n1[,n2]
          specify the prefetch distance (how many iterations ahead, use n1 and
          n2 values such that n1>=n2) to be used for compiler generated
          prefetches inside loops.  n1 indicates distance from memory to L2
          cache and n2 indicates distance from L2 to L1.
/Qopt-prefetch-issue-excl-hint
          generates PrefetchW instruction for Intel(R) microarchitecture
          code name Broadwell processors and beyond when /Qopt-prefetch
          is also used
/Qopt-gather-scatter-unroll:n
          specify an alternative loop unroll sequence for gather and scatter
          loops (Intel(R) MIC Architecture specific).  Disable with
          /Qopt-gather-scatter-unroll- (equivalent to n=0)
/Qopt-dynamic-align
          enable(DEFAULT) dynamic data alignment optimizations.  Specify
          /Qopt-dynamic-align- to disable
/Qalign-loops[:n]
          specify code alignment of loops to improve performance.
          n is the number of bytes for the minimum alignment boundary.  It must

          be a power of 2 between 1 and 4096.  If n is not present, an
          alignment of 16 bytes is used.
          Use of /Qalign-loops- (DEFAULT) sets alignment to 1.
/Qopt-zmm-usage:<keyword>
          Specifies the level of zmm registers usage.  You can specify one of
          the following:
            low  - Tells the compiler that the compiled program is unlikely to
                   benefit from zmm registers usage. It specifies that the
                   compiler should avoid using zmm registers unless it can
                   prove the gain from their usage.
            high - Tells the compiler to generate zmm code without restrictions

/Qoverride-limits
          provides a way to override certain internal compiler limits that are
          intended to prevent excessive memory usage or compile times for very
          large, complex compilation units.
/Qopt-multiple-gather-scatter-by-shuffles[-]
          Enables or disables the optimization for multiple adjacent
          gather/scatter type vector memory references.
/Qbranches-within-32B-boundaries[-]
          enable/disable(DEFAULT) aligning branches and fused branches on
          32-byte boundaries

Profile Guided Optimization (PGO)
---------------------------------

/Qprof-dir <dir>
          specify directory for profiling output files (*.dyn and *.dpi)
/Qprof-src-root <dir>
          specify project root directory for application source files to
          enable relative path resolution during profile feedback on sources
          below that directory
/Qprof-src-root-cwd
          specify the current directory as the project root directory for
          application source files to enable relative path resolution during
          profile feedback on sources below that directory
/Qprof-src-dir[-]
          specify whether directory names of sources should be
          considered when looking up profile records within the .dpi file
/Qprof-file <file>
          specify file name for profiling summary file
/Qprof-data-order[-]
          enable/disable(DEFAULT) static data ordering with profiling
/Qprof-func-order[-]
          enable/disable(DEFAULT) function ordering with profiling
/Qprof-gen[:keyword[,keyword]]
          instrument program for profiling.  Optional keywords are as follows.
            default    - Produces an instrumented object file. This is the same

                         as specifying the /Qprof-gen option with no keyword.
            srcpos     - Produces an instrumented object file and information
                         needed for using the code coverage tool.
            globdata   - Produces an instrumented object file that includes
                         information for global data layout.
            threadsafe - Collects PGO data with guards for threaded
                         applications.
/Qprof-gen-
          disable profiling instrumentation
/Qprof-use[:<arg>]
          enable use of profiling information during optimization
            weighted  - invokes profmerge with -weighted option to scale data
                        based on run durations
            [no]merge - enable(default)/disable the invocation of the profmerge

                        tool
/Qprof-use-
          disable use of profiling information during optimization
/Qcov-gen
          instrument program for profiling.  Use /Qcov-gen- to disable
/Qcov-dir <dir>
          specify directory for profiling output files (*.dyn and *.dpi)
/Qcov-file <file>
          specify file name for profiling summary file
/Qfnsplit[:<n>]
          enable function splitting (enabled with /Qprof-use for IA-32 Windows)

            n - positive integer indicating the threshold number.  The blocks
                can be placed into a different code segment if their
                execution probability is less than the specified value of
                range 0 <= n <= 100
          use /Qfnsplit- to disable
/Qinstrument-functions[-]
          determine whether function entry and exit points are instrumented
/Qprof-hotness-threshold:<val>
          set the hotness threshold for function grouping and function ordering

          val indicates percentage of functions to be placed in hot region.
          This option requires /Qprof-use
           and /Qprof-func-order
/Qprof-value-profiling:<arg>[,<arg>,...]
          limit value profiling
            none      - inhibit all types of value profiling
            nodivide  - inhibit value profiling of non-compile time constants
                        used in division or remainder operations
            noindcall - inhibit value profiling of function addresses at
                        indirect call sites

Optimization Reports
--------------------

/Qopt-report[:n]
          generate an optimization report. Default destination is
          <target>.optrpt.  Levels of 0 - 5 are valid.
          Please see documentation for additional details of
          information provided by phase per level.
            0   disable optimization report output
            2   DEFAULT when enabled
/Qopt-report-file:[stdout | stderr | <file>]
          specify the filename or output stream for the generated report
/Qopt-report-stdout
          specify the generated report should be directed to stdout
/Qopt-report-per-object
          specify the generated report should be directed to a .optrpt file
          in the output directory (DEFAULT when another destination for the
          report is not specified)
/Qopt-report-phase:<phase>[,<phase>,...]
          specify one or more phases that reports are generated against
/Qopt-report-routine:<name>[,<name>,...]
          restrict the report to routines containing the given name
/Qopt-report-filter:<string>
          restricts the opt-report to specific files, routines or line
          number ranges. Refer to the documentation for the specific
          syntax of parameter string.
/Qopt-report-format:[text|vs]
          specify the output format to be used for the opt-report as either
          plain text or a format for use in the Microsoft* Visual Studio IDE
/Qopt-report-embed[-]
          When enabled, if an assembly file is being generated, special loop
          info annotations will be emitted in the assembly file.  If an object
          file/executable is being generated, these will be emitted into the
          object file/executable for use by the Intel VTune Amplifier
          application. Automatically enabled when symbolic debug information
          is enabled.
/Qopt-report-help
          display the optimization phases available for reporting
/Qopt-report-names:<keyword>
          Specifies whether mangled or unmangled names should appear in the
          optimization report.
            mangled   - use mangled names
            unmangled - use unmangled names (DEFAULT)
/Qopt-report-annotate[:<keyword>]
          Annotate source files with optimization reports in specified format
            html - annotate in HTML format
            text - annotate in text format (DEFAULT)
/Qopt-report-annotate-position:<keyword>
          Specify the site where loop related optimization reports appear in
          the annotated source for inlined routines
            caller - annotate at caller site
            callee - annotate at callee site
            both   - annotate at both caller and callee site
/Qtcheck[:mode]
          enable analysis of threaded applications (requires Intel(R) Thread
          Checker; cannot be used with compiler alone)
            tci - instruments a program to perform a thread-count-independent
                  analysis
            tcd - instruments a program to perform a thread-count-dependent
                  analysis (DEFAULT when mode is not used)
            api - instruments a program at the api-imports level
/Qtcollect[:<lib>]
          inserts instrumentation probes calling the Intel(R) Trace Collector
          API.  The library <lib>.lib is linked in the default being VT.lib
          (requires Intel(R) Trace Collector)
/Qtcollect-filter:file
          Enable or disable the instrumentation of specified functions.
          (requires Intel(R) Trace Collector)

OpenMP* and Parallel Processing
------------------------------

/Qopenmp  enable the compiler to generate multi-threaded code based on the
          OpenMP* directives (same as /openmp)
          Use /Qopenmp- to disable
/Qopenmp-stubs
          enables the user to compile OpenMP programs in sequential mode.  The
          OpenMP directives are ignored and a stub OpenMP library is linked
          (sequential)
/Qopenmp-lib:<ver>
          choose which OpenMP library version to link with
            compat - use the Microsoft compatible OpenMP run-time libraries
                     (DEFAULT)
/Qopenmp-threadprivate:<ver>
          choose which threadprivate implementation to use
            compat - use the Microsoft compatible thread local storage
            legacy - use the Intel compatible implementation
                     (DEFAULT)
/Qparallel
          enable the auto-parallelizer to generate multi-threaded code for
          loops that can be safely executed in parallel
/Qpar-threshold[n]
          set threshold for the auto-parallelization of loops where n is an
          integer from 0 to 100
/Qpar-runtime-control[n]
          Control parallelizer to generate runtime check code for effective
          automatic parallelization.
            n=0    no runtime check based auto-parallelization
            n=1    generate runtime check code under conservative mode
                   (DEFAULT when enabled)
            n=2    generate runtime check code under heuristic mode
            n=3    generate runtime check code under aggressive mode
/Qpar-schedule-static[:n]
          Specifies a scheduling algorithm for DO loop iteration.
          Divides iterations into contiguous pieces.  Size n if
          specified, equal sized pieces if not.
/Qpar-schedule-static-balanced[:n]
          Divides iterations into even-sized chunks.  Size n if
          specified, equal sized pieces if not.
/Qpar-schedule-static-steal[:n]
          Divides iterations into even-sized chunks, but allows
          threads to steal parts of chunks from neighboring threads
/Qpar-schedule-dynamic[:n]
          Specifies a scheduling algorithm for DO loop iteration.
          Assigns iterations to threads in chunks dynamically.
          Chunk size is n iterations if specified, otherwise 1.
/Qpar-schedule-guided[:n]
          Specifies a scheduling algorithm for DO loop iteration.
          Indicates a minimum number of iterations.  If specified,
          n is the minimum number, otherwise 1.
/Qpar-schedule-guided-analytical[:n]
          Divides iterations by using exponential distribution or
          dynamic distributions.
/Qpar-schedule-runtime
          Specifies a scheduling algorithm for DO loop iteration.
          Defers the scheduling decision until runtime.
/Qpar-schedule-auto
          Lets the compiler or run-time system determine the
          scheduling algorithm.
/Qpar-adjust-stack<n>
          perform fiber-based main thread stack adjustment
/Qpar-affinity=[<modifier>,...]<type>[,<permute>][,<offset>]
          tune application performance by setting different thread affinity
/Qpar-num-threads=<n>
          tune application performance by setting different number of threads
/Qparallel-source-info[:n]
          enable(DEFAULT)/disable the emission of source location information
          for parallel code generation with OpenMP and auto-parallelization
            0 - disable (same as /Qparallel-source-info-)
            1 - emit routine name and line information (DEFAULT)
            2 - emit path, file, routine name and line information
/Qpar     same as /Qparallel
/Qopenmp-simd
          Enables OpenMP* SIMD compilation.  Enabled by default with
          /Qopenmp.  Use /Qopenmp-simd- to disable.

Floating Point
--------------

/fp:<name>
          enable <name> floating point model variation
            except[-] - enable/disable floating point exception semantics
            fast[=1|2]  - enables more aggressive floating point optimizations
            precise     - allows value-safe optimizations
            source      - enables intermediates in source precision
                          sets /assume:protect_parens for Fortran
            strict      - enables /fp:precise /fp:except, disables
                          contractions and enables pragma stdc fenv_access
            consistent  - enables consistent, reproducible results for
                          different optimization levels or between different
                          processors of the same architecture
/Qfp-speculation:<mode>
          enable floating point speculations with the following <mode>
          conditions:
            fast   - speculate floating point operations (DEFAULT)
            safe   - speculate only when safe
            strict - same as off
            off    - disables speculation of floating-point operations
/Qpc32    set internal FPU precision to 24 bit significand
/Qprec    improve floating-point precision
/Qprec-sqrt[-]
          determine if certain square root optimizations are enabled
/Qprec-div[-]
          improve precision of FP divides (some speed impact)
/Qfast-transcendentals[-]
          generate a faster version of the transcendental functions
/Qfp-port[-]
          round fp results at assignments and casts (some speed impact)
/Qfp-stack-check
          enable fp stack checking after every function/procedure call
/Qrcd     rounding mode to enable fast float-to-int conversions
/rounding-mode:chopped
          set internal FPU rounding control to truncate
/Qftz[-]  enable/disable flush denormal results to zero
/fpe:{0|1|3}
          specifies program-wide behavior on floating point exceptions
/fpe-all:{0|1|3}
          specifies floating point exception behavior on all functions
          and subroutines.  Also sets /assume:ieee_fpe_flags
/[no]fltconsistency
          specify that improved floating-point consistency should be used
/Qfma[-]  enable/disable the combining of floating point multiplies and
          add/subtract operations
/[no]recursive
          compile all procedures for possible recursive execution
/Qimf-absolute-error:value[:funclist]
          define the maximum allowable absolute error for math library
          function results
            value    - a positive, floating-point number conforming to the
                       format [digits][.digits][{e|E}[sign]digits]
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qimf-accuracy-bits:bits[:funclist]
          define the relative error, measured by the number of correct bits,
          for math library function results
            bits     - a positive, floating-point number
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qimf-arch-consistency:value[:funclist]
          ensures that the math library functions produce consistent results
          across different implementations of the same architecture
            value    - true or false
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qimf-max-error:ulps[:funclist]
          defines the maximum allowable relative error, measured in ulps, for
          math library function results
            ulps     - a positive, floating-point number conforming to the
                       format [digits][.digits][{e|E}[sign]digits]
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qimf-precision:value[:funclist]
          defines the accuracy (precision) for math library functions
            value    - defined as one of the following values
                       high   - equivalent to max-error = 1.0
                       medium - equivalent to max-error = 4 (DEFAULT)
                       low    - equivalent to accuracy-bits = 11 (single
                                precision); accuracy-bits = 26 (double
                                precision)
                       reference - equivalent to 'high' accuracy with correct
                                signaling of exceptional conditions through
                                the errno and status flags settings.  This
                                setting is initially available only on Linux*
                                systems
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qimf-domain-exclusion:classlist[:funclist]
          indicates the input arguments domain on which math functions
          must provide correct results.
            classlist - defined as one of the following values:
                          nans, infinities, denormals, zeros
                          all, none, common
            funclist - optional list of one or more math library functions to
                       which the attribute should be applied.
/Qimf-force-dynamic-target[:funclist]
          Instructs the compiler to use run-time dispatch in calls to math
          functions
            funclist - optional list of one or more math library functions to
                       which the attribute should be applied.
/Qimf-use-svml:value[:funclist]
          Instructs the compiler to implement math library functions using
          the Short Vector Math Library(SVML)
            value    - true or false
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qfinite-math-only
          Allow optimizations for floating point arithmetic that assume
          arguments and results are not NaNs or Infinities

Inlining
--------

/Ob<n>    control inline expansion:
            n=0  disable inlining (same as /inline:none)
            n=1  inline functions declared with ATTRIBUTES INLINE or
                   FORCEINLINE
            n=2  inline any function, at the compiler's discretion
/Qinline-min-size:<n>
          set size limit for inlining small routines
/Qinline-min-size-
          no size limit for inlining small routines
/Qinline-max-size:<n>
          set size limit for inlining large routines
/Qinline-max-size-
          no size limit for inlining large routines
/Qinline-max-total-size:<n>
          maximum increase in size for inline function expansion
/Qinline-max-total-size-
          no size limit for inline function expansion
/Qinline-max-per-routine:<n>
          maximum number of inline instances in any function
/Qinline-max-per-routine-
          no maximum number of inline instances in any function
/Qinline-max-per-compile:<n>
          maximum number of inline instances in the current compilation
/Qinline-max-per-compile-
          no maximum number of inline instances in the current compilation
/Qinline-factor:<n>
          set inlining upper limits by n percentage
/Qinline-factor-
          do not set set inlining upper limits
/Qinline-forceinline
          treat inline routines as forceinline
/Qinline-dllimport
          allow(DEFAULT)/disallow functions declared DEC$ ATTRIBUTES DLLIMPORT
          to be inlined
/Qinline-calloc
          directs the compiler to inline calloc() calls as malloc()/memset()
/inline[:keyword]
          Specifies the level of inline function expansion
            keywords: all (same as /Ob2 /Ot), size (same as /Ob2 /Os)
                      speed (same as /Ob2 /Ot), none or manual (same as /Ob0)
/Qinline-min-caller-growth:<n>
          set lower limit on caller growth due to inlining a single routine
/Qinline-min-caller-growth-
          no lower limit on caller growth due to inlining a single routine

Output, Debug, PCH
------------------

/c        compile to object (.obj) only, do not link
/nolink, /compile-only
          same as /c
/S        compile to assembly (.asm) only, do not link
/FAs      produce assembly file with optional source annotations 
/FAc      produce assembly file with optional code annotations 
/FA       produce assembly file
/Fa[file]
          name assembly file (or directory for multiple files; i.e. /FaMYDIR\)
/Fo[file]
          name object file (or directory for multiple files; i.e. /FoMYDIR\)
/Fe[file]
          name executable file or directory
/Fi[file]
          name preprocessed file (or directory for multiple files; i.e.
          /FiMYDIR\)
/object:<filename>
          specify the name of the object file, or the directory to which object

          file(s) should be written.  (e.g. /object:MYOBJ or /object:MYDIR\)
/exe:<filename>
          specifies the name to be used for the built program (.exe) or
          dynamic-link (.dll) library
/map:<filename>
          specify that a link map file should be generated
/list[:<filename>]
          specify that a listing file should be generated
/list-line-len:#
          overrides the default line length (80) in a listing file
/list-page-len:#
          overrides the default page length (66) in a listing file
/show:<keyword>
          controls the contents of the listing file
          keywords: all, none, [no]include, [no]map, [no]options
/Zi, /ZI, /Z7
          Produce symbolic debug information.  The /Zi and /ZI flags emit the
          debug information for types into a separate PDB file.
/Zo[-]    When symbolic debug information is being produced, enable/disable
          emission of additional symbolic debug information to describe
          optimized code.
/debug[:keyword]
          Control the emission of debug information.
          Valid [keyword] values:
             none
                 Disables debug generation.

             all, full (default if no keyword was specified)
                 Generates complete debug information.

             minimal
                 Generates line number information.
             [no]inline-debug-info
                 Controls additional debug information for inlined code.
/nodebug  Disable emission of debug information.
/debug-parameters[:keyword]
          Control output of debug information for PARAMETERS.
          Valid [keyword] values:
             none - Disables generation of debug information for PARAMETERs.
             used - Generates debug information for referenced PARAMETERs only.

             all  - Generates debug information for all PARAMETERs.
/nodebug-parameters
          Same as "/debug-parameters:none".
/Qd-lines, /[no]d-lines
          compile debug statements (indicated by D in column 1)
/pdbfile[:filename]
          Specify that debug related type information should be generated to a
          program database file at link time.
/nopdbfile
          Do not generate debug related information to a program database file.

/Qtrapuv  trap uninitialized variables
/RTCu     report use of variable that was not initialized
/Qmap-opts
          enable option mapping tool
/Qeliminate-unused-debug-types[-]
          When disabled, debug information for all types present in the
          sources will be emitted.  Using this option may cause a large
          increase in the size of the debug information.
/Qemit-build-options
          Output the options used during the compilation to a corresponding
          .dashboard file.  This file is to be consumed by the dbmerge tool
          and used by the dashboard tool.
/Qemit-messages
          Output the diagnostics emitted during the compilation to a
          corresponding .dashboard file.  This file is to be consumed by the
          dbmerge tool and used by the dashboard tool.

Preprocessor
------------

/D<name>[{=|#}<text>]
          define macro
/define:symbol[=<value>]
          same as /D
/nodefines
          specifies that any /D macros go to the preprocessor only, and not to
          the compiler
/U<name>  remove predefined macro
/undefine:<name>
          remove predefined macro (same as /U)
/allow:nofpp-comments
          If a Fortran end-of-line comment is seen within a #define, treat it
          as part of the definition.  Default is allow:fpp-comments
/E        preprocess to stdout
/EP       preprocess to stdout, omitting #line directives
/EP /P    preprocess to file, omitting #line directives
/P        preprocess to file
/preprocess-only
          same as /P
/[no]keep  keep/remove preprocessed file generated by preprocessor as input to
           compiler stage.  Not affected by /Qsave-temps.  Default is /nokeep
/[no]fpp   run Fortran preprocessor on source files prior to compilation

/fpp-name:name
           Name an alternate preprocessor executable.  The name can
           include the full path.
/module:path
           specify path where mod files should be placed and first location to
           look for mod files
/u        remove all predefined macros
/I<dir>   add directory to include file search path
/[no]include:<dir>
          same as /I
/X        remove standard directories from include file search path
/gen-dep[:filename]
          generate dependency information.
          If no filename is specified, output is to stdout.
           Similar to /QMD or /QMMD
          If a filename is specified, output is to filename.
           Similar to /QMF filename
/gen-dep-
          do not generate dependency information (default)
/gen-depshow:keyword
          control what dependency information is output.
          [no]intr_mod   Intrinsic modules.  Default is nointr_mod.
/gen-depformat:keyword
          generate dependency information in the specified format.
          One of:  make, nmake

Component Control
-----------------

/Qoption,<tool>,<opts>
          pass options <opts> to tool specified by <tool>
/Qlocation,<tool>,<dir>
          set <dir> as the location of tool specified by <tool>

Language
--------

/[no]altparam
          specify if alternate form of parameter constant declarations
          (without parenthesis) is recognized. Default is to recognize
/assume:<keyword>
          specify assumptions made by the optimizer and code generator
          keywords: none, [no]byterecl, [no]buffered_io,
                    [no]buffered_stdout,
                    [no]bscc (nobscc same as /nbs),
                    [no]contiguous_assumed_shape, [no]contiguous_pointer,
                    [no]cc_omp, [no]failed_images, [no]minus0,
                    [no]dummy_aliases (same as /Qcommon-args),
                    [no]ieee_fpe_flags, [no]ieee_compares, [no]fpe_summary,
                    [no]nan_compares,
                    [no]old_boz, [no]old_complex_align,
                    [no]old_inquire_recl,
                    [no]old_logical_ldio, [no]old_logical_assign,
                    [no]old_ldout_format, [no]old_ldout_zero,
                    [no]old_maxminloc, [no]old_unit_star, [no]old_xor,
                    [no]protect_allocates,
                    [no]protect_constants, [no]protect_parens,
                    [no]recursion, [no]realloc_lhs, [no]2underscore,
                    [no]underscore (same as /us),
                    [no]std_intent_in, [no]std_minus0_rounding,
                    [no]std_mod_proc_name, [no]std_value,
                    [no]source_include,
                    [no]split_common, [no]writeable_strings
/ccdefault:<keyword>
          specify default carriage control for units 6 and *
          keywords:  default, fortran, list or none
/[no]check:<keyword>
          check run-time conditions.  Default is /nocheck
          keywords: all, none (same as /nocheck),
                    [no]arg_temp_created, [no]bounds (same as /CB),
                    [no]assume, [no]contiguous,
                    [no]format, [no]output_conversion,
                    [no]pointers (same as /CA),
                    [no]shape, [no]stack, [no]teams,
                    [no]udio_iostat, [no]uninit (same as /CU)
/Qcommon-args
          assume "by reference" subprogram arguments may alias one
          another.  Same as /assume:dummy_aliases
/[no]extend-source[:<keyword>]
          specify rightmost column for fixed form sources
          keywords: 72 (same as /noextend-source and /4L72),
                    80 (same as /4L80),
                   132 (same as /4L132.  Default if you specify
                        /extend-source without a keyword.)
/fixed    specify source files are in fixed format. Same as /FI and /4Nf
          /nofixed indicates free format
/free     specify source files are in free format. Same as /FR and /4Yf
          /nofree indicates fixed format
/names:<keyword>
          specify how source code identifiers and external names are
          interpreted.
          keywords:  as_is, lowercase, uppercase
/[no]pad-source, /Qpad-source[-]
          make compiler acknowledge blanks at the end of a line
/stand[:<keyword>]
          specifies level of conformance with ANSI standard to check
          for.  If keyword is not specified, level of conformance is f18
          keywords: f90 (same as /4Ys), f95,
                    f03, f08, f18,
                    none (same as /nostand)
/standard-semantics
          explicitly sets assume keywords to conform to the semantics
          of the Fortran standard.  May result in performance loss.

          assume keywords set by /standard-semantics:
            byterecl, failed_images, fpe_summary, ieee_compares, minus0,
            noold_inquire_recl, noold-e0g0-format, noold_ldout_format,
            noold_ldout_zero, noold_maxminloc, noold_unit_star, noold_xor,
            protect_parens,realloc_lhs, recursion, std_intent_in,
            std_minus0_rounding, std_mod_proc_name, std_value

          also sets /fpscomp:logicals

          If /fp:strict or /fp:except is set
            then this also sets assume keyword ieee_fpe_flags
/[no]standard-realloc-lhs
          explicitly sets assume keyword realloc_lhs to conform to the
          standard, or to override the default. Sets /assume:[no]realloc_lhs
/syntax-only, /Zs
          perform syntax and semantic checking only (no object file produced)
/wrap-margin[-]
          controls right margin wrapping in list-directed output. By default,
          list-directed output is wrapped at 80 characters.

Compiler Diagnostics
--------------------

/w        disable all warnings
/W<n>     disable warnings (n = 0) or show warnings (n = 1 DEFAULT, same as
          /warn:general)
/warn:<keyword>
          specifies the level of warning messages issued
            keywords: all, none (same as /nowarn)
                      [no]alignments, [no]declarations,
                      [no]errors, [no]externals,
                      [no]general, [no]ignore_loc, [no]interfaces,
                      [no]shape, [no]stderrors, [no]truncated_source,
                      [no]uncalled, [no]unused, [no]usage
/nowarn   suppress all warning messages
/WB       turn a compile-time bounds check into a warning
/[no]traceback
          specify whether the compiler generates PC correlation data used to
          display a symbolic traceback rather than a hexadecimal traceback at
          runtime failure
/[no]gen-interfaces [[no]source]
          generate interface blocks for all routines in the file.  Can be
          checked using -warn interfaces
          nosource indicates temporary source files should not be saved
/error-limit:<size>
          specify the maximum number of error-level or fatal-level compiler
          errors allowed
/noerror-limit
          set no maximum number on error-level or fatal-level error messages
/Qdiag-enable:<v1>[,<v2>,...]
          enable the specified diagnostics or diagnostic groups
/Qdiag-disable:<v1>[,<v2>,...]
          disable the specified diagnostics or diagnostic groups
          where <vN> may be individual diagnostic numbers or group names.
          where group names include:
              openmp     - diagnostics issued by the OpenMP* parallelizer
              warn       - diagnostics that have "warning" severity level
              error      - diagnostics that have "error" severity level
              remark     - diagnostics that are remarks or comments

              vec        - diagnostics issued by the vectorizer
              par        - diagnostics issued by the auto-parallelizer
              cpu-dispatch
                         - specifies the CPU dispatch remarks
/Qdiag-error:<v1>[,<v2>,...]
          output the specified diagnostics or diagnostic groups as errors
/Qdiag-warning:<v1>[,<v2>,...]
          output the specified diagnostics or diagnostic groups as warnings
/Qdiag-remark:<v1>[,<v2>,...]
          output the the specified diagnostics or diagnostic groups as remarks
/Qdiag-dump
          display the currently enabled diagnostic messages to stdout
/Qdiag-file[:<file>]
          <file> where diagnostics are emitted to.  Not specifying this causes
          messages to be output to stderr
/Qdiag-file-append[:<file>]
          <file> where diagnostics are emitted to. When <file> already exists,
          output is appended to the file
/Qdiag-id-numbers[-]
          enable(DEFAULT)/disable the diagnostic specifiers to be output in
          numeric form
/Qdiag-error-limit:<num>
          specify the maximum number of errors emitted

Miscellaneous
-------------

/[no]logo
          display compiler version information.  /nologo disables the output
/QV       display compiler version information
/bintext:<string>
          place the string specified into the object file and executable
/Qsave-temps
          store the intermediate files in current directory and name them
          based on the source file.  Only saves files that are generated by
          default
/what     display detailed compiler version information
/watch:<keyword>
          tells the driver to output processing information
            keywords: all, none (same as /nowatch), [no]source,
                      [no]cmd 
/nowatch  suppress processing information output (DEFAULT)
/Tf<file>
          compile file as Fortran source
/extfor:<ext>
           specify extension of file to be recognized as a Fortran file
/extfpp:<ext>
           specify extension of file to be recognized as a preprocessor file
/libdir[:keyword]
          control the library names that should be emitted into the object file

            keywords:  all, none (same as /nolibdir), [no]automatic, [no]user
/nolibdir
          no library names should be emitted into the object file
/MP[<n>]  create multiple processes that can be used to compile large numbers
          of source files at the same time
/bigobj   generate objects with increased address capacity
/Qnextgen
          invokes the Intel Compiler for LLVM*
/Qnextgen-diag
          This option causes the Intel Compiler for LLVM* to display a list
          of compiler options that are currently not supported.

Data
----

/4I{2|4|8}
          set default KIND of integer and logical variables to 2, 4, or 8
/integer-size:<size>
          specifies the default size of integer and logical variables
            size:  16, 32, 64
/4R{8|16}
          set default size of real to 8 or 16 bytes
/real-size:<size>
          specify the size of REAL and COMPLEX declarations, constants,
          functions, and intrinsics
            size: 32, 64, 128
/Qautodouble
          same as /real-size:64 or /4R8
/double-size:<size>
          defines the size of DOUBLE PRECISION and DOUBLE COMPLEX declarations,

          constants, functions, and intrinsics
            size:  64, 128
/[no]fpconstant
          extends the precision of single precision constants assigned to
          double precision variables to double precision
/[no]intconstant
          use Fortran 77 semantics, rather than Fortran 90/95, to determine
          kind of integer constants
/auto     make all local variables AUTOMATIC
/Qauto-scalar
          make scalar local variables AUTOMATIC (DEFAULT)
/Qsave    save all variables (static allocation) (same as /noauto,
          opposite of /auto)
/Qzero[-]
          enable/disable(DEFAULT) implicit initialization to zero of local
          scalar variables of intrinsic type INTEGER, REAL, COMPLEX, or
          LOGICAL that are saved and not initialized
/Qinit:<keyword>
          enable/disable(DEFAULT) implicit initialization of local
          variables of intrinsic type INTEGER, REAL, COMPLEX, or
          LOGICAL that are saved and not initialized

          The <keyword> specifies the initial value

            keywords: zero (same as /Qzero),
                      snan (valid only for floating point variables),
                      infinity, minus_infinity (valid only for floating point)
                      tiny, minus_tiny (valid only for floating point)
                      huge, minus_huge
                      arrays
/Qdyncom<common1,common2,...>
          make given common blocks dynamically-allocated
/Zp[n]    specify alignment constraint for structures (n=1,2,4,8,16
          /Zp16 DEFAULT)
/[no]align
          analyze and reorder memory layout for variables and arrays
/align:<keyword>
          specify how data items are aligned
            keywords: all (same as /align), none (same as /noalign),
                      [no]commons, [no]dcommons,
                      [no]qcommons, [no]zcommons,
                      rec1byte, rec2byte, rec4byte,
                      rec8byte, rec16byte, rec32byte,
                      array8byte, array16byte, array32byte,
                      array64byte, array128byte, array256byte,
                      [no]records, [no]sequence
/GS       enable overflow security checks.  Optional <arg> can specify:
            partial - provide a stack protection level that is compatible with
                      Microsoft* Visual Studio 2008.
            strong  - provide full stack security level checking. This setting
                      is compatible with recent Microsoft* Visual Studio stack
                      protection heuristics. This is the same as specifying /GS

                      with no keyword.
            off     - Same as /GS- (DEFAULT)
/Qpatchable-addresses
           generate code such that references to statically assigned addresses
           can be patched with arbitrary 64-bit addresses.
/Qglobal-hoist[-]
          enable(DEFAULT)/disable external globals are load safe
/Qkeep-static-consts[-]
          enable/disable(DEFAULT) the ability to preserve allocation of
          variables that are not referenced in the source
/Qnobss-init
          disable placement of zero-initialized variables in BSS (use DATA)
/Qzero-initialized-in-bss[-]
          put explicitly zero initialized variables into the DATA section
          instead of the BSS section
/convert:<keyword>
          specify the format of unformatted files containing numeric data
            keywords: big_endian, cray, ibm, little_endian, native, vaxd, vaxg
/Qfnalign:<n>
          align the start of functions on a 2 (DEFAULT) or <n> byte boundary
          where <n> is a power of 2
/Qfnalign
          align the start of functions to an optimal machine-dependent value.
          /Qfnalign- (DEFAULT) aligns on a 2-byte boundary

Compatibility
-------------

/fpscomp[:<keyword>]
          specify the level of compatibility to adhere to with Fortran
          PowerStation
            keywords: all, none (same as /nofpscomp), [no]filesfromcmd,
                      [no]general, [no]ioformat, [no]ldio_spacing,
                      [no]libs, [no]logicals
/nofpscomp
          no specific level of compatibility with Fortran PowerStation
/f66      allow extensions that enhance FORTRAN-66 compatibility
/f77rtl   specify that the Fortran 77 specific run-time support should be used
          /nof77rtl disables
/vms      enable VMS I/O statement extensions
/Qvc<arg>
          enable compatibility with a specific Microsoft* Visual Studio version

            14.2 - Microsoft* Visual Studio 2019 compatibility
            14.3 - Microsoft* Visual Studio 2022 compatibility

Linking/Linker
--------------

/link     specify that all options following '/link' are for the linker
/extlnk:<ext>
          specify extension of file to be passed directly to linker
/F<n>     set the stack reserve amount specified to the linker
/dbglibs  use the debug version of runtime libraries, when appropriate
/libs:<keyword>
          specifies which type of run-time library to link to.
          keywords: static, dll, qwin, qwins
/LD[d]    produce a DLL instead of an EXE ('d' = debug version)
/dll      same as /LD
/MD[d]    use dynamically-loaded, multithread C runtime
/MDs[d]   use dynamically-loaded, singlethread Fortran runtime,
          and multithread C runtime
/MT[d]    use statically-linked, multithread C runtime (DEFAULT with
          Microsoft Visual Studio 2005 and later)
/MG, /winapp
          use Windows API runtime libraries
/Zl       omit library names from object file
/threads  specify that multi-threaded libraries should be linked against
          /nothreads disables multi-threaded libraries
/Qno-intel-lib[:<arg>]
          Restrict linking of Intel provided libraries. Arguments can be
          specified via a comma separated list. Valid arguments are:
          libirc, libm, libimf, libsvml, libipgo

Deprecated Options
------------------

/Quse-asm                No replacement
/Qvc11                   No replacement
/Qvc12                   No replacement
/Qvc14                   No replacement
/Qvc14.1                 No replacement
/Qcilk-serialize         No replacement
/arch:ICELAKE            use /arch:ICELAKE-CLIENT
/QxICELAKE               use /QxICELAKE-CLIENT
/QaxICELAKE              use /QaxICELAKE-CLIENT
/Qprof-gen-sampling      No replacement
/Qprof-use-sampling      No replacement
/arch:SSE                use /arch:IA32

/help, /? [category]   print full or category help message

Valid categories include
       advanced        - Advanced Optimizations
       codegen         - Code Generation
       compatibility   - Compatibility
       component       - Component Control
       data            - Data
       deprecated      - Deprecated Options
       diagnostics     - Compiler Diagnostics
       float           - Floating Point
       help            - Help
       inline          - Inlining
       ipo             - Interprocedural Optimization (IPO)
       language        - Language
       link            - Linking/Linker
       misc            - Miscellaneous
       opt             - Optimization
       output          - Output
       pgo             - Profile Guided Optimization (PGO)
       preproc         - Preprocessor
       reports         - Optimization Reports
       openmp          - OpenMP and Parallel Processing

Copyright (C) 1985-2023, Intel Corporation.  All rights reserved.
* Other names and brands may be claimed as the property of others.
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -V
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line error: no files specified; for help type "ifort /help"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --help | head -n 20
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Detected Intel compiler
          Trying FC compiler flag -MT
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -MT   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main

      end

              Output from compiling with  -MT 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Added FC compiler flag -MT
                Defined make macro "MPIFC_SHOW" to "Unavailable"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

icl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000
Copyright (C) 1985-2023 Intel Corporation.  All rights reserved.

ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
                         Intel(R) Fortran Compiler Help
                         ==============================

  Intel(R) Compiler includes compiler options that optimize for instruction
  sets that are available in both Intel(R) and non-Intel microprocessors, but
  may perform additional optimizations for Intel microprocessors than for
  non-Intel microprocessors.  In addition, certain compiler options for
  Intel(R) Compiler are reserved for Intel microprocessors.
  For a detailed description of these compiler options, including the
  instructions they implicate, please refer to "Intel(R) Fortran Compiler
  Classic and Intel(R) Fortran Compiler Developer Guide and Reference >
  Compiler Reference > Compiler Options."
   usage: ifort [options] file1 [file2 ...] [/link linker_options]

      where options represents zero or more compiler options

      fileN is a Fortran source (.f .for .ftn .f90 .fpp .i .i90),
      assembly (.asm), object (.obj), static library (.lib), or
      other linkable file

      linker_options represents zero or more linker options

Notes
-----
1. Many FL32 options are supported; a warning is printed for unsupported
   options.

2. Intel Fortran compiler options may be placed in your ifort.cfg file.

   Some options listed are only available on a specific system
   i32    indicates the feature is available on systems based on IA-32
          architecture
   i64em  indicates the feature is available on systems using Intel(R) 64
          architecture

                             Compiler Option List
                             --------------------

Optimization
------------

/O1       optimize for maximum speed, but disable some optimizations which
          increase code size for a small speed benefit
/O2       optimize for maximum speed (DEFAULT)
/O3       optimize for maximum speed and enable more aggressive optimizations
          that may not improve performance on some programs
/Ox       enable maximum optimizations (same as /O2)
/Os       enable speed optimizations, but disable some optimizations which
          increase code size for small speed benefit (overrides /Ot)
/Ot       enable speed optimizations (overrides /Os)
/Od       disable optimizations
/Oy[-]    enable/disable using EBP as a general purpose register (no frame
          pointer) (i32 only)
/Ofast    enable /O3 /Qprec-div- /fp:fast=2 optimizations
/Oa[-]    assume no aliasing in program
/Ow[-]    assume no aliasing within functions, but assume aliasing across calls

/fast     enable /QxHOST /Qipo /Qprec-div- /O3 /fp:fast=2
          optimizations
/Qprotect-parens[-]
          enable/disable(DEFAULT) a reassociation optimization for REAL
          and COMPLEX expression evaluations by not honoring parenthesis
/Qsimd-honor-fp-model
          enforces the selected fp-model in SIMD loops.
          Specify /Qsimd-honor-fp-model-(DEFAULT) to override
          the fp-model in SIMD loops.
/Qsimd-serialize-fp-reduction
          serializes FP reductions for improved floating point consistency in
          SIMD loops while allowing the rest of the loop to be vectorized.
          Default is /Qsimd-serialize-fp-reduction-

Code Generation
---------------

/Qx<code>
          generate specialized code to run exclusively on processors
          indicated by <code> as described below
            SSE2    May generate Intel(R) SSE2 and SSE instructions for Intel
                    processors.  Optimizes for the Intel NetBurst(R)
                    microarchitecture.
            SSE3    May generate Intel(R) SSE3, SSE2, and SSE instructions for
                    Intel processors.  Optimizes for the enhanced Pentium(R) M
                    processor microarchitecture and Intel NetBurst(R)
                    microarchitecture.
            SSSE3   May generate Intel(R) SSSE3, SSE3, SSE2, and SSE
                    instructions for Intel processors.  Optimizes for the
                    Intel(R) Core(TM) microarchitecture.
            SSE4.1  May generate Intel(R) SSE4 Vectorizing Compiler and Media
                    Accelerator instructions for Intel processors.  May
                    generate Intel(R) SSSE3, SSE3, SSE2, and SSE instructions
                    and it may optimize for Intel(R) 45nm Hi-k next generation
                    Intel Core(TM) microarchitecture.
            SSE4.2  May generate Intel(R) SSE4 Efficient Accelerated String
                    and Text Processing instructions supported by Intel(R)
                    Core(TM) i7 processors.  May generate Intel(R) SSE4
                    Vectorizing Compiler and Media Accelerator, Intel(R) SSSE3,

                    SSE3, SSE2, and SSE instructions and it may optimize for
                    the Intel(R) Core(TM) processor family.
            AVX     May generate Intel(R) Advanced Vector Extensions (Intel(R)
                    AVX), Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3,
                    SSE2, and SSE instructions for Intel(R) processors.
            CORE-AVX2
                    May generate Intel(R) Advanced Vector Extensions 2
                    (Intel(R) AVX2), Intel(R) AVX, SSE4.2, SSE4.1, SSSE3, SSE3,

                    SSE2, and SSE instructions for Intel(R) processors.
            CORE-AVX-I
                    May generate Intel(R) Advanced Vector Extensions (Intel(R)
                    AVX), including instructions in Intel(R) Core 2(TM)
                    processors in process technology smaller than 32nm,
                    Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3, SSE2, and SSE
                    instructions for Intel(R) processors.
            ATOM_SSE4.2
                    May generate MOVBE instructions for Intel(R) processors,
                    depending on the setting of option /Qinstruction.
                    May also generate Intel(R) SSE4.2, SSE3, SSE2, and SSE
                    instructions for Intel processors. Optimizes for Intel(R)
                    Atom(TM) processors that support Intel(R) SSE4.2 and MOVBE
                    instructions.
            ATOM_SSSE3
                    May generate MOVBE instructions for Intel(R) processors,
                    depending on the setting of option /Qinstruction.
                    May also generate Intel(R) SSSE3, SSE3, SSE2, and SSE
                    instructions for Intel processors. Optimizes for the
                    Intel(R) Atom(TM) processor that support Intel(R) SSE
                    and MOVBE instructions.
            CORE-AVX512
                    May generate Intel(R) Advanced Vector Extensions 512
                    (Intel(R) AVX-512) Foundation instructions, Intel(R)
                    AVX-512 Conflict Detection instructions, Intel(R) AVX-512
                    Doubleword and Quadword instructions, Intel(R) AVX-512
                    Byte and Word instructions and Intel(R) AVX-512 Vector
                    Length Extensions for Intel(R) processors, and the
                    instructions enabled with CORE-AVX2. Optimizes for Intel(R)

                    processors that support Intel(R) AVX-512 instructions.
            COMMON-AVX512
                    May generate Intel(R) Advanced Vector Extensions 512
                    (Intel(R) AVX-512) Foundation instructions, Intel(R)
                    AVX-512 Conflict Detection instructions, as well as the
                    instructions enabled with CORE-AVX2. Optimizes for Intel(R)

                    processors that support Intel(R) AVX-512 instructions.
            BROADWELL
            CANNONLAKE
            HASWELL
            ICELAKE-CLIENT (or ICELAKE)
            ICELAKE-SERVER
            IVYBRIDGE
            SANDYBRIDGE
            SILVERMONT
            GOLDMONT
            GOLDMONT-PLUS
            TREMONT
            SKYLAKE
            SKYLAKE-AVX512
            CASCADELAKE
            KABYLAKE
            COFFEELAKE
            AMBERLAKE
            WHISKEYLAKE
            TIGERLAKE
            SAPPHIRERAPIDS
                    May generate instructions for processors that support the
                    specified Intel(R) microarchitecture code name. Optimizes
                    for Intel(R) processors that support the specified Intel(R)

                    microarchitecture code name.
                    Keyword SILVERMONT is only available on Windows*
                    and Linux* systems.
/QxHost   generate instructions for the highest instruction set and processor
          available on the compilation host machine
/Qax<code1>[,<code2>,...]
          generate code specialized for processors specified by <codes>
          while also generating generic IA-32 instructions.
          <codes> includes one or more of the following:
            SSE2    May generate Intel(R) SSE2 and SSE instructions for Intel
                    processors.
            SSE3    May generate Intel(R) SSE3, SSE2, and SSE instructions for
                    Intel processors.
            SSSE3   May generate Intel(R) SSSE3, SSE3, SSE2, and SSE
                    instructions for Intel processors.
            SSE4.1  May generate Intel(R) SSE4.1, SSSE3, SSE3, SSE2, and SSE
                   instructions for Intel processors.
            SSE4.2  May generate Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3, SSE2,
                    and SSE instructions for Intel processors.
            AVX     May generate Intel(R) Advanced Vector Extensions (Intel(R)
                    AVX), Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3,
                    SSE2, and SSE instructions for Intel(R) processors.
            CORE-AVX2
                    May generate Intel(R) Advanced Vector Extensions 2
                    (Intel(R) AVX2), Intel(R) AVX, SSE4.2, SSE4.1, SSSE3, SSE3,

                    SSE2, and SSE instructions for Intel(R) processors.
            CORE-AVX-I
                    May generate Intel(R) Advanced Vector Extensions (Intel(R)
                    AVX), including instructions in Intel(R) Core 2(TM)
                    processors in process technology smaller than 32nm,
                    Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3, SSE2, and SSE
                    instructions for Intel(R) processors.
            CORE-AVX512
                    May generate Intel(R) Advanced Vector Extensions 512
                    (Intel(R) AVX-512) Foundation instructions, Intel(R)
                    AVX-512 Conflict Detection instructions, Intel(R) AVX-512
                    Doubleword and Quadword instructions, Intel(R) AVX-512
                    Byte and Word instructions and Intel(R) AVX-512 Vector
                    Length Extensions for Intel(R) processors, and the
                    instructions enabled with CORE-AVX2.
            BROADWELL
            CANNONLAKE
            HASWELL
            ICELAKE-CLIENT (or ICELAKE)
            ICELAKE-SERVER
            IVYBRIDGE
            SANDYBRIDGE
            SILVERMONT
            GOLDMONT
            GOLDMONT-PLUS
            TREMONT
            SKYLAKE
            SKYLAKE-AVX512
            CASCADELAKE
            KABYLAKE
            COFFEELAKE
            AMBERLAKE
            WHISKEYLAKE
            TIGERLAKE
            SAPPHIRERAPIDS
                    May generate instructions for processors that support the
                    specified Intel(R) microarchitecture code name. Optimizes
                    for Intel(R) processors that support the specified Intel(R)

                    microarchitecture code name.
                    Keyword SILVERMONT is only available on Windows*
                    and Linux* systems.

/arch:<code>
          generate specialized code to optimize for processors indicated by
          <code> as described below
            BROADWELL
            CANNONLAKE
            HASWELL
            ICELAKE-CLIENT (or ICELAKE)
            ICELAKE-SERVER
            IVYBRIDGE
            SANDYBRIDGE
            SILVERMONT
            GOLDMONT
            GOLDMONT-PLUS
            TREMONT
            SKYLAKE-AVX512
            SKYLAKE
            CASCADELAKE
            KABYLAKE
            COFFEELAKE
            AMBERLAKE
            WHISKEYLAKE
            TIGERLAKE
            SAPPHIRERAPIDS
                       May generate instructions for processors that support
                       the specified Intel(R) microarchitecture code name
            CORE-AVX2  May generate Intel(R) Advanced Vector Extensions 2
                       (Intel(R) AVX2), Intel(R) AVX, SSE4.2, SSE4.1, SSE3,
                       SSE2, SSE, and SSSE3 instructions
            CORE-AVX-I May generate Float-16 conversion instructions and the
                       RDRND instruction, Intel(R) Advanced Vector Extensions
                       (Intel(R) AVX), Intel(R) SSE4.2, SSE4.1, SSE3, SSE2,
                       SSE, and SSSE3 instructions
            AVX        May generate Intel(R) AVX, SSE4.2, SSE4.1, SSSE3, SSE3,
                       SSE2 and SSE instructions
            SSE4.2     May generate Intel(R) SSE4.2, SSE4.1, SSSE3, SSE3, SSE2
                       and SSE instructions
            SSE4.1     May generate Intel(R) SSE4.1, SSSE3, SSE3, SSE2 and SSE
                       instructions
            SSSE3      May generate Intel(R) SSSE3, SSE3, SSE2 and SSE
                       instructions
            SSE3       May generate Intel(R) SSE3, SSE2 and SSE instructions
            SSE2       May generate Intel(R) SSE2 and SSE instructions
/tune:<cpu>
          optimize for a specific <cpu>
            generic    - Optimizes code for the compiler's default behavior
            broadwell
            haswell
            ivybridge
            knl
            knm
            sandybridge
            silvermont
            cannonlake
            icelake
            skylake-avx512
            skylake    - Optimizes code for processors that support the
                         specified Intel(R) microarchitecture code name.
                         knl and silvermont are only available on Windows* and
                         Linux* systems
            core-avx2  - Optimizes code for processors that support Intel(R)
                         Advanced Vector Extensions 2 (Intel(R) AVX2), Intel(R)

                         AVX, SSE4.2 SSE4.1, SSE3, SSE2, SSE, and SSSE3
                         instructions
            core-avx-i - Optimizes code for processors that support Float-16
                         conversion instructions and the RDRND instruction,
                         Intel(R) Advanced Vector Extensions (Intel(R) AVX),
                         Intel(R) SSE4.2, SSE4.1, SSE3, SSE2, SSE, and SSSE3
                         instructions
            corei7-avx - Optimizes code for processors that support Intel(R)
                         Advanced Vector Extensions (Intel(R) AVX), Intel(R)
                         SSE4.2, SSE4.1, SSE3, SSE2, SSE, and SSSE3
                         instructions
            corei7     - Optimizes code for processors that support Intel(R)
                         SSE4 Efficient Accelerated String and Text Processing
                         instructions. May also generate code for Intel(R) SSE4

                         Vectorizing Compiler and Media Accelerator, Intel(R)
                         SSE3, SSE2, SSE, and SSSE3 instructions
            atom       - Optimizes code for processors that support MOVBE
                         instructions, depending on the setting of option
                         -minstruction (Linux and macOS*) or /Qinstruction
                         (Windows). May also generate code for SSSE3
                         instructions and Intel(R) SSE3, SSE2, and SSE
                         instructions
            core2      - Optimizes for the Intel(R) Core(TM) 2 processor
                         family, including support for MMX(TM), Intel(R) SSE,
                         SSE2, SSE3, and SSSE3 instruction sets.
            pentium-mmx - Optimizes for Intel(R) Pentium(R) with MMX technology

            pentiumpro - Optimizes for Intel(R) Pentium(R) Pro, Intel Pentium
                         II, and Intel Pentium III processors
            pentium4m  - Optimizes for Intel(R) Pentium(R) 4 processors with
                         MMX technology
            pentium-m
            pentium4
            pentium3
            pentium    - Optimizes code for Intel(R) Pentium(R) processors.
                         Value pentium3 is only available on Linux systems
/Qinstruction:<keyword>
          Refine instruction set output for the selected target processor

            [no]movbe  - Do/do not generate MOVBE instructions with ATOM_SSSE3
                          (requires /QxATOM_SSSE3)
/guard:cf
          enable control flow protection mechanism
/Qextend-arguments:[32|64]
          By default, unprototyped scalar integer arguments are passed
          in 32-bits (sign-extended if necessary).
          On Intel(R) 64, unprototyped scalar integer arguments may be
          extended to 64-bits.
/Qm32     generate code for IA-32 architecture
/Qm64     generate code for Intel(R) 64 architecture
/Qstringop-strategy:<alg>
          Override the internal decision heuristic for the particular algorithm

          to use for inlining string operations. The allowed values for <alg>:
            rep             - Expand using 1 "rep" prefix (DEFAULT for /Os)
            const_size_loop - Expand into an inline loop when size is known at
                              compile time (DEFAULT)
            libcall         - Always use a library call.
/Qstringop-inline-threshold:<val>
          inline calls to memcall-like (memcpy, memset) functions when the
          number of bytes the functions handle are known at compile time and
          less than <val>
/Qcf-protection[:<arg>]
          Enables Control-flow Enforcement Technology (CET) protection, which
          defends your program from certain attacks that exploit
          vulnerabilities.
            shadow_stack    - Enables shadow stack protection
            branch_tracking - Enables endbranch (EB) generation
            full            - Enables both shadow stack protection and
                              endbranch (EB) generation (same as no <arg>)
            none            - Disables Control-flow Enforcement Technology
                              protection
/Qauto-arch:<code1>[,<code2>,...]
          generate multiple, feature-specific auto-dispatch code paths for x86
          architecture processors if there is a performance benefit.  The
          accepted arguments match those of option '/Qax'

Interprocedural Optimization (IPO)
----------------------------------

/Qip[-]   enable(DEFAULT)/disable single-file IP optimization
          within files
/Qipo[n]  enable multi-file IP optimization between files
/Qipo-c   generate a multi-file object file (ipo_out.obj)
/Qipo-S   generate a multi-file assembly file (ipo_out.asm)
/Qip-no-inlining
          disable full and partial inlining
/Qip-no-pinlining
          disable partial inlining
/Qipo-separate
          create one object file for every source file (overrides /Qipo[n])
/Qipo-jobs<n>
          specify the number of jobs to be executed simultaneously during the
          IPO link phase

Advanced Optimizations
----------------------

/Qunroll[n]
          set maximum number of times to unroll loops.  Omit n to use default
          heuristics.  Use n=0 to disable the loop unroller
/Qunroll-aggressive[-]
          enables more aggressive unrolling heuristics
/Qscalar-rep[-]
          enable(DEFAULT)/disable scalar replacement (requires /O3)
/Qpad[-]  enable/disable(DEFAULT) changing variable and array memory layout
/Qsafe-cray-ptr
          Cray pointers do not alias with other variables
/Qansi-alias[-]
          enable(DEFAULT)/disable use of ANSI aliasing rules optimizations;
          user asserts that the program adheres to these rules
/Qcomplex-limited-range[-]
          enable/disable(DEFAULT) the use of the basic algebraic expansions of
          some complex arithmetic operations.  This can allow for some
          performance improvement in programs which use a lot of complex
          arithmetic at the loss of some exponent range.
/reentrancy:<keyword>
          specify whether the threaded, reentrant run-time support should be
          used
          Keywords:  none (same as /noreentrancy), threaded(DEFAULT), async
/noreentrancy
          do not use threaded, reentrant run-time support
/heap-arrays[:n]
          temporary arrays of minimum size n (in kilobytes) are allocated in
          heap memory rather than on the stack.  If n is not specified,
          all temporary arrays are allocated in heap memory.
/heap-arrays-
          temporary arrays are allocated on the stack (DEFAULT)
/Qopt-multi-version-aggressive[-]
          enables more aggressive multi-versioning to check for pointer
          aliasing and scalar replacement
/Qopt-ra-region-strategy[:<keyword>]
          select the method that the register allocator uses to partition each
          routine into regions
            routine - one region per routine
            block   - one region per block
            trace   - one region per trace
            loop    - one region per loop
            default - compiler selects best option
/Qvec[-]  enables(DEFAULT)/disables vectorization
/Qvec-guard-write[-]
          enables cache/bandwidth optimization for stores under conditionals
          within vector loops
/Qvec-threshold[n]
          sets a threshold for the vectorization of loops based on the
          probability of profitable execution of the vectorized loop in
          parallel
/Qvecabi:<arg>
          select vector function ABI
            legacy - use the legacy vector function ABI
            compat - use the compatibility vector function ABI (DEFAULT)
            cmdtarget - generate an extended set of vector functions
/Qopt-malloc-options:{0|1|2|3|4}
          specify malloc configuration parameters.  Specifying a non-zero <n>
          value will cause alternate configuration parameters to be set for
          how malloc allocates and frees memory
/Qopt-jump-tables:<arg>
          control the generation of jump tables
            default - let the compiler decide when a jump table, a series of
                      if-then-else constructs or a combination is generated
            large   - generate jump tables up to a certain pre-defined size
                      (64K entries)
            <n>     - generate jump tables up to <n> in size
          use /Qopt-jump-tables- to lower switch statements as chains of
          if-then-else constructs
/Qopt-block-factor:<n>
          specify blocking factor for loop blocking
/Qopt-streaming-stores:<arg>
          specifies whether streaming stores are generated
            always - enables generation of streaming stores under the
                     assumption that the application is memory bound.  Also,
                     the user is responsible for inserting the right memory
                     fences for synchronization
            auto   - compiler decides when streaming stores are used (DEFAULT)
            never  - disables generation of streaming stores
/Qmkl[:<arg>]
          link to the Intel(R) Math Kernel Library (Intel(R) MKL) and bring
          in the associated headers
            parallel   - link using the threaded Intel(R) MKL libraries. This
                         is the default when /Qmkl is specified
            sequential - link using the non-threaded Intel(R) MKL libraries
            cluster    - link using the Intel(R) MKL Cluster libraries plus
                         the sequential Intel(R) MKL libraries
/Qmkl-ilp64[:<arg>]
          link to the Intel(R) Math Kernel ILP64 variant Libraries
          (Intel(R) MKL) and bring in the associated headers
            parallel   - link using the threaded Intel(R) MKL libraries. This
                         is the default when /Qmkl-ilp64 is specified
            sequential - link using the non-threaded Intel(R) MKL libraries
            cluster    - link using the Intel(R) MKL Cluster libraries plus
                         the sequential Intel(R) MKL libraries
/Qopt-subscript-in-range[-]
          assumes no overflows in the intermediate computation of the
          subscripts
/Qcoarray[:<keyword>]
          enable/disable(DEFAULT) coarray syntax for data parallel
          programming, and set the relationship between the coarray
          images.
          keywords: shared      - default if keyword is omitted
                    single      - overrides any other keyword
                    distributed - only valid with the Intel(R)
                                  Cluster Toolkit
/Qcoarray-num-images:n
          set default number of coarray images
/Qopt-matmul[-]
          replace matrix multiplication with calls to intrinsics and threading
          libraries for improved performance (DEFAULT at /O3 /Qparallel)
/Qsimd[-]
          enables(DEFAULT)/disables vectorization using SIMD directive
/Qopt-mem-layout-trans[:<level>]
          controls the level of memory layout transformations performed by the
          compiler
           0 - disable memory layout transformations (same as
               /Qopt-mem-layout-trans-)
           1 - enable basic memory layout transformations
           2 - enable more memory layout transformations  (DEFAULT when the
               option is specified)
           3 - enable aggressive memory layout transformations
/Qopt-prefetch[:n]
          enable levels of prefetch insertion, where 0 disables.
          n may be 0 through 5 inclusive.  Default is 2.
/Qopt-prefetch-
          disable(DEFAULT) prefetch insertion.  Equivalent to /Qopt-prefetch:0
/Qopt-prefetch-distance:n1[,n2]
          specify the prefetch distance (how many iterations ahead, use n1 and
          n2 values such that n1>=n2) to be used for compiler generated
          prefetches inside loops.  n1 indicates distance from memory to L2
          cache and n2 indicates distance from L2 to L1.
/Qopt-prefetch-issue-excl-hint
          generates PrefetchW instruction for Intel(R) microarchitecture
          code name Broadwell processors and beyond when /Qopt-prefetch
          is also used
/Qopt-gather-scatter-unroll:n
          specify an alternative loop unroll sequence for gather and scatter
          loops (Intel(R) MIC Architecture specific).  Disable with
          /Qopt-gather-scatter-unroll- (equivalent to n=0)
/Qopt-dynamic-align
          enable(DEFAULT) dynamic data alignment optimizations.  Specify
          /Qopt-dynamic-align- to disable
/Qalign-loops[:n]
          specify code alignment of loops to improve performance.
          n is the number of bytes for the minimum alignment boundary.  It must

          be a power of 2 between 1 and 4096.  If n is not present, an
          alignment of 16 bytes is used.
          Use of /Qalign-loops- (DEFAULT) sets alignment to 1.
/Qopt-zmm-usage:<keyword>
          Specifies the level of zmm registers usage.  You can specify one of
          the following:
            low  - Tells the compiler that the compiled program is unlikely to
                   benefit from zmm registers usage. It specifies that the
                   compiler should avoid using zmm registers unless it can
                   prove the gain from their usage.
            high - Tells the compiler to generate zmm code without restrictions

/Qoverride-limits
          provides a way to override certain internal compiler limits that are
          intended to prevent excessive memory usage or compile times for very
          large, complex compilation units.
/Qopt-multiple-gather-scatter-by-shuffles[-]
          Enables or disables the optimization for multiple adjacent
          gather/scatter type vector memory references.
/Qbranches-within-32B-boundaries[-]
          enable/disable(DEFAULT) aligning branches and fused branches on
          32-byte boundaries

Profile Guided Optimization (PGO)
---------------------------------

/Qprof-dir <dir>
          specify directory for profiling output files (*.dyn and *.dpi)
/Qprof-src-root <dir>
          specify project root directory for application source files to
          enable relative path resolution during profile feedback on sources
          below that directory
/Qprof-src-root-cwd
          specify the current directory as the project root directory for
          application source files to enable relative path resolution during
          profile feedback on sources below that directory
/Qprof-src-dir[-]
          specify whether directory names of sources should be
          considered when looking up profile records within the .dpi file
/Qprof-file <file>
          specify file name for profiling summary file
/Qprof-data-order[-]
          enable/disable(DEFAULT) static data ordering with profiling
/Qprof-func-order[-]
          enable/disable(DEFAULT) function ordering with profiling
/Qprof-gen[:keyword[,keyword]]
          instrument program for profiling.  Optional keywords are as follows.
            default    - Produces an instrumented object file. This is the same

                         as specifying the /Qprof-gen option with no keyword.
            srcpos     - Produces an instrumented object file and information
                         needed for using the code coverage tool.
            globdata   - Produces an instrumented object file that includes
                         information for global data layout.
            threadsafe - Collects PGO data with guards for threaded
                         applications.
/Qprof-gen-
          disable profiling instrumentation
/Qprof-use[:<arg>]
          enable use of profiling information during optimization
            weighted  - invokes profmerge with -weighted option to scale data
                        based on run durations
            [no]merge - enable(default)/disable the invocation of the profmerge

                        tool
/Qprof-use-
          disable use of profiling information during optimization
/Qcov-gen
          instrument program for profiling.  Use /Qcov-gen- to disable
/Qcov-dir <dir>
          specify directory for profiling output files (*.dyn and *.dpi)
/Qcov-file <file>
          specify file name for profiling summary file
/Qfnsplit[:<n>]
          enable function splitting (enabled with /Qprof-use for IA-32 Windows)

            n - positive integer indicating the threshold number.  The blocks
                can be placed into a different code segment if their
                execution probability is less than the specified value of
                range 0 <= n <= 100
          use /Qfnsplit- to disable
/Qinstrument-functions[-]
          determine whether function entry and exit points are instrumented
/Qprof-hotness-threshold:<val>
          set the hotness threshold for function grouping and function ordering

          val indicates percentage of functions to be placed in hot region.
          This option requires /Qprof-use
           and /Qprof-func-order
/Qprof-value-profiling:<arg>[,<arg>,...]
          limit value profiling
            none      - inhibit all types of value profiling
            nodivide  - inhibit value profiling of non-compile time constants
                        used in division or remainder operations
            noindcall - inhibit value profiling of function addresses at
                        indirect call sites

Optimization Reports
--------------------

/Qopt-report[:n]
          generate an optimization report. Default destination is
          <target>.optrpt.  Levels of 0 - 5 are valid.
          Please see documentation for additional details of
          information provided by phase per level.
            0   disable optimization report output
            2   DEFAULT when enabled
/Qopt-report-file:[stdout | stderr | <file>]
          specify the filename or output stream for the generated report
/Qopt-report-stdout
          specify the generated report should be directed to stdout
/Qopt-report-per-object
          specify the generated report should be directed to a .optrpt file
          in the output directory (DEFAULT when another destination for the
          report is not specified)
/Qopt-report-phase:<phase>[,<phase>,...]
          specify one or more phases that reports are generated against
/Qopt-report-routine:<name>[,<name>,...]
          restrict the report to routines containing the given name
/Qopt-report-filter:<string>
          restricts the opt-report to specific files, routines or line
          number ranges. Refer to the documentation for the specific
          syntax of parameter string.
/Qopt-report-format:[text|vs]
          specify the output format to be used for the opt-report as either
          plain text or a format for use in the Microsoft* Visual Studio IDE
/Qopt-report-embed[-]
          When enabled, if an assembly file is being generated, special loop
          info annotations will be emitted in the assembly file.  If an object
          file/executable is being generated, these will be emitted into the
          object file/executable for use by the Intel VTune Amplifier
          application. Automatically enabled when symbolic debug information
          is enabled.
/Qopt-report-help
          display the optimization phases available for reporting
/Qopt-report-names:<keyword>
          Specifies whether mangled or unmangled names should appear in the
          optimization report.
            mangled   - use mangled names
            unmangled - use unmangled names (DEFAULT)
/Qopt-report-annotate[:<keyword>]
          Annotate source files with optimization reports in specified format
            html - annotate in HTML format
            text - annotate in text format (DEFAULT)
/Qopt-report-annotate-position:<keyword>
          Specify the site where loop related optimization reports appear in
          the annotated source for inlined routines
            caller - annotate at caller site
            callee - annotate at callee site
            both   - annotate at both caller and callee site
/Qtcheck[:mode]
          enable analysis of threaded applications (requires Intel(R) Thread
          Checker; cannot be used with compiler alone)
            tci - instruments a program to perform a thread-count-independent
                  analysis
            tcd - instruments a program to perform a thread-count-dependent
                  analysis (DEFAULT when mode is not used)
            api - instruments a program at the api-imports level
/Qtcollect[:<lib>]
          inserts instrumentation probes calling the Intel(R) Trace Collector
          API.  The library <lib>.lib is linked in the default being VT.lib
          (requires Intel(R) Trace Collector)
/Qtcollect-filter:file
          Enable or disable the instrumentation of specified functions.
          (requires Intel(R) Trace Collector)

OpenMP* and Parallel Processing
------------------------------

/Qopenmp  enable the compiler to generate multi-threaded code based on the
          OpenMP* directives (same as /openmp)
          Use /Qopenmp- to disable
/Qopenmp-stubs
          enables the user to compile OpenMP programs in sequential mode.  The
          OpenMP directives are ignored and a stub OpenMP library is linked
          (sequential)
/Qopenmp-lib:<ver>
          choose which OpenMP library version to link with
            compat - use the Microsoft compatible OpenMP run-time libraries
                     (DEFAULT)
/Qopenmp-threadprivate:<ver>
          choose which threadprivate implementation to use
            compat - use the Microsoft compatible thread local storage
            legacy - use the Intel compatible implementation
                     (DEFAULT)
/Qparallel
          enable the auto-parallelizer to generate multi-threaded code for
          loops that can be safely executed in parallel
/Qpar-threshold[n]
          set threshold for the auto-parallelization of loops where n is an
          integer from 0 to 100
/Qpar-runtime-control[n]
          Control parallelizer to generate runtime check code for effective
          automatic parallelization.
            n=0    no runtime check based auto-parallelization
            n=1    generate runtime check code under conservative mode
                   (DEFAULT when enabled)
            n=2    generate runtime check code under heuristic mode
            n=3    generate runtime check code under aggressive mode
/Qpar-schedule-static[:n]
          Specifies a scheduling algorithm for DO loop iteration.
          Divides iterations into contiguous pieces.  Size n if
          specified, equal sized pieces if not.
/Qpar-schedule-static-balanced[:n]
          Divides iterations into even-sized chunks.  Size n if
          specified, equal sized pieces if not.
/Qpar-schedule-static-steal[:n]
          Divides iterations into even-sized chunks, but allows
          threads to steal parts of chunks from neighboring threads
/Qpar-schedule-dynamic[:n]
          Specifies a scheduling algorithm for DO loop iteration.
          Assigns iterations to threads in chunks dynamically.
          Chunk size is n iterations if specified, otherwise 1.
/Qpar-schedule-guided[:n]
          Specifies a scheduling algorithm for DO loop iteration.
          Indicates a minimum number of iterations.  If specified,
          n is the minimum number, otherwise 1.
/Qpar-schedule-guided-analytical[:n]
          Divides iterations by using exponential distribution or
          dynamic distributions.
/Qpar-schedule-runtime
          Specifies a scheduling algorithm for DO loop iteration.
          Defers the scheduling decision until runtime.
/Qpar-schedule-auto
          Lets the compiler or run-time system determine the
          scheduling algorithm.
/Qpar-adjust-stack<n>
          perform fiber-based main thread stack adjustment
/Qpar-affinity=[<modifier>,...]<type>[,<permute>][,<offset>]
          tune application performance by setting different thread affinity
/Qpar-num-threads=<n>
          tune application performance by setting different number of threads
/Qparallel-source-info[:n]
          enable(DEFAULT)/disable the emission of source location information
          for parallel code generation with OpenMP and auto-parallelization
            0 - disable (same as /Qparallel-source-info-)
            1 - emit routine name and line information (DEFAULT)
            2 - emit path, file, routine name and line information
/Qpar     same as /Qparallel
/Qopenmp-simd
          Enables OpenMP* SIMD compilation.  Enabled by default with
          /Qopenmp.  Use /Qopenmp-simd- to disable.

Floating Point
--------------

/fp:<name>
          enable <name> floating point model variation
            except[-] - enable/disable floating point exception semantics
            fast[=1|2]  - enables more aggressive floating point optimizations
            precise     - allows value-safe optimizations
            source      - enables intermediates in source precision
                          sets /assume:protect_parens for Fortran
            strict      - enables /fp:precise /fp:except, disables
                          contractions and enables pragma stdc fenv_access
            consistent  - enables consistent, reproducible results for
                          different optimization levels or between different
                          processors of the same architecture
/Qfp-speculation:<mode>
          enable floating point speculations with the following <mode>
          conditions:
            fast   - speculate floating point operations (DEFAULT)
            safe   - speculate only when safe
            strict - same as off
            off    - disables speculation of floating-point operations
/Qpc32    set internal FPU precision to 24 bit significand
/Qprec    improve floating-point precision
/Qprec-sqrt[-]
          determine if certain square root optimizations are enabled
/Qprec-div[-]
          improve precision of FP divides (some speed impact)
/Qfast-transcendentals[-]
          generate a faster version of the transcendental functions
/Qfp-port[-]
          round fp results at assignments and casts (some speed impact)
/Qfp-stack-check
          enable fp stack checking after every function/procedure call
/Qrcd     rounding mode to enable fast float-to-int conversions
/rounding-mode:chopped
          set internal FPU rounding control to truncate
/Qftz[-]  enable/disable flush denormal results to zero
/fpe:{0|1|3}
          specifies program-wide behavior on floating point exceptions
/fpe-all:{0|1|3}
          specifies floating point exception behavior on all functions
          and subroutines.  Also sets /assume:ieee_fpe_flags
/[no]fltconsistency
          specify that improved floating-point consistency should be used
/Qfma[-]  enable/disable the combining of floating point multiplies and
          add/subtract operations
/[no]recursive
          compile all procedures for possible recursive execution
/Qimf-absolute-error:value[:funclist]
          define the maximum allowable absolute error for math library
          function results
            value    - a positive, floating-point number conforming to the
                       format [digits][.digits][{e|E}[sign]digits]
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qimf-accuracy-bits:bits[:funclist]
          define the relative error, measured by the number of correct bits,
          for math library function results
            bits     - a positive, floating-point number
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qimf-arch-consistency:value[:funclist]
          ensures that the math library functions produce consistent results
          across different implementations of the same architecture
            value    - true or false
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qimf-max-error:ulps[:funclist]
          defines the maximum allowable relative error, measured in ulps, for
          math library function results
            ulps     - a positive, floating-point number conforming to the
                       format [digits][.digits][{e|E}[sign]digits]
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qimf-precision:value[:funclist]
          defines the accuracy (precision) for math library functions
            value    - defined as one of the following values
                       high   - equivalent to max-error = 1.0
                       medium - equivalent to max-error = 4 (DEFAULT)
                       low    - equivalent to accuracy-bits = 11 (single
                                precision); accuracy-bits = 26 (double
                                precision)
                       reference - equivalent to 'high' accuracy with correct
                                signaling of exceptional conditions through
                                the errno and status flags settings.  This
                                setting is initially available only on Linux*
                                systems
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qimf-domain-exclusion:classlist[:funclist]
          indicates the input arguments domain on which math functions
          must provide correct results.
            classlist - defined as one of the following values:
                          nans, infinities, denormals, zeros
                          all, none, common
            funclist - optional list of one or more math library functions to
                       which the attribute should be applied.
/Qimf-force-dynamic-target[:funclist]
          Instructs the compiler to use run-time dispatch in calls to math
          functions
            funclist - optional list of one or more math library functions to
                       which the attribute should be applied.
/Qimf-use-svml:value[:funclist]
          Instructs the compiler to implement math library functions using
          the Short Vector Math Library(SVML)
            value    - true or false
            funclist - optional comma separated list of one or more math
                       library functions to which the attribute should be
                       applied
/Qfinite-math-only
          Allow optimizations for floating point arithmetic that assume
          arguments and results are not NaNs or Infinities

Inlining
--------

/Ob<n>    control inline expansion:
            n=0  disable inlining (same as /inline:none)
            n=1  inline functions declared with ATTRIBUTES INLINE or
                   FORCEINLINE
            n=2  inline any function, at the compiler's discretion
/Qinline-min-size:<n>
          set size limit for inlining small routines
/Qinline-min-size-
          no size limit for inlining small routines
/Qinline-max-size:<n>
          set size limit for inlining large routines
/Qinline-max-size-
          no size limit for inlining large routines
/Qinline-max-total-size:<n>
          maximum increase in size for inline function expansion
/Qinline-max-total-size-
          no size limit for inline function expansion
/Qinline-max-per-routine:<n>
          maximum number of inline instances in any function
/Qinline-max-per-routine-
          no maximum number of inline instances in any function
/Qinline-max-per-compile:<n>
          maximum number of inline instances in the current compilation
/Qinline-max-per-compile-
          no maximum number of inline instances in the current compilation
/Qinline-factor:<n>
          set inlining upper limits by n percentage
/Qinline-factor-
          do not set set inlining upper limits
/Qinline-forceinline
          treat inline routines as forceinline
/Qinline-dllimport
          allow(DEFAULT)/disallow functions declared DEC$ ATTRIBUTES DLLIMPORT
          to be inlined
/Qinline-calloc
          directs the compiler to inline calloc() calls as malloc()/memset()
/inline[:keyword]
          Specifies the level of inline function expansion
            keywords: all (same as /Ob2 /Ot), size (same as /Ob2 /Os)
                      speed (same as /Ob2 /Ot), none or manual (same as /Ob0)
/Qinline-min-caller-growth:<n>
          set lower limit on caller growth due to inlining a single routine
/Qinline-min-caller-growth-
          no lower limit on caller growth due to inlining a single routine

Output, Debug, PCH
------------------

/c        compile to object (.obj) only, do not link
/nolink, /compile-only
          same as /c
/S        compile to assembly (.asm) only, do not link
/FAs      produce assembly file with optional source annotations 
/FAc      produce assembly file with optional code annotations 
/FA       produce assembly file
/Fa[file]
          name assembly file (or directory for multiple files; i.e. /FaMYDIR\)
/Fo[file]
          name object file (or directory for multiple files; i.e. /FoMYDIR\)
/Fe[file]
          name executable file or directory
/Fi[file]
          name preprocessed file (or directory for multiple files; i.e.
          /FiMYDIR\)
/object:<filename>
          specify the name of the object file, or the directory to which object

          file(s) should be written.  (e.g. /object:MYOBJ or /object:MYDIR\)
/exe:<filename>
          specifies the name to be used for the built program (.exe) or
          dynamic-link (.dll) library
/map:<filename>
          specify that a link map file should be generated
/list[:<filename>]
          specify that a listing file should be generated
/list-line-len:#
          overrides the default line length (80) in a listing file
/list-page-len:#
          overrides the default page length (66) in a listing file
/show:<keyword>
          controls the contents of the listing file
          keywords: all, none, [no]include, [no]map, [no]options
/Zi, /ZI, /Z7
          Produce symbolic debug information.  The /Zi and /ZI flags emit the
          debug information for types into a separate PDB file.
/Zo[-]    When symbolic debug information is being produced, enable/disable
          emission of additional symbolic debug information to describe
          optimized code.
/debug[:keyword]
          Control the emission of debug information.
          Valid [keyword] values:
             none
                 Disables debug generation.

             all, full (default if no keyword was specified)
                 Generates complete debug information.

             minimal
                 Generates line number information.
             [no]inline-debug-info
                 Controls additional debug information for inlined code.
/nodebug  Disable emission of debug information.
/debug-parameters[:keyword]
          Control output of debug information for PARAMETERS.
          Valid [keyword] values:
             none - Disables generation of debug information for PARAMETERs.
             used - Generates debug information for referenced PARAMETERs only.

             all  - Generates debug information for all PARAMETERs.
/nodebug-parameters
          Same as "/debug-parameters:none".
/Qd-lines, /[no]d-lines
          compile debug statements (indicated by D in column 1)
/pdbfile[:filename]
          Specify that debug related type information should be generated to a
          program database file at link time.
/nopdbfile
          Do not generate debug related information to a program database file.

/Qtrapuv  trap uninitialized variables
/RTCu     report use of variable that was not initialized
/Qmap-opts
          enable option mapping tool
/Qeliminate-unused-debug-types[-]
          When disabled, debug information for all types present in the
          sources will be emitted.  Using this option may cause a large
          increase in the size of the debug information.
/Qemit-build-options
          Output the options used during the compilation to a corresponding
          .dashboard file.  This file is to be consumed by the dbmerge tool
          and used by the dashboard tool.
/Qemit-messages
          Output the diagnostics emitted during the compilation to a
          corresponding .dashboard file.  This file is to be consumed by the
          dbmerge tool and used by the dashboard tool.

Preprocessor
------------

/D<name>[{=|#}<text>]
          define macro
/define:symbol[=<value>]
          same as /D
/nodefines
          specifies that any /D macros go to the preprocessor only, and not to
          the compiler
/U<name>  remove predefined macro
/undefine:<name>
          remove predefined macro (same as /U)
/allow:nofpp-comments
          If a Fortran end-of-line comment is seen within a #define, treat it
          as part of the definition.  Default is allow:fpp-comments
/E        preprocess to stdout
/EP       preprocess to stdout, omitting #line directives
/EP /P    preprocess to file, omitting #line directives
/P        preprocess to file
/preprocess-only
          same as /P
/[no]keep  keep/remove preprocessed file generated by preprocessor as input to
           compiler stage.  Not affected by /Qsave-temps.  Default is /nokeep
/[no]fpp   run Fortran preprocessor on source files prior to compilation

/fpp-name:name
           Name an alternate preprocessor executable.  The name can
           include the full path.
/module:path
           specify path where mod files should be placed and first location to
           look for mod files
/u        remove all predefined macros
/I<dir>   add directory to include file search path
/[no]include:<dir>
          same as /I
/X        remove standard directories from include file search path
/gen-dep[:filename]
          generate dependency information.
          If no filename is specified, output is to stdout.
           Similar to /QMD or /QMMD
          If a filename is specified, output is to filename.
           Similar to /QMF filename
/gen-dep-
          do not generate dependency information (default)
/gen-depshow:keyword
          control what dependency information is output.
          [no]intr_mod   Intrinsic modules.  Default is nointr_mod.
/gen-depformat:keyword
          generate dependency information in the specified format.
          One of:  make, nmake

Component Control
-----------------

/Qoption,<tool>,<opts>
          pass options <opts> to tool specified by <tool>
/Qlocation,<tool>,<dir>
          set <dir> as the location of tool specified by <tool>

Language
--------

/[no]altparam
          specify if alternate form of parameter constant declarations
          (without parenthesis) is recognized. Default is to recognize
/assume:<keyword>
          specify assumptions made by the optimizer and code generator
          keywords: none, [no]byterecl, [no]buffered_io,
                    [no]buffered_stdout,
                    [no]bscc (nobscc same as /nbs),
                    [no]contiguous_assumed_shape, [no]contiguous_pointer,
                    [no]cc_omp, [no]failed_images, [no]minus0,
                    [no]dummy_aliases (same as /Qcommon-args),
                    [no]ieee_fpe_flags, [no]ieee_compares, [no]fpe_summary,
                    [no]nan_compares,
                    [no]old_boz, [no]old_complex_align,
                    [no]old_inquire_recl,
                    [no]old_logical_ldio, [no]old_logical_assign,
                    [no]old_ldout_format, [no]old_ldout_zero,
                    [no]old_maxminloc, [no]old_unit_star, [no]old_xor,
                    [no]protect_allocates,
                    [no]protect_constants, [no]protect_parens,
                    [no]recursion, [no]realloc_lhs, [no]2underscore,
                    [no]underscore (same as /us),
                    [no]std_intent_in, [no]std_minus0_rounding,
                    [no]std_mod_proc_name, [no]std_value,
                    [no]source_include,
                    [no]split_common, [no]writeable_strings
/ccdefault:<keyword>
          specify default carriage control for units 6 and *
          keywords:  default, fortran, list or none
/[no]check:<keyword>
          check run-time conditions.  Default is /nocheck
          keywords: all, none (same as /nocheck),
                    [no]arg_temp_created, [no]bounds (same as /CB),
                    [no]assume, [no]contiguous,
                    [no]format, [no]output_conversion,
                    [no]pointers (same as /CA),
                    [no]shape, [no]stack, [no]teams,
                    [no]udio_iostat, [no]uninit (same as /CU)
/Qcommon-args
          assume "by reference" subprogram arguments may alias one
          another.  Same as /assume:dummy_aliases
/[no]extend-source[:<keyword>]
          specify rightmost column for fixed form sources
          keywords: 72 (same as /noextend-source and /4L72),
                    80 (same as /4L80),
                   132 (same as /4L132.  Default if you specify
                        /extend-source without a keyword.)
/fixed    specify source files are in fixed format. Same as /FI and /4Nf
          /nofixed indicates free format
/free     specify source files are in free format. Same as /FR and /4Yf
          /nofree indicates fixed format
/names:<keyword>
          specify how source code identifiers and external names are
          interpreted.
          keywords:  as_is, lowercase, uppercase
/[no]pad-source, /Qpad-source[-]
          make compiler acknowledge blanks at the end of a line
/stand[:<keyword>]
          specifies level of conformance with ANSI standard to check
          for.  If keyword is not specified, level of conformance is f18
          keywords: f90 (same as /4Ys), f95,
                    f03, f08, f18,
                    none (same as /nostand)
/standard-semantics
          explicitly sets assume keywords to conform to the semantics
          of the Fortran standard.  May result in performance loss.

          assume keywords set by /standard-semantics:
            byterecl, failed_images, fpe_summary, ieee_compares, minus0,
            noold_inquire_recl, noold-e0g0-format, noold_ldout_format,
            noold_ldout_zero, noold_maxminloc, noold_unit_star, noold_xor,
            protect_parens,realloc_lhs, recursion, std_intent_in,
            std_minus0_rounding, std_mod_proc_name, std_value

          also sets /fpscomp:logicals

          If /fp:strict or /fp:except is set
            then this also sets assume keyword ieee_fpe_flags
/[no]standard-realloc-lhs
          explicitly sets assume keyword realloc_lhs to conform to the
          standard, or to override the default. Sets /assume:[no]realloc_lhs
/syntax-only, /Zs
          perform syntax and semantic checking only (no object file produced)
/wrap-margin[-]
          controls right margin wrapping in list-directed output. By default,
          list-directed output is wrapped at 80 characters.

Compiler Diagnostics
--------------------

/w        disable all warnings
/W<n>     disable warnings (n = 0) or show warnings (n = 1 DEFAULT, same as
          /warn:general)
/warn:<keyword>
          specifies the level of warning messages issued
            keywords: all, none (same as /nowarn)
                      [no]alignments, [no]declarations,
                      [no]errors, [no]externals,
                      [no]general, [no]ignore_loc, [no]interfaces,
                      [no]shape, [no]stderrors, [no]truncated_source,
                      [no]uncalled, [no]unused, [no]usage
/nowarn   suppress all warning messages
/WB       turn a compile-time bounds check into a warning
/[no]traceback
          specify whether the compiler generates PC correlation data used to
          display a symbolic traceback rather than a hexadecimal traceback at
          runtime failure
/[no]gen-interfaces [[no]source]
          generate interface blocks for all routines in the file.  Can be
          checked using -warn interfaces
          nosource indicates temporary source files should not be saved
/error-limit:<size>
          specify the maximum number of error-level or fatal-level compiler
          errors allowed
/noerror-limit
          set no maximum number on error-level or fatal-level error messages
/Qdiag-enable:<v1>[,<v2>,...]
          enable the specified diagnostics or diagnostic groups
/Qdiag-disable:<v1>[,<v2>,...]
          disable the specified diagnostics or diagnostic groups
          where <vN> may be individual diagnostic numbers or group names.
          where group names include:
              openmp     - diagnostics issued by the OpenMP* parallelizer
              warn       - diagnostics that have "warning" severity level
              error      - diagnostics that have "error" severity level
              remark     - diagnostics that are remarks or comments

              vec        - diagnostics issued by the vectorizer
              par        - diagnostics issued by the auto-parallelizer
              cpu-dispatch
                         - specifies the CPU dispatch remarks
/Qdiag-error:<v1>[,<v2>,...]
          output the specified diagnostics or diagnostic groups as errors
/Qdiag-warning:<v1>[,<v2>,...]
          output the specified diagnostics or diagnostic groups as warnings
/Qdiag-remark:<v1>[,<v2>,...]
          output the the specified diagnostics or diagnostic groups as remarks
/Qdiag-dump
          display the currently enabled diagnostic messages to stdout
/Qdiag-file[:<file>]
          <file> where diagnostics are emitted to.  Not specifying this causes
          messages to be output to stderr
/Qdiag-file-append[:<file>]
          <file> where diagnostics are emitted to. When <file> already exists,
          output is appended to the file
/Qdiag-id-numbers[-]
          enable(DEFAULT)/disable the diagnostic specifiers to be output in
          numeric form
/Qdiag-error-limit:<num>
          specify the maximum number of errors emitted

Miscellaneous
-------------

/[no]logo
          display compiler version information.  /nologo disables the output
/QV       display compiler version information
/bintext:<string>
          place the string specified into the object file and executable
/Qsave-temps
          store the intermediate files in current directory and name them
          based on the source file.  Only saves files that are generated by
          default
/what     display detailed compiler version information
/watch:<keyword>
          tells the driver to output processing information
            keywords: all, none (same as /nowatch), [no]source,
                      [no]cmd 
/nowatch  suppress processing information output (DEFAULT)
/Tf<file>
          compile file as Fortran source
/extfor:<ext>
           specify extension of file to be recognized as a Fortran file
/extfpp:<ext>
           specify extension of file to be recognized as a preprocessor file
/libdir[:keyword]
          control the library names that should be emitted into the object file

            keywords:  all, none (same as /nolibdir), [no]automatic, [no]user
/nolibdir
          no library names should be emitted into the object file
/MP[<n>]  create multiple processes that can be used to compile large numbers
          of source files at the same time
/bigobj   generate objects with increased address capacity
/Qnextgen
          invokes the Intel Compiler for LLVM*
/Qnextgen-diag
          This option causes the Intel Compiler for LLVM* to display a list
          of compiler options that are currently not supported.

Data
----

/4I{2|4|8}
          set default KIND of integer and logical variables to 2, 4, or 8
/integer-size:<size>
          specifies the default size of integer and logical variables
            size:  16, 32, 64
/4R{8|16}
          set default size of real to 8 or 16 bytes
/real-size:<size>
          specify the size of REAL and COMPLEX declarations, constants,
          functions, and intrinsics
            size: 32, 64, 128
/Qautodouble
          same as /real-size:64 or /4R8
/double-size:<size>
          defines the size of DOUBLE PRECISION and DOUBLE COMPLEX declarations,

          constants, functions, and intrinsics
            size:  64, 128
/[no]fpconstant
          extends the precision of single precision constants assigned to
          double precision variables to double precision
/[no]intconstant
          use Fortran 77 semantics, rather than Fortran 90/95, to determine
          kind of integer constants
/auto     make all local variables AUTOMATIC
/Qauto-scalar
          make scalar local variables AUTOMATIC (DEFAULT)
/Qsave    save all variables (static allocation) (same as /noauto,
          opposite of /auto)
/Qzero[-]
          enable/disable(DEFAULT) implicit initialization to zero of local
          scalar variables of intrinsic type INTEGER, REAL, COMPLEX, or
          LOGICAL that are saved and not initialized
/Qinit:<keyword>
          enable/disable(DEFAULT) implicit initialization of local
          variables of intrinsic type INTEGER, REAL, COMPLEX, or
          LOGICAL that are saved and not initialized

          The <keyword> specifies the initial value

            keywords: zero (same as /Qzero),
                      snan (valid only for floating point variables),
                      infinity, minus_infinity (valid only for floating point)
                      tiny, minus_tiny (valid only for floating point)
                      huge, minus_huge
                      arrays
/Qdyncom<common1,common2,...>
          make given common blocks dynamically-allocated
/Zp[n]    specify alignment constraint for structures (n=1,2,4,8,16
          /Zp16 DEFAULT)
/[no]align
          analyze and reorder memory layout for variables and arrays
/align:<keyword>
          specify how data items are aligned
            keywords: all (same as /align), none (same as /noalign),
                      [no]commons, [no]dcommons,
                      [no]qcommons, [no]zcommons,
                      rec1byte, rec2byte, rec4byte,
                      rec8byte, rec16byte, rec32byte,
                      array8byte, array16byte, array32byte,
                      array64byte, array128byte, array256byte,
                      [no]records, [no]sequence
/GS       enable overflow security checks.  Optional <arg> can specify:
            partial - provide a stack protection level that is compatible with
                      Microsoft* Visual Studio 2008.
            strong  - provide full stack security level checking. This setting
                      is compatible with recent Microsoft* Visual Studio stack
                      protection heuristics. This is the same as specifying /GS

                      with no keyword.
            off     - Same as /GS- (DEFAULT)
/Qpatchable-addresses
           generate code such that references to statically assigned addresses
           can be patched with arbitrary 64-bit addresses.
/Qglobal-hoist[-]
          enable(DEFAULT)/disable external globals are load safe
/Qkeep-static-consts[-]
          enable/disable(DEFAULT) the ability to preserve allocation of
          variables that are not referenced in the source
/Qnobss-init
          disable placement of zero-initialized variables in BSS (use DATA)
/Qzero-initialized-in-bss[-]
          put explicitly zero initialized variables into the DATA section
          instead of the BSS section
/convert:<keyword>
          specify the format of unformatted files containing numeric data
            keywords: big_endian, cray, ibm, little_endian, native, vaxd, vaxg
/Qfnalign:<n>
          align the start of functions on a 2 (DEFAULT) or <n> byte boundary
          where <n> is a power of 2
/Qfnalign
          align the start of functions to an optimal machine-dependent value.
          /Qfnalign- (DEFAULT) aligns on a 2-byte boundary

Compatibility
-------------

/fpscomp[:<keyword>]
          specify the level of compatibility to adhere to with Fortran
          PowerStation
            keywords: all, none (same as /nofpscomp), [no]filesfromcmd,
                      [no]general, [no]ioformat, [no]ldio_spacing,
                      [no]libs, [no]logicals
/nofpscomp
          no specific level of compatibility with Fortran PowerStation
/f66      allow extensions that enhance FORTRAN-66 compatibility
/f77rtl   specify that the Fortran 77 specific run-time support should be used
          /nof77rtl disables
/vms      enable VMS I/O statement extensions
/Qvc<arg>
          enable compatibility with a specific Microsoft* Visual Studio version

            14.2 - Microsoft* Visual Studio 2019 compatibility
            14.3 - Microsoft* Visual Studio 2022 compatibility

Linking/Linker
--------------

/link     specify that all options following '/link' are for the linker
/extlnk:<ext>
          specify extension of file to be passed directly to linker
/F<n>     set the stack reserve amount specified to the linker
/dbglibs  use the debug version of runtime libraries, when appropriate
/libs:<keyword>
          specifies which type of run-time library to link to.
          keywords: static, dll, qwin, qwins
/LD[d]    produce a DLL instead of an EXE ('d' = debug version)
/dll      same as /LD
/MD[d]    use dynamically-loaded, multithread C runtime
/MDs[d]   use dynamically-loaded, singlethread Fortran runtime,
          and multithread C runtime
/MT[d]    use statically-linked, multithread C runtime (DEFAULT with
          Microsoft Visual Studio 2005 and later)
/MG, /winapp
          use Windows API runtime libraries
/Zl       omit library names from object file
/threads  specify that multi-threaded libraries should be linked against
          /nothreads disables multi-threaded libraries
/Qno-intel-lib[:<arg>]
          Restrict linking of Intel provided libraries. Arguments can be
          specified via a comma separated list. Valid arguments are:
          libirc, libm, libimf, libsvml, libipgo

Deprecated Options
------------------

/Quse-asm                No replacement
/Qvc11                   No replacement
/Qvc12                   No replacement
/Qvc14                   No replacement
/Qvc14.1                 No replacement
/Qcilk-serialize         No replacement
/arch:ICELAKE            use /arch:ICELAKE-CLIENT
/QxICELAKE               use /QxICELAKE-CLIENT
/QaxICELAKE              use /QaxICELAKE-CLIENT
/Qprof-gen-sampling      No replacement
/Qprof-use-sampling      No replacement
/arch:SSE                use /arch:IA32

/help, /? [category]   print full or category help message

Valid categories include
       advanced        - Advanced Optimizations
       codegen         - Code Generation
       compatibility   - Compatibility
       component       - Component Control
       data            - Data
       deprecated      - Deprecated Options
       diagnostics     - Compiler Diagnostics
       float           - Floating Point
       help            - Help
       inline          - Inlining
       ipo             - Interprocedural Optimization (IPO)
       language        - Language
       link            - Linking/Linker
       misc            - Miscellaneous
       opt             - Optimization
       output          - Output
       pgo             - Profile Guided Optimization (PGO)
       preproc         - Preprocessor
       reports         - Optimization Reports
       openmp          - OpenMP and Parallel Processing

Copyright (C) 1985-2023, Intel Corporation.  All rights reserved.
* Other names and brands may be claimed as the property of others.
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -V
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line error: no files specified; for help type "ifort /help"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --help | head -n 20
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Detected Intel compiler
=============================================================================================
                                     ***** WARNING *****
  Using default FC optimization flags "-O3 -QxW". You might consider manually setting
  optimal optimization flags for your system with FOPTFLAGS="optimization flags" see
  config/examples/arch-*-opt.py for examples
=============================================================================================
          Trying FC compiler flag -O3
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -MT -O3   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main

      end

              Output from compiling with  -MT -O3 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Added FC compiler flag -O3
          Trying FC compiler flag -QxW
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -MT -O3 -QxW   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10131: extension 'W' not supported ignored in option '/Qx'
Successful compile:
Source:
      program main

      end

              Output from compiling with  -MT -O3 -QxW 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10131: extension 'W' not supported ignored in option '/Qx'
              Rejecting compiler flag -QxW  due to 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10131: extension 'W' not supported ignored in option '/Qx'
          Rejected FC compiler flag -QxW
=============================================================================================
TESTING: checkIntelHardwareSupport from config.compilerFlags(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilerFlags.py:168)
  Use Linux/macOS commands to determine what operations the hardware supports
Executing: lscpu
stdout: /bin/sh: line 1: lscpu: command not found
Executing: sysctl -a
stdout: /bin/sh: line 1: sysctl: command not found
=============================================================================================
TESTING: checkCompilerMacros from config.compilerFlags(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilerFlags.py:159)
  Save the list of CPP macros defined by the C and C++ compiler, does not work for all compilers
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags/conftest.c  -E -dM 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-dM'
conftest.c
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.COM\\conftest.c"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags/conftest.cc  -E -dM 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-dM'
conftest.cc
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.COM\\conftest.cc"
    child config.compilerFlags took 103.178343 seconds
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

cl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

                         C/C++ COMPILER OPTIONS


                              -OPTIMIZATION-

/O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed)

/Ob<n> inline expansion (default n=0)   /Od disable optimizations (default)
/Og enable global optimization          /Oi[-] enable intrinsic functions
/Os favor code space                    /Ot favor code speed
/Ox optimizations (favor speed)         
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
    blend - a combination of optimizations for several different x64 processors

    AMD64 - 64-bit AMD processors                                 
    INTEL64 - Intel(R)64 architecture processors                  
    ATOM - Intel(R) Atom(TM) processors                           

                             -CODE GENERATION-

/Gu[-] ensure distinct functions have distinct addresses
/Gw[-] separate global variables for linker
/GF enable read-only string pooling     /Gm[-] enable minimal rebuild
/Gy[-] separate functions for linker    /GS[-] enable security checks
/GR[-] enable C++ RTTI                  /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions)  /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow     
/EHr always generate noexcept runtime termination checks
/fp:<contract|except[-]|fast|precise|strict> choose floating-point model:
    contract - consider floating-point contractions when generating code
    except[-] - consider floating-point exceptions when generating code
    fast - "fast" floating-point model; results are less predictable
    precise - "precise" floating-point model; results are predictable
    strict - "strict" floating-point model (implies /fp:except)
/Qfast_transcendentals generate inline FP intrinsics even with /fp:except
/Qspectre[-] enable mitigations for CVE 2017-5753
/Qpar[-] enable parallel code generation
/Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops
/Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized
/Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops
/Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized
/GL[-] enable link-time code generation 
/volatile:<iso|ms> choose volatile model:
    iso - Acquire/release semantics not guaranteed on volatile accesses
    ms  - Acquire/release semantics guaranteed on volatile accesses
/GA optimize for Windows Application    /Ge force stack checking for all funcs
/Gs[num] control stack checking calls   /Gh enable _penter function call
/GH enable _pexit function call         /GT generate fiber-safe TLS accesses
/RTC1 Enable fast checks (/RTCsu)       /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking      /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
    pure : produce IL-only output file (no native executable code)
    safe : produce IL-only verifiable output file
    netcore : produce assemblies targeting .NET Core runtime
    noAssembly : do not produce an assembly
    nostdlib : ignore the system .NET framework directory when searching for assemblies
    nostdimport : do not import any required assemblies implicitly
    initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
    implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs)         /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
   AVX - enable use of instructions available with AVX-enabled CPUs
   AVX2 - enable use of instructions available with AVX2-enabled CPUs
   AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions

/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
   IA - results compatible with VCVTTSD2USI instruction
   BC - results compatible with VS2017 and earlier compiler
/jumptablerdata Place jump tables for switch case statements in .rdata section

                              -OUTPUT FILES-

/Fa[file] name assembly listing file    /FA[scu] configure assembly listing
/Fd[file] name .PDB file                /Fe<file> name executable file
/Fm[file] name map file                 /Fo<file> name object file
/Fp<file> name precompiled header file  /Fr[file] name source browser file
/FR[file] name extended .SBR file       /Fi[file] name preprocessed file
/Fd: <file> name .PDB file              /Fe: <file> name executable file
/Fm: <file> name map file               /Fo: <file> name object file
/Fp: <file> name .PCH file              /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file      
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file


                              -PREPROCESSOR-

/AI<dir> add to assembly search path    /FU<file> import .NET assembly/module
/FU:asFriend<file> import .NET assembly/module as friend
/C don't strip comments                 /D<name>{=|#}<text> define macro
/E preprocess to stdout                 /EP preprocess to stdout, no #line
/P preprocess to file                   /Fx merge injected code to file
/FI<file> name forced include file      /U<name> remove predefined macro
/u remove all predefined macros         /I<dir> add to include search path
/X ignore "standard places"             
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions         

                                -LANGUAGE-

/std:<c++14|c++17|c++20|c++latest> C++ standard version
    c++14 - ISO/IEC 14882:2014 (default)
    c++17 - ISO/IEC 14882:2017
    c++20 - ISO/IEC 14882:2020
    c++latest - latest draft standard (feature set subject to change)
/permissive[-] enable some nonconforming code to compile (feature set subject to change) (on by default)
/Ze enable extensions (default)         /Za disable extensions
/ZW enable WinRT language extensions    /Zs syntax check only
/Zc:arg1[,arg2] C++ language conformance, where arguments can be:
  forScope[-]           enforce Standard C++ for scoping rules
  wchar_t[-]            wchar_t is the native type, not a typedef
  auto[-]               enforce the new Standard C++ meaning for auto
  trigraphs[-]          enable trigraphs (off by default)
  rvalueCast[-]         enforce Standard C++ explicit type conversion rules
  strictStrings[-]      disable string-literal to [char|wchar_t]*
                        conversion (off by default)
  implicitNoexcept[-]   enable implicit noexcept on required functions
  threadSafeInit[-]     enable thread-safe local static initialization
  inline[-]             remove unreferenced function or data if it is
                        COMDAT or has internal linkage only (off by default)
  sizedDealloc[-]       enable C++14 global sized deallocation
                        functions (on by default)
  throwingNew[-]        assume operator new throws on failure (off by default)
  referenceBinding[-]   a temporary will not bind to an non-const
                        lvalue reference (off by default)
  twoPhase-             disable two-phase name lookup
  ternary[-]            enforce C++11 rules for conditional operator (off by default)
  noexceptTypes[-]      enforce C++17 noexcept rules (on by default in C++17 or later)
  alignedNew[-]         enable C++17 alignment of dynamically allocated objects (on by default)
  hiddenFriend[-]       enforce Standard C++ hidden friend rules (implied by /permissive-)
  externC[-]            enforce Standard C++ rules for 'extern "C"' functions (implied by /permissive-)
  lambda[-]             better lambda support by using the newer lambda processor (off by default)
  tlsGuards[-]          generate runtime checks for TLS variable initialization (on by default)
  zeroSizeArrayNew[-]   call member new/delete for 0-size arrays of objects (on by default)
  static_assert[-]      strict handling of 'static_assert' (implied by /permissive-)
  gotoScope[-]          cannot jump past the initialization of a variable (implied by /permissive-)
  templateScope[-]      enforce Standard C++ template parameter shadowing rules

  enumTypes[-]          enable Standard C++ underlying enum types (off by default)
  checkGwOdr[-]         enforce Standard C++ one definition rule violations
                        when /Gw has been enabled (off by default)
  __STDC__              define __STDC__ to 1 in C
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N>     recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N>     terminate constexpr evaluation after N steps (default: 100000)
/Zi enable debugging information        /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)

/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)
/Zp[n] pack structs on n-byte boundary  /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp      /vm<x> type of pointers to members
/std:<c11|c17> C standard version
    c11 - ISO/IEC 9899:2011
    c17 - ISO/IEC 9899:2018
/ZI enable Edit and Continue debug info 
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime

                              -MISCELLANEOUS-

@<file> options response file           /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
    none - do not send report                
    prompt - prompt to immediately send report
    queue - at next admin logon, prompt to send report (default)
    send - send report automatically         
/FC use full pathnames in diagnostics   /H<num> max external name length
/J default char type is unsigned        
/MP[n] use up to 'n' processes for compilation
/nologo suppress copyright message      /showIncludes show include file names
/Tc<source file> compile file as .c     /Tp<source file> compile file as .cpp
/TC compile all files as .c             /TP compile all files as .cpp
/V<string> set version string           /Yc[file] create .PCH file
/Yd put debug info in every .OBJ        /Yl[sym] inject .PCH ref for debug lib
/Yu[file] use .PCH file                 /Y- disable all PCH options
/Zm<n> max memory alloc (% of default)  /FS force to use MSPDBSRV.EXE
/source-charset:<iana-name>|.nnnn set source character set
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode      /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
/sourcelink [file] file containing source link information

                                -LINKING-

/LD Create .DLL                         /LDd Create .DLL debug library
/LN Create a .netmodule                 /F<num> set stack size
/link [linker options and libraries]    /MD link with MSVCRT.LIB
/MT link with LIBCMT.LIB                /MDd link with MSVCRTD.LIB debug lib
/MTd link with LIBCMTD.LIB debug lib    

                              -CODE ANALYSIS-

/analyze[-] Enable native analysis      /analyze:quiet[-] No warning to console

/analyze:log<name> Warnings to file     /analyze:autolog Log to *.pftlog
/analyze:autolog:ext<ext> Log to *.<ext>/analyze:autolog- No log file
/analyze:WX- Warnings not fatal         /analyze:stacksize<num> Max stack frame

/analyze:max_paths<num> Max paths       /analyze:only Analyze, no code gen

                              -DIAGNOSTICS-

/diagnostics:<args,...> controls the format of diagnostic messages:
             classic   - retains prior format
             column[-] - prints column information
             caret[-]  - prints column and the indicated line of source
/Wall enable all warnings               /w   disable all warnings
/W<n> set warning level (default n=1)   
/Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz
/WX treat warnings as errors            /WL enable one line diagnostics
/wd<n> disable warning n                /we<n> treat warning n as an error
/wo<n> issue warning n once             /w<l><n> set warning level 1-4 for n
/external:I <path>      - location of external headers
/external:env:<var>     - environment variable with locations of external headers
/external:anglebrackets - treat all headers included via <> as external
/external:W<n>          - warning level for external headers
/external:templates[-]  - evaluate warning level across template instantiation chain
/sdl enable additional security features and warnings
/options:strict unrecognized compiler options are an error
=============================================================================================
TESTING: checkLinux from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:1385)
  Check for __linux__
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(5): fatal error C1189: #error:  "__linux__ not defined"
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(5): fatal error C1189: #error:  "__linux__ not defined"Source:
#include "confdefs.h"
#include "conffix.h"

    #if !defined(__linux__)
    #error "__linux__ not defined"
    #endif
    

int main(void) {
  return 0;
}

=============================================================================================
TESTING: checkC99Flag from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:1396)
  Check for -std=c99 or equivalent flag
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -wd4996 -Zc:preprocessor  -O2   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <float.h>

int main(void) {

    float x[2],y;
    float *restrict z = &y;
    y = FLT_ROUNDS;
    // c++ comment
    int j = 2;
    for (int i=0; i<2; i++){
      x[i] = i*j*(*z);
    }
    (void)x;
  return 0;
}

            Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -O2 

          Accepted C99 compile flag: 
=============================================================================================
TESTING: checkCFormatting from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:364)
  Activate format string checking if using the GNU compilers
=============================================================================================
TESTING: checkDynamicLoadFlag from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:375)
  Checks that dlopen() takes RTLD_XXX, and defines PETSC_HAVE_RTLD_XXX if it does
=============================================================================================
TESTING: checkStdAtomic from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:1429)
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout:
conftest.c
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(36): error C2061: syntax error: identifier 'atomic_bool'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(36): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(37): error C2061: syntax error: identifier 'atomic_char'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(37): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(38): error C2061: syntax error: identifier 'atomic_schar'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(38): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(39): error C2061: syntax error: identifier 'atomic_uchar'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(39): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(40): error C2061: syntax error: identifier 'atomic_short'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(40): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(41): error C2061: syntax error: identifier 'atomic_ushort'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(41): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(42): error C2061: syntax error: identifier 'atomic_int'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(42): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(43): error C2061: syntax error: identifier 'atomic_uint'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(43): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(44): error C2061: syntax error: identifier 'atomic_long'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(44): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(45): error C2061: syntax error: identifier 'atomic_ulong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(45): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(46): error C2061: syntax error: identifier 'atomic_llong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(46): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(47): error C2061: syntax error: identifier 'atomic_ullong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(47): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(48): error C2061: syntax error: identifier 'atomic_char16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(48): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(49): error C2061: syntax error: identifier 'atomic_char32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(49): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(50): error C2061: syntax error: identifier 'atomic_wchar_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(50): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(51): error C2061: syntax error: identifier 'atomic_int_least8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(51): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(52): error C2061: syntax error: identifier 'atomic_uint_least8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(52): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(53): error C2061: syntax error: identifier 'atomic_int_least16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(53): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(54): error C2061: syntax error: identifier 'atomic_uint_least16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(54): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(55): error C2061: syntax error: identifier 'atomic_int_least32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(55): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(56): error C2061: syntax error: identifier 'atomic_uint_least32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(56): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(57): error C2061: syntax error: identifier 'atomic_int_least64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(57): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(58): error C2061: syntax error: identifier 'atomic_uint_least64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(58): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(59): error C2061: syntax error: identifier 'atomic_int_fast8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(59): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(60): error C2061: syntax error: identifier 'atomic_uint_fast8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(60): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(61): error C2061: syntax error: identifier 'atomic_int_fast16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(61): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(62): error C2061: syntax error: identifier 'atomic_uint_fast16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(62): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(63): error C2061: syntax error: identifier 'atomic_int_fast32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(63): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(64): error C2061: syntax error: identifier 'atomic_uint_fast32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(64): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(65): error C2061: syntax error: identifier 'atomic_int_fast64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(65): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(66): error C2061: syntax error: identifier 'atomic_uint_fast64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(66): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(67): error C2061: syntax error: identifier 'atomic_intptr_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(67): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(68): error C2061: syntax error: identifier 'atomic_uintptr_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(68): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(69): error C2061: syntax error: identifier 'atomic_size_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(69): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(70): error C2061: syntax error: identifier 'atomic_ptrdiff_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(70): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(71): error C2061: syntax error: identifier 'atomic_intmax_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(71): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(72): error C2061: syntax error: identifier 'atomic_uintmax_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(72): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(121): error C2061: syntax error: identifier '_Atomic'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(122): error C2059: syntax error: '}'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2061: syntax error: identifier 'cat'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2513: ' ': no variable declared before '='
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(16): error C2065: 'cat': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(16): error C2223: left of '->_Val' must point to struct/union
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(18): error C2065: 'cat': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(18): error C2223: left of '->_Val' must point to struct/union
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(36): error C2061: syntax error: identifier 'atomic_bool'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(36): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(37): error C2061: syntax error: identifier 'atomic_char'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(37): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(38): error C2061: syntax error: identifier 'atomic_schar'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(38): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(39): error C2061: syntax error: identifier 'atomic_uchar'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(39): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(40): error C2061: syntax error: identifier 'atomic_short'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(40): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(41): error C2061: syntax error: identifier 'atomic_ushort'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(41): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(42): error C2061: syntax error: identifier 'atomic_int'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(42): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(43): error C2061: syntax error: identifier 'atomic_uint'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(43): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(44): error C2061: syntax error: identifier 'atomic_long'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(44): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(45): error C2061: syntax error: identifier 'atomic_ulong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(45): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(46): error C2061: syntax error: identifier 'atomic_llong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(46): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(47): error C2061: syntax error: identifier 'atomic_ullong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(47): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(48): error C2061: syntax error: identifier 'atomic_char16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(48): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(49): error C2061: syntax error: identifier 'atomic_char32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(49): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(50): error C2061: syntax error: identifier 'atomic_wchar_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(50): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(51): error C2061: syntax error: identifier 'atomic_int_least8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(51): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(52): error C2061: syntax error: identifier 'atomic_uint_least8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(52): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(53): error C2061: syntax error: identifier 'atomic_int_least16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(53): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(54): error C2061: syntax error: identifier 'atomic_uint_least16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(54): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(55): error C2061: syntax error: identifier 'atomic_int_least32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(55): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(56): error C2061: syntax error: identifier 'atomic_uint_least32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(56): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(57): error C2061: syntax error: identifier 'atomic_int_least64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(57): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(58): error C2061: syntax error: identifier 'atomic_uint_least64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(58): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(59): error C2061: syntax error: identifier 'atomic_int_fast8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(59): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(60): error C2061: syntax error: identifier 'atomic_uint_fast8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(60): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(61): error C2061: syntax error: identifier 'atomic_int_fast16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(61): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(62): error C2061: syntax error: identifier 'atomic_uint_fast16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(62): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(63): error C2061: syntax error: identifier 'atomic_int_fast32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(63): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(64): error C2061: syntax error: identifier 'atomic_uint_fast32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(64): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(65): error C2061: syntax error: identifier 'atomic_int_fast64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(65): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(66): error C2061: syntax error: identifier 'atomic_uint_fast64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(66): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(67): error C2061: syntax error: identifier 'atomic_intptr_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(67): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(68): error C2061: syntax error: identifier 'atomic_uintptr_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(68): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(69): error C2061: syntax error: identifier 'atomic_size_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(69): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(70): error C2061: syntax error: identifier 'atomic_ptrdiff_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(70): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(71): error C2061: syntax error: identifier 'atomic_intmax_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(71): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(72): error C2061: syntax error: identifier 'atomic_uintmax_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(72): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(121): error C2061: syntax error: identifier '_Atomic'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(122): error C2059: syntax error: '}'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2061: syntax error: identifier 'cat'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2513: ' ': no variable declared before '='
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(16): error C2065: 'cat': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(16): error C2223: left of '->_Val' must point to struct/union
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(18): error C2065: 'cat': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(18): error C2223: left of '->_Val' must point to struct/unionSource:
#include "confdefs.h"
#include "conffix.h"

    #if defined(__cplusplus)
    #include <atomic>
    using namespace std;
    #else
    #include <stdatomic.h>
    #endif
    double dcount = 0;
    atomic_flag cat = ATOMIC_FLAG_INIT;
    

int main(void) {

    do {} while (atomic_flag_test_and_set(&cat));
    dcount++;
    atomic_flag_clear(&cat);
    
  return 0;
}

=============================================================================================
TESTING: checkCLibraries from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:167)
  Determines the libraries needed to link using the C++ or Fortran compiler C source code compiled with C. Result is stored in clibs
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
void asub(void)
{char s[16];printf("testing %s",s);}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          C libraries are not needed when using Fortran linker
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
void asub(void)
{char s[16];printf("testing %s",s);}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
 int main(int argc,char **args)
{return 0;}
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe  -Qwd10161  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
          C libraries are not needed when using C++ linker
=============================================================================================
TESTING: checkDependencyGenerationFlag from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:1336)
  Check if -MMD works for dependency generation, and add it if it does
          Trying C compiler flag -MMD -MP
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2 -MMD -MP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

            Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -O2 -MMD -MP
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.c
            Rejecting compiler flag -MMD -MP due to 
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.c
          Rejected C compiler flag -MMD -MP
          Trying C compiler flag -MMD
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2 -MMD  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

            Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -O2 -MMD
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.c
            Rejecting compiler flag -MMD due to 
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.c
          Rejected C compiler flag -MMD
          Trying C compiler flag -xMMD
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2 -xMMD  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-xMMD'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

            Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -O2 -xMMD
cl : Command line warning D9002 : ignoring unknown option '-xMMD'
conftest.c
            Rejecting compiler flag -xMMD due to 
cl : Command line warning D9002 : ignoring unknown option '-xMMD'
conftest.c
          Rejected C compiler flag -xMMD
          Trying C compiler flag -qmakedep=gcc
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2 -qmakedep=gcc  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-qmakedep=gcc'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

            Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -O2 -qmakedep=gcc
cl : Command line warning D9002 : ignoring unknown option '-qmakedep=gcc'
conftest.c
            Rejecting compiler flag -qmakedep=gcc due to 
cl : Command line warning D9002 : ignoring unknown option '-qmakedep=gcc'
conftest.c
          Rejected C compiler flag -qmakedep=gcc
          Trying C compiler flag -MD
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2 -MD  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9025 : overriding '/MT' with '/MD'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

            Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -O2 -MD
cl : Command line warning D9025 : overriding '/MT' with '/MD'
conftest.c
          Rejected C compiler flag -MD because no dependency file (/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.d) was generated
          Trying Cxx compiler flag -MMD -MP
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -MMD -MP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

            Output from compiling with  -std:c++20 -MMD -MP
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.cc
            Rejecting compiler flag -MMD -MP due to 
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.cc
          Rejected Cxx compiler flag -MMD -MP
          Trying Cxx compiler flag -MMD
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -MMD  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

            Output from compiling with  -std:c++20 -MMD
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.cc
            Rejecting compiler flag -MMD due to 
cl : Command line warning D9002 : ignoring unknown option '-MMD'
conftest.cc
          Rejected Cxx compiler flag -MMD
          Trying Cxx compiler flag -xMMD
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -xMMD  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-xMMD'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

            Output from compiling with  -std:c++20 -xMMD
cl : Command line warning D9002 : ignoring unknown option '-xMMD'
conftest.cc
            Rejecting compiler flag -xMMD due to 
cl : Command line warning D9002 : ignoring unknown option '-xMMD'
conftest.cc
          Rejected Cxx compiler flag -xMMD
          Trying Cxx compiler flag -qmakedep=gcc
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -qmakedep=gcc  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-qmakedep=gcc'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

            Output from compiling with  -std:c++20 -qmakedep=gcc
cl : Command line warning D9002 : ignoring unknown option '-qmakedep=gcc'
conftest.cc
            Rejecting compiler flag -qmakedep=gcc due to 
cl : Command line warning D9002 : ignoring unknown option '-qmakedep=gcc'
conftest.cc
          Rejected Cxx compiler flag -qmakedep=gcc
          Trying Cxx compiler flag -MD
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -MD  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9025 : overriding '/MT' with '/MD'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

            Output from compiling with  -std:c++20 -MD
cl : Command line warning D9025 : overriding '/MT' with '/MD'
conftest.cc
          Rejected Cxx compiler flag -MD because no dependency file (/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.d) was generated
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

cl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

                         C/C++ COMPILER OPTIONS


                              -OPTIMIZATION-

/O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed)

/Ob<n> inline expansion (default n=0)   /Od disable optimizations (default)
/Og enable global optimization          /Oi[-] enable intrinsic functions
/Os favor code space                    /Ot favor code speed
/Ox optimizations (favor speed)         
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
    blend - a combination of optimizations for several different x64 processors

    AMD64 - 64-bit AMD processors                                 
    INTEL64 - Intel(R)64 architecture processors                  
    ATOM - Intel(R) Atom(TM) processors                           

                             -CODE GENERATION-

/Gu[-] ensure distinct functions have distinct addresses
/Gw[-] separate global variables for linker
/GF enable read-only string pooling     /Gm[-] enable minimal rebuild
/Gy[-] separate functions for linker    /GS[-] enable security checks
/GR[-] enable C++ RTTI                  /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions)  /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow     
/EHr always generate noexcept runtime termination checks
/fp:<contract|except[-]|fast|precise|strict> choose floating-point model:
    contract - consider floating-point contractions when generating code
    except[-] - consider floating-point exceptions when generating code
    fast - "fast" floating-point model; results are less predictable
    precise - "precise" floating-point model; results are predictable
    strict - "strict" floating-point model (implies /fp:except)
/Qfast_transcendentals generate inline FP intrinsics even with /fp:except
/Qspectre[-] enable mitigations for CVE 2017-5753
/Qpar[-] enable parallel code generation
/Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops
/Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized
/Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops
/Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized
/GL[-] enable link-time code generation 
/volatile:<iso|ms> choose volatile model:
    iso - Acquire/release semantics not guaranteed on volatile accesses
    ms  - Acquire/release semantics guaranteed on volatile accesses
/GA optimize for Windows Application    /Ge force stack checking for all funcs
/Gs[num] control stack checking calls   /Gh enable _penter function call
/GH enable _pexit function call         /GT generate fiber-safe TLS accesses
/RTC1 Enable fast checks (/RTCsu)       /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking      /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
    pure : produce IL-only output file (no native executable code)
    safe : produce IL-only verifiable output file
    netcore : produce assemblies targeting .NET Core runtime
    noAssembly : do not produce an assembly
    nostdlib : ignore the system .NET framework directory when searching for assemblies
    nostdimport : do not import any required assemblies implicitly
    initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
    implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs)         /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
   AVX - enable use of instructions available with AVX-enabled CPUs
   AVX2 - enable use of instructions available with AVX2-enabled CPUs
   AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions

/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
   IA - results compatible with VCVTTSD2USI instruction
   BC - results compatible with VS2017 and earlier compiler
/jumptablerdata Place jump tables for switch case statements in .rdata section

                              -OUTPUT FILES-

/Fa[file] name assembly listing file    /FA[scu] configure assembly listing
/Fd[file] name .PDB file                /Fe<file> name executable file
/Fm[file] name map file                 /Fo<file> name object file
/Fp<file> name precompiled header file  /Fr[file] name source browser file
/FR[file] name extended .SBR file       /Fi[file] name preprocessed file
/Fd: <file> name .PDB file              /Fe: <file> name executable file
/Fm: <file> name map file               /Fo: <file> name object file
/Fp: <file> name .PCH file              /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file      
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file


                              -PREPROCESSOR-

/AI<dir> add to assembly search path    /FU<file> import .NET assembly/module
/FU:asFriend<file> import .NET assembly/module as friend
/C don't strip comments                 /D<name>{=|#}<text> define macro
/E preprocess to stdout                 /EP preprocess to stdout, no #line
/P preprocess to file                   /Fx merge injected code to file
/FI<file> name forced include file      /U<name> remove predefined macro
/u remove all predefined macros         /I<dir> add to include search path
/X ignore "standard places"             
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions         

                                -LANGUAGE-

/std:<c++14|c++17|c++20|c++latest> C++ standard version
    c++14 - ISO/IEC 14882:2014 (default)
    c++17 - ISO/IEC 14882:2017
    c++20 - ISO/IEC 14882:2020
    c++latest - latest draft standard (feature set subject to change)
/permissive[-] enable some nonconforming code to compile (feature set subject to change) (on by default)
/Ze enable extensions (default)         /Za disable extensions
/ZW enable WinRT language extensions    /Zs syntax check only
/Zc:arg1[,arg2] C++ language conformance, where arguments can be:
  forScope[-]           enforce Standard C++ for scoping rules
  wchar_t[-]            wchar_t is the native type, not a typedef
  auto[-]               enforce the new Standard C++ meaning for auto
  trigraphs[-]          enable trigraphs (off by default)
  rvalueCast[-]         enforce Standard C++ explicit type conversion rules
  strictStrings[-]      disable string-literal to [char|wchar_t]*
                        conversion (off by default)
  implicitNoexcept[-]   enable implicit noexcept on required functions
  threadSafeInit[-]     enable thread-safe local static initialization
  inline[-]             remove unreferenced function or data if it is
                        COMDAT or has internal linkage only (off by default)
  sizedDealloc[-]       enable C++14 global sized deallocation
                        functions (on by default)
  throwingNew[-]        assume operator new throws on failure (off by default)
  referenceBinding[-]   a temporary will not bind to an non-const
                        lvalue reference (off by default)
  twoPhase-             disable two-phase name lookup
  ternary[-]            enforce C++11 rules for conditional operator (off by default)
  noexceptTypes[-]      enforce C++17 noexcept rules (on by default in C++17 or later)
  alignedNew[-]         enable C++17 alignment of dynamically allocated objects (on by default)
  hiddenFriend[-]       enforce Standard C++ hidden friend rules (implied by /permissive-)
  externC[-]            enforce Standard C++ rules for 'extern "C"' functions (implied by /permissive-)
  lambda[-]             better lambda support by using the newer lambda processor (off by default)
  tlsGuards[-]          generate runtime checks for TLS variable initialization (on by default)
  zeroSizeArrayNew[-]   call member new/delete for 0-size arrays of objects (on by default)
  static_assert[-]      strict handling of 'static_assert' (implied by /permissive-)
  gotoScope[-]          cannot jump past the initialization of a variable (implied by /permissive-)
  templateScope[-]      enforce Standard C++ template parameter shadowing rules

  enumTypes[-]          enable Standard C++ underlying enum types (off by default)
  checkGwOdr[-]         enforce Standard C++ one definition rule violations
                        when /Gw has been enabled (off by default)
  __STDC__              define __STDC__ to 1 in C
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N>     recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N>     terminate constexpr evaluation after N steps (default: 100000)
/Zi enable debugging information        /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)

/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)
/Zp[n] pack structs on n-byte boundary  /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp      /vm<x> type of pointers to members
/std:<c11|c17> C standard version
    c11 - ISO/IEC 9899:2011
    c17 - ISO/IEC 9899:2018
/ZI enable Edit and Continue debug info 
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime

                              -MISCELLANEOUS-

@<file> options response file           /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
    none - do not send report                
    prompt - prompt to immediately send report
    queue - at next admin logon, prompt to send report (default)
    send - send report automatically         
/FC use full pathnames in diagnostics   /H<num> max external name length
/J default char type is unsigned        
/MP[n] use up to 'n' processes for compilation
/nologo suppress copyright message      /showIncludes show include file names
/Tc<source file> compile file as .c     /Tp<source file> compile file as .cpp
/TC compile all files as .c             /TP compile all files as .cpp
/V<string> set version string           /Yc[file] create .PCH file
/Yd put debug info in every .OBJ        /Yl[sym] inject .PCH ref for debug lib
/Yu[file] use .PCH file                 /Y- disable all PCH options
/Zm<n> max memory alloc (% of default)  /FS force to use MSPDBSRV.EXE
/source-charset:<iana-name>|.nnnn set source character set
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode      /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
/sourcelink [file] file containing source link information

                                -LINKING-

/LD Create .DLL                         /LDd Create .DLL debug library
/LN Create a .netmodule                 /F<num> set stack size
/link [linker options and libraries]    /MD link with MSVCRT.LIB
/MT link with LIBCMT.LIB                /MDd link with MSVCRTD.LIB debug lib
/MTd link with LIBCMTD.LIB debug lib    

                              -CODE ANALYSIS-

/analyze[-] Enable native analysis      /analyze:quiet[-] No warning to console

/analyze:log<name> Warnings to file     /analyze:autolog Log to *.pftlog
/analyze:autolog:ext<ext> Log to *.<ext>/analyze:autolog- No log file
/analyze:WX- Warnings not fatal         /analyze:stacksize<num> Max stack frame

/analyze:max_paths<num> Max paths       /analyze:only Analyze, no code gen

                              -DIAGNOSTICS-

/diagnostics:<args,...> controls the format of diagnostic messages:
             classic   - retains prior format
             column[-] - prints column information
             caret[-]  - prints column and the indicated line of source
/Wall enable all warnings               /w   disable all warnings
/W<n> set warning level (default n=1)   
/Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz
/WX treat warnings as errors            /WL enable one line diagnostics
/wd<n> disable warning n                /we<n> treat warning n as an error
/wo<n> issue warning n once             /w<l><n> set warning level 1-4 for n
/external:I <path>      - location of external headers
/external:env:<var>     - environment variable with locations of external headers
/external:anglebrackets - treat all headers included via <> as external
/external:W<n>          - warning level for external headers
/external:templates[-]  - evaluate warning level across template instantiation chain
/sdl enable additional security features and warnings
/options:strict unrecognized compiler options are an error
=============================================================================================
TESTING: checkCxxRestrict from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:122)
  Check for the CXX restrict keyword equivalent to C99 restrict
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
float * __restrict x;
(void)x;
  return 0;
}

          compilers: Set Cxx restrict keyword to : __restrict
            Defined "CXX_RESTRICT" to "__restrict"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 500
=============================================================================================
TESTING: checkCxxOptionalExtensions from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:394)
  Check whether the C++ compiler (IBM xlC, OSF5) need special flag for .c files which contain C++
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200    -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'b'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2224: left of '.i' must have struct/union type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2224: left of '.i' must have struct/union type
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'b'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2224: left of '.i' must have struct/union type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2224: left of '.i' must have struct/union typeSource:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
class somename { public: int i; };
somename b;
b.i = 0;
(void)b.i;
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'b'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2224: left of '.i' must have struct/union type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2224: left of '.i' must have struct/union type

PETSc Error: No output file produced
              Rejecting compiler flag   due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 -+   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-+'
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'b'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2224: left of '.i' must have struct/union type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2224: left of '.i' must have struct/union type
Possible ERROR while running compiler: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-+'
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'b'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2224: left of '.i' must have struct/union type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2224: left of '.i' must have struct/union typeSource:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
class somename { public: int i; };
somename b;
b.i = 0;
(void)b.i;
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 -+ 
cl : Command line warning D9002 : ignoring unknown option '-+'
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'b'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2224: left of '.i' must have struct/union type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2224: left of '.i' must have struct/union type

PETSc Error: No output file produced
              Rejecting compiler flag -+  due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 -x cxx -tlocal   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: Error: win32fe: Input File Not Found: C:\Source\PETSC-~1.4\cxx
Possible ERROR while running compiler: exit code 127
stdout:
Error: win32fe: Input File Not Found: C:\Source\PETSC-~1.4\cxxSource:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
class somename { public: int i; };
somename b;
b.i = 0;
(void)b.i;
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 -x cxx -tlocal 
Error: win32fe: Input File Not Found: C:\Source\PETSC-~1.4\cxx

PETSc Error: No output file produced
              Rejecting compiler flag -x cxx -tlocal  due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 -Kc++   -std:c++20  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Kc++'
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'b'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2224: left of '.i' must have struct/union type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2224: left of '.i' must have struct/union type
Possible ERROR while running compiler: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Kc++'
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'b'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2224: left of '.i' must have struct/union type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2224: left of '.i' must have struct/union typeSource:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
class somename { public: int i; };
somename b;
b.i = 0;
(void)b.i;
  return 0;
}

              Output from compiling with  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 -Kc++ 
cl : Command line warning D9002 : ignoring unknown option '-Kc++'
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'somename': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'b'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(6): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(7): error C2224: left of '.i' must have struct/union type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2065: 'b': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.c(8): error C2224: left of '.i' must have struct/union type

PETSc Error: No output file produced
              Rejecting compiler flag -Kc++  due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -x c++   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: Error: win32fe: Input File Not Found: C:\Source\PETSC-~1.4\c++
Possible ERROR while running compiler: exit code 127
stdout:
Error: win32fe: Input File Not Found: C:\Source\PETSC-~1.4\c++Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
class somename { public: int i; };
somename b;
b.i = 0;
(void)b.i;
  return 0;
}

              Output from compiling with  -std:c++20 -x c++ 
Error: win32fe: Input File Not Found: C:\Source\PETSC-~1.4\c++

PETSc Error: No output file produced
              Rejecting compiler flag -x c++  due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
class somename { public: int i; };
somename b;
b.i = 0;
(void)b.i;
  return 0;
}

              Output from compiling with  -std:c++20 -TP 
conftest.c
Added Cxx compiler flag -TP
=============================================================================================
TESTING: checkCxxComplexFix from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:421)
  Determine if the CXX compiler supports utilities provided by petsccxxcomplexfix.h
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

      #include <iostream>
      #include <complex>
      #define Type         int
      #define PetscReal    double
      #define PetscComplex std::complex<double>
      /* The two lines, from petsccxxcomplexfix.h, can cause the combination "C++14 + GCC-4.x libstdc++ library" to fail, complaining imag()
         is not marked const. If the compiler can compile these two lines, it should be able to compile other lines.
      */
      static inline PetscComplex operator-(const Type& lhs, const PetscComplex& rhs) { return PetscReal(lhs) - const_cast<PetscComplex&>(rhs); }
      static inline PetscComplex operator/(const Type& lhs, const PetscComplex& rhs) { return PetscReal(lhs) / const_cast<PetscComplex&>(rhs); }
      

int main(void) {

      Type x = 2;
      PetscComplex y(1.0,1.0),z,w;
      z = x - y;
      w = x / y;
      std::cout << z << w;
      
  return 0;
}

          the CXX compiler supports petsccxxcomplexfix.h
            Defined "HAVE_CXX_COMPLEX_FIX" to "1"
=============================================================================================
TESTING: checkStdAtomic from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:1429)
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout:
conftest.c
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(36): error C2061: syntax error: identifier 'atomic_bool'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(36): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(37): error C2061: syntax error: identifier 'atomic_char'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(37): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(38): error C2061: syntax error: identifier 'atomic_schar'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(38): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(39): error C2061: syntax error: identifier 'atomic_uchar'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(39): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(40): error C2061: syntax error: identifier 'atomic_short'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(40): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(41): error C2061: syntax error: identifier 'atomic_ushort'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(41): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(42): error C2061: syntax error: identifier 'atomic_int'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(42): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(43): error C2061: syntax error: identifier 'atomic_uint'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(43): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(44): error C2061: syntax error: identifier 'atomic_long'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(44): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(45): error C2061: syntax error: identifier 'atomic_ulong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(45): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(46): error C2061: syntax error: identifier 'atomic_llong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(46): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(47): error C2061: syntax error: identifier 'atomic_ullong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(47): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(48): error C2061: syntax error: identifier 'atomic_char16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(48): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(49): error C2061: syntax error: identifier 'atomic_char32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(49): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(50): error C2061: syntax error: identifier 'atomic_wchar_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(50): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(51): error C2061: syntax error: identifier 'atomic_int_least8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(51): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(52): error C2061: syntax error: identifier 'atomic_uint_least8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(52): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(53): error C2061: syntax error: identifier 'atomic_int_least16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(53): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(54): error C2061: syntax error: identifier 'atomic_uint_least16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(54): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(55): error C2061: syntax error: identifier 'atomic_int_least32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(55): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(56): error C2061: syntax error: identifier 'atomic_uint_least32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(56): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(57): error C2061: syntax error: identifier 'atomic_int_least64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(57): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(58): error C2061: syntax error: identifier 'atomic_uint_least64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(58): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(59): error C2061: syntax error: identifier 'atomic_int_fast8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(59): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(60): error C2061: syntax error: identifier 'atomic_uint_fast8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(60): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(61): error C2061: syntax error: identifier 'atomic_int_fast16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(61): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(62): error C2061: syntax error: identifier 'atomic_uint_fast16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(62): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(63): error C2061: syntax error: identifier 'atomic_int_fast32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(63): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(64): error C2061: syntax error: identifier 'atomic_uint_fast32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(64): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(65): error C2061: syntax error: identifier 'atomic_int_fast64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(65): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(66): error C2061: syntax error: identifier 'atomic_uint_fast64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(66): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(67): error C2061: syntax error: identifier 'atomic_intptr_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(67): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(68): error C2061: syntax error: identifier 'atomic_uintptr_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(68): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(69): error C2061: syntax error: identifier 'atomic_size_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(69): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(70): error C2061: syntax error: identifier 'atomic_ptrdiff_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(70): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(71): error C2061: syntax error: identifier 'atomic_intmax_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(71): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(72): error C2061: syntax error: identifier 'atomic_uintmax_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(72): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(121): error C2061: syntax error: identifier '_Atomic'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(122): error C2059: syntax error: '}'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2061: syntax error: identifier 'cat'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2513: ' ': no variable declared before '='
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(16): error C2065: 'cat': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(16): error C2223: left of '->_Val' must point to struct/union
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(18): error C2065: 'cat': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(18): error C2223: left of '->_Val' must point to struct/union
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(36): error C2061: syntax error: identifier 'atomic_bool'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(36): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(37): error C2061: syntax error: identifier 'atomic_char'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(37): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(38): error C2061: syntax error: identifier 'atomic_schar'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(38): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(39): error C2061: syntax error: identifier 'atomic_uchar'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(39): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(40): error C2061: syntax error: identifier 'atomic_short'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(40): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(41): error C2061: syntax error: identifier 'atomic_ushort'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(41): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(42): error C2061: syntax error: identifier 'atomic_int'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(42): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(43): error C2061: syntax error: identifier 'atomic_uint'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(43): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(44): error C2061: syntax error: identifier 'atomic_long'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(44): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(45): error C2061: syntax error: identifier 'atomic_ulong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(45): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(46): error C2061: syntax error: identifier 'atomic_llong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(46): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(47): error C2061: syntax error: identifier 'atomic_ullong'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(47): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(48): error C2061: syntax error: identifier 'atomic_char16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(48): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(49): error C2061: syntax error: identifier 'atomic_char32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(49): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(50): error C2061: syntax error: identifier 'atomic_wchar_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(50): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(51): error C2061: syntax error: identifier 'atomic_int_least8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(51): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(52): error C2061: syntax error: identifier 'atomic_uint_least8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(52): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(53): error C2061: syntax error: identifier 'atomic_int_least16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(53): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(54): error C2061: syntax error: identifier 'atomic_uint_least16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(54): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(55): error C2061: syntax error: identifier 'atomic_int_least32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(55): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(56): error C2061: syntax error: identifier 'atomic_uint_least32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(56): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(57): error C2061: syntax error: identifier 'atomic_int_least64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(57): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(58): error C2061: syntax error: identifier 'atomic_uint_least64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(58): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(59): error C2061: syntax error: identifier 'atomic_int_fast8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(59): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(60): error C2061: syntax error: identifier 'atomic_uint_fast8_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(60): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(61): error C2061: syntax error: identifier 'atomic_int_fast16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(61): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(62): error C2061: syntax error: identifier 'atomic_uint_fast16_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(62): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(63): error C2061: syntax error: identifier 'atomic_int_fast32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(63): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(64): error C2061: syntax error: identifier 'atomic_uint_fast32_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(64): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(65): error C2061: syntax error: identifier 'atomic_int_fast64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(65): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(66): error C2061: syntax error: identifier 'atomic_uint_fast64_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(66): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(67): error C2061: syntax error: identifier 'atomic_intptr_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(67): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(68): error C2061: syntax error: identifier 'atomic_uintptr_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(68): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(69): error C2061: syntax error: identifier 'atomic_size_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(69): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(70): error C2061: syntax error: identifier 'atomic_ptrdiff_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(70): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(71): error C2061: syntax error: identifier 'atomic_intmax_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(71): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(72): error C2061: syntax error: identifier 'atomic_uintmax_t'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(72): error C2059: syntax error: ';'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(121): error C2061: syntax error: identifier '_Atomic'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\vcruntime_c11_stdatomic.h(122): error C2059: syntax error: '}'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2061: syntax error: identifier 'cat'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(11): error C2513: ' ': no variable declared before '='
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(16): error C2065: 'cat': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(16): error C2223: left of '->_Val' must point to struct/union
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(18): error C2065: 'cat': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.c(18): error C2223: left of '->_Val' must point to struct/unionSource:
#include "confdefs.h"
#include "conffix.h"

    #if defined(__cplusplus)
    #include <atomic>
    using namespace std;
    #else
    #include <stdatomic.h>
    #endif
    double dcount = 0;
    atomic_flag cat = ATOMIC_FLAG_INIT;
    

int main(void) {

    do {} while (atomic_flag_test_and_set(&cat));
    dcount++;
    atomic_flag_clear(&cat);
    
  return 0;
}

=============================================================================================
TESTING: checkCxxLibraries from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:450)
  Determines the libraries needed to link using the C or Fortran compiler C++ source code compiled with C++. Result is stored in cxxlibs
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <iostream>
#include <vector>
void asub(void)
{std::vector<int> v;
try  { throw 20;  }  catch (int e)  { std::cout << "An exception occurred";  }}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
 int main(int argc,char **args)
{return 0;}
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
          C++ libraries are not needed when using C linker
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <iostream>
#include <vector>
void asub(void)
{std::vector<int> v;
try  { throw 20;  }  catch (int e)  { std::cout << "An exception occurred";  }}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          Additional C++ libraries are not needed when using FC linker
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -V
stdout: cl : Command line error D8004 : '/V' requires an argument
=============================================================================================
TESTING: checkFortranNameMangling from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:767)
  Checks Fortran name mangling, and defines HAVE_FORTRAN_UNDERSCORE, HAVE_FORTRAN_NOUNDERSCORE, HAVE_FORTRAN_CAPS
Testing Fortran mangling type underscore with code void d1chk_(void){return;}
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
void d1chk_(void){return;}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
       call d1chk()

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
conftest.wfeB29B.tmp.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 96
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
conftest.wfeB29B.tmp.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externalsTesting Fortran mangling type unchanged with code void d1chk(void){return;}
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
void d1chk(void){return;}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
       call d1chk()

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
conftest.wfeC661.tmp.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 96
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
conftest.wfeC661.tmp.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externalsTesting Fortran mangling type caps with code void D1CHK(void){return;}
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
void D1CHK(void){return;}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
       call d1chk()

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          compilers: Fortran name mangling is caps
            Defined "HAVE_FORTRAN_CAPS" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --version
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000
            Defined "FORTRAN_CHARLEN_T" to "int"
=============================================================================================
TESTING: checkFortranNameManglingDouble from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:805)
  Checks if symbols containing an underscore append an extra underscore, and defines HAVE_FORTRAN_UNDERSCORE_UNDERSCORE if necessary
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
void d1_chk__(void){return;}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
       call d1_chk()

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
conftest.wfe8230.tmp.obj : error LNK2019: unresolved external symbol D1_CHK referenced in function MAIN__
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 96
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
conftest.wfe8230.tmp.obj : error LNK2019: unresolved external symbol D1_CHK referenced in function MAIN__
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals=============================================================================================
TESTING: checkFortranLibraries from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:815)
  Substitutes for FLIBS the libraries needed to link using the C or C++ compiler Fortran source code compiled with Fortran. Result is stored in flibs.

    This macro is intended to be used in those situations when it is
    necessary to mix, e.g. C++ and Fortran 77, source code into a single
    program or shared library.

    For example, if object files from a C++ and Fortran 77 compiler must
    be linked together, then the C++ compiler/linker must be used for
    linking (since special C++-ish things need to happen at link time
    like calling global constructors, instantiating templates, enabling
    exception support, etc.).

    However, the Fortran 77 intrinsic and run-time libraries must be
    linked in as well, but the C++ compiler/linker does not know how to
    add these Fortran 77 libraries.

    This code was translated from the autoconf macro which was packaged in
    its current form by Matthew D. Langston <langston at SLAC.Stanford.EDU>.
    However, nearly all of this macro came from the OCTAVE_FLIBS macro in
    octave-2.0.13/aclocal.m4, and full credit should go to John W. Eaton
    for writing this extremely useful macro.
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.F90(2): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]
      use mpi
----------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.F90 (code 1)
Possible ERROR while running compiler: exit code 1
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.F90(2): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]
      use mpi
----------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.F90 (code 1)Source:
      program main
      use mpi
      call MPI_Allreduce()

      end

              Compile failed inside link

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.F90(2): warning #5117: Bad # preprocessor line
#include <mpif.h>
-^
Successful compile:
Source:
      program main
#include <mpif.h>
      call MPI_Allreduce()

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
conftest.wfe92F7.tmp.obj : error LNK2019: unresolved external symbol MPI_ALLREDUCE referenced in function MAIN__
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 96
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
conftest.wfe92F7.tmp.obj : error LNK2019: unresolved external symbol MPI_ALLREDUCE referenced in function MAIN__
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externalsExecuting: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -V
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line error: no files specified; for help type "ifort /help"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      subroutine asub()
      print*,'testing'
      return
      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
 extern void ASUB(void);
int main(int argc,char **args)
{
  ASUB();
  return 0;
}
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
          Fortran libraries are not needed when using C linker
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      subroutine asub()
      print*,'testing'
      return
      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
 extern "C" void ASUB(void);
int main(int argc,char **args)
{
  ASUB();
  return 0;
}
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe  -Qwd10161  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
          Additional Fortran libraries are not needed when using C++ linker
=============================================================================================
TESTING: checkFortranLinkingCxx from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:1301)
  Check that Fortran can link C++ libraries
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
extern "C" void D1CHK(void);
void foo(void){D1CHK();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
extern "C" void D1CHK(void);
void D1CHK(void){return;}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
       call d1chk()

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/cxxobj.o  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          compilers: Fortran can link C++ functions
=============================================================================================
TESTING: setupFrameworkCompilers from config.compilers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilers.py:1492)
  Sets the selected compilers into the framework
    child config.compilers took 211.079810 seconds
=============================================================================================
TESTING: checkFortranTypeSizes from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:56)
  Check whether real*8 is supported and suggest flags which will allow support
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      real*8 variable
      end

=============================================================================================
TESTING: checkFortranPreprocessor from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:73)
  Determine if Fortran handles preprocessing properly
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -MT -O3    /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)
Possible ERROR while running compiler: exit code 1
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)Source:
      program main
#define dummy 
           dummy
#ifndef dummy
       fooey
#endif
      end

              Output from compiling with  -MT -O3  
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)

PETSc Error: No output file produced
              Rejecting compiler flag   due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -MT -O3 -cpp   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/cpp'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)
Possible ERROR while running compiler: exit code 1
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/cpp'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)Source:
      program main
#define dummy 
           dummy
#ifndef dummy
       fooey
#endif
      end

              Output from compiling with  -MT -O3 -cpp 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/cpp'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)

PETSc Error: No output file produced
              Rejecting compiler flag -cpp  due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -MT -O3 -xpp=cpp   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/xpp=cpp'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)
Possible ERROR while running compiler: exit code 1
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/xpp=cpp'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)Source:
      program main
#define dummy 
           dummy
#ifndef dummy
       fooey
#endif
      end

              Output from compiling with  -MT -O3 -xpp=cpp 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/xpp=cpp'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)

PETSc Error: No output file produced
              Rejecting compiler flag -xpp=cpp  due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -MT -O3 -F   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line error: option '/F' is ambiguous
Possible ERROR while running compiler: exit code 1
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line error: option '/F' is ambiguousSource:
      program main
#define dummy 
           dummy
#ifndef dummy
       fooey
#endif
      end

              Output from compiling with  -MT -O3 -F 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line error: option '/F' is ambiguous

PETSc Error: No output file produced
              Rejecting compiler flag -F  due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -MT -O3 -Cpp   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/Cpp'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)
Possible ERROR while running compiler: exit code 1
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/Cpp'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)Source:
      program main
#define dummy 
           dummy
#ifndef dummy
       fooey
#endif
      end

              Output from compiling with  -MT -O3 -Cpp 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/Cpp'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(2): warning #5117: Bad # preprocessor line
#define dummy 
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(4): warning #5117: Bad # preprocessor line
#ifndef dummy
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
           dummy
----------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(6): warning #5117: Bad # preprocessor line
#endif
-^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( : % [ . = =>
       fooey
------------^
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90(5): error #6218: This statement is positioned incorrectly and/or has syntax errors.
       fooey
-------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.SET\conftest.F90 (code 1)

PETSc Error: No output file produced
              Rejecting compiler flag -Cpp  due to nonzero status from link
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -MT -O3 -fpp   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
#define dummy 
           dummy
#ifndef dummy
       fooey
#endif
      end

              Output from compiling with  -MT -O3 -fpp 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Added FC compiler flag -fpp
          compilers: Fortran uses -fpp preprocessor
=============================================================================================
TESTING: checkFortranDefineCompilerOption from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:96)
  Check if -WF,-Dfoobar or -Dfoobar is the compiler option to define a macro
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers  -MT -O3 -fpp -DTesting  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
#define dummy 
           dummy
#ifndef Testing
       fooey
#endif
      end

            Output from compiling with  -MT -O3 -fpp -DTesting
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
            Defined make macro "FC_DEFINE_FLAG" to "-D"
          compilers: Fortran uses -D for defining macro
=============================================================================================
TESTING: checkFortran90 from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:147)
  Determine whether the Fortran compiler handles F90
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main

        REAL(KIND=SELECTED_REAL_KIND(10)) d
        INTEGER, PARAMETER :: int = SELECTED_INT_KIND(8)
        INTEGER (KIND=int) :: ierr
        ierr = 1
      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          Fortran compiler supports F90
=============================================================================================
TESTING: checkFortran90FreeForm from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:174)
  Determine whether the Fortran compiler handles F90FreeForm
       We also require that the compiler handles lines longer than 132 characters
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      INTEGER, PARAMETER ::        int = SELECTED_INT_KIND(8);              INTEGER (KIND=int) :: ierr;       ierr                            =                                                                                                               1
      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
            Defined "USING_F90FREEFORM" to "1"
          Fortran compiler supports F90FreeForm
=============================================================================================
TESTING: checkFortran2003 from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:188)
  Determine whether the Fortran compiler handles F2003
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:

      module Base_module
        type, public :: base_type
           integer :: A
         contains
           procedure, public :: Print => BasePrint
        end type base_type
      contains
        subroutine BasePrint(this)
          class(base_type) :: this
        end subroutine BasePrint
      end module Base_module

      program main
      use,intrinsic :: iso_c_binding
      Type(C_Ptr),Dimension(:),Pointer :: CArray
      character(kind=c_char),pointer   :: nullc => null()
      character(kind=c_char,len=5),dimension(:),pointer::list1

      allocate(list1(5))
      CArray(1:Len) = c_loc(list1)
      CArray(Len+1) = c_loc(nullc)
      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
            Defined "USING_F2003" to "1"
          Fortran compiler supports F2003
=============================================================================================
TESTING: checkFortran90Array from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:224)
  Check for F90 array interfaces
          Cygwin detected: ignoring HAVE_F90_2PTR_ARG test
=============================================================================================
TESTING: checkFortran90AssumedType from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:311)
  Check if Fortran compiler array pointer is a raw pointer in C
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -qversion
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/qversion'
ifort: command line error: no files specified; for help type "ifort /help"
=============================================================================================
TESTING: checkFortranModuleInclude from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:317)
  Figures out what flag is used to specify the include path for Fortran modules
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      module configtest
      integer testint
      parameter (testint = 42)
      end module configtest

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/confdir  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      use configtest

      write(*,*) testint

      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.exe   -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/confdir  -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/configtest.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          compilers: Fortran module include flag -I found
=============================================================================================
TESTING: checkFortranModuleOutput from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:383)
  Figures out what flag is used to specify the output path for Fortran modules
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -module /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/confdir  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
Possible ERROR while running compiler: exit code 127
Source:
      module configtest
      integer testint
      parameter (testint = 42)
      end module configtest

          compilers: Fortran module output flag -module  compile failed
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -module:/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/confdir  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      module configtest
      integer testint
      parameter (testint = 42)
      end module configtest

          compilers: Fortran module output flag -module: found
=============================================================================================
TESTING: checkFortranTypeStar from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:136)
  Determine whether the Fortran compiler handles type(*)
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      interface
      subroutine a(b)
      type(*) :: b(:)
      end subroutine
      end interface

      end

            Defined "HAVE_FORTRAN_TYPE_STAR" to "1"
          Fortran compiler supports type(*)
=============================================================================================
TESTING: checkFortranTypeInitialize from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:126)
  Determines if PETSc objects in Fortran are initialized by default (doesn't work with common blocks)
            Defined "FORTRAN_TYPE_INITIALIZE" to " = -2"
          Initializing Fortran objects
=============================================================================================
TESTING: configureFortranFlush from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:116)
  Determine if Fortran has a flush() command
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      call flush(6)
      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
            Defined "HAVE_FORTRAN_FLUSH" to "1"
=============================================================================================
TESTING: checkDependencyGenerationFlag from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:428)
  Check if -MMD works for dependency generation, and add it if it does
          Trying FC compiler flag -MMD -MP
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp -MMD -MP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/MMD'
Successful compile:
Source:
      program main

      end

            Output from compiling with  -MT -O3 -fpp -MMD -MP
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/MMD'
            Rejecting compiler flag -MMD -MP due to 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/MMD'
          Rejected FC compiler flag -MMD -MP
          Trying FC compiler flag -MMD
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp -MMD  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/MMD'
Successful compile:
Source:
      program main

      end

            Output from compiling with  -MT -O3 -fpp -MMD
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/MMD'
            Rejecting compiler flag -MMD due to 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/MMD'
          Rejected FC compiler flag -MMD
          Trying FC compiler flag -xMMD
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp -xMMD  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/xMMD'
Successful compile:
Source:
      program main

      end

            Output from compiling with  -MT -O3 -fpp -xMMD
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/xMMD'
            Rejecting compiler flag -xMMD due to 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/xMMD'
          Rejected FC compiler flag -xMMD
          Trying FC compiler flag -qmakedep=gcc
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp -qmakedep=gcc  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/qmakedep=gcc'
Successful compile:
Source:
      program main

      end

            Output from compiling with  -MT -O3 -fpp -qmakedep=gcc
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/qmakedep=gcc'
            Rejecting compiler flag -qmakedep=gcc due to 
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/qmakedep=gcc'
          Rejected FC compiler flag -qmakedep=gcc
          Trying FC compiler flag -MD
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp -MD  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10121: overriding '/MT' with '/MD'
Successful compile:
Source:
      program main

      end

            Output from compiling with  -MT -O3 -fpp -MD
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10121: overriding '/MT' with '/MD'
          Rejected FC compiler flag -MD because no dependency file (/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.d) was generated
=============================================================================================
TESTING: checkFortran90LineLength from config.compilersFortran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/compilersFortran.py:163)
  Determine whether the Fortran compiler has infinite line length
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      INTEGER, PARAMETER ::        int = SELECTED_INT_KIND(8);              INTEGER (KIND=int) :: ierr,ierr2;       ierr                            =                                                                                                               1; ierr2 =                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2
      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran/conftest.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
            Defined "HAVE_FORTRAN_FREE_LINE_LENGTH_NONE" to "1"
          Fortran compiler has unlimited line length
    child config.compilersFortran took 58.294637 seconds
=============================================================================================
TESTING: checkStdC from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:121)
  Determine if C standard headers support everything PETSc needs
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>

int main(void) {
  return 0;
}

Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <string.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <stdlib.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <stdlib.h>
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))

int main(void) {

        int i;

        for(i = 0; i < 256; i++) if (XOR(islower(i), ISLOWER(i)) || toupper(i) != TOUPPER(i)) exit(2);
        exit(0);
      
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Testing executable /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.exe to see if it can be run
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.exe
Running Executable with threads to time it out at 60
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.exe
=============================================================================================
TESTING: checkSysWait from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:155)
  Check for POSIX.1 compatible sys/wait.h, and defines HAVE_SYS_WAIT_H if found
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(5): fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directory
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(5): fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <sys/wait.h>
#ifndef WEXITSTATUS
#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
#endif
#ifndef WIFEXITED
#define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
#endif

int main(void) {

    int s;
    wait (&s);
    s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
    
  return 0;
}

=============================================================================================
TESTING: checkTime from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:177)
  Checks if you can safely include both <sys/time.h> and <time.h>, and if so defines TIME_WITH_SYS_TIME
Checking for header: time.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <time.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
              Defined "HAVE_TIME_H" to "1"
Checking for header: sys/time.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/time.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"



















#line 21 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/time.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: checkMath from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:183)
  Checks for the math headers and defines
Checking for header: math.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <math.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(6): error C2065: 'M_PI': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(6): error C2065: 'M_PI': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <math.h>

int main(void) {
double pi = M_PI;
(void)pi;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#define _USE_MATH_DEFINES 1
#include <math.h>

int main(void) {
double pi = M_PI;
(void)pi;
  return 0;
}

            Defined "_USE_MATH_DEFINES" to "1"
          Activated Windows math #defines, like M_PI
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: setjmp.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <setjmp.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_SETJMP_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: dos.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <dos.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_DOS_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: fcntl.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <fcntl.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_FCNTL_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: float.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <float.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_FLOAT_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: io.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <io.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_IO_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: malloc.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <malloc.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_MALLOC_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: pwd.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <pwd.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'pwd.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <pwd.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: strings.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <strings.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <strings.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: unistd.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <unistd.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <unistd.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: machine/endian.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <machine/endian.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'machine/endian.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <machine/endian.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/param.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/param.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory

#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/param.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/procfs.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/procfs.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/procfs.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/procfs.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/resource.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/resource.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/resource.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/resource.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/systeminfo.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/systeminfo.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/systeminfo.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/systeminfo.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/times.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/times.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/times.h': No such file or directory

#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/times.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/utsname.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/utsname.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/utsname.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/utsname.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/socket.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/socket.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/socket.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/wait.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/wait.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/wait.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: netinet/in.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <netinet/in.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'netinet/in.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <netinet/in.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: netdb.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <netdb.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


























#line 28 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <netdb.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: direct.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <direct.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_DIRECT_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: time.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <time.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_TIME_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: Ws2tcpip.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <Ws2tcpip.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_WS2TCPIP_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/types.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/types.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_SYS_TYPES_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: WindowsX.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <WindowsX.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_WINDOWSX_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: float.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <float.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_FLOAT_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: ieeefp.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <ieeefp.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'ieeefp.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"






























#line 32 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <ieeefp.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: stdint.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <stdint.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_STDINT_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: inttypes.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <inttypes.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_INTTYPES_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: immintrin.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <immintrin.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_IMMINTRIN_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: setjmp.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <setjmp.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_SETJMP_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: dos.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <dos.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_DOS_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: fcntl.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <fcntl.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_FCNTL_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: float.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <float.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_FLOAT_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: io.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <io.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_IO_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: malloc.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <malloc.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_MALLOC_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: pwd.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <pwd.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'pwd.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <pwd.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: strings.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <strings.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <strings.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: unistd.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <unistd.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <unistd.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: machine/endian.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <machine/endian.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'machine/endian.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <machine/endian.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/param.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/param.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory

#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/param.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/procfs.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/procfs.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/procfs.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/procfs.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/resource.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/resource.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/resource.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/resource.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/systeminfo.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/systeminfo.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/systeminfo.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/systeminfo.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/times.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/times.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/times.h': No such file or directory

#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/times.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/utsname.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/utsname.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/utsname.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/utsname.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/socket.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/socket.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/socket.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/wait.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/wait.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/wait.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: netinet/in.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <netinet/in.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'netinet/in.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <netinet/in.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: netdb.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <netdb.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <netdb.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: direct.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <direct.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_DIRECT_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: time.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <time.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_TIME_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: Ws2tcpip.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <Ws2tcpip.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_WS2TCPIP_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/types.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/types.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_SYS_TYPES_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: WindowsX.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <WindowsX.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_WINDOWSX_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: float.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <float.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_FLOAT_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: ieeefp.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <ieeefp.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'ieeefp.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

































#line 35 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"






#line 8 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 9 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 10 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <ieeefp.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: stdint.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <stdint.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_STDINT_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: inttypes.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <inttypes.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_INTTYPES_H" to "1"
=============================================================================================
TESTING: check from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:80)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: immintrin.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <immintrin.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
            Defined "HAVE_IMMINTRIN_H" to "1"
=============================================================================================
TESTING: checkRecursiveMacros from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:198)
  Checks that the preprocessor allows recursive macros, and if not defines HAVE_BROKEN_RECURSIVE_MACRO
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
void a(int i, int j) {}
#define a(b) a(b,__LINE__)

int main(void) {
a(0);

  return 0;
}

    child config.headers took 101.689051 seconds
=============================================================================================
TESTING: configureL1CacheLineSize from config.utilities.cacheDetails(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/cacheDetails.py:127)
  
    Try to determine the size (in bytes) of an L1 cacheline. On success defines the
    variable PETSC_LEVEL1_DCACHE_LINESIZE to the determined value.
    
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.CAC\conftest.c(3): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.CAC\conftest.c(3): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"
#include <unistd.h>
long getconf_level1_dcache_linesize() {
  long val = sysconf(_SC_LEVEL1_DCACHE_LINESIZE);
  return val >= 0 ? val : 32;
}

int main(void) {
getconf_level1_dcache_linesize();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.CAC\conftest.c(6): warning C4047: 'initializing': 'FILE *' differs in levels of indirection from 'int'
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
long getconf_level1_dcache_linesize() {
  long val = -1;
  FILE *f  = popen("getconf level1_dcache_linesize", "r");
  fscanf(f, "%ld", &val);
  pclose(f);
  return val >= 0 ? val : 32;
}

int main(void) {
getconf_level1_dcache_linesize();
  return 0;
}

======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.CAC\conftest.c(7): warning C4047: 'initializing': 'FILE *' differs in levels of indirection from 'int'
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
#include <stdio.h>
long getconf_level1_dcache_linesize() {
  long val = -1;
  FILE *f  = popen("getconf level1_dcache_linesize", "r");
  fscanf(f, "%ld", &val);
  pclose(f);
  return val >= 0 ? val : 32;
}

int main(void) {
  FILE *output = fopen("conftestval", "w");
  if (!output) return 1;
  fprintf(output, "%ld", (long)getconf_level1_dcache_linesize());
  fclose(output);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe597A.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function getconf_level1_dcache_linesize
conftest.wfe597A.tmp.obj : error LNK2019: unresolved external symbol pclose referenced in function getconf_level1_dcache_linesize
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.CAC\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe597A.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function getconf_level1_dcache_linesize
conftest.wfe597A.tmp.obj : error LNK2019: unresolved external symbol pclose referenced in function getconf_level1_dcache_linesize
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.CAC\conftest.exe : fatal error LNK1120: 2 unresolved externals            Defined "LEVEL1_DCACHE_LINESIZE" to "32"
    child config.utilities.cacheDetails took 6.646098 seconds
=============================================================================================
TESTING: check_struct_sigaction from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:42)
  Checks if "struct sigaction" exists in signal.h. This check is for C89 check.
Checking for type: struct sigaction
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2079: 'a' uses undefined struct 'sigaction'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2079: 'a' uses undefined struct 'sigaction'Source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>
#include<signal.h>
    

int main(void) {
struct sigaction a;
(void)a;
  return 0;
}

struct sigaction found
=============================================================================================
TESTING: check__int64 from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:48)
  Checks if __int64 exists. This is primarily for windows.
Checking for type: __int64
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>

    

int main(void) {
__int64 a;
(void)a;
  return 0;
}

__int64 found
            Defined "HAVE___INT64" to "1"
=============================================================================================
TESTING: checkSizeTypes from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:54)
  Checks for types associated with sizes, such as size_t.
Checking for type: size_t
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>

    

int main(void) {
size_t a;
(void)a;
  return 0;
}

size_t found
=============================================================================================
TESTING: checkFileTypes from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:64)
  Checks for types associated with files, such as mode_t, off_t, etc.
Checking for type: mode_t
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'mode_t': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(12): error C2065: 'a': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'mode_t': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(12): error C2065: 'a': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>

    

int main(void) {
mode_t a;
(void)a;
  return 0;
}

              Typedefed "int" to "mode_t"
Checking for type: off_t
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>

    

int main(void) {
off_t a;
(void)a;
  return 0;
}

off_t found
=============================================================================================
TESTING: checkIntegerTypes from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:59)
  Checks for types associated with integers, such as int32_t.
Checking for type: int32_t
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'int32_t': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(12): error C2065: 'a': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'int32_t': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(12): error C2065: 'a': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>

    

int main(void) {
int32_t a;
(void)a;
  return 0;
}

              Typedefed "int" to "int32_t"
=============================================================================================
TESTING: checkPID from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:70)
  Checks for pid_t, and defines it if necessary
Checking for type: pid_t
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'pid_t': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(12): error C2065: 'a': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'pid_t': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(12): error C2065: 'a': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>

    

int main(void) {
pid_t a;
(void)a;
  return 0;
}

              Typedefed "int" to "pid_t"
=============================================================================================
TESTING: checkC99Complex from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:74)
  Check for complex numbers in in C99 std
       Note that since PETSc source code uses _Complex we test specifically for that, not complex
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'x'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(6): error C2065: 'x': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(7): error C2065: 'x': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(7): error C2440: '=': cannot convert from '_Fcomplex' to 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(8): error C2065: 'x': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'x'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(6): error C2065: 'x': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(7): error C2065: 'x': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(7): error C2440: '=': cannot convert from '_Fcomplex' to 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(8): error C2065: 'x': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <complex.h>

int main(void) {
double _Complex x;
 x = I;
(void)x;
  return 0;
}

=============================================================================================
TESTING: checkCxxComplex from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:88)
  Check for complex numbers in namespace std
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <complex>

int main(void) {
std::complex<double> x;
(void)x;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.exe  -Qwd10161  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_CXX_COMPLEX" to "1"
=============================================================================================
TESTING: checkSizeof from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:99)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: void *
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
char assert_sizeof[(sizeof(void *)==8)*2-1];

            Defined "SIZEOF_VOID_P" to "8"
=============================================================================================
TESTING: checkSizeof from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:99)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: int
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
char assert_sizeof[(sizeof(int)==4)*2-1];

            Defined "SIZEOF_INT" to "4"
=============================================================================================
TESTING: checkSizeof from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:99)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: long
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(8): error C2118: negative subscript
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.TYP\conftest.c(8): error C2118: negative subscriptSource:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
char assert_sizeof[(sizeof(long)==8)*2-1];

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
char assert_sizeof[(sizeof(long)==4)*2-1];

            Defined "SIZEOF_LONG" to "4"
=============================================================================================
TESTING: checkSizeof from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:99)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: long long
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
char assert_sizeof[(sizeof(long long)==8)*2-1];

            Defined "SIZEOF_LONG_LONG" to "8"
=============================================================================================
TESTING: checkSizeof from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:99)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: size_t
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
char assert_sizeof[(sizeof(size_t)==8)*2-1];

            Defined "SIZEOF_SIZE_T" to "8"
        Defined "USING_64BIT_PTR" to "1"
=============================================================================================
TESTING: checkVisibility from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:133)
Disabled visibility attributes due to static build=============================================================================================
TESTING: checkMaxPathLen from config.types(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/types.py:155)
  Sets PETSC_MAX_PATH_LEN depending on values available on the system
Determining PETSC_MAX_PATH_LEN
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#if defined(MAXPATHLEN)
#  define PETSC_MAX_PATH_LEN MAXPATHLEN
#elif defined(MAX_PATH)
#  define PETSC_MAX_PATH_LEN MAX_PATH
#elif defined(_MAX_PATH)
#  define PETSC_MAX_PATH_LEN _MAX_PATH
#else
#  define PETSC_MAX_PATH_LEN 4096
#endif
#define xstr(s) str(s)
#define str(s) #s
char petsc_max_path_len[] = xstr(PETSC_MAX_PATH_LEN);

int main(void) {
  return 0;
}

Preprocessing source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#if defined(MAXPATHLEN)
#  define PETSC_MAX_PATH_LEN MAXPATHLEN
#elif defined(MAX_PATH)
#  define PETSC_MAX_PATH_LEN MAX_PATH
#elif defined(_MAX_PATH)
#  define PETSC_MAX_PATH_LEN _MAX_PATH
#else
#  define PETSC_MAX_PATH_LEN 4096
#endif
#define xstr(s) str(s)
#define str(s) #s
char petsc_max_path_len[] = xstr(PETSC_MAX_PATH_LEN);

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types/conftest.c 
            Defined "MAX_PATH_LEN" to "4096"
    child config.types took 35.641106 seconds
=============================================================================================
TESTING: configureMemAlign from PETSc.options.memAlign(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/memAlign.py:28)
  Choose memory alignment
            Defined "MEMALIGN" to "16"
          Memory alignment is 16
    child PETSc.options.memAlign took 0.003222 seconds
=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
            Checking for functions [handle_sigfpes] in library ['fpe'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char handle_sigfpes();
static void _check_handle_sigfpes() { handle_sigfpes(); }

int main(void) {
_check_handle_sigfpes();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -lfpe 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libfpe.lib'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libfpe.lib'=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
            Checking for functions [socket] in library ['socket', 'nsl'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char socket();
static void _check_socket() { socket(); }

int main(void) {
_check_socket();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -lsocket -lnsl 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libsocket.lib'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libsocket.lib'=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
            Checking for functions [handle_sigfpes] in library ['fpe'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char handle_sigfpes();
static void _check_handle_sigfpes() { handle_sigfpes(); }

int main(void) {
_check_handle_sigfpes();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -lfpe 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libfpe.lib'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libfpe.lib'=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
            Checking for functions [socket] in library ['socket', 'nsl'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char socket();
static void _check_socket() { socket(); }

int main(void) {
_check_socket();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -lsocket -lnsl 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libsocket.lib'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libsocket.lib'=============================================================================================
TESTING: checkMath from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:297)
  Check for sin() in libm, the math library
            Checking for functions [sin floor log10 pow] in library [''] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <stdio.h>
double sin(double);
static void _check_sin() { double x,y; int s = scanf("%lf",&x); y = sin(x); printf("%f %d",y,s);
; }
#include <stdio.h>
double floor(double);
static void _check_floor() { double x,y; int s = scanf("%lf",&x); y = floor(x); printf("%f %d",y,s);
; }
#include <stdio.h>
double log10(double);
static void _check_log10() { double x,y; int s = scanf("%lf",&x); y = log10(x); printf("%f %d",y,s);
; }
#include <stdio.h>
double pow(double, double);
static void _check_pow() { double x,y; int s = scanf("%lf",&x); y = pow(x,x); printf("%f %d",y,s);
; }

int main(void) {
_check_sin();
_check_floor();
_check_log10();
_check_pow();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o   
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <stdio.h>
double sin(double);
static void _check_sin() { double x,y; int s = scanf("%lf",&x); y = sin(x); printf("%f %d",y,s);
; }
#include <stdio.h>
double floor(double);
static void _check_floor() { double x,y; int s = scanf("%lf",&x); y = floor(x); printf("%f %d",y,s);
; }
#include <stdio.h>
double log10(double);
static void _check_log10() { double x,y; int s = scanf("%lf",&x); y = log10(x); printf("%f %d",y,s);
; }
#include <stdio.h>
double pow(double, double);
static void _check_pow() { double x,y; int s = scanf("%lf",&x); y = pow(x,x); printf("%f %d",y,s);
; }
void dummy(void) {_check_sin();
_check_floor();
_check_log10();
_check_pow();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o   
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          CheckMath: using math library []
=============================================================================================
TESTING: checkMathErf from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:318)
  Check for erf() in libm, the math library
            Checking for functions [erf] in library [] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <math.h>
static void _check_erf() { double (*checkErf)(double) = erf;double x = 0,y; y = (*checkErf)(x); (void)y; }

int main(void) {
_check_erf();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <math.h>
static void _check_erf() { double (*checkErf)(double) = erf;double x = 0,y; y = (*checkErf)(x); (void)y; }
void dummy(void) {_check_erf();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          erf() found
            Defined "HAVE_ERF" to "1"
=============================================================================================
TESTING: checkMathTgamma from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:327)
  Check for tgamma() in libm, the math library
            Checking for functions [tgamma] in library [] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <math.h>
static void _check_tgamma() { double (*checkTgamma)(double) = tgamma;double x = 0,y; y = (*checkTgamma)(x); (void)y; }

int main(void) {
_check_tgamma();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <math.h>
static void _check_tgamma() { double (*checkTgamma)(double) = tgamma;double x = 0,y; y = (*checkTgamma)(x); (void)y; }
void dummy(void) {_check_tgamma();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          tgamma() found
            Defined "HAVE_TGAMMA" to "1"
=============================================================================================
TESTING: checkMathLgamma from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:336)
  Check for lgamma() in libm, the math library
            Checking for functions [lgamma] in library [] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <math.h>
#include <stdlib.h>
static void _check_lgamma() { double (*checkLgamma)(double) = lgamma;double x = 1,y; y = (*checkLgamma)(x);if (y != 0.) abort(); }

int main(void) {
_check_lgamma();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <math.h>
#include <stdlib.h>
static void _check_lgamma() { double (*checkLgamma)(double) = lgamma;double x = 1,y; y = (*checkLgamma)(x);if (y != 0.) abort(); }
void dummy(void) {_check_lgamma();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          lgamma() found
            Defined "HAVE_LGAMMA" to "1"
=============================================================================================
TESTING: checkMathFenv from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:349)
  Checks if <fenv.h> can be used with FE_DFL_ENV
            Checking for functions [fesetenv] in library [] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <fenv.h>
static void _check_fesetenv() { fesetenv(FE_DFL_ENV);; }

int main(void) {
_check_fesetenv();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <fenv.h>
static void _check_fesetenv() { fesetenv(FE_DFL_ENV);; }
void dummy(void) {_check_fesetenv();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
            Defined "HAVE_FENV_H" to "1"
            Checking for functions [feclearexcept] in library [] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <fenv.h>
static void _check_feclearexcept() { feclearexcept(FE_INEXACT);; }

int main(void) {
_check_feclearexcept();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <fenv.h>
static void _check_feclearexcept() { feclearexcept(FE_INEXACT);; }
void dummy(void) {_check_feclearexcept();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
            Defined "HAVE_FE_VALUES" to "1"
=============================================================================================
TESTING: checkMathLog2 from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:361)
  Check for log2() in libm, the math library
            Checking for functions [log2] in library [] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <math.h>
static void _check_log2() { double (*checkLog2)(double) = log2; double x = 2.5, y = (*checkLog2)(x); (void)y; }

int main(void) {
_check_log2();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <math.h>
static void _check_log2() { double (*checkLog2)(double) = log2; double x = 2.5, y = (*checkLog2)(x); (void)y; }
void dummy(void) {_check_log2();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
          log2() found
            Defined "HAVE_LOG2" to "1"
=============================================================================================
TESTING: checkRealtime from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:370)
  Check for presence of clock_gettime() in realtime library (POSIX Realtime extensions)
            Checking for functions [clock_gettime] in library [''] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(5): error C2065: 'CLOCK_REALTIME': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(5): error C2065: 'CLOCK_REALTIME': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <time.h>
static void _check_clock_gettime() { struct timespec tp; clock_gettime(CLOCK_REALTIME,&tp);; }

int main(void) {
_check_clock_gettime();
  return 0;
}

                Compile failed inside link

            Checking for functions [clock_gettime] in library ['rt'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(5): error C2065: 'CLOCK_REALTIME': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(5): error C2065: 'CLOCK_REALTIME': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <time.h>
static void _check_clock_gettime() { struct timespec tp; clock_gettime(CLOCK_REALTIME,&tp);; }

int main(void) {
_check_clock_gettime();
  return 0;
}

                Compile failed inside link

          No realtime library found
=============================================================================================
TESTING: checkDynamic from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:386)
  Check for the header and libraries necessary for dynamic library manipulation
            Checking for functions [dlopen] in library ['dl'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char dlopen();
static void _check_dlopen() { dlopen(); }

int main(void) {
_check_dlopen();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -ldl 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libdl.lib'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libdl.lib'Checking for header: dlfcn.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <dlfcn.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'dlfcn.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"


















































#line 52 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;



#line 11 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 12 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 13 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <dlfcn.h>

Preprocess output before filtering:
Preprocess output after filtering:
=============================================================================================
TESTING: checkExecutableExportFlag from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:612)
  Checks for the flag that allows executables to export symbols to dlsym()
======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(22): error C2065: 'RTLD_LAZY': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(22): warning C4047: '=': 'void *' differs in levels of indirection from 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(24): warning C4477: 'fprintf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(24): warning C4313: 'fprintf': '%s' in format string conflicts with argument 1 of type 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(27): warning C4312: 'type cast': conversion from 'int' to 'int (__cdecl *)(void)' of greater size
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(22): error C2065: 'RTLD_LAZY': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(22): warning C4047: '=': 'void *' differs in levels of indirection from 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(24): warning C4477: 'fprintf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(24): warning C4313: 'fprintf': '%s' in format string conflicts with argument 1 of type 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(27): warning C4312: 'type cast': conversion from 'int' to 'int (__cdecl *)(void)' of greater sizeSource:
#include "confdefs.h"
#include "conffix.h"

#include <stdio.h>
#include <stdlib.h>
#ifdef PETSC_HAVE_DLFCN_H
#include <dlfcn.h>
#endif

#define PETSC_DLLEXPORT 

extern PETSC_DLLEXPORT int foo() {
  return 42;
}
    

int main(void) {

  void *lib;
  int (*foo)();

  lib = dlopen(NULL, RTLD_LAZY);
  if (!lib) {
    fprintf(stderr, "Could not open executable: %s\n", dlerror());
    exit(1);
  }
  foo = (int (*)(void)) dlsym(lib, "foo");
  if (!foo) {
    fprintf(stderr, "Could not find function in executable\n");
    exit(1);
  }
  if ((*foo)() != 42) {
    fprintf(stderr, "Could not run function\n");
    exit(1);
  }
  
  return 0;
}

                    Compile failed inside link

            Executable does not export symbols for dlopen()
======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2 -Wl,-export_dynamic  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: cl : Command line error D8021 : invalid numeric argument '/Wl,-export_dynamic'
Possible ERROR while running compiler: exit code 2
stdout:
cl : Command line error D8021 : invalid numeric argument '/Wl,-export_dynamic'Source:
#include "confdefs.h"
#include "conffix.h"

#include <stdio.h>
#include <stdlib.h>
#ifdef PETSC_HAVE_DLFCN_H
#include <dlfcn.h>
#endif

#define PETSC_DLLEXPORT 

extern PETSC_DLLEXPORT int foo() {
  return 42;
}
    

int main(void) {

  void *lib;
  int (*foo)();

  lib = dlopen(NULL, RTLD_LAZY);
  if (!lib) {
    fprintf(stderr, "Could not open executable: %s\n", dlerror());
    exit(1);
  }
  foo = (int (*)(void)) dlsym(lib, "foo");
  if (!foo) {
    fprintf(stderr, "Could not find function in executable\n");
    exit(1);
  }
  if ((*foo)() != 42) {
    fprintf(stderr, "Could not run function\n");
    exit(1);
  }
  
  return 0;
}

                    Compile failed inside link

            Executable does not export symbols for dlopen()
======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2 -Wl,-export-dynamic  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: cl : Command line error D8021 : invalid numeric argument '/Wl,-export-dynamic'
Possible ERROR while running compiler: exit code 2
stdout:
cl : Command line error D8021 : invalid numeric argument '/Wl,-export-dynamic'Source:
#include "confdefs.h"
#include "conffix.h"

#include <stdio.h>
#include <stdlib.h>
#ifdef PETSC_HAVE_DLFCN_H
#include <dlfcn.h>
#endif

#define PETSC_DLLEXPORT 

extern PETSC_DLLEXPORT int foo() {
  return 42;
}
    

int main(void) {

  void *lib;
  int (*foo)();

  lib = dlopen(NULL, RTLD_LAZY);
  if (!lib) {
    fprintf(stderr, "Could not open executable: %s\n", dlerror());
    exit(1);
  }
  foo = (int (*)(void)) dlsym(lib, "foo");
  if (!foo) {
    fprintf(stderr, "Could not find function in executable\n");
    exit(1);
  }
  if ((*foo)() != 42) {
    fprintf(stderr, "Could not run function\n");
    exit(1);
  }
  
  return 0;
}

                    Compile failed inside link

            Executable does not export symbols for dlopen()
======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2 -export-dynamic  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-export-dynamic'
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(22): error C2065: 'RTLD_LAZY': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(22): warning C4047: '=': 'void *' differs in levels of indirection from 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(24): warning C4477: 'fprintf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(24): warning C4313: 'fprintf': '%s' in format string conflicts with argument 1 of type 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(27): warning C4312: 'type cast': conversion from 'int' to 'int (__cdecl *)(void)' of greater size
Possible ERROR while running compiler: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-export-dynamic'
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(22): error C2065: 'RTLD_LAZY': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(22): warning C4047: '=': 'void *' differs in levels of indirection from 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(24): warning C4477: 'fprintf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(24): warning C4313: 'fprintf': '%s' in format string conflicts with argument 1 of type 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(27): warning C4312: 'type cast': conversion from 'int' to 'int (__cdecl *)(void)' of greater sizeSource:
#include "confdefs.h"
#include "conffix.h"

#include <stdio.h>
#include <stdlib.h>
#ifdef PETSC_HAVE_DLFCN_H
#include <dlfcn.h>
#endif

#define PETSC_DLLEXPORT 

extern PETSC_DLLEXPORT int foo() {
  return 42;
}
    

int main(void) {

  void *lib;
  int (*foo)();

  lib = dlopen(NULL, RTLD_LAZY);
  if (!lib) {
    fprintf(stderr, "Could not open executable: %s\n", dlerror());
    exit(1);
  }
  foo = (int (*)(void)) dlsym(lib, "foo");
  if (!foo) {
    fprintf(stderr, "Could not find function in executable\n");
    exit(1);
  }
  if ((*foo)() != 42) {
    fprintf(stderr, "Could not run function\n");
    exit(1);
  }
  
  return 0;
}

                    Compile failed inside link

            Executable does not export symbols for dlopen()
    child config.libraries took 356.824266 seconds
=============================================================================================
TESTING: configureLibraryOptions from PETSc.options.libraryOptions(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/libraryOptions.py:38)
  Sets PETSC_USE_DEBUG, PETSC_USE_INFO, PETSC_USE_LOG, PETSC_USE_CTABLE, PETSC_USE_DMLANDAU_2D, PETSC_USE_FORTRAN_KERNELS, and PETSC_USE_AVX512_KERNELS
            Defined "USE_LOG" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -qversion
stdout:
cl : Command line warning D9002 : ignoring unknown option '-qversion'
cl : Command line error D8003 : missing source filename
            Defined "USE_MALLOC_COALESCED" to "1"
            Defined "USE_INFO" to "1"
            Defined "USE_CTABLE" to "1"
            Defined "USE_DMLANDAU_2D" to "1"
            **********Checking if running on BGL/IBM detected
              Checking for functions [bgl_perfctr_void] in library [''] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char bgl_perfctr_void();
static void _check_bgl_perfctr_void() { bgl_perfctr_void(); }

int main(void) {
_check_bgl_perfctr_void();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o   
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeAE54.tmp.obj : error LNK2019: unresolved external symbol bgl_perfctr_void referenced in function _check_bgl_perfctr_void
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeAE54.tmp.obj : error LNK2019: unresolved external symbol bgl_perfctr_void referenced in function _check_bgl_perfctr_void
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals              Checking for functions [ADIOI_BGL_Open] in library [''] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char ADIOI_BGL_Open();
static void _check_ADIOI_BGL_Open() { ADIOI_BGL_Open(); }

int main(void) {
_check_ADIOI_BGL_Open();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o   
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe4FE3.tmp.obj : error LNK2019: unresolved external symbol ADIOI_BGL_Open referenced in function _check_ADIOI_BGL_Open
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe4FE3.tmp.obj : error LNK2019: unresolved external symbol ADIOI_BGL_Open referenced in function _check_ADIOI_BGL_Open
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals            *********BGL/IBM test failure
            Defined "USE_BACKWARD_LOOP" to "1"
            Defined "USE_AVX512_KERNELS" to "1"
=============================================================================================
TESTING: configureISColorValueType from PETSc.options.libraryOptions(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/libraryOptions.py:93)
  Sets PETSC_IS_COLORING_VALUE_TYPE, PETSC_MPIU_IS_COLORING_VALUE_TYPE, and PETSC_IS_COLORING_MAX as required by ISColoring
            Defined "MPIU_IS_COLORING_VALUE_TYPE" to "MPI_UNSIGNED_SHORT"
            Defined "IS_COLORING_MAX" to "USHRT_MAX"
            Defined "IS_COLORING_VALUE_TYPE" to "short"
            Defined "IS_COLORING_VALUE_TYPE_F" to "integer2"
    child PETSc.options.libraryOptions took 63.814927 seconds
    child config.atomics took 0.000003 seconds
=============================================================================================
TESTING: checkVSNPrintf from config.functions(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/functions.py:106)
  Checks whether vsnprintf requires a char * last argument, and if it does defines HAVE_VSNPRINTF_CHAR
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
#include <stdarg.h>

int main(void) {
va_list Argp = { 0 };char str[6];
vsnprintf(str,5, "%d", Argp );
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_VSNPRINTF" to "1"
=============================================================================================
TESTING: checkNanosleep from config.functions(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/functions.py:136)
  Check for functional nanosleep() - as time.h behaves differently for different compiler flags - like -std=c89
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <time.h>

int main(void) {
struct timespec tp;
 tp.tv_sec = 0;
 tp.tv_nsec = (long)(1e9);
 nanosleep(&tp,0);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeB5F0.tmp.obj : error LNK2019: unresolved external symbol nanosleep referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeB5F0.tmp.obj : error LNK2019: unresolved external symbol nanosleep referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals=============================================================================================
TESTING: checkMemmove from config.functions(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/functions.py:142)
  Check for functional memmove() - as MS VC requires correct includes to for this test
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <string.h>

int main(void) {
 char c1[1], c2[1] = "c";
 size_t n=1;
 memmove(c1,c2,n);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_MEMMOVE" to "1"
=============================================================================================
TESTING: checkSignalHandlerType from config.functions(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/functions.py:112)
  Checks the type of C++ signals handlers, and defines SIGNAL_CAST to the correct value
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>
static void myhandler(int sig) {}

int main(void) {
signal(SIGFPE,myhandler);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "SIGNAL_CAST" to " "
=============================================================================================
TESTING: checkFreeReturnType from config.functions(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/functions.py:122)
  Checks whether free returns void or int, and defines HAVE_FREE_RETURN_INT
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.c(6): error C2120: 'void' illegal with all types
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.c(6): error C2120: 'void' illegal with all typesSource:
#include "confdefs.h"
#include "conffix.h"
#include <stdlib.h>

int main(void) {
int ierr; void *p; ierr = free(p); return ierr;
  return 0;
}

              Compile failed inside link

=============================================================================================
TESTING: checkVariableArgumentLists from config.functions(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/functions.py:128)
  Checks whether the variable argument list functionality is working
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\petsc-rzhbf0id\config.functions\conftest.c(7) : warning C4700: uninitialized local variable 'l2' used
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdarg.h>

int main(void) {
  va_list l1, l2;
  va_copy(l1, l2);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_VA_COPY" to "1"
=============================================================================================
TESTING: checkClassify from config.functions(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/functions.py:85)
  Recursive decompose to rapidly classify functions as found or missing
    To confirm that a function is missing, we require a compile/link
    failure with only that function in a compilation unit.  In contrast,
    we can confirm that many functions are present by compiling them all
    together in a large compilation unit.  We optimistically compile
    everything together, then trim all functions that were named in the
    error message and bisect the result.  The trimming is only an
    optimization to increase the likelihood of a big-batch compile
    succeeding; we do not rely on the compiler naming missing functions.
    
Checking for functions [_mkdir gethostbyname sbreak gethostname dlsym readlink posix_memalign clock getdomainname getpagesize snprintf dlerror fpresetsticky _getcwd strcasecmp _lseek _set_output_format _access dlopen realpath time rand drand48 stricmp getcwd getrusage bzero socket sleep dlclose popen fpsetsticky _snprintf access lseek uname usleep _sleep fork __gcov_dump PXFGETARG]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _mkdir();
char gethostbyname();
char sbreak();
char gethostname();
char dlsym();
char readlink();
char posix_memalign();
char clock();
char getdomainname();
char getpagesize();
char snprintf();
char dlerror();
char fpresetsticky();
char _getcwd();
char strcasecmp();
char _lseek();
char _set_output_format();
char _access();
char dlopen();
char realpath();
char time();
char rand();
char drand48();
char stricmp();
char getcwd();
char getrusage();
char bzero();
char socket();
char sleep();
char dlclose();
char popen();
char fpsetsticky();
char _snprintf();
char access();
char lseek();
char uname();
char usleep();
char _sleep();
char fork();
char __gcov_dump();
char PXFGETARG();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#endif

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif

#if defined (__stub_posix_memalign) || defined (__stub___posix_memalign)
posix_memalign_will_always_fail_with_ENOSYS();
#else
posix_memalign();
#endif

#if defined (__stub_clock) || defined (__stub___clock)
clock_will_always_fail_with_ENOSYS();
#else
clock();
#endif

#if defined (__stub_getdomainname) || defined (__stub___getdomainname)
getdomainname_will_always_fail_with_ENOSYS();
#else
getdomainname();
#endif

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

#if defined (__stub_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

#if defined (__stub__set_output_format) || defined (__stub____set_output_format)
_set_output_format_will_always_fail_with_ENOSYS();
#else
_set_output_format();
#endif

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif

#if defined (__stub_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#endif

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

#if defined (__stub___gcov_dump) || defined (__stub_____gcov_dump)
__gcov_dump_will_always_fail_with_ENOSYS();
#else
__gcov_dump();
#endif

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 28 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
conftest.wfeEFCC.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 28 unresolved externalsChecking for functions [_mkdir gethostbyname sbreak gethostname dlsym readlink posix_memalign clock getdomainname getpagesize snprintf dlerror fpresetsticky _getcwd strcasecmp _lseek _set_output_format _access dlopen realpath]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _mkdir();
char gethostbyname();
char sbreak();
char gethostname();
char dlsym();
char readlink();
char posix_memalign();
char clock();
char getdomainname();
char getpagesize();
char snprintf();
char dlerror();
char fpresetsticky();
char _getcwd();
char strcasecmp();
char _lseek();
char _set_output_format();
char _access();
char dlopen();
char realpath();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#endif

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif

#if defined (__stub_posix_memalign) || defined (__stub___posix_memalign)
posix_memalign_will_always_fail_with_ENOSYS();
#else
posix_memalign();
#endif

#if defined (__stub_clock) || defined (__stub___clock)
clock_will_always_fail_with_ENOSYS();
#else
clock();
#endif

#if defined (__stub_getdomainname) || defined (__stub___getdomainname)
getdomainname_will_always_fail_with_ENOSYS();
#else
getdomainname();
#endif

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

#if defined (__stub_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

#if defined (__stub__set_output_format) || defined (__stub____set_output_format)
_set_output_format_will_always_fail_with_ENOSYS();
#else
_set_output_format();
#endif

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 14 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.wfeFCDC.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 14 unresolved externalsChecking for functions [_mkdir gethostbyname sbreak gethostname dlsym readlink posix_memalign clock getdomainname getpagesize]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _mkdir();
char gethostbyname();
char sbreak();
char gethostname();
char dlsym();
char readlink();
char posix_memalign();
char clock();
char getdomainname();
char getpagesize();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#endif

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif

#if defined (__stub_posix_memalign) || defined (__stub___posix_memalign)
posix_memalign_will_always_fail_with_ENOSYS();
#else
posix_memalign();
#endif

#if defined (__stub_clock) || defined (__stub___clock)
clock_will_always_fail_with_ENOSYS();
#else
clock();
#endif

#if defined (__stub_getdomainname) || defined (__stub___getdomainname)
getdomainname_will_always_fail_with_ENOSYS();
#else
getdomainname();
#endif

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 8 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.wfe950.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 8 unresolved externalsChecking for functions [_mkdir gethostbyname sbreak gethostname dlsym]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _mkdir();
char gethostbyname();
char sbreak();
char gethostname();
char dlsym();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#endif

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe15F2.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.wfe15F2.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.wfe15F2.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.wfe15F2.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe15F2.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.wfe15F2.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.wfe15F2.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.wfe15F2.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externalsChecking for functions [_mkdir gethostbyname]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _mkdir();
char gethostbyname();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe22C3.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe22C3.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [_mkdir]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _mkdir();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE__MKDIR" to "1"
Checking for functions [gethostbyname]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gethostbyname();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe3E2B.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe3E2B.tmp.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [sbreak gethostname dlsym]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sbreak();
char gethostname();
char dlsym();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeE112.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.wfeE112.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.wfeE112.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeE112.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.wfeE112.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.wfeE112.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsChecking for functions [sbreak]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sbreak();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeEDB4.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeEDB4.tmp.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [gethostname]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gethostname();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe456A.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe456A.tmp.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [dlsym]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dlsym();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeE7E3.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeE7E3.tmp.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [readlink posix_memalign clock getdomainname getpagesize]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readlink();
char posix_memalign();
char clock();
char getdomainname();
char getpagesize();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif

#if defined (__stub_posix_memalign) || defined (__stub___posix_memalign)
posix_memalign_will_always_fail_with_ENOSYS();
#else
posix_memalign();
#endif

#if defined (__stub_clock) || defined (__stub___clock)
clock_will_always_fail_with_ENOSYS();
#else
clock();
#endif

#if defined (__stub_getdomainname) || defined (__stub___getdomainname)
getdomainname_will_always_fail_with_ENOSYS();
#else
getdomainname();
#endif

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe55E.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.wfe55E.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
conftest.wfe55E.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.wfe55E.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe55E.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.wfe55E.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
conftest.wfe55E.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.wfe55E.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externalsChecking for functions [readlink posix_memalign]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readlink();
char posix_memalign();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif

#if defined (__stub_posix_memalign) || defined (__stub___posix_memalign)
posix_memalign_will_always_fail_with_ENOSYS();
#else
posix_memalign();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe12EB.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.wfe12EB.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe12EB.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.wfe12EB.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsChecking for functions [readlink]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readlink();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe1FCC.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe1FCC.tmp.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [posix_memalign]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char posix_memalign();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_posix_memalign) || defined (__stub___posix_memalign)
posix_memalign_will_always_fail_with_ENOSYS();
#else
posix_memalign();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe2C30.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe2C30.tmp.obj : error LNK2019: unresolved external symbol posix_memalign referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [clock getdomainname getpagesize]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char clock();
char getdomainname();
char getpagesize();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_clock) || defined (__stub___clock)
clock_will_always_fail_with_ENOSYS();
#else
clock();
#endif

#if defined (__stub_getdomainname) || defined (__stub___getdomainname)
getdomainname_will_always_fail_with_ENOSYS();
#else
getdomainname();
#endif

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe3894.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.wfe3894.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe3894.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.wfe3894.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsChecking for functions [clock]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char clock();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_clock) || defined (__stub___clock)
clock_will_always_fail_with_ENOSYS();
#else
clock();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE_CLOCK" to "1"
Checking for functions [getdomainname]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getdomainname();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_getdomainname) || defined (__stub___getdomainname)
getdomainname_will_always_fail_with_ENOSYS();
#else
getdomainname();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe3255.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe3255.tmp.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [getpagesize]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getpagesize();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe1F74.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe1F74.tmp.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [snprintf dlerror fpresetsticky _getcwd strcasecmp _lseek _set_output_format _access dlopen realpath]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char snprintf();
char dlerror();
char fpresetsticky();
char _getcwd();
char strcasecmp();
char _lseek();
char _set_output_format();
char _access();
char dlopen();
char realpath();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

#if defined (__stub__set_output_format) || defined (__stub____set_output_format)
_set_output_format_will_always_fail_with_ENOSYS();
#else
_set_output_format();
#endif

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 6 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.wfe76FA.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 6 unresolved externalsChecking for functions [snprintf dlerror fpresetsticky _getcwd strcasecmp]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char snprintf();
char dlerror();
char fpresetsticky();
char _getcwd();
char strcasecmp();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe839D.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.wfe839D.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.wfe839D.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe839D.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.wfe839D.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.wfe839D.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsChecking for functions [snprintf dlerror]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char snprintf();
char dlerror();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe9669.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe9669.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [snprintf]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char snprintf();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE_SNPRINTF" to "1"
Checking for functions [dlerror]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dlerror();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeFAE0.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeFAE0.tmp.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [fpresetsticky _getcwd strcasecmp]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char fpresetsticky();
char _getcwd();
char strcasecmp();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeEBF7.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.wfeEBF7.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeEBF7.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.wfeEBF7.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsChecking for functions [fpresetsticky]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char fpresetsticky();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeF83B.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeF83B.tmp.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [_getcwd]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _getcwd();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE__GETCWD" to "1"
Checking for functions [strcasecmp]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strcasecmp();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe10C5.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe10C5.tmp.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [_lseek _set_output_format _access dlopen realpath]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _lseek();
char _set_output_format();
char _access();
char dlopen();
char realpath();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

#if defined (__stub__set_output_format) || defined (__stub____set_output_format)
_set_output_format_will_always_fail_with_ENOSYS();
#else
_set_output_format();
#endif

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe1D38.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.wfe1D38.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.wfe1D38.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe1D38.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.wfe1D38.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.wfe1D38.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsChecking for functions [_lseek _set_output_format]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _lseek();
char _set_output_format();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

#if defined (__stub__set_output_format) || defined (__stub____set_output_format)
_set_output_format_will_always_fail_with_ENOSYS();
#else
_set_output_format();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe7432.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe7432.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [_lseek]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _lseek();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE__LSEEK" to "1"
Checking for functions [_set_output_format]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _set_output_format();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__set_output_format) || defined (__stub____set_output_format)
_set_output_format_will_always_fail_with_ENOSYS();
#else
_set_output_format();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe2292.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe2292.tmp.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [_access dlopen realpath]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _access();
char dlopen();
char realpath();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe2E89.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.wfe2E89.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe2E89.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.wfe2E89.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsChecking for functions [_access]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _access();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE__ACCESS" to "1"
Checking for functions [dlopen]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dlopen();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe9292.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe9292.tmp.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [realpath]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char realpath();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe349F.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe349F.tmp.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [time rand drand48 stricmp getcwd getrusage bzero socket sleep dlclose popen fpsetsticky _snprintf access lseek uname usleep _sleep fork __gcov_dump PXFGETARG]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char time();
char rand();
char drand48();
char stricmp();
char getcwd();
char getrusage();
char bzero();
char socket();
char sleep();
char dlclose();
char popen();
char fpsetsticky();
char _snprintf();
char access();
char lseek();
char uname();
char usleep();
char _sleep();
char fork();
char __gcov_dump();
char PXFGETARG();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif

#if defined (__stub_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#endif

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

#if defined (__stub___gcov_dump) || defined (__stub_____gcov_dump)
__gcov_dump_will_always_fail_with_ENOSYS();
#else
__gcov_dump();
#endif

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 14 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
conftest.wfe41BE.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 14 unresolved externalsChecking for functions [time rand drand48 stricmp getcwd getrusage bzero socket sleep dlclose]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char time();
char rand();
char drand48();
char stricmp();
char getcwd();
char getrusage();
char bzero();
char socket();
char sleep();
char dlclose();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif

#if defined (__stub_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 6 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.wfe4E9F.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 6 unresolved externalsChecking for functions [time rand drand48 stricmp getcwd]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char time();
char rand();
char drand48();
char stricmp();
char getcwd();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif

#if defined (__stub_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe5BBE.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe5BBE.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [time rand]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char time();
char rand();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif

#if defined (__stub_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                          Defined "HAVE_TIME" to "1"
                          Defined "HAVE_RAND" to "1"
Checking for functions [drand48 stricmp getcwd]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char drand48();
char stricmp();
char getcwd();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeB96.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeB96.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [drand48]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char drand48();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe635B.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe635B.tmp.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [stricmp]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char stricmp();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE_STRICMP" to "1"
Checking for functions [getcwd]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getcwd();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE_GETCWD" to "1"
Checking for functions [getrusage bzero socket sleep dlclose]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getrusage();
char bzero();
char socket();
char sleep();
char dlclose();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe8903.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.wfe8903.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.wfe8903.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.wfe8903.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.wfe8903.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 5 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe8903.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.wfe8903.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.wfe8903.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.wfe8903.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.wfe8903.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 5 unresolved externalsChecking for functions [getrusage bzero]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getrusage();
char bzero();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe9586.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.wfe9586.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe9586.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.wfe9586.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsChecking for functions [getrusage]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getrusage();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeED0D.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeED0D.tmp.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [bzero]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char bzero();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe8F58.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe8F58.tmp.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [socket sleep dlclose]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char socket();
char sleep();
char dlclose();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe9BAC.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.wfe9BAC.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.wfe9BAC.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe9BAC.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.wfe9BAC.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.wfe9BAC.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsChecking for functions [socket]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char socket();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeA810.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeA810.tmp.obj : error LNK2019: unresolved external symbol socket referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [sleep]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sleep();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe4A89.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe4A89.tmp.obj : error LNK2019: unresolved external symbol sleep referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [dlclose]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dlclose();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe570D.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe570D.tmp.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [popen fpsetsticky _snprintf access lseek uname usleep _sleep fork __gcov_dump PXFGETARG]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char popen();
char fpsetsticky();
char _snprintf();
char access();
char lseek();
char uname();
char usleep();
char _sleep();
char fork();
char __gcov_dump();
char PXFGETARG();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

#if defined (__stub___gcov_dump) || defined (__stub_____gcov_dump)
__gcov_dump_will_always_fail_with_ENOSYS();
#else
__gcov_dump();
#endif

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 8 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
conftest.wfe63ED.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 8 unresolved externalsChecking for functions [popen fpsetsticky _snprintf access lseek]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char popen();
char fpsetsticky();
char _snprintf();
char access();
char lseek();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe7090.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.wfe7090.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.wfe7090.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe7090.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.wfe7090.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.wfe7090.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsChecking for functions [popen fpsetsticky]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char popen();
char fpsetsticky();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe7D51.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.wfe7D51.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe7D51.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.wfe7D51.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsChecking for functions [popen]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char popen();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe89E4.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe89E4.tmp.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [fpsetsticky]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char fpsetsticky();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe77AF.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe77AF.tmp.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [_snprintf access lseek]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _snprintf();
char access();
char lseek();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe86E2.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe86E2.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [_snprintf]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _snprintf();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe947E.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe947E.tmp.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [access]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char access();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE_ACCESS" to "1"
Checking for functions [lseek]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char lseek();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE_LSEEK" to "1"
Checking for functions [uname usleep _sleep fork __gcov_dump PXFGETARG]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char uname();
char usleep();
char _sleep();
char fork();
char __gcov_dump();
char PXFGETARG();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

#if defined (__stub___gcov_dump) || defined (__stub_____gcov_dump)
__gcov_dump_will_always_fail_with_ENOSYS();
#else
__gcov_dump();
#endif

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeBA75.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.wfeBA75.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.wfeBA75.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.wfeBA75.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
conftest.wfeBA75.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 5 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeBA75.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.wfeBA75.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.wfeBA75.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.wfeBA75.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
conftest.wfeBA75.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 5 unresolved externalsChecking for functions [uname usleep _sleep]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char uname();
char usleep();
char _sleep();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeC6BA.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.wfeC6BA.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeC6BA.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.wfeC6BA.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsChecking for functions [uname]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char uname();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeFEDC.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeFEDC.tmp.obj : error LNK2019: unresolved external symbol uname referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [usleep]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char usleep();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeB7E.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeB7E.tmp.obj : error LNK2019: unresolved external symbol usleep referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [_sleep]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _sleep();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                            Defined "HAVE__SLEEP" to "1"
Checking for functions [fork __gcov_dump PXFGETARG]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char fork();
char __gcov_dump();
char PXFGETARG();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

#if defined (__stub___gcov_dump) || defined (__stub_____gcov_dump)
__gcov_dump_will_always_fail_with_ENOSYS();
#else
__gcov_dump();
#endif

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe740C.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.wfe740C.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
conftest.wfe740C.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe740C.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.wfe740C.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
conftest.wfe740C.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsChecking for functions [fork]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char fork();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe80FC.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe80FC.tmp.obj : error LNK2019: unresolved external symbol fork referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [__gcov_dump]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char __gcov_dump();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub___gcov_dump) || defined (__stub_____gcov_dump)
__gcov_dump_will_always_fail_with_ENOSYS();
#else
__gcov_dump();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeD8C1.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeD8C1.tmp.obj : error LNK2019: unresolved external symbol __gcov_dump referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsChecking for functions [PXFGETARG]
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

/* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C" {
#endif

/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char PXFGETARG();

#ifdef __cplusplus
}
#endif

int main(void) {

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeE592.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeE592.tmp.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals=============================================================================================
TESTING: checkMmap from config.functions(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/functions.py:148)
  Check for functional mmap() to allocate shared memory and define HAVE_MMAP
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/mman.h': No such file or directory
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/mman.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

int main(void) {
int fd;
 fd=open("/tmp/file",O_RDWR);
 mmap((void*)0,100,PROT_READ|PROT_WRITE,MAP_SHARED,fd,0);
  return 0;
}

              Compile failed inside link

=============================================================================================
TESTING: checkMkstemp from config.functions(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/functions.py:154)
  Check for mkstemp() to avoid using tmpnam as it is often deprecated
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#define _XOPEN_SOURCE 600
#include <stdlib.h>
#include <string.h>

int main(void) {
char filename[100];
 strcpy(filename, "/tmp/fileXXXXXX");
 mkstemp(filename);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe955A.tmp.obj : error LNK2019: unresolved external symbol mkstemp referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe955A.tmp.obj : error LNK2019: unresolved external symbol mkstemp referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals=============================================================================================
TESTING: checkTmpnam_s from config.functions(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/functions.py:159)
  Check for tmpnam_s() to avoid using tmpnam as it is often deprecated
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>

int main(void) {
char filename[L_tmpnam];
 tmpnam_s(filename, sizeof(filename));
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_TMPNAM_S" to "1"
    child config.functions took 1069.619012 seconds
=============================================================================================
TESTING: configureMemorySize from config.utilities.getResidentSetSize(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/getResidentSetSize.py:31)
  Try to determine how to measure the memory usage
            Defined "USE_PROC_FOR_SIZE" to "1"
          Using /proc for PetscMemoryGetCurrentUsage()
    child config.utilities.getResidentSetSize took 0.008707 seconds
=============================================================================================
TESTING: configureFortranCommandLine from config.utilities.fortranCommandLine(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/fortranCommandLine.py:26)
  Check for the mechanism to retrieve command line arguments in Fortran
            Checking for functions [] in library [''] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      integer i
      character*(80) arg
       i = command_argument_count()
       call get_command_argument(i,arg)
      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o   
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
            Defined "HAVE_FORTRAN_GET_COMMAND_ARGUMENT" to "1"
    child config.utilities.fortranCommandLine took 4.006417 seconds
=============================================================================================
TESTING: configureFPTrap from config.utilities.FPTrap(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/FPTrap.py:26)
  Checking the handling of floating point traps
Checking for header: sigfpe.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sigfpe.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sigfpe.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

















































































#line 83 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;



#line 11 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 12 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 13 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sigfpe.h>

Preprocess output before filtering:
Preprocess output after filtering:
Checking for header: fpxcp.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <fpxcp.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'fpxcp.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

















































































#line 83 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;



#line 11 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 12 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 13 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <fpxcp.h>

Preprocess output before filtering:
Preprocess output after filtering:
Checking for header: floatingpoint.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <floatingpoint.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'floatingpoint.h': No such file or directory
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"

















































































#line 83 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;



#line 11 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 12 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 13 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.headers\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <floatingpoint.h>

Preprocess output before filtering:
Preprocess output after filtering:
    child config.utilities.FPTrap took 22.339553 seconds
=============================================================================================
TESTING: configureFeatureTestMacros from config.utilities.featureTestMacros(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/featureTestMacros.py:13)
  Checks if certain feature test macros are support
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FEA\conftest.c(4): fatal error C1083: Cannot open include file: 'sysctl.h': No such file or directory
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FEA\conftest.c(4): fatal error C1083: Cannot open include file: 'sysctl.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"
#define _POSIX_C_SOURCE 200112L
#include <sysctl.h>

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#define _BSD_SOURCE
#include<stdlib.h>

int main(void) {
  return 0;
}

            Defined "_BSD_SOURCE" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#define _DEFAULT_SOURCE
#include<stdlib.h>

int main(void) {
  return 0;
}

            Defined "_DEFAULT_SOURCE" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FEA\conftest.c(4): fatal error C1083: Cannot open include file: 'sched.h': No such file or directory
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FEA\conftest.c(4): fatal error C1083: Cannot open include file: 'sched.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"
#define _GNU_SOURCE
#include <sched.h>

int main(void) {
cpu_set_t mset;
CPU_ZERO(&mset);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FEA\conftest.c(5): fatal error C1083: Cannot open include file: 'dlfcn.h': No such file or directory
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.FEA\conftest.c(5): fatal error C1083: Cannot open include file: 'dlfcn.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"
#define _GNU_SOURCE
#include <stdlib.h>
#include <dlfcn.h>

int main(void) {
Dl_info info;
if (dladdr(*(void **)&exit, &info) == 0) return 1;

  return 0;
}

    child config.utilities.featureTestMacros took 53.528373 seconds
=============================================================================================
TESTING: configureMissingUtypeTypedefs from config.utilities.missing(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/missing.py:54)
   Checks if u_short is undefined 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'u_short': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'foo'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'foo': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(7): error C2065: 'foo': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'u_short': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'foo'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'foo': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(7): error C2065: 'foo': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <sys/types.h>

int main(void) {
u_short foo;
(void)foo;
  return 0;
}

            Defined "NEEDS_UTYPE_TYPEDEFS" to "1"
=============================================================================================
TESTING: configureMissingFunctions from config.utilities.missing(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/missing.py:60)
  Checks for SOCKETS and getline
              Checking for functions [socket] in library ['Ws2_32.lib'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <Winsock2.h>
static void _check_socket() { socket(0,0,0);; }

int main(void) {
_check_socket();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <Winsock2.h>
static void _check_socket() { socket(0,0,0);; }
void dummy(void) {_check_socket();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  Ws2_32.lib 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
                Defined "HAVE_LIBWS2_32" to "1"
            Adding ['Ws2_32.lib'] to LIBS
            Defined "HAVE_WINSOCK2_H" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <Winsock2.h>

int main(void) {
closesocket(0);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_CLOSESOCKET" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <Winsock2.h>

int main(void) {
WSAGetLastError();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_WSAGETLASTERROR" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
char *lineptr;
size_t n;
FILE *stream;

int main(void) {
getline(&lineptr, &n, stream);

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe65C0.tmp.obj : error LNK2019: unresolved external symbol getline referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe65C0.tmp.obj : error LNK2019: unresolved external symbol getline referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.exe : fatal error LNK1120: 1 unresolved externals            Defined "MISSING_GETLINE" to "1"
=============================================================================================
TESTING: configureMissingSignals from config.utilities.missing(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/missing.py:80)
  Check for missing signals, and define MISSING_<signal name> if necessary
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGABRT;
(void)i;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGALRM': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGALRM': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGALRM;
(void)i;
  return 0;
}

            Defined "MISSING_SIGALRM" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGBUS': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGBUS': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGBUS;
(void)i;
  return 0;
}

            Defined "MISSING_SIGBUS" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGCHLD': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGCHLD': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGCHLD;
(void)i;
  return 0;
}

            Defined "MISSING_SIGCHLD" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGCONT': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGCONT': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGCONT;
(void)i;
  return 0;
}

            Defined "MISSING_SIGCONT" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGFPE;
(void)i;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGHUP': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGHUP': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGHUP;
(void)i;
  return 0;
}

            Defined "MISSING_SIGHUP" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGILL;
(void)i;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGINT;
(void)i;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGKILL': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGKILL': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGKILL;
(void)i;
  return 0;
}

            Defined "MISSING_SIGKILL" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGPIPE': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGPIPE': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGPIPE;
(void)i;
  return 0;
}

            Defined "MISSING_SIGPIPE" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGQUIT': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGQUIT': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGQUIT;
(void)i;
  return 0;
}

            Defined "MISSING_SIGQUIT" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGSEGV;
(void)i;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGSTOP': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGSTOP': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGSTOP;
(void)i;
  return 0;
}

            Defined "MISSING_SIGSTOP" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGSYS': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGSYS': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGSYS;
(void)i;
  return 0;
}

            Defined "MISSING_SIGSYS" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGTERM;
(void)i;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGTRAP': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGTRAP': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGTRAP;
(void)i;
  return 0;
}

            Defined "MISSING_SIGTRAP" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGTSTP': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGTSTP': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGTSTP;
(void)i;
  return 0;
}

            Defined "MISSING_SIGTSTP" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGURG': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGURG': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGURG;
(void)i;
  return 0;
}

            Defined "MISSING_SIGURG" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGUSR1': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGUSR1': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGUSR1;
(void)i;
  return 0;
}

            Defined "MISSING_SIGUSR1" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGUSR2': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGUSR2': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main(void) {
int i=SIGUSR2;
(void)i;
  return 0;
}

            Defined "MISSING_SIGUSR2" to "1"
=============================================================================================
TESTING: configureMissingGetdomainnamePrototype from config.utilities.missing(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/missing.py:88)
  Check for missing function prototype for getdomainname()
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(21): error C2065: 'getdomainname': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(21): warning C4047: 'initializing': 'int (__cdecl *)(char *,size_t)' differs in levels of indirection from 'int'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(21): error C2065: 'getdomainname': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(21): warning C4047: 'initializing': 'int (__cdecl *)(char *,size_t)' differs in levels of indirection from 'int'Source:
#include "confdefs.h"
#include "conffix.h"

#if !defined(_BSD_SOURCE)
#define _BSD_SOURCE
#endif

#if !defined(_DEFAULT_SOURCE)
#define _DEFAULT_SOURCE
#endif

#ifdef PETSC_HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef PETSC_HAVE_NETDB_H
#include <netdb.h>
#endif

int main(void) {

int (*getdomainname_ptr)(char*,size_t) = getdomainname;
char test[10];
if (getdomainname_ptr(test,10)) return 1;

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(21): error C2065: 'getdomainname': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(21): warning C4047: 'initializing': 'int (__cdecl *)(char *,int)' differs in levels of indirection from 'int'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(21): error C2065: 'getdomainname': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(21): warning C4047: 'initializing': 'int (__cdecl *)(char *,int)' differs in levels of indirection from 'int'Source:
#include "confdefs.h"
#include "conffix.h"

#if !defined(_BSD_SOURCE)
#define _BSD_SOURCE
#endif

#if !defined(_DEFAULT_SOURCE)
#define _DEFAULT_SOURCE
#endif

#ifdef PETSC_HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef PETSC_HAVE_NETDB_H
#include <netdb.h>
#endif

int main(void) {

int (*getdomainname_ptr)(char*,int) = getdomainname;
char test[10];
if (getdomainname_ptr(test,10)) return 1;

  return 0;
}

            Added prototype #include <stddef.h>
int getdomainname(char *, size_t); to language C
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.cc 
stdout:
conftest.cc
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.cc(21): error C2065: 'getdomainname': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.cc
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.cc(21): error C2065: 'getdomainname': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"

#if !defined(_BSD_SOURCE)
#define _BSD_SOURCE
#endif

#if !defined(_DEFAULT_SOURCE)
#define _DEFAULT_SOURCE
#endif

#ifdef PETSC_HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef PETSC_HAVE_NETDB_H
#include <netdb.h>
#endif

int main(void) {

int (*getdomainname_ptr)(char*,size_t) = getdomainname;
char test[10];
if (getdomainname_ptr(test,10)) return 1;

  return 0;
}

              Compile failed inside link

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.cc 
stdout:
conftest.cc
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.cc(21): error C2065: 'getdomainname': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.cc
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.cc(21): error C2065: 'getdomainname': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"

#if !defined(_BSD_SOURCE)
#define _BSD_SOURCE
#endif

#if !defined(_DEFAULT_SOURCE)
#define _DEFAULT_SOURCE
#endif

#ifdef PETSC_HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef PETSC_HAVE_NETDB_H
#include <netdb.h>
#endif

int main(void) {

int (*getdomainname_ptr)(char*,int) = getdomainname;
char test[10];
if (getdomainname_ptr(test,10)) return 1;

  return 0;
}

              Compile failed inside link

            Added prototype #include <stddef.h>
int getdomainname(char *, size_t); to language extern C
=============================================================================================
TESTING: configureMissingSrandPrototype from config.utilities.missing(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/utilities/missing.py:114)
  Checks for missing random number generator prototypes
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(16): error C2065: 'drand48': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(17): error C2065: 'srand48': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(16): warning C4047: 'initializing': 'double (__cdecl *)(void)' differs in levels of indirection from 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(17): warning C4047: 'initializing': 'void (__cdecl *)(long)' differs in levels of indirection from 'int'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(16): error C2065: 'drand48': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(17): error C2065: 'srand48': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(16): warning C4047: 'initializing': 'double (__cdecl *)(void)' differs in levels of indirection from 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.c(17): warning C4047: 'initializing': 'void (__cdecl *)(long)' differs in levels of indirection from 'int'Source:
#include "confdefs.h"
#include "conffix.h"

#if !defined(_BSD_SOURCE)
#define _BSD_SOURCE
#endif

#if !defined(_DEFAULT_SOURCE)
#define _DEFAULT_SOURCE
#endif

#include <stdlib.h>

int main(void) {

double (*drand48_ptr)(void) = drand48;
void (*srand48_ptr)(long int) = srand48;
long int seed=10;
srand48_ptr(seed);
if (drand48_ptr() > 0.5) return 1;

  return 0;
}

            Added prototype double drand48(void); to language C
            Added prototype void   srand48(long int); to language C
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing/conftest.cc 
stdout:
conftest.cc
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.cc(16): error C2065: 'drand48': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.cc(17): error C2065: 'srand48': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.cc
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.cc(16): error C2065: 'drand48': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MIS\conftest.cc(17): error C2065: 'srand48': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"

#if !defined(_BSD_SOURCE)
#define _BSD_SOURCE
#endif

#if !defined(_DEFAULT_SOURCE)
#define _DEFAULT_SOURCE
#endif

#include <stdlib.h>

int main(void) {

double (*drand48_ptr)(void) = drand48;
void (*srand48_ptr)(long int) = srand48;
long int seed=10;
srand48_ptr(seed);
if (drand48_ptr() > 0.5) return 1;

  return 0;
}

              Compile failed inside link

            Added prototype double drand48(void); to language extern C
            Added prototype void   srand48(long int); to language extern C
    child config.utilities.missing took 505.143719 seconds
=============================================================================================
TESTING: checkSharedDynamicPicOptions from PETSc.options.sharedLibraries(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/sharedLibraries.py:33)
  if user specified out-dated 'with-shared' or 'with-dynamic' - flag an error
=============================================================================================
TESTING: configureSharedLibraries from PETSc.options.sharedLibraries(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/sharedLibraries.py:48)
  Checks whether shared libraries should be used, for which you must
      - Specify --with-shared-libraries
      - Have found a working shared linker
    Defines PETSC_USE_SHARED_LIBRARIES if they are used
            Defined make rule "shared_arch" with dependencies "" and code []
            Defined make macro "BUILDSHAREDLIB" to "no"
          Shared libraries - disabled
=============================================================================================
TESTING: configureDynamicLibraries from PETSc.options.sharedLibraries(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/sharedLibraries.py:92)
  Checks whether dynamic loading is available (with dlfcn.h and libdl)
=============================================================================================
TESTING: configureSerializedFunctions from PETSc.options.sharedLibraries(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/sharedLibraries.py:98)
  
    Defines PETSC_SERIALIZE_FUNCTIONS if they are used
    Requires shared libraries
=============================================================================================
TESTING: checkSymbolResolution from PETSc.options.sharedLibraries(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/sharedLibraries.py:107)
  Checks that dladdr() works
    child PETSc.options.sharedLibraries took 0.006999 seconds
=============================================================================================
TESTING: configureScalarType from PETSc.options.scalarTypes(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/scalarTypes.py:42)
  Choose between real and complex numbers
          Scalar type is real
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <math.h>

int main(void) {
double b = 2.0; int a = isnormal(b);(void)a;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.o Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_ISNORMAL" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <math.h>

int main(void) {
double b = 2.0; int a = isnan(b);(void)a;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.o Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_ISNAN" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <math.h>

int main(void) {
double b = 2.0; int a = isinf(b);(void)a;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes/conftest.o Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_ISINF" to "1"
=============================================================================================
TESTING: configurePrecision from PETSc.options.scalarTypes(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/options/scalarTypes.py:83)
  Set the default real number precision for PETSc objects
Checking C compiler works with __float128
            Checking for functions [logq] in library ['quadmath'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): fatal error C1083: Cannot open include file: 'quadmath.h': No such file or directory
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): fatal error C1083: Cannot open include file: 'quadmath.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <quadmath.h>
static void _check_logq() { __float128 f = 0.0; logq(f); }

int main(void) {
_check_logq();
  return 0;
}

                Compile failed inside link

Checking C compiler works with __fp16
            Checking for functions [] in library [''] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2061: syntax error: identifier 'ret___fp16'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2146: syntax error: missing ')' before identifier 'f'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2061: syntax error: identifier 'f'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2449: found '{' at file scope (missing function header?)
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2059: syntax error: '}'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2061: syntax error: identifier 'ret___fp16'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2146: syntax error: missing ')' before identifier 'f'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2061: syntax error: identifier 'f'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2449: found '{' at file scope (missing function header?)
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.c(4): error C2059: syntax error: '}'Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
static __fp16 ret___fp16(__fp16 f) { return f; }
static void _check_() { __fp16 f = 1.0, g; g = ret___fp16(f); (void)g; }

int main(void) {
_check_();
  return 0;
}

                Compile failed inside link

            Defined "USE_REAL_DOUBLE" to "1"
            Defined make macro "PETSC_SCALAR_SIZE" to "64"
          Precision is double
    child PETSc.options.scalarTypes took 78.120997 seconds
=============================================================================================
TESTING: configureMkdir from config.programs(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/programs.py:23)
  Make sure we can have mkdir automatically make intermediate directories
    Checking for program /bin/mkdir...found
Executing: /bin/mkdir -p .conftest/tmp
          Adding -p flag to /bin/mkdir -p to automatically create directories
            Defined make macro "MKDIR" to "/bin/mkdir -p"
=============================================================================================
TESTING: configureAutoreconf from config.programs(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/programs.py:45)
  Check for autoreconf
    Checking for program /bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/autoreconf...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/autoreconf...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/autoreconf...not found
    Checking for program /cygdrive/c/Windows/system32/autoreconf...not found
    Checking for program /cygdrive/c/Windows/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/dotnet/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/autoreconf...not found
    Checking for program //AEX02/NETLOGON/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/autoreconf...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/autoreconf...not found
    Checking for program /cygdrive/c/Windows/system32/autoreconf...not found
    Checking for program /cygdrive/c/Windows/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/dotnet/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/autoreconf...not found
    Checking for program //DC05/NETLOGON/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/autoreconf...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/autoreconf...not found
    Checking for program /cygdrive/c/Windows/system32/autoreconf...not found
    Checking for program /cygdrive/c/Windows/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/dotnet/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/autoreconf...not found
    Checking for program /cygdrive/c/Windows/system32/autoreconf...not found
    Checking for program /cygdrive/c/Windows/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/dotnet/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/autoreconf...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/autoreconf...not found
    Checking for program /cygdrive/c/Windows/system32/autoreconf...not found
    Checking for program /cygdrive/c/Windows/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/autoreconf...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/autoreconf...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/autoreconf...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/autoreconf...not found
    Checking for program /cygdrive/c/Users/tslt/autoreconf...not found
    Checking for program /cygdrive/c/MinGW/bin/autoreconf...found
Executing: ['/cygdrive/c/MinGW/bin/autoreconf']
stdout: /cygdrive/c/MinGW/bin/autoreconf: line 175: /cygdrive/c/MinGW/bin/autoreconf-2.68: cannot execute: required file not found
          autoreconf test error: Could not execute "[['/cygdrive/c/MinGW/bin/autoreconf']]":
/cygdrive/c/MinGW/bin/autoreconf: line 175: /cygdrive/c/MinGW/bin/autoreconf-2.68: cannot execute: required file not found

    Checking for program /bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/libtoolize...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/libtoolize...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/libtoolize...not found
    Checking for program /cygdrive/c/Windows/system32/libtoolize...not found
    Checking for program /cygdrive/c/Windows/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/dotnet/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/libtoolize...not found
    Checking for program //AEX02/NETLOGON/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/libtoolize...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/libtoolize...not found
    Checking for program /cygdrive/c/Windows/system32/libtoolize...not found
    Checking for program /cygdrive/c/Windows/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/dotnet/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/libtoolize...not found
    Checking for program //DC05/NETLOGON/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/libtoolize...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/libtoolize...not found
    Checking for program /cygdrive/c/Windows/system32/libtoolize...not found
    Checking for program /cygdrive/c/Windows/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/dotnet/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/libtoolize...not found
    Checking for program /cygdrive/c/Windows/system32/libtoolize...not found
    Checking for program /cygdrive/c/Windows/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/dotnet/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/libtoolize...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/libtoolize...not found
    Checking for program /cygdrive/c/Windows/system32/libtoolize...not found
    Checking for program /cygdrive/c/Windows/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/libtoolize...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/libtoolize...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/libtoolize...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/libtoolize...not found
    Checking for program /cygdrive/c/Users/tslt/libtoolize...not found
    Checking for program /cygdrive/c/MinGW/bin/libtoolize...found
=============================================================================================
TESTING: configurePrograms from config.programs(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/programs.py:74)
  Check for the programs needed to build and run PETSc
    Checking for program /bin/bash...found
              Defined make macro "SHELL" to "/bin/bash"
    Checking for program /bin/sed...found
              Defined make macro "SED" to "/bin/sed"
Executing: /bin/sed -i s/sed/sd/g "/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.programs/sed1"
          Adding SEDINPLACE cmd: /bin/sed -i
            Defined make macro "SEDINPLACE" to "/bin/sed -i"
    Checking for program /bin/mv...found
              Defined make macro "MV" to "/bin/mv"
    Checking for program /bin/cp...found
              Defined make macro "CP" to "/bin/cp"
    Checking for program /bin/grep...found
              Defined make macro "GREP" to "/bin/grep"
    Checking for program /bin/rm...found
              Defined make macro "RM" to "/bin/rm -f"
    Checking for program /bin/diff...found
Executing: "/bin/diff" -w "/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.programs/diff1" "/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.programs/diff2"
            Defined make macro "DIFF" to "/bin/diff -w"
    Checking for program /usr/ucb/ps...not found
    Checking for program /usr/usb/ps...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/ps...not found
  Unable to find programs: ['ps'] in listing of the specific search path: ['/usr/ucb', '/usr/usb']
      Warning accessing /usr/ucb gives errors: [Errno 2] No such file or directory: '/usr/ucb'
      Warning accessing /usr/usb gives errors: [Errno 2] No such file or directory: '/usr/usb'
            Defined make macro "PYTHON" to "/bin/python3"
    Checking for program /bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/m4...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/m4...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/m4...not found
    Checking for program /cygdrive/c/Windows/system32/m4...not found
    Checking for program /cygdrive/c/Windows/m4...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/m4...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/m4...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/m4...not found
    Checking for program /cygdrive/c/Program Files/dotnet/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/m4...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/m4...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/m4...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/m4...not found
    Checking for program //AEX02/NETLOGON/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/m4...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/m4...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/m4...not found
    Checking for program /cygdrive/c/Windows/system32/m4...not found
    Checking for program /cygdrive/c/Windows/m4...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/m4...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/m4...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/m4...not found
    Checking for program /cygdrive/c/Program Files/dotnet/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/m4...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/m4...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/m4...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/m4...not found
    Checking for program //DC05/NETLOGON/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/m4...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/m4...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/m4...not found
    Checking for program /cygdrive/c/Windows/system32/m4...not found
    Checking for program /cygdrive/c/Windows/m4...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/m4...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/m4...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/m4...not found
    Checking for program /cygdrive/c/Program Files/dotnet/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/m4...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/m4...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/m4...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/m4...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/m4...not found
    Checking for program /cygdrive/c/Windows/system32/m4...not found
    Checking for program /cygdrive/c/Windows/m4...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/m4...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/m4...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/m4...not found
    Checking for program /cygdrive/c/Program Files/dotnet/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/m4...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/m4...not found
    Checking for program /cygdrive/c/Windows/system32/m4...not found
    Checking for program /cygdrive/c/Windows/m4...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/m4...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/m4...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/m4...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/m4...not found
    Checking for program /cygdrive/c/Users/tslt/m4...not found
    Checking for program /cygdrive/c/MinGW/bin/m4...not found
    Checking for program /cygdrive/i/win/dll/m4...not found
    Checking for program /cygdrive/i/win/bin/m4...not found
    Checking for program /cygdrive/i/orawin95/bin/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/m4...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/m4...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/m4...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/m4...not found
    child config.programs took 2.069058 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.make(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.make(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
=============================================================================================
TESTING: configureMake from config.packages.make(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/make.py:98)
  Check Guesses for GNU make
Executing: gmake --version
stdout: /bin/sh: line 1: gmake: command not found
GNUMake check failed: Could not execute "['gmake --version']":
/bin/sh: line 1: gmake: command not found

Executing: make --version
stdout:
GNU Make 4.4.1
Built for x86_64-pc-cygwin
Copyright (C) 1988-2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
    Checking for program /bin/make...found
              Defined make macro "MAKE" to "/bin/make"
    Checking for program /bin/make...found
              Defined make macro "MAKE_USER" to "make"
=============================================================================================
TESTING: setupGNUMake from config.packages.make(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/make.py:152)
  Setup other GNU make stuff
            Defined make rule "libc" with dependencies "${LIBNAME}(${OBJSC})" and code []
            Defined make rule "libcxx" with dependencies "${LIBNAME}(${OBJSCXX})" and code []
            Defined make rule "libcu" with dependencies "${LIBNAME}(${OBJSCU})" and code []
            Defined make rule "libf" with dependencies "${OBJSF}" and code -${AR} ${AR_FLAGS} ${LIBNAME} ${OBJSF}
            Defined make macro "OMAKE_PRINTDIR" to "/bin/make --print-directory"
            Defined make macro "OMAKE" to "/bin/make --no-print-directory"
            Defined "OMAKE" to ""/bin/make --no-print-directory""
            Defined make macro "MAKE_PAR_OUT_FLG" to "--output-sync=recurse"
=============================================================================================
TESTING: configureMakeNP from config.packages.make(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/make.py:200)
  check no of cores on the build machine [perhaps to do make '-j ncores']
          module multiprocessing found 12 cores: using make_np = 10
            Defined make macro "MAKE_NP" to "10"
            Defined make macro "MAKE_TEST_NP" to "6"
            Defined make macro "MAKE_LOAD" to "18.0"
            Defined make macro "NPMAX" to "12"
    child config.packages.make took 0.689480 seconds
=============================================================================================
TESTING: locateBison from config.packages.bison(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/bison.py:31)
Looking for default Bison executable
    Checking for program /bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/bison...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/bison...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/bison...not found
    Checking for program /cygdrive/c/Windows/system32/bison...not found
    Checking for program /cygdrive/c/Windows/bison...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/bison...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/bison...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/bison...not found
    Checking for program /cygdrive/c/Program Files/dotnet/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/bison...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/bison...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/bison...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/bison...not found
    Checking for program //AEX02/NETLOGON/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/bison...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/bison...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/bison...not found
    Checking for program /cygdrive/c/Windows/system32/bison...not found
    Checking for program /cygdrive/c/Windows/bison...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/bison...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/bison...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/bison...not found
    Checking for program /cygdrive/c/Program Files/dotnet/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/bison...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/bison...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/bison...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/bison...not found
    Checking for program //DC05/NETLOGON/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/bison...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/bison...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/bison...not found
    Checking for program /cygdrive/c/Windows/system32/bison...not found
    Checking for program /cygdrive/c/Windows/bison...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/bison...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/bison...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/bison...not found
    Checking for program /cygdrive/c/Program Files/dotnet/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/bison...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/bison...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/bison...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/bison...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/bison...not found
    Checking for program /cygdrive/c/Windows/system32/bison...not found
    Checking for program /cygdrive/c/Windows/bison...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/bison...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/bison...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/bison...not found
    Checking for program /cygdrive/c/Program Files/dotnet/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/bison...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/bison...not found
    Checking for program /cygdrive/c/Windows/system32/bison...not found
    Checking for program /cygdrive/c/Windows/bison...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/bison...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/bison...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/bison...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/bison...not found
    Checking for program /cygdrive/c/Users/tslt/bison...not found
    Checking for program /cygdrive/c/MinGW/bin/bison...not found
    Checking for program /cygdrive/i/win/dll/bison...not found
    Checking for program /cygdrive/i/win/bin/bison...not found
    Checking for program /cygdrive/i/orawin95/bin/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/bison...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/bison...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/bison...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/bison...not found
    child config.packages.bison took 0.090487 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.sycl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.sycl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.sycl took 0.000426 seconds
        Defined "PYTHON_EXE" to ""/bin/python3""
        Defined make macro "PYTHON_EXE" to ""/bin/python3""
Executing: ['/bin/python3', '-c', 'import sysconfig;print(sysconfig.get_python_version())']
stdout: 3.9
Executing: ['/bin/python3', '-c', 'import cython;print(cython.__version__)']
stdout:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'cython'
      Python being used /bin/python3 does not have the Cython package
Executing: /bin/python3 -c "import numpy"
stdout:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'numpy'
      Python being used /bin/python3 does not have the numpy package
    child config.packages.python took 0.911861 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.X(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: checkDependencies from config.packages.X(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:986)
  Loop over declared dependencies of package and error if any are missing
=============================================================================================
TESTING: configureLibrary from config.packages.X(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1012)
  Find an installation and check if it can work with PETSc
==================================================================================
          Checking for a functional X
          Checking for library in Compiler specific search X: []
=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
              Checking for functions [XSetWMName] in library [] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char XSetWMName();
static void _check_XSetWMName() { XSetWMName(); }

int main(void) {
_check_XSetWMName();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeDDBD.tmp.obj : error LNK2019: unresolved external symbol XSetWMName referenced in function _check_XSetWMName
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeDDBD.tmp.obj : error LNK2019: unresolved external symbol XSetWMName referenced in function _check_XSetWMName
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals          Checking for library in Compiler specific search X: ['libX11.a']
=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
              Checking for functions [XSetWMName] in library ['libX11.a'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char XSetWMName();
static void _check_XSetWMName() { XSetWMName(); }

int main(void) {
_check_XSetWMName();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -lX11 Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libX11.lib'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libX11.lib'            X: SearchDir DirPath not found.. skipping: /opt/X11
            X: SearchDir DirPath not found.. skipping: /Developer/SDKs/MacOSX10.5.sdk/usr/X11
            X: SearchDir DirPath not found.. skipping: /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6
            X: SearchDir DirPath not found.. skipping: /usr/X11
            X: SearchDir DirPath not found.. skipping: /usr/X11R6
            X: SearchDir DirPath not found.. skipping: /usr/X11R5
            X: SearchDir DirPath not found.. skipping: /usr/X11R4
            X: SearchDir DirPath not found.. skipping: /usr/local/X11
            X: SearchDir DirPath not found.. skipping: /usr/local/X11R6
            X: SearchDir DirPath not found.. skipping: /usr/local/X11R5
            X: SearchDir DirPath not found.. skipping: /usr/local/X11R4
            X: SearchDir DirPath not found.. skipping: /usr/X386
            X: SearchDir DirPath not found.. skipping: /usr/x386
            X: SearchDir DirPath not found.. skipping: /usr/XFree86/X11
          Checking for library in Package specific search directory X: ['/usr/local/lib/libX11.a']
          Contents of /usr/local: ['bin', 'etc', 'lib']
          Contents /usr/local/lib: []
=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
              Checking for functions [XSetWMName] in library ['/usr/local/lib/libX11.a'] []
              Checking directory of requested libraries:/usr/local/lib for first library:libX11.
              Files in directory:[]
            X: DirPath not found.. skipping: /usr/local/lib64
            X: SearchDir DirPath not found.. skipping: /usr/local/x11r5
            X: SearchDir DirPath not found.. skipping: /usr/lpp/Xamples
            X: SearchDir DirPath not found.. skipping: /usr/openwin
            X: SearchDir DirPath not found.. skipping: /usr/openwin/share
=============================================================================================
TESTING: checkVersion from config.packages.X(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1169)
  Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"

#include "xorg/xorg-server.h"
#include "xorg/xorgVersion.h"

#define  PetscXstr_(s) PetscStr_(s)
#define  PetscStr_(s)  #s
char     *ver = "petscpkgver(" PetscXstr_(XORG_VERSION_MAJOR.XORG_VERSION_MINOR.XORG_VERSION_PATCH.XORG_VERSION_SNAP) ")";

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.X   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.X/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.X\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.packages.X\\confdefs.h"













































































































#line 111 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.packages.X\\confdefs.h"
#line 2 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.X\\conftest.c"
#line 1 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.packages.X\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;







#line 15 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.packages.X\\conffix.h"
#line 1 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h"







#pragma once



#line 1 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"







#pragma once

#line 1 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"







#pragma once






















#line 32 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"

#line 34 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 35 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    
#line 39 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"






    
    

#line 49 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
        


            
        #line 54 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
    #line 55 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 56 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"

#line 1 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"













#pragma once







































































































































#line 151 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"



#line 155 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"





























#line 185 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"


#line 188 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"

#line 190 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"





#line 196 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"



#line 200 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"






#line 207 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"











#line 219 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"








#line 228 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"
#line 229 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"































































































































































































































































































































































































































































































#pragma region Input Buffer SAL 1 compatibility macros



























































































































































































































































































































































































































































































































































































































































































































































































#pragma endregion Input Buffer SAL 1 compatibility macros

















































































#line 1555 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"






























#line 1586 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"
























#line 1611 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"












#line 1624 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"






































#line 1663 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"















































































































#line 1775 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"






































































































#line 1878 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"








































































































































































#line 2047 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"





































































































#line 2149 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"
























































































































































































































#line 2366 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"
#line 2367 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"



































































































































































































































#line 2595 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    

    
    

#line 2634 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"









































































































































































































































#line 2868 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"









#line 2878 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"



    
    


#line 2886 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"
#line 2887 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"






#line 2894 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"
#line 2895 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"






#line 2902 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"
#line 2903 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"











#line 2915 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"

































#line 2949 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"

























#line 1 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\concurrencysal.h"


















#pragma once















































































































































































































































































#line 292 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\concurrencysal.h"



#line 296 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\concurrencysal.h"




























































































#line 389 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\concurrencysal.h"





#line 395 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\concurrencysal.h"
#line 2975 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\sal.h"
#line 58 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 1 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"










#pragma once



#pragma pack(push, 8)



    


        
    #line 24 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"
#line 25 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"




    


        
    #line 34 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"
#line 35 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"



    
#line 40 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"




    
#line 46 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"

#pragma warning(push)
#pragma warning(disable:   4514 4820 )







#line 57 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"


    
    
        typedef unsigned __int64  uintptr_t;
    

#line 65 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"
#line 66 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"


    
    


        typedef char* va_list;
    #line 74 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"
#line 75 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"




    
#line 81 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"





#line 87 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"



#line 91 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"
    
    
#line 94 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"











#line 106 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"







#line 114 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"











#line 126 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"





#line 132 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"










#line 143 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"










#line 154 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"

    void __cdecl __va_start(va_list* , ...);

    
    



    

#line 165 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"




































#line 202 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"

    

#line 206 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vadefs.h"

#pragma warning(pop) 
#pragma pack(pop)
#line 59 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"

#pragma warning(push)
#pragma warning(disable:   4514 4820 )














#line 77 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"









#line 87 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"

    


    


#line 95 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"

__pragma(pack(push, 8))




    


        
    #line 106 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 107 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
















    

#line 126 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"

#line 128 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
        
    #line 130 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 131 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    

#line 136 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
        
    #line 138 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 139 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"





#line 145 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
    
    
#line 148 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"




    
#line 154 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"








    


#line 166 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



#line 170 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
    
#line 172 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"




    
#line 178 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    



      
    #line 186 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 187 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"






    typedef unsigned __int64 size_t;
    typedef __int64          ptrdiff_t;
    typedef __int64          intptr_t;




#line 201 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



#line 205 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



#line 209 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
    typedef _Bool __vcrt_bool;
#line 211 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



    
#line 216 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    
#line 220 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    
#line 224 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



    
    typedef unsigned short wchar_t;
#line 230 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    


        
    #line 237 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 238 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    


#line 244 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



#line 248 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"










    
#line 260 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



#line 264 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"








    
#line 274 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    

#line 279 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
        
    #line 281 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 282 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    

#line 287 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
        
    #line 289 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 290 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    

#line 295 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
        
    #line 297 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 298 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"





#line 304 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



#line 308 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



    
        
    



#line 318 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 319 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



#line 323 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
    
#line 325 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"









    


        
    #line 339 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 340 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"









#line 350 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    


        




    #line 361 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 362 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"



#line 366 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    
        
    


#line 374 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 375 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


    void __cdecl __security_init_cookie(void);

    


#line 383 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"


#line 386 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
        void __cdecl __security_check_cookie(  uintptr_t _StackCookie);
        __declspec(noreturn) void __cdecl __report_gsfailure(  uintptr_t _StackCookie);
    #line 389 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 390 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"

extern uintptr_t __security_cookie;


    
    
    
#line 398 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"

__pragma(pack(pop))

#pragma warning(pop) 

#line 404 "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\include\\vcruntime.h"
#line 11 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"







    

















        
    #line 38 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 39 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    
#line 43 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    
        
    

#line 50 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 51 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

















    


        
    #line 73 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 74 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



    
#line 79 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"














    
#line 95 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    











        
    #line 111 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 112 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    


        
    #line 119 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 120 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

#pragma warning(push)
#pragma warning(disable: 4324  4514 4574 4710 4793 4820 4995 4996 28719 28726 28727 )


__pragma(pack(push, 8))







    

#line 136 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

#line 138 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
        
    #line 140 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 141 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"




    
#line 147 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    

#line 152 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

#line 154 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
        
    #line 156 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 157 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 161 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    
#line 163 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    


#line 169 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"





#line 175 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    
#line 177 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"





    
#line 184 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 188 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    
#line 190 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"









    
#line 201 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"













    


        
    #line 219 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 220 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 224 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    
#line 226 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 230 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    
#line 232 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 236 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    
#line 238 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    


        
    #line 245 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 246 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"























#line 270 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 274 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    typedef _Bool __crt_bool;
#line 276 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"














    
        


            
        #line 296 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    #line 297 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 298 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



















    

#line 320 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
        
    #line 322 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 323 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 327 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    
#line 331 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


 






  

#line 343 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
   
  #line 345 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
 #line 346 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 347 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


 

#line 352 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
   
 #line 354 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 355 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
















 void __cdecl _invalid_parameter_noinfo(void);
 __declspec(noreturn) void __cdecl _invalid_parameter_noinfo_noreturn(void);

__declspec(noreturn)
 void __cdecl _invoke_watson(
      wchar_t const* _Expression,
      wchar_t const* _FunctionName,
      wchar_t const* _FileName,
            unsigned int _LineNo,
            uintptr_t _Reserved);


    



        
        
        
        
        
        
        
        
        
        
        
        

    #line 401 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 402 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"












    


#line 419 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 423 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    


        


    #line 432 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 433 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"









    






        
    #line 451 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 452 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    


        
    #line 459 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 460 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 464 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"













#line 478 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"















#line 494 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"





    
#line 501 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 505 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    

#line 510 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 511 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    


        


            
        #line 521 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    #line 522 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 523 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 527 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"





#line 533 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    


        



    #line 543 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 544 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    
        
    



#line 553 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

    
        
        
        
    



#line 563 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

    
        
              
        

#line 570 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    



#line 575 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

    
        
    



#line 583 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

    
        
    



#line 591 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 592 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    
#line 596 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"








typedef int                           errno_t;
typedef unsigned short                wint_t;
typedef unsigned short                wctype_t;
typedef long                          __time32_t;
typedef __int64                       __time64_t;

typedef struct __crt_locale_data_public
{
      unsigned short const* _locale_pctype;
      int _locale_mb_cur_max;
               unsigned int _locale_lc_codepage;
} __crt_locale_data_public;

typedef struct __crt_locale_pointers
{
    struct __crt_locale_data*    locinfo;
    struct __crt_multibyte_data* mbcinfo;
} __crt_locale_pointers;

typedef __crt_locale_pointers* _locale_t;

typedef struct _Mbstatet
{ 
    unsigned long _Wchar;
    unsigned short _Byte, _State;
} _Mbstatet;

typedef _Mbstatet mbstate_t;



#line 636 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



#line 640 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    


        typedef __time64_t time_t;
    #line 647 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 648 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"



    
#line 653 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"


    typedef size_t rsize_t;
#line 657 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"










    















































































































































#line 812 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

        
        
        
        
        
        
        
        
        
        
        
        

    #line 827 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 828 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"












































































    











































































































































































































































































































































































































































































































































































































































































































































































































































































































































































C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.X\conftest.c(4): fatal error C1083: Cannot open include file: 'xorg/xorg-server.h': No such file or directory


































#line 1879 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

        
        
        
        

        

            


            


            


            


            


            


            


            


            



            



            


            


            


            


            


            


            


            


            


            


            



            



            



            


            



            




            

            




            

            




            

            




            

            




            

            




            

            




            

            




            

        











































#line 2069 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
    #line 2070 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"
#line 2071 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h"

__pragma(pack(pop))


#pragma warning(pop) 
#line 13 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h"

#pragma warning(push)
#pragma warning(disable: 4324  4514 4574 4710 4793 4820 4995 4996 28719 28726 28727 )


__pragma(pack(push, 8))
















     int* __cdecl _errno(void);
    

     errno_t __cdecl _set_errno(  int _Value);
     errno_t __cdecl _get_errno(  int* _Value);

#line 42 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h"




    


        
    #line 51 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h"


#line 54 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h"

 extern unsigned long  __cdecl __threadid(void);

 extern uintptr_t __cdecl __threadhandle(void);



__pragma(pack(pop))

#pragma warning(pop) 
#line 65 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h"
#line 16 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.packages.X\\conffix.h"
int getdomainname(char *, size_t);
double drand48(void);
void   srand48(long int);
#line 20 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.packages.X\\conffix.h"
#line 21 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\petsc-rzhbf0id\\config.packages.X\\conffix.h"
#line 3 "C:\\Users\\tsltaywb\\AppData\\Local\\Temp\\PE1E0C~1\\CONFIG~1.X\\conftest.c"

Source:
#include "confdefs.h"
#include "conffix.h"

#include "xorg/xorg-server.h"
#include "xorg/xorgVersion.h"

#define  PetscXstr_(s) PetscStr_(s)
#define  PetscStr_(s)  #s
char     *ver = "petscpkgver(" PetscXstr_(XORG_VERSION_MAJOR.XORG_VERSION_MINOR.XORG_VERSION_PATCH.XORG_VERSION_SNAP) ")";

For x unable to find version information: output below, skipping version check
conftest.c
















































































































typedefintmode_t;
typedefintint32_t;
typedefintpid_t;






















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































typedefunsigned__int64uintptr_t;








typedefchar*va_list;






































































void__cdecl__va_start(va_list*,...);
















































































__pragma(pack(push,8))














































































typedefunsigned__int64size_t;
typedef__int64ptrdiff_t;
typedef__int64intptr_t;










typedef_Bool__vcrt_bool;














typedefunsignedshortwchar_t;





















































































































void__cdecl__security_init_cookie(void);






void__cdecl__security_check_cookie(uintptr_t_StackCookie);
__declspec(noreturn)void__cdecl__report_gsfailure(uintptr_t_StackCookie);

externuintptr_t__security_cookie;






__pragma(pack(pop))





































































































__pragma(pack(push,8))






















































































































typedef_Bool__crt_bool;
















































































void__cdecl_invalid_parameter_noinfo(void);
__declspec(noreturn)void__cdecl_invalid_parameter_noinfo_noreturn(void);

__declspec(noreturn)
void__cdecl_invoke_watson(
wchar_tconst*_Expression,
wchar_tconst*_FunctionName,
wchar_tconst*_FileName,
unsignedint_LineNo,
uintptr_t_Reserved);






























































































































































































typedefinterrno_t;
typedefunsignedshortwint_t;
typedefunsignedshortwctype_t;
typedeflong__time32_t;
typedef__int64__time64_t;

typedefstruct__crt_locale_data_public
{
unsignedshortconst*_locale_pctype;
int_locale_mb_cur_max;
unsignedint_locale_lc_codepage;
}__crt_locale_data_public;

typedefstruct__crt_locale_pointers
{
struct__crt_locale_data*locinfo;
struct__crt_multibyte_data*mbcinfo;
}__crt_locale_pointers;

typedef__crt_locale_pointers*_locale_t;

typedefstruct_Mbstatet
{
unsignedlong_Wchar;
unsignedshort_Byte,_State;
}_Mbstatet;

typedef_Mbstatetmbstate_t;











typedef__time64_ttime_t;






typedefsize_trsize_t;
































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































C:UserstsltaywbAppDataLocalTempPE1E0C~1CONFIG~1.Xconftest.c(4):fatalerrorC1083:Cannotopenincludefile:'xorg/xorg-server.h':Nosuchfileordirectory
































































































































































































































__pragma(pack(pop))





__pragma(pack(push,8))
















int*__cdecl_errno(void);


errno_t__cdecl_set_errno(int_Value);
errno_t__cdecl_get_errno(int*_Value);












externunsignedlong__cdecl__threadid(void);

externuintptr_t__cdecl__threadhandle(void);



__pragma(pack(pop))

intgetdomainname(char*,size_t);
doubledrand48(void);
voidsrand48(longint);

=============================================================================================
TESTING: checkSharedLibrary from config.packages.X(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1082)
  By default we don't care about checking if the library is shared
    child config.packages.X took 8.633840 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.hwloc(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.hwloc(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.hwloc took 0.000525 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.hip(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.hip(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.hip took 0.000412 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.thrust(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.thrust(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.thrust took 0.000401 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.cuda(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.cuda(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
=============================================================================================
TESTING: checkKnownBadCUDAHostCompilerCombo from config.packages.cuda(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/cuda.py:462)
  
    Check for nvcc + host compiler combinations that are unable to compile or have some other known
    defect and prints a warning to the user. Has no other effect.

    For example:
    1. CUDA 11.5 + gcc 11.3.0 produces

    /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with '...':
  435 |         function(_Functor&& __f)
      |         ^

    
    child config.packages.cuda took 0.000442 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.OpenMPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.OpenMPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.OpenMPI took 0.000400 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.MPICH(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.MPICH(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.MPICH took 0.000396 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: checkDependencies from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:986)
  Loop over declared dependencies of package and error if any are missing
=============================================================================================
TESTING: configureLibrary from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:926)
  Calls the regular package configureLibrary and then does an additional test needed by MPI
==================================================================================
            Checking for a functional MPI
            Checking for library in User specified MPI libraries: ['/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib']
            Contents of /cygdrive/c/Microsoft_SDKs/MPI: ['Include', 'Lib', 'License']
            Contents /cygdrive/c/Microsoft_SDKs/MPI/lib: ['x64', 'x86']
=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
                Checking for functions [MPI_Init MPI_Comm_create] in library ['/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib'] []
                Checking directory of requested libraries:/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64 for first library:msmpifec.li
                Files in directory:['msmpi.lib', 'msmpifec.lib', 'msmpifmc.lib']
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char MPI_Init();
static void _check_MPI_Init() { MPI_Init(); }
char MPI_Comm_create();
static void _check_MPI_Comm_create() { MPI_Comm_create(); }

int main(void) {
_check_MPI_Init();
_check_MPI_Comm_create();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char MPI_Init();
static void _check_MPI_Init() { MPI_Init(); }
char MPI_Comm_create();
static void _check_MPI_Comm_create() { MPI_Comm_create(); }
void dummy(void) {_check_MPI_Init();
_check_MPI_Comm_create();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
                  Defined "HAVE_LIBMSMPIFEC" to "1"
                  Defined "HAVE_LIBMSMPI" to "1"
            Checking for headers ['mpi.h'] in User specified MPI libraries: ['/cygdrive/c/Microsoft_SDKs/MPI/Include', '/cygdrive/c/Microsoft_SDKs/MPI/Include/x64']
=============================================================================================
TESTING: checkInclude from config.headers(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/headers.py:89)
  Checks if a particular include file can be found along particular include paths
Checking for header files ['mpi.h'] in ['/cygdrive/c/Microsoft_SDKs/MPI/Include', '/cygdrive/c/Microsoft_SDKs/MPI/Include/x64']
                  Checking include with compiler flags var CPPFLAGS ['/cygdrive/c/Microsoft_SDKs/MPI/Include', '/cygdrive/c/Microsoft_SDKs/MPI/Include/x64']
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.X -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers/conftest.c 
Preprocess output before filtering:
Preprocess output after filtering:
Found header files ['mpi.h'] in ['/cygdrive/c/Microsoft_SDKs/MPI/Include', '/cygdrive/c/Microsoft_SDKs/MPI/Include/x64']
            Defined "HAVE_MPI_F90MODULE_VISIBILITY" to "1"
=============================================================================================
TESTING: checkMPIDistro from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:727)
  Determine if MPICH_NUMVERSION, OMPI_MAJOR_VERSION or MSMPI_VER exist in mpi.h
       Used for consistency checking of MPI installation at compile time
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'I_MPI_VERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2099: initializer is not a constant
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'I_MPI_VERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2099: initializer is not a constantSource:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
const char *mpich_ver = I_MPI_VERSION;

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'I_MPI_NUMVERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2099: initializer is not a constant
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'I_MPI_NUMVERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2099: initializer is not a constantSource:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
int mpich_ver = I_MPI_NUMVERSION;

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'MVAPICH2_NUMVERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2099: initializer is not a constant
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'MVAPICH2_NUMVERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2099: initializer is not a constantSource:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
int mpich_ver = MVAPICH2_NUMVERSION;

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'MPICH_NUMVERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2099: initializer is not a constant
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'MPICH_NUMVERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2099: initializer is not a constantSource:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
int mpich_ver = MPICH_NUMVERSION;

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2061: syntax error: identifier 'f'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2513: ' ': no variable declared before '='
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'MPI_NEC_FUNCTION_NULL': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2061: syntax error: identifier 'f'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2513: ' ': no variable declared before '='
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'MPI_NEC_FUNCTION_NULL': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
MPI_NEC_Function f = MPI_NEC_FUNCTION_NULL;

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'OMPI_MAJOR_VERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2099: initializer is not a constant
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(5): error C2065: 'OMPI_MINOR_VERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(5): error C2099: initializer is not a constant
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(6): error C2065: 'OMPI_RELEASE_VERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(6): error C2099: initializer is not a constant
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2065: 'OMPI_MAJOR_VERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(4): error C2099: initializer is not a constant
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(5): error C2065: 'OMPI_MINOR_VERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(5): error C2099: initializer is not a constant
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(6): error C2065: 'OMPI_RELEASE_VERSION': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(6): error C2099: initializer is not a constantSource:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
int ompi_major = OMPI_MAJOR_VERSION;
int ompi_minor = OMPI_MINOR_VERSION;
int ompi_release = OMPI_RELEASE_VERSION;

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
#define xstr(s) str(s)
#define str(s) #s
#if defined(MSMPI_VER)
char msmpi_hex[] = xstr(MSMPI_VER);
#else
#error not MSMPI
#endif

int main(void) {
  return 0;
}

Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
#define xstr(s) str(s)
#define str(s) #s
#if defined(MSMPI_VER)
char msmpi_hex[] = xstr(MSMPI_VER);
#else
#error not MSMPI
#endif

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.X -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
                Defined "HAVE_MSMPI" to "1"
                Defined "HAVE_MSMPI_VERSION" to "0x100"
=============================================================================================
TESTING: configureMPI2 from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:396)
  Check for functions added to the interface in MPI-2
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {

      int a,b,c,d,flag,sendbuf[1]={1},recvbuf[1]={2};
      MPI_Datatype newtype;
      if (MPI_Allreduce(MPI_IN_PLACE,0,1,MPI_INT,MPI_SUM,MPI_COMM_SELF)) return 0;
      if (MPI_Finalized(&flag)) return 0;
      if (MPI_Type_dup(MPI_INT,&newtype)) return 0;
      if (MPI_Exscan(sendbuf,recvbuf,1,MPI_INT,MPI_SUM,MPI_COMM_WORLD)) return 0;
      if (MPI_Reduce_scatter(sendbuf,recvbuf,sendbuf,MPI_INT,MPI_SUM,MPI_COMM_WORLD)) return 0;
      if (MPI_Type_get_envelope(MPI_INT,&a,&b,&c,&d)) return 0;
    
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
int count=2; int blocklens[2]={0,1}; MPI_Aint indices[2]={0,1}; MPI_Datatype old_types[2]={MPI_INT,MPI_DOUBLE}; MPI_Datatype *newtype = 0;
                                              if (MPI_Type_create_struct(count, blocklens, indices, old_types, newtype)) { }

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
MPI_Comm_errhandler_fn * p_err_fun = 0; MPI_Errhandler * p_errhandler = 0; if (MPI_Comm_create_errhandler(p_err_fun,p_errhandler)) { }

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
if (MPI_Comm_set_errhandler(MPI_COMM_WORLD,MPI_ERRORS_RETURN)) { }

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
if (MPI_Reduce_local(0, 0, 0, MPI_INT, MPI_SUM)) { }

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                Defined "HAVE_MPI_REDUCE_LOCAL" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
char version[MPI_MAX_LIBRARY_VERSION_STRING];int verlen;if (MPI_Get_library_version(version,&verlen)) { }

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                Defined "HAVE_MPI_GET_LIBRARY_VERSION" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
int base[100]; MPI_Win win = 0; if (MPI_Win_create(base,100,4,MPI_INFO_NULL,MPI_COMM_WORLD,&win)) { }
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                Defined "HAVE_MPI_WIN_CREATE" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
int ptr[1] = {0}; MPI_Win win = 0; if (MPI_Accumulate(ptr,1,MPI_INT,0,0,1,MPI_INT,MPI_REPLACE,win)) { }
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
int provided; if (MPI_Init_thread(0,0,MPI_THREAD_FUNNELED,&provided)) return 0;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                Defined "HAVE_MPI_INIT_THREAD" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {

     int sendbuf[2] = {1,2};
     int recvbuf[1];
     if (MPI_Reduce_scatter_block(sendbuf,recvbuf,1,MPI_INT,MPI_SUM,MPI_COMM_WORLD)) return 0;
    
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                Defined "HAVE_MPI_REDUCE_SCATTER_BLOCK" to "1"
=============================================================================================
TESTING: configureMPI3 from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:464)
  Check for functions added to the interface in MPI-3
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
MPI_Comm scomm; MPI_Aint size=128; int disp_unit=8,*baseptr; MPI_Win win;
                       if (MPI_Comm_split_type(MPI_COMM_WORLD, MPI_COMM_TYPE_SHARED, 0, MPI_INFO_NULL, &scomm)) { }
                       if (MPI_Win_allocate_shared(size,disp_unit,MPI_INFO_NULL,MPI_COMM_WORLD,&baseptr,&win)) { }
                       if (MPI_Win_shared_query(win,0,&size,&disp_unit,&baseptr)) { }

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                Defined "HAVE_MPI_PROCESS_SHARED_MEMORY" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
MPI_Aint size=128; int disp_unit=8,*baseptr; MPI_Win win;
                       if (MPI_Win_allocate(size,disp_unit,MPI_INFO_NULL,MPI_COMM_WORLD,&baseptr,&win)) { }
                       if (MPI_Win_attach(win,baseptr,size)) { }
                       if (MPI_Win_create_dynamic(MPI_INFO_NULL,MPI_COMM_WORLD,&win)) { }

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                Defined "HAVE_MPI_FEATURE_DYNAMIC_WINDOW" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {

                        int send=0,recv,counts[2]={1,1},displs[2]={1,2}; MPI_Request req;
                        if (MPI_Iscatter(&send,1,MPI_INT,&recv,1,MPI_INT,0,MPI_COMM_WORLD,&req)) return 0;
                        if (MPI_Iscatterv(&send,counts,displs,MPI_INT,&recv,1,MPI_INT,0,MPI_COMM_WORLD,&req)) return 0;
                        if (MPI_Igather(&send,1,MPI_INT,&recv,1,MPI_INT,0,MPI_COMM_WORLD,&req)) return 0;
                        if (MPI_Igatherv(&send,1,MPI_INT,&recv,counts,displs,MPI_INT,0,MPI_COMM_WORLD,&req)) return 0;
                        if (MPI_Iallgather(&send,1,MPI_INT,&recv,1,MPI_INT,MPI_COMM_WORLD,&req)) return 0;
                        if (MPI_Iallgatherv(&send,1,MPI_INT,&recv,counts,displs,MPI_INT,MPI_COMM_WORLD,&req)) return 0;
                        if (MPI_Ialltoall(&send,1,MPI_INT,&recv,1,MPI_INT,MPI_COMM_WORLD,&req)) return 0;
                        if (MPI_Iallreduce(&send,&recv,1,MPI_INT,MPI_SUM,MPI_COMM_WORLD,&req)) return 0;
                        if (MPI_Ibarrier(MPI_COMM_WORLD,&req)) return 0;
                      
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                Defined "HAVE_MPI_NONBLOCKING_COLLECTIVES" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
MPI_Comm distcomm; 
                       MPI_Request req; 
                       if (MPI_Dist_graph_create_adjacent(MPI_COMM_WORLD,0,0,MPI_WEIGHTS_EMPTY,0,0,MPI_WEIGHTS_EMPTY,MPI_INFO_NULL,0,&distcomm)) { }
                       if (MPI_Neighbor_alltoallv(0,0,0,MPI_INT,0,0,0,MPI_INT,distcomm)) { }
                       if (MPI_Ineighbor_alltoallv(0,0,0,MPI_INT,0,0,0,MPI_INT,distcomm,&req)) { }

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe8823.tmp.obj : error LNK2019: unresolved external symbol MPI_Neighbor_alltoallv referenced in function main
conftest.wfe8823.tmp.obj : error LNK2019: unresolved external symbol MPI_Ineighbor_alltoallv referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe8823.tmp.obj : error LNK2019: unresolved external symbol MPI_Neighbor_alltoallv referenced in function main
conftest.wfe8823.tmp.obj : error LNK2019: unresolved external symbol MPI_Ineighbor_alltoallv referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.exe : fatal error LNK1120: 2 unresolved externalsExecuting: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
int ptr[1] = {0}; MPI_Win win = 0; if (MPI_Get_accumulate(ptr,1,MPI_INT,ptr,1,MPI_INT,0,0,1,MPI_INT,MPI_SUM,win)) { }

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                Defined "HAVE_MPI_GET_ACCUMULATE" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
int ptr[1]; MPI_Win win = 0; MPI_Request req; if (MPI_Rget(ptr,1,MPI_INT,0,1,1,MPI_INT,win,&req)) { }

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
                Defined "HAVE_MPI_RGET" to "1"
=============================================================================================
TESTING: configureMPI4 from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:533)
  Check for functions added to the interface in MPI-4
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {

      int         buf[1]={0},dest=1,source=1,tag=0;
      MPI_Count   count=1;
      MPI_Request req;
      MPI_Status  stat;
      if (MPI_Send_c(buf,count,MPI_INT,dest,tag,MPI_COMM_WORLD)) return 1;
      if (MPI_Send_init_c(buf,count,MPI_INT,dest,tag,MPI_COMM_WORLD,&req)) return 1;
      if (MPI_Isend_c(buf,count,MPI_INT,dest,tag,MPI_COMM_WORLD,&req)) return 1;
      if (MPI_Recv_c(buf,count,MPI_INT,source,tag,MPI_COMM_WORLD,&stat)) return 1;
      if (MPI_Recv_init_c(buf,count,MPI_INT,source,tag,MPI_COMM_WORLD,&req)) return 1;
      if (MPI_Irecv_c(buf,count,MPI_INT,source,tag,MPI_COMM_WORLD,&req)) return 1;
      if (MPI_Neighbor_alltoallv_c(0,0,0,MPI_INT,0,0,0,MPI_INT,MPI_COMM_WORLD)) return 1;
      if (MPI_Ineighbor_alltoallv_c(0,0,0,MPI_INT,0,0,0,MPI_INT,MPI_COMM_WORLD,&req)) return 1;
    if (MPI_Reduce_local_c(0,0,0,MPI_INT,MPI_SUM)) return 1;

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Send_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Send_init_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Isend_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Recv_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Recv_init_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Irecv_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Neighbor_alltoallv_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Ineighbor_alltoallv_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Reduce_local_c referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.exe : fatal error LNK1120: 9 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Send_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Send_init_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Isend_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Recv_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Recv_init_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Irecv_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Neighbor_alltoallv_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Ineighbor_alltoallv_c referenced in function main
conftest.wfeBF02.tmp.obj : error LNK2019: unresolved external symbol MPI_Reduce_local_c referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.exe : fatal error LNK1120: 9 unresolved externals=============================================================================================
TESTING: configureMPIX from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:563)
  Check for experimental functions added by MPICH or Open MPI as MPIX
=============================================================================================
TESTING: configureMPIEXEC from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:205)
  Checking for location of mpiexec
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/bin/mpiexec...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/bin/mpirun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/bin/mprun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/bin/srun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/mpd/bin/mpiexec...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/mpd/bin/mpirun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/mpd/bin/mprun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/mpd/bin/srun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Include/bin/mpiexec...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Include/bin/mpirun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Include/bin/mprun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Include/bin/srun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/mpd/bin/mpiexec...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/mpd/bin/mpirun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/mpd/bin/mprun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/mpd/bin/srun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Lib/bin/mpiexec...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Lib/bin/mpirun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Lib/bin/mprun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Lib/bin/srun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Lib/bin/mpiexec...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Lib/bin/mpirun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Lib/bin/mprun...not found
    Checking for program /cygdrive/c/Microsoft_SDKs/MPI/Lib/bin/srun...not found
    Checking for program /bin/mpiexec...not found
    Checking for program /bin/mpirun...not found
    Checking for program /bin/mprun...not found
    Checking for program /bin/srun...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/mpiexec...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/mpirun...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/mprun...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/srun...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/mpiexec...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/mpirun...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/mprun...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/srun...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/mpiexec...found
    Checking for program /bin/mpiexec...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/mpiexec...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/mpiexec...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/mpiexec...found
Running Executable with threads to time it out at 120
Executing: mpiexec -n 1 printenv
stdout:
!::=::\
!C:=C:\Source\petsc-3.20.4
!ExitCode=00000000
ALLUSERSPROFILE=C:\ProgramData
ANSYS232_DIR=C:\Program Files\ANSYS Inc\ANSYS Student\v232\ANSYS
APPDATA=C:\Users\tsltaywb\AppData\Roaming
AWP_LOCALE232=en-us
AWP_ROOT232=C:\Program Files\ANSYS Inc\ANSYS Student\v232
CADOE_LIBDIR232=C:\Program Files\ANSYS Inc\ANSYS Student\v232\CommonFiles\Language\en-us
CDLMD_LICENSE_FILE=1999 at flex.cd-adapco.com
CDS_LIC_FILE=5280 at tlnus
CMAKE_PREFIX_PATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..;C:\Program Files (x86)\Intel\oneAPI\dpl\latest\lib\cmake\oneDPL;C:\Program Files (x86)\Intel\oneAPI\compiler\latest;
CMPLR_ROOT=C:\Program Files (x86)\Intel\oneAPI\compiler\latest
COLUMNS=241
COMMONPROGRAMFILES=C:\Program Files\Common Files
COMPUTERNAME=LENOVO-360
COMSPEC=C:\Windows\system32\cmd.exe
CPATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\include;C:\Program Files (x86)\Intel\oneAPI\dpl\latest\include;C:\Program Files (x86)\Intel\oneAPI\dev-utilities\latest\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\opt\oclfpga\include;
CommandPromptType=Native
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
DPL_ROOT=C:\Program Files (x86)\Intel\oneAPI\dpl\latest
DevEnvDir=C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\
DriverData=C:\Windows\System32\Drivers\DriverData
EXECIGNORE=*.dll
EXTERNAL_INCLUDE=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\ATLMFC\include;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt
ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs
FLEXLM_TIMEOUT=300000
Framework40Version=v4.0
FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\
FrameworkDir=C:\Windows\Microsoft.NET\Framework64\
FrameworkVersion64=v4.0.30319
FrameworkVersion=v4.0.30319
GFORTRAN_UNBUFFERED_PRECONNECTED=y
HOME=/home/tsltaywb
HOMEDRIVE=C:
HOMEPATH=\Users\tsltaywb
HTMLHelpDir=C:\Program Files (x86)\HTML Help Workshop
HYDRA_BSTRAP_DEBUG=0
HYDRA_BSTRAP_DOWNSTREAM_STDIN=-1
HYDRA_BSTRAP_LAUNCHER=powershell
HYDRA_BSTRAP_LOCALHOST=LENOVO-360
HYDRA_BSTRAP_NODE_ID=0
HYDRA_BSTRAP_NUM_DOWNSTREAM_PROXIES=0
HYDRA_BSTRAP_NUM_LAUNCHES=-1
HYDRA_BSTRAP_PGID=0
HYDRA_BSTRAP_PROXY_ID=0
HYDRA_BSTRAP_SUBTREE_SIZE=1
HYDRA_BSTRAP_TREE_WIDTH=1
HYDRA_BSTRAP_UPSTREAM_FD=816
HYDRA_IP_VERSION=2
HYDRA_LAUNCH_TYPE=2
IFCPATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\ifc\x64
IFORT_COMPILER24=C:\Program Files (x86)\Intel\oneAPI\compiler\2024.0\windows\
INCLUDE=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\include;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\\..\include;C:\Program Files (x86)\Intel\oneAPI\dev-utilities\latest\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\include;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\ATLMFC\include;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt
INTELFPGAOCLSDKROOT=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\opt\oclfpga
INTELGTDEBUGGERROOT=C:\Program Files (x86)\Intel\oneAPI\debugger\latest\env\\..
INTEL_TARGET_ARCH=intel64
I_MPI_HYDRA_TOPOLIB=hwloc
I_MPI_HYDRA_UUID=fc770000-cc24-5eed-0000-000036280000
I_MPI_INFO_BRAND=12th Gen Intel(R) Core(TM) i7-12700
I_MPI_INFO_CACHE1=0,4,8,12,16,20,24,28,36,37,38,39
I_MPI_INFO_CACHE2=0,1,2,3,4,5,6,7,9,9,9,9
I_MPI_INFO_CACHE3=0,0,0,0,0,0,0,0,0,0,0,0
I_MPI_INFO_CACHES=3
I_MPI_INFO_CACHE_SHARE=2,8,128
I_MPI_INFO_CACHE_SIZE=49152,1310720,26214400
I_MPI_INFO_CORE=0,4,8,12,16,20,24,28,36,37,38,39
I_MPI_INFO_C_NAME=Unknown
I_MPI_INFO_DESC=654311424
I_MPI_INFO_FLGB=597469097
I_MPI_INFO_FLGC=-330869
I_MPI_INFO_FLGCEXT=406849444
I_MPI_INFO_FLGD=-1077150721
I_MPI_INFO_FLGDEXT=-1139227632
I_MPI_INFO_LCPU=12
I_MPI_INFO_MODE=263
I_MPI_INFO_NC=12
I_MPI_INFO_NP=1
I_MPI_INFO_PACK=0,0,0,0,0,0,0,0,0,0,0,0
I_MPI_INFO_SERIAL=0000
I_MPI_INFO_SIGN=591474
I_MPI_INFO_STATE=0
I_MPI_INFO_THREAD=0,0,0,0,0,0,0,0,0,0,0,0
I_MPI_INFO_VEND=1
I_MPI_OFI_LIBRARY_INTERNAL=1
I_MPI_ROOT=C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\\..
LC_CTYPE=en_US.UTF-8
LIB=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\lib\\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\\..\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\opt\compiler\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\lib;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\ATLMFC\lib\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\lib\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22621.0\\um\x64
LIBPATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\ATLMFC\lib\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\lib\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.22621.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319
LINES=80
LOCALAPPDATA=C:\Users\tsltaywb\AppData\Local
LOGONSERVER=\\DC03
LSTC_LICENSE=Ansys
MASSDIR=I:\WINMASS
MPI_LOCALNRANKS=1
MPI_LOCALRANKID=0
MSMPI_BENCHMARKS=C:\Microsoft_MPI\Benchmarks\
MSMPI_BIN=C:\Microsoft_MPI\Bin\
MSMPI_INC=C:\Microsoft_SDKs\MPI\Include\
MSMPI_LIB32=C:\Microsoft_SDKs\MPI\Lib\x86\
MSMPI_LIB64=C:\Microsoft_SDKs\MPI\Lib\x64\
NUMBER_OF_PROCESSORS=12
Net=NUSNET-III NT
OCL_ICD_FILENAMES=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\bin\intelocl64_emu.dll;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\bin\intelocl64.dll
OLDPWD=/cygdrive/c/Source
ONEAPI_ROOT=C:\Program Files (x86)\Intel\oneAPI
OS=Windows_NT
OneDrive=d:\wtay\OneDrive
OneDriveCommercial=d:\wtay\OneDrive
PATH=/usr/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools:/cygdrive/c/Program Files (x86)/HTML Help Workshop:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64:/cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools:/cygdrive/c/Program Files (x86)/VMware/VMware Player/bin:/cygdrive/c/Microsoft_MPI/Bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86:/cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/Docker/Docker/resources/bin:/cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Program Files/Microsoft VS Code/bin:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit://AEX02/NETLOGON:/cygdrive/c/Program Files (x86)/VMware/VMware Player/bin:/cygdrive/c/Microsoft_MPI/Bin:/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86:/cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/Docker/Docker/resources/bin:/cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Program Files/Microsoft VS Code/bin:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit://DC05/NETLOGON:/cygdrive/c/Program Files (x86)/VMware/VMware Player/bin:/cygdrive/c/Microsoft_MPI/Bin:/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86:/cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/Docker/Docker/resources/bin:/cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Program Files/Microsoft VS Code/bin:/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin:/cygdrive/c/Program Files/Microsoft MPI/Bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86:/cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/Docker/Docker/resources/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64:/cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86:/cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin:/cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/tslt:/cygdrive/c/MinGW/bin:/cygdrive/i/win/dll:/cygdrive/i/win/bin:/cygdrive/i/orawin95/bin:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe:/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PETSC_ARCH=petsc-3.20.4_win64_msmpi_vs2022_rel
PETSC_DIR=/cygdrive/c/Source/petsc-3.20.4
PETSC_DIR_DEBUG=D:\Lib\petsc-3.20.3_win64_msmpi_vs2022
PETSC_DIR_REL=D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel
PKG_CONFIG_PATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\lib\pkgconfig;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\\..\lib\pkgconfig;C:\Program Files (x86)\Intel\oneAPI\dpl\latest\lib\pkgconfig;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\lib\pkgconfig;
PMI_FD=800
PMI_RANK=0
PMI_SIZE=1
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 151 Stepping 2, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=9702
PROGRAMFILES=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
PUBLIC=C:\Users\Public
PWD=/cygdrive/c/Source/petsc-3.20.4
P_SCHEMA=C:\Program Files\ANSYS Inc\ANSYS Student\v232\AISOL\CADIntegration\Parasolid\PSchema
Platform=x64
ProgramData=C:\ProgramData
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
SESSIONNAME=Console
SETVARS_COMPLETED=1
SHLVL=1
SYSTEMDRIVE=C:
SYSTEMROOT=C:\Windows
TARGET_VS=vs2022
TBBROOT=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..
TBB_BIN_DIR=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\bin
TBB_DLL_PATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\bin\\
TBB_SCRIPT_DIR=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\
TBB_TARGET_ARCH=intel64
TECPLOT_360=C:\Program Files\Tecplot\Tecplot 360 EX 2023 R2
TEMP=/cygdrive/c/Users/tsltaywb/AppData/Local/Temp
TERM=xterm
TERM_PROGRAM=mintty
TERM_PROGRAM_VERSION=3.7.0
TMP=/cygdrive/c/Users/tsltaywb/AppData/Local/Temp
UCRTVersion=10.0.22621.0
USERDNSDOMAIN=STF.NUS.EDU.SG
USERDOMAIN=NUSSTF
USERDOMAIN_ROAMINGPROFILE=NUSSTF
USERNAME=tsltaywb
USERPROFILE=C:\Users\tsltaywb
USE_INTEL_LLVM=0
UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\
VARSDIR=C:\Program Files (x86)\Intel\oneAPI\dpl\latest\env\
VCIDEInstallDir=C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\
VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\
VCPKG_ROOT=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg
VCToolsInstallDir=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\
VCToolsRedistDir=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\14.38.33130\
VCToolsVersion=14.38.33130
VS170COMNTOOLS=C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\
VSCMD_ARG_HOST_ARCH=x64
VSCMD_ARG_TGT_ARCH=x64
VSCMD_ARG_app_plat=Desktop
VSCMD_VER=17.8.4
VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Community\
VS_TARGET_ARCH=amd64
VisualStudioVersion=17.0
WINDIR=C:\Windows
WSA_PACMAN_HOME=C:\Program Files\WSA PacMan
WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.22621.0
WindowsSDKLibVersion=10.0.22621.0\
WindowsSDKVersion=10.0.22621.0\
WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\
WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\
WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\
ZES_ENABLE_SYSMAN=1
_=/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/mpiexec
__DOTNET_ADD_64BIT=1
__DOTNET_PREFERRED_BITNESS=64
__MS_VC_INSTALL_PATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\
__VSCMD_PREINIT_PATH=C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Microsoft_MPI\Bin\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X64\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X86\;C:\Program Files (x86)\Common Files\Pulse Secure\TNC Client Plugin\;C:\Program Files\dotnet\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;\\AEX02\NETLOGON;C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Microsoft_MPI\Bin\;C:\Program Files\Tecplot\Tecplot 360 EX 2023 R1\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X64\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X86\;C:\Program Files (x86)\Common Files\Pulse Secure\TNC Client Plugin\;C:\Program Files\dotnet\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;\\DC05\NETLOGON;C:\Program Files (x86)\VMware\VMware Player\bin\;C:\Microsoft_MPI\Bin\;C:\Program Files\Tecplot\Tecplot 360 EX 2023 R1\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X64\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X86\;C:\Program Files (x86)\Common Files\Pulse Secure\TNC Client Plugin\;C:\Program Files\dotnet\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Program Files\Tecplot\Tecplot 360 EX 2023 R1\bin;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X64\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X86\;C:\Program Files (x86)\Common Files\Pulse Secure\TNC Client Plugin\;C:\Program Files\dotnet\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Docker\Docker\resources\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X64\;C:\Program Files (x86)\Pulse Secure\VC142.CRT\X86\;C:\Program Files (x86)\Common Files\Pulse Secure\TNC Client Plugin\;C:\Users\tsltaywb\AppData\Local\Microsoft\WindowsApps;C:\Users\tslt;C:\MinGW\bin;;i:\win\dll;i:\win\bin;i:\orawin95\bin
                Defined make macro "MPIEXEC" to "/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/mpiexec"
======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(3): fatal error C1083: Cannot open include file: 'mpi.h': No such file or directory
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.MPI\conftest.c(3): fatal error C1083: Cannot open include file: 'mpi.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
MPI_Init(0,0);
MPI_Finalize();

  return 0;
}

                      Compile failed inside link

=============================================================================================
TESTING: configureMPIEXEC_TAIL from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:194)
  Checking for location of mpiexec_tail
                Defined make macro "MPIEXEC_TAIL" to ""
=============================================================================================
TESTING: configureMPITypes from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:609)
  Checking for MPI Datatype handles
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdlib.h>
#include <mpi.h>

int main(void) {
int size;
int ierr;
MPI_Init(0,0);
ierr = MPI_Type_size(MPI_LONG_DOUBLE, &size);
if(ierr || (size == 0)) exit(1);
MPI_Finalize();

  return 0;
}

                Defined "HAVE_MPI_LONG_DOUBLE" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdlib.h>
#include <mpi.h>

int main(void) {
int size;
int ierr;
MPI_Init(0,0);
ierr = MPI_Type_size(MPI_INT64_T, &size);
if(ierr || (size == 0)) exit(1);
MPI_Finalize();

  return 0;
}

                Defined "HAVE_MPI_INT64_T" to "1"
=============================================================================================
TESTING: SGIMPICheck from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:655)
  Returns true if SGI MPI is used
                Checking for functions [MPI_SGI_barrier] in library ['/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib'] []
                Checking directory of requested libraries:/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64 for first library:msmpifec.li
                Files in directory:['msmpi.lib', 'msmpifec.lib', 'msmpifmc.lib']
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char MPI_SGI_barrier();
static void _check_MPI_SGI_barrier() { MPI_SGI_barrier(); }

int main(void) {
_check_MPI_SGI_barrier();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe34E.tmp.obj : error LNK2019: unresolved external symbol MPI_SGI_barrier referenced in function _check_MPI_SGI_barrier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe34E.tmp.obj : error LNK2019: unresolved external symbol MPI_SGI_barrier referenced in function _check_MPI_SGI_barrier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals              SGI MPI test failure
=============================================================================================
TESTING: CxxMPICheck from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:665)
  Make sure C++ can compile and link
Checking for header mpi.h
Checking for C++ MPI_Finalize()
                Checking for functions [MPI_Finalize] in library ['/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib'] []
                Checking directory of requested libraries:/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64 for first library:msmpifec.li
                Files in directory:['msmpi.lib', 'msmpifec.lib', 'msmpifmc.lib']
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <mpi.h>
static void _check_MPI_Finalize() { int ierr;
ierr = MPI_Finalize();
(void)ierr; }

int main(void) {
_check_MPI_Finalize();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
=============================================================================================
TESTING: FortranMPICheck from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:681)
  Make sure fortran include [mpif.h] and library symbols are found
Checking for fortran mpi_init()
                Checking for functions [] in library ['/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib'] []
                Checking directory of requested libraries:/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64 for first library:msmpifec.li
                Files in directory:['msmpi.lib', 'msmpifec.lib', 'msmpifmc.lib']
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
#include "mpif.h"
       integer ierr
       call mpi_init(ierr)
      end

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Checking for mpi.mod
                Checking for functions [] in library ['/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib'] []
                Checking directory of requested libraries:/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64 for first library:msmpifec.li
                Files in directory:['msmpi.lib', 'msmpifec.lib', 'msmpifmc.lib']
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.F90 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.F90(2): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]
       use mpi
-----------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.F90 (code 1)
Possible ERROR while running compiler: exit code 1
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.F90(2): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]
       use mpi
-----------^
compilation aborted for C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.F90 (code 1)Source:
      program main
       use mpi
       integer(kind=selected_int_kind(5)) ierr,rank
       call mpi_init(ierr)
       call mpi_comm_rank(MPI_COMM_WORLD,rank,ierr)

      end

                    Compile failed inside link

=============================================================================================
TESTING: configureIO from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:703)
  Check for the functions in MPI/IO
       - Define HAVE_MPIIO if they are present
       - Some older MPI 1 implementations are missing these
=============================================================================================
TESTING: findMPIIncludeAndLib from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:816)
  Find MPI include paths and libraries from "mpicc -show" or Cray "cc --cray-print-opts=cflags/libs" and save.
=============================================================================================
TESTING: PetscArchMPICheck from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MPI.py:900)
  Check that previously configured for MPI include files are not in the PETSC_ARCH directory
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
int combiner = MPI_COMBINER_DUP;(void)combiner;
  return 0;
}

            Defined "HAVE_MPI_COMBINER_DUP" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
int combiner = MPI_COMBINER_CONTIGUOUS;(void)combiner;
  return 0;
}

            Defined "HAVE_MPI_COMBINER_CONTIGUOUS" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main(void) {
int combiner = MPI_COMBINER_NAMED;(void)combiner;
  return 0;
}

            Defined "HAVE_MPI_COMBINER_NAMED" to "1"
=============================================================================================
TESTING: checkVersion from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1169)
  Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"

#include "mpi.h"

#define  PetscXstr_(s) PetscStr_(s)
#define  PetscStr_(s)  #s
char     *ver = "petscpkgver(" PetscXstr_(MPI_VERSION) ")";

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E  -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.X -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI/conftest.c 
Found version string: 








char*ver=petscpkgver(2)
For mpi need 2 <= 2 <= 
=============================================================================================
TESTING: checkSharedLibrary from config.packages.MPI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1082)
  By default we don't care about checking if the library is shared
    child config.packages.MPI took 198.105944 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.zstd(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.zstd(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.zstd took 0.000500 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.yaml(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.yaml(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.yaml took 0.000471 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.sprng(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.sprng(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.sprng took 0.000459 seconds
      Not a clone of PETSc or no Fortran compiler or fortran-bindings disabled, don't need Sowing

    child config.packages.sowing took 0.003924 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.revolve(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.revolve(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.revolve took 0.000525 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.radau5(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.radau5(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.radau5 took 0.000462 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.petsc4py(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.petsc4py(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/petsc4py.py:136)
  Adds rules for building petsc4py to PETSc makefiles
            Defined make rule "petsc4py-build" with dependencies "" and code []
            Defined make rule "petsc4py-install" with dependencies "" and code []
            Defined make rule "petsc4pytest" with dependencies "" and code []
    child config.packages.petsc4py took 0.006614 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.pami(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.pami(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.pami took 0.000428 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.opengles(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.opengles(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.opengles took 0.000396 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.opencl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.opencl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.opencl took 0.000414 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.mpi4py(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.mpi4py(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mpi4py took 0.000490 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.mpe(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.mpe(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mpe took 0.000456 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.memkind(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.memkind(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.memkind took 0.000426 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.libmesh(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.libmesh(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/libmesh.py:69)
            Defined make rule "libmesh-build" with dependencies "" and code []
            Defined make rule "libmesh-install" with dependencies "" and code []
    child config.packages.libmesh took 0.005731 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.moose(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.moose(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.moose took 0.000469 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.libjpeg(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.libjpeg(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.libjpeg took 0.000458 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.gsl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.gsl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.gsl took 0.000465 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.ssl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/ssl.py:58)
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.ssl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ssl took 0.000470 seconds
    child config.packages.gmsh took 0.000076 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.gmp(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.gmp(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.gmp took 0.000438 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.mpfr(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.mpfr(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mpfr took 0.000422 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.giflib(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.giflib(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.giflib took 0.000410 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.cub(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.cub(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.cub took 0.000421 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.ctetgen(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.ctetgen(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ctetgen took 0.000387 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.concurrencykit(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.concurrencykit(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.concurrencykit took 0.000417 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.cams(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.cams(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.cams took 0.000428 seconds
=============================================================================================
TESTING: locateC2html from config.packages.c2html(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/c2html.py:33)
  Determine location of c2html executable
Looking for default C2html executable
    Checking for program /bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/c2html...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/c2html...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/c2html...not found
    Checking for program /cygdrive/c/Windows/system32/c2html...not found
    Checking for program /cygdrive/c/Windows/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/c2html...not found
    Checking for program /cygdrive/c/Program Files/dotnet/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/c2html...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/c2html...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/c2html...not found
    Checking for program //AEX02/NETLOGON/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/c2html...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/c2html...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/c2html...not found
    Checking for program /cygdrive/c/Windows/system32/c2html...not found
    Checking for program /cygdrive/c/Windows/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/c2html...not found
    Checking for program /cygdrive/c/Program Files/dotnet/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/c2html...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/c2html...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/c2html...not found
    Checking for program //DC05/NETLOGON/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/c2html...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/c2html...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/c2html...not found
    Checking for program /cygdrive/c/Windows/system32/c2html...not found
    Checking for program /cygdrive/c/Windows/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/c2html...not found
    Checking for program /cygdrive/c/Program Files/dotnet/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/c2html...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/c2html...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/c2html...not found
    Checking for program /cygdrive/c/Windows/system32/c2html...not found
    Checking for program /cygdrive/c/Windows/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/c2html...not found
    Checking for program /cygdrive/c/Program Files/dotnet/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/c2html...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/c2html...not found
    Checking for program /cygdrive/c/Windows/system32/c2html...not found
    Checking for program /cygdrive/c/Windows/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/c2html...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/c2html...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/c2html...not found
    Checking for program /cygdrive/c/Users/tslt/c2html...not found
    Checking for program /cygdrive/c/MinGW/bin/c2html...not found
    Checking for program /cygdrive/i/win/dll/c2html...not found
    Checking for program /cygdrive/i/win/bin/c2html...not found
    Checking for program /cygdrive/i/orawin95/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/Linux/bin/ConnectionManagerExe/c2html...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/c2html...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/lib/ocloc/c2html...not found
    Checking for program /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/c2html...not found
    child config.packages.c2html took 0.090797 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.boost(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.boost(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.boost took 0.000495 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.silo(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.silo(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.silo took 0.000481 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.Random123(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.Random123(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Random123 took 0.000478 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.PARTY(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.PARTY(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.PARTY took 0.000478 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.NVSHMEM(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.NVSHMEM(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.NVSHMEM took 0.000394 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.MatlabEngine(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.MatlabEngine(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.MatlabEngine took 0.000396 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.Matlab(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.Matlab(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Matlab took 0.000357 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.Mathematica(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.Mathematica(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Mathematica took 0.000403 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.regex(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: checkDependencies from config.packages.regex(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:986)
  Loop over declared dependencies of package and error if any are missing
=============================================================================================
TESTING: configureLibrary from config.packages.regex(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1012)
  Find an installation and check if it can work with PETSc
==================================================================================
          Checking for a functional regex
          Checking for library in Compiler specific search REGEX: []
=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
              Checking for functions [regexec regcomp regfree] in library [] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char regexec();
static void _check_regexec() { regexec(); }
char regcomp();
static void _check_regcomp() { regcomp(); }
char regfree();
static void _check_regfree() { regfree(); }

int main(void) {
_check_regexec();
_check_regcomp();
_check_regfree();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe5AFD.tmp.obj : error LNK2019: unresolved external symbol regexec referenced in function _check_regexec
conftest.wfe5AFD.tmp.obj : error LNK2019: unresolved external symbol regcomp referenced in function _check_regcomp
conftest.wfe5AFD.tmp.obj : error LNK2019: unresolved external symbol regfree referenced in function _check_regfree
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe5AFD.tmp.obj : error LNK2019: unresolved external symbol regexec referenced in function _check_regexec
conftest.wfe5AFD.tmp.obj : error LNK2019: unresolved external symbol regcomp referenced in function _check_regcomp
conftest.wfe5AFD.tmp.obj : error LNK2019: unresolved external symbol regfree referenced in function _check_regfree
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 3 unresolved externals          Checking for library in Compiler specific search REGEX: ['libregex.a']
=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
              Checking for functions [regexec regcomp regfree] in library ['libregex.a'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char regexec();
static void _check_regexec() { regexec(); }
char regcomp();
static void _check_regcomp() { regcomp(); }
char regfree();
static void _check_regfree() { regfree(); }

int main(void) {
_check_regexec();
_check_regcomp();
_check_regfree();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -lregex Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libregex.lib'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libregex.lib'=============================================================================================
TESTING: checkVersion from config.packages.regex(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1169)
  Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version
=============================================================================================
TESTING: checkSharedLibrary from config.packages.regex(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1082)
  By default we don't care about checking if the library is shared
    child config.packages.regex took 29.325880 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.libceed(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.libceed(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.libceed took 0.000478 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.opengl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.opengl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.opengl took 0.000395 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.glut(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.glut(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.glut took 0.000442 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.GLVis(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.GLVis(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.GLVis took 0.000472 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.CoDiPack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.CoDiPack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.CoDiPack took 0.000456 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.adblaslapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.adblaslapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.adblaslapack took 0.000453 seconds
    child config.packages.cxxlibs took 0.000006 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.szlib(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.szlib(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.szlib took 0.000462 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.zlib(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.zlib(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.zlib took 0.000467 seconds
    child config.packages.mathlib took 0.000008 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.tetgen(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.tetgen(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.tetgen took 0.000458 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.tchem(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.tchem(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.tchem took 0.000449 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.saws(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.saws(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.saws took 0.000433 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.libpng(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.libpng(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.libpng took 0.000428 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.Triangle(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.Triangle(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Triangle took 0.000439 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.KS(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.KS(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.KS took 0.000459 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.Chaco(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.Chaco(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Chaco took 0.000456 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.hdf5(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.hdf5(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.hdf5 took 0.000510 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.ascem-io(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.ascem-io(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ascem-io took 0.000434 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.pflotran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.pflotran(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.pflotran took 0.000457 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.SAMRAI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.SAMRAI(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.SAMRAI took 0.000451 seconds
    child config.packages.flibs took 0.000006 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.pnetcdf(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.pnetcdf(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.pnetcdf took 0.000436 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.netcdf(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.netcdf(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.netcdf took 0.000401 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.fblaslapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: checkDependencies from config.packages.fblaslapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:986)
  Loop over declared dependencies of package and error if any are missing
=============================================================================================
TESTING: configureLibrary from config.packages.fblaslapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/fblaslapack.py:18)
==================================================================================
            Checking for a functional fblaslapack
                    Looking for FBLASLAPACK at git.fblaslapack, hg.fblaslapack or a directory starting with ['petsc-pkg-fblaslapack']
                    Could not locate an existing copy of FBLASLAPACK:
                      []
                    Downloading fblaslapack
=============================================================================================
        Trying to download https://bitbucket.org/petsc/pkg-fblaslapack for FBLASLAPACK
=============================================================================================
                        install: Retrieving https://bitbucket.org/petsc/pkg-fblaslapack as git repo
Executing: git clone  https://bitbucket.org/petsc/pkg-fblaslapack /cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/git.fblaslapack
stdout:
Cloning into '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/git.fblaslapack'...
Updating files:  17% (338/1904)
Updating files:  18% (343/1904)
Updating files:  19% (362/1904)
Updating files:  20% (381/1904)
Updating files:  21% (400/1904)
Updating files:  22% (419/1904)
Updating files:  23% (438/1904)
Updating files:  24% (457/1904)
Updating files:  25% (476/1904)
Updating files:  26% (496/1904)
Updating files:  27% (515/1904)
Updating files:  28% (534/1904)
Updating files:  28% (549/1904)
Updating files:  29% (553/1904)
Updating files:  30% (572/1904)
Updating files:  31% (591/1904)
Updating files:  32% (610/1904)
Updating files:  33% (629/1904)
Updating files:  34% (648/1904)
Updating files:  35% (667/1904)
Updating files:  36% (686/1904)
Updating files:  37% (705/1904)
Updating files:  38% (724/1904)
Updating files:  39% (743/1904)
Updating files:  40% (762/1904)
Updating files:  41% (781/1904)
Updating files:  42% (800/1904)
Updating files:  43% (819/1904)
Updating files:  44% (838/1904)
Updating files:  44% (855/1904)
Updating files:  45% (857/1904)
Updating files:  46% (876/1904)
Updating files:  47% (895/1904)
Updating files:  48% (914/1904)
Updating files:  49% (933/1904)
Updating files:  50% (952/1904)
Updating files:  51% (972/1904)
Updating files:  52% (991/1904)
Updating files:  53% (1010/1904)
Updating files:  54% (1029/1904)
Updating files:  55% (1048/1904)
Updating files:  56% (1067/1904)
Updating files:  57% (1086/1904)
Updating files:  58% (1105/1904)
Updating files:  59% (1124/1904)
Updating files:  60% (1143/1904)
Updating files:  61% (1162/1904)
Updating files:  62% (1181/1904)
Updating files:  62% (1191/1904)
Updating files:  63% (1200/1904)
Updating files:  64% (1219/1904)
Updating files:  65% (1238/1904)
Updating files:  66% (1257/1904)
Updating files:  67% (1276/1904)
Updating files:  68% (1295/1904)
Updating files:  69% (1314/1904)
Updating files:  70% (1333/1904)
Updating files:  71% (1352/1904)
Updating files:  72% (1371/1904)
Updating files:  73% (1390/1904)
Updating files:  74% (1409/1904)
Updating files:  75% (1428/1904)
Updating files:  76% (1448/1904)
Updating files:  77% (1467/1904)
Updating files:  78% (1486/1904)
Updating files:  79% (1505/1904)
Updating files:  80% (1524/1904)
Updating files:  80% (1533/1904)
Updating files:  81% (1543/1904)
Updating files:  82% (1562/1904)
Updating files:  83% (1581/1904)
Updating files:  84% (1600/1904)
Updating files:  85% (1619/1904)
Updating files:  86% (1638/1904)
Updating files:  87% (1657/1904)
Updating files:  88% (1676/1904)
Updating files:  89% (1695/1904)
Updating files:  90% (1714/1904)
Updating files:  91% (1733/1904)
Updating files:  92% (1752/1904)
Updating files:  93% (1771/1904)
Updating files:  94% (1790/1904)
Updating files:  95% (1809/1904)
Updating files:  96% (1828/1904)
Updating files:  97% (1847/1904)
Updating files:  97% (1863/1904)
Updating files:  98% (1866/1904)
Updating files:  99% (1885/1904)
Updating files: 100% (1904/1904)
Updating files: 100% (1904/1904), done.
                      Looking for FBLASLAPACK at git.fblaslapack, hg.fblaslapack or a directory starting with ['petsc-pkg-fblaslapack']
                      Could not locate an existing copy of FBLASLAPACK:
                        []
                    ERROR: Could not locate downloaded package FBLASLAPACK in /cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages
                      Hg not found - skipping hgurls: []

=============================================================================================
  Trying to download https://bitbucket.org/petsc/pkg-fblaslapack/get/v3.4.2-p3.tar.gz for
  FBLASLAPACK
=============================================================================================
                        install: Retrieving https://bitbucket.org/petsc/pkg-fblaslapack/get/v3.4.2-p3.tar.gz as tarball to /cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/_d_v3.4.2-p3.tar.gz
                        Extracting /cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/_d_v3.4.2-p3.tar.gz
Executing: cd /cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages; chmod -R a+r petsc-pkg-fblaslapack-e8a03f57d64c;find  petsc-pkg-fblaslapack-e8a03f57d64c -type d -name "*" -exec chmod a+rx {} \;
                      Looking for FBLASLAPACK at git.fblaslapack, hg.fblaslapack or a directory starting with ['petsc-pkg-fblaslapack']
                      Found a copy of FBLASLAPACK in petsc-pkg-fblaslapack-e8a03f57d64c
                            Removing configure arguments {'-fvisibility=hidden'}
                          Removing configure arguments {'-pedantic', '-Wno-unknown-pragmas', '-Wno-unused-variable', '-fdefault-integer-8', '-Wall', '-std=c89', '-Wwrite-strings', '-fsanitize=address', '-Werror', '-Wno-strict-aliasing', '-Mfree', '-Wno-unused-dummy-argument', '--coverage', '-fstack-protector'}
                            Removing configure arguments {'--coverage'}
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -V
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line error: no files specified; for help type "ifort /help"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --version
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2 -O0   /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-O0'
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

                        Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -O2 -O0 
cl : Command line warning D9002 : ignoring unknown option '-O0'
conftest.c
                        Rejecting compiler flag -O0  due to 
cl : Command line warning D9002 : ignoring unknown option '-O0'
conftest.c
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2 -mfp16-format=ieee  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers/conftest.c 
stdout:
Warning: win32fe: ignoring option: -mfp16-format=ieee
conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
  return 0;
}

                        Output from compiling with  -GF -MT -wd4996 -Zc:preprocessor  -O2 -mfp16-format=ieee
Warning: win32fe: ignoring option: -mfp16-format=ieee
conftest.c
                        Rejecting compiler flag -mfp16-format=ieee due to 
Warning: win32fe: ignoring option: -mfp16-format=ieee
conftest.c
                            Removing configure arguments {'-fvisibility=hidden'}
                          Removing configure arguments {'-pedantic', '-Wno-unknown-pragmas', '-Wno-unused-variable', '-fdefault-integer-8', '-Wall', '-std=c89', '-Wwrite-strings', '-fsanitize=address', '-Werror', '-Wno-strict-aliasing', '-Mfree', '-Wno-unused-dummy-argument', '--coverage', '-fstack-protector'}
                            Removing configure arguments {'--coverage'}
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -V
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line error: no files specified; for help type "ifort /help"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort --version
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000
FBLASLAPACK was just downloaded, forcing a rebuild because cannot determine if package has changed
=============================================================================================
                     Compiling FBLASLAPACK; this may take several minutes
=============================================================================================
Executing: cd /cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c && rm -rf */*.c && make -f tmpmakefile cleanblaslapck cleanlib && /bin/make -j10 -l18.0 -f tmpmakefile
stdout:
/bin/rm -f */*.o
/bin/rm -f ./*.a ./*.lib
cd blas;   /bin/make lib FC="/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MT -O3 -fpp" FNOOPT="-MT " AR="/bin/ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libfblas.lib"
make[1]: Entering directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/blas'
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o caxpy.o -c -MT -O3 -fpp caxpy.f
cd lapack; /bin/make lib FC="/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MT -O3 -fpp" FNOOPT="-MT " AR="/bin/ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libflapack.lib"
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
make[1]: Entering directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/lapack'
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaruv.o -c  -MT  slaruv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ccopy.o -c -MT -O3 -fpp ccopy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cdotc.o -c -MT -O3 -fpp cdotc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cdotu.o -c -MT -O3 -fpp cdotu.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbmv.o -c -MT -O3 -fpp cgbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaruv.o -c  -MT  dlaruv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgemm.o -c -MT -O3 -fpp cgemm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgemv.o -c -MT -O3 -fpp cgemv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cbbcsd.o -c -MT -O3 -fpp cbbcsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgerc.o -c -MT -O3 -fpp cgerc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cbdsqr.o -c -MT -O3 -fpp cbdsqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbbrd.o -c -MT -O3 -fpp cgbbrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeru.o -c -MT -O3 -fpp cgeru.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbmv.o -c -MT -O3 -fpp chbmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbcon.o -c -MT -O3 -fpp cgbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chemm.o -c -MT -O3 -fpp chemm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbequb.o -c -MT -O3 -fpp cgbequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chemv.o -c -MT -O3 -fpp chemv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbequ.o -c -MT -O3 -fpp cgbequ.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbrfs.o -c -MT -O3 -fpp cgbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cher2.o -c -MT -O3 -fpp cher2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbrfsx.o -c -MT -O3 -fpp cgbrfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cher2k.o -c -MT -O3 -fpp cher2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbsv.o -c -MT -O3 -fpp cgbsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cher.o -c -MT -O3 -fpp cher.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbsvx.o -c -MT -O3 -fpp cgbsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cherk.o -c -MT -O3 -fpp cherk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpmv.o -c -MT -O3 -fpp chpmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbsvxx.o -c -MT -O3 -fpp cgbsvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbtf2.o -c -MT -O3 -fpp cgbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpr2.o -c -MT -O3 -fpp chpr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbtrf.o -c -MT -O3 -fpp cgbtrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpr.o -c -MT -O3 -fpp chpr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbtrs.o -c -MT -O3 -fpp cgbtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o crotg.o -c -MT -O3 -fpp crotg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgebak.o -c -MT -O3 -fpp cgebak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cscal.o -c -MT -O3 -fpp cscal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgebal.o -c -MT -O3 -fpp cgebal.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csrot.o -c -MT -O3 -fpp csrot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgebd2.o -c -MT -O3 -fpp cgebd2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csscal.o -c -MT -O3 -fpp csscal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgebrd.o -c -MT -O3 -fpp cgebrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cswap.o -c -MT -O3 -fpp cswap.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgecon.o -c -MT -O3 -fpp cgecon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Source\PETSC-~1.4\PETSC-~1.4_W\EXTERN~1\PETSC-~1\lapack\cgebal.f(208): remark #7713: This statement function has not been used.   [CABS1]
      REAL               CABS1
-------------------------^
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csymm.o -c -MT -O3 -fpp csymm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeequb.o -c -MT -O3 -fpp cgeequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyr2k.o -c -MT -O3 -fpp csyr2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeequ.o -c -MT -O3 -fpp cgeequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyrk.o -c -MT -O3 -fpp csyrk.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgees.o -c -MT -O3 -fpp cgees.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctbmv.o -c -MT -O3 -fpp ctbmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeesx.o -c -MT -O3 -fpp cgeesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctbsv.o -c -MT -O3 -fpp ctbsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeev.o -c -MT -O3 -fpp cgeev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpmv.o -c -MT -O3 -fpp ctpmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeevx.o -c -MT -O3 -fpp cgeevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpsv.o -c -MT -O3 -fpp ctpsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgegs.o -c -MT -O3 -fpp cgegs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrmm.o -c -MT -O3 -fpp ctrmm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgegv.o -c -MT -O3 -fpp cgegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgehd2.o -c -MT -O3 -fpp cgehd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrmv.o -c -MT -O3 -fpp ctrmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgehrd.o -c -MT -O3 -fpp cgehrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrsm.o -c -MT -O3 -fpp ctrsm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelq2.o -c -MT -O3 -fpp cgelq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrsv.o -c -MT -O3 -fpp ctrsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelqf.o -c -MT -O3 -fpp cgelqf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dasum.o -c -MT -O3 -fpp dasum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelsd.o -c -MT -O3 -fpp cgelsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o daxpy.o -c -MT -O3 -fpp daxpy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgels.o -c -MT -O3 -fpp cgels.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dcabs1.o -c -MT -O3 -fpp dcabs1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelss.o -c -MT -O3 -fpp cgelss.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelsx.o -c -MT -O3 -fpp cgelsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dcopy.o -c -MT -O3 -fpp dcopy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelsy.o -c -MT -O3 -fpp cgelsy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ddot.o -c -MT -O3 -fpp ddot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgemqrt.o -c -MT -O3 -fpp cgemqrt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbmv.o -c -MT -O3 -fpp dgbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeql2.o -c -MT -O3 -fpp cgeql2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgemm.o -c -MT -O3 -fpp dgemm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqlf.o -c -MT -O3 -fpp cgeqlf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgemv.o -c -MT -O3 -fpp dgemv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqp3.o -c -MT -O3 -fpp cgeqp3.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dger.o -c -MT -O3 -fpp dger.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqpf.o -c -MT -O3 -fpp cgeqpf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dnrm2.o -c -MT -O3 -fpp dnrm2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqr2.o -c -MT -O3 -fpp cgeqr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o drot.o -c -MT -O3 -fpp drot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqr2p.o -c -MT -O3 -fpp cgeqr2p.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o drotg.o -c -MT -O3 -fpp drotg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrf.o -c -MT -O3 -fpp cgeqrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o drotm.o -c -MT -O3 -fpp drotm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrfp.o -c -MT -O3 -fpp cgeqrfp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o drotmg.o -c -MT -O3 -fpp drotmg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbmv.o -c -MT -O3 -fpp dsbmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt2.o -c -MT -O3 -fpp cgeqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dscal.o -c -MT -O3 -fpp dscal.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt3.o -c -MT -O3 -fpp cgeqrt3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsdot.o -c -MT -O3 -fpp dsdot.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt.o -c -MT -O3 -fpp cgeqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspmv.o -c -MT -O3 -fpp dspmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgerfs.o -c -MT -O3 -fpp cgerfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspr2.o -c -MT -O3 -fpp dspr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgerfsx.o -c -MT -O3 -fpp cgerfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgerq2.o -c -MT -O3 -fpp cgerq2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspr.o -c -MT -O3 -fpp dspr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgerqf.o -c -MT -O3 -fpp cgerqf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dswap.o -c -MT -O3 -fpp dswap.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesc2.o -c -MT -O3 -fpp cgesc2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsymm.o -c -MT -O3 -fpp dsymm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesdd.o -c -MT -O3 -fpp cgesdd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsymv.o -c -MT -O3 -fpp dsymv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesvd.o -c -MT -O3 -fpp cgesvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyr2.o -c -MT -O3 -fpp dsyr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesv.o -c -MT -O3 -fpp cgesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyr2k.o -c -MT -O3 -fpp dsyr2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyr.o -c -MT -O3 -fpp dsyr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesvx.o -c -MT -O3 -fpp cgesvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyrk.o -c -MT -O3 -fpp dsyrk.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesvxx.o -c -MT -O3 -fpp cgesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtbmv.o -c -MT -O3 -fpp dtbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgetc2.o -c -MT -O3 -fpp cgetc2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgetf2.o -c -MT -O3 -fpp cgetf2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtbsv.o -c -MT -O3 -fpp dtbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgetrf.o -c -MT -O3 -fpp cgetrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpmv.o -c -MT -O3 -fpp dtpmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgetri.o -c -MT -O3 -fpp cgetri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpsv.o -c -MT -O3 -fpp dtpsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgetrs.o -c -MT -O3 -fpp cgetrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrmm.o -c -MT -O3 -fpp dtrmm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggbak.o -c -MT -O3 -fpp cggbak.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrmv.o -c -MT -O3 -fpp dtrmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrsm.o -c -MT -O3 -fpp dtrsm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggbal.o -c -MT -O3 -fpp cggbal.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrsv.o -c -MT -O3 -fpp dtrsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgges.o -c -MT -O3 -fpp cgges.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dzasum.o -c -MT -O3 -fpp dzasum.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggesx.o -c -MT -O3 -fpp cggesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggev.o -c -MT -O3 -fpp cggev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dznrm2.o -c -MT -O3 -fpp dznrm2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggevx.o -c -MT -O3 -fpp cggevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o icamax.o -c -MT -O3 -fpp icamax.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggglm.o -c -MT -O3 -fpp cggglm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o idamax.o -c -MT -O3 -fpp idamax.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgghrd.o -c -MT -O3 -fpp cgghrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o isamax.o -c -MT -O3 -fpp isamax.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgglse.o -c -MT -O3 -fpp cgglse.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o izamax.o -c -MT -O3 -fpp izamax.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggqrf.o -c -MT -O3 -fpp cggqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggrqf.o -c -MT -O3 -fpp cggrqf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o lsame.o -c -MT -O3 -fpp lsame.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggsvd.o -c -MT -O3 -fpp cggsvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sasum.o -c -MT -O3 -fpp sasum.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggsvp.o -c -MT -O3 -fpp cggsvp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o saxpy.o -c -MT -O3 -fpp saxpy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgtcon.o -c -MT -O3 -fpp cgtcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o scabs1.o -c -MT -O3 -fpp scabs1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgtrfs.o -c -MT -O3 -fpp cgtrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o scasum.o -c -MT -O3 -fpp scasum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o scnrm2.o -c -MT -O3 -fpp scnrm2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgtsv.o -c -MT -O3 -fpp cgtsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgtsvx.o -c -MT -O3 -fpp cgtsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o scopy.o -c -MT -O3 -fpp scopy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgttrf.o -c -MT -O3 -fpp cgttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sdot.o -c -MT -O3 -fpp sdot.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgttrs.o -c -MT -O3 -fpp cgttrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sdsdot.o -c -MT -O3 -fpp sdsdot.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgtts2.o -c -MT -O3 -fpp cgtts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbevd.o -c -MT -O3 -fpp chbevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbmv.o -c -MT -O3 -fpp sgbmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbev.o -c -MT -O3 -fpp chbev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgemm.o -c -MT -O3 -fpp sgemm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbevx.o -c -MT -O3 -fpp chbevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgemv.o -c -MT -O3 -fpp sgemv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbgst.o -c -MT -O3 -fpp chbgst.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sger.o -c -MT -O3 -fpp sger.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbgvd.o -c -MT -O3 -fpp chbgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbgv.o -c -MT -O3 -fpp chbgv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o snrm2.o -c -MT -O3 -fpp snrm2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o srot.o -c -MT -O3 -fpp srot.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbgvx.o -c -MT -O3 -fpp chbgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o srotg.o -c -MT -O3 -fpp srotg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbtrd.o -c -MT -O3 -fpp chbtrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o srotm.o -c -MT -O3 -fpp srotm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o checon.o -c -MT -O3 -fpp checon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o srotmg.o -c -MT -O3 -fpp srotmg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o checon_rook.o -c -MT -O3 -fpp checon_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbmv.o -c -MT -O3 -fpp ssbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheequb.o -c -MT -O3 -fpp cheequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sscal.o -c -MT -O3 -fpp sscal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheevd.o -c -MT -O3 -fpp cheevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspmv.o -c -MT -O3 -fpp sspmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheev.o -c -MT -O3 -fpp cheev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspr2.o -c -MT -O3 -fpp sspr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheevr.o -c -MT -O3 -fpp cheevr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspr.o -c -MT -O3 -fpp sspr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheevx.o -c -MT -O3 -fpp cheevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chegs2.o -c -MT -O3 -fpp chegs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sswap.o -c -MT -O3 -fpp sswap.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chegst.o -c -MT -O3 -fpp chegst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssymm.o -c -MT -O3 -fpp ssymm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chegvd.o -c -MT -O3 -fpp chegvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssymv.o -c -MT -O3 -fpp ssymv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chegv.o -c -MT -O3 -fpp chegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyr2.o -c -MT -O3 -fpp ssyr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chegvx.o -c -MT -O3 -fpp chegvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyr2k.o -c -MT -O3 -fpp ssyr2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cherfs.o -c -MT -O3 -fpp cherfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyr.o -c -MT -O3 -fpp ssyr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cherfsx.o -c -MT -O3 -fpp cherfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyrk.o -c -MT -O3 -fpp ssyrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chesv.o -c -MT -O3 -fpp chesv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stbmv.o -c -MT -O3 -fpp stbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chesv_rook.o -c -MT -O3 -fpp chesv_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stbsv.o -c -MT -O3 -fpp stbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chesvx.o -c -MT -O3 -fpp chesvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpmv.o -c -MT -O3 -fpp stpmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chesvxx.o -c -MT -O3 -fpp chesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpsv.o -c -MT -O3 -fpp stpsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheswapr.o -c -MT -O3 -fpp cheswapr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strmm.o -c -MT -O3 -fpp strmm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetd2.o -c -MT -O3 -fpp chetd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strmv.o -c -MT -O3 -fpp strmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetf2.o -c -MT -O3 -fpp chetf2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strsm.o -c -MT -O3 -fpp strsm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetf2_rook.o -c -MT -O3 -fpp chetf2_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrd.o -c -MT -O3 -fpp chetrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strsv.o -c -MT -O3 -fpp strsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o xerbla_array.o -c -MT -O3 -fpp xerbla_array.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrf.o -c -MT -O3 -fpp chetrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o xerbla.o -c -MT -O3 -fpp xerbla.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrf_rook.o -c -MT -O3 -fpp chetrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zaxpy.o -c -MT -O3 -fpp zaxpy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetri2.o -c -MT -O3 -fpp chetri2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetri2x.o -c -MT -O3 -fpp chetri2x.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zcopy.o -c -MT -O3 -fpp zcopy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetri.o -c -MT -O3 -fpp chetri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zdotc.o -c -MT -O3 -fpp zdotc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetri_rook.o -c -MT -O3 -fpp chetri_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zdotu.o -c -MT -O3 -fpp zdotu.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrs2.o -c -MT -O3 -fpp chetrs2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zdrot.o -c -MT -O3 -fpp zdrot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrs.o -c -MT -O3 -fpp chetrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zdscal.o -c -MT -O3 -fpp zdscal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrs_rook.o -c -MT -O3 -fpp chetrs_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbmv.o -c -MT -O3 -fpp zgbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chfrk.o -c -MT -O3 -fpp chfrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgemm.o -c -MT -O3 -fpp zgemm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chgeqz.o -c -MT -O3 -fpp chgeqz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chla_transtype.o -c -MT -O3 -fpp chla_transtype.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgemv.o -c -MT -O3 -fpp zgemv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgerc.o -c -MT -O3 -fpp zgerc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpcon.o -c -MT -O3 -fpp chpcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeru.o -c -MT -O3 -fpp zgeru.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpevd.o -c -MT -O3 -fpp chpevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpev.o -c -MT -O3 -fpp chpev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbmv.o -c -MT -O3 -fpp zhbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpevx.o -c -MT -O3 -fpp chpevx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhemm.o -c -MT -O3 -fpp zhemm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhemv.o -c -MT -O3 -fpp zhemv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpgst.o -c -MT -O3 -fpp chpgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zher2.o -c -MT -O3 -fpp zher2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpgvd.o -c -MT -O3 -fpp chpgvd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpgv.o -c -MT -O3 -fpp chpgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zher2k.o -c -MT -O3 -fpp zher2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpgvx.o -c -MT -O3 -fpp chpgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zher.o -c -MT -O3 -fpp zher.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chprfs.o -c -MT -O3 -fpp chprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zherk.o -c -MT -O3 -fpp zherk.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpsv.o -c -MT -O3 -fpp chpsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpmv.o -c -MT -O3 -fpp zhpmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpsvx.o -c -MT -O3 -fpp chpsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpr2.o -c -MT -O3 -fpp zhpr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chptrd.o -c -MT -O3 -fpp chptrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpr.o -c -MT -O3 -fpp zhpr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chptrf.o -c -MT -O3 -fpp chptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zrotg.o -c -MT -O3 -fpp zrotg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chptri.o -c -MT -O3 -fpp chptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zscal.o -c -MT -O3 -fpp zscal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chptrs.o -c -MT -O3 -fpp chptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zswap.o -c -MT -O3 -fpp zswap.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chsein.o -c -MT -O3 -fpp chsein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsymm.o -c -MT -O3 -fpp zsymm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chseqr.o -c -MT -O3 -fpp chseqr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyr2k.o -c -MT -O3 -fpp zsyr2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clabrd.o -c -MT -O3 -fpp clabrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyrk.o -c -MT -O3 -fpp zsyrk.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacgv.o -c -MT -O3 -fpp clacgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztbmv.o -c -MT -O3 -fpp ztbmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacn2.o -c -MT -O3 -fpp clacn2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztbsv.o -c -MT -O3 -fpp ztbsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacon.o -c -MT -O3 -fpp clacon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpmv.o -c -MT -O3 -fpp ztpmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacp2.o -c -MT -O3 -fpp clacp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpsv.o -c -MT -O3 -fpp ztpsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacpy.o -c -MT -O3 -fpp clacpy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrmm.o -c -MT -O3 -fpp ztrmm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacrm.o -c -MT -O3 -fpp clacrm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrmv.o -c -MT -O3 -fpp ztrmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacrt.o -c -MT -O3 -fpp clacrt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrsm.o -c -MT -O3 -fpp ztrsm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cladiv.o -c -MT -O3 -fpp cladiv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrsv.o -c -MT -O3 -fpp ztrsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claed0.o -c -MT -O3 -fpp claed0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claed7.o -c -MT -O3 -fpp claed7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claed8.o -c -MT -O3 -fpp claed8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claein.o -c -MT -O3 -fpp claein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claesy.o -c -MT -O3 -fpp claesy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claev2.o -c -MT -O3 -fpp claev2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clag2z.o -c -MT -O3 -fpp clag2z.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbamv.o -c -MT -O3 -fpp cla_gbamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrcond_c.o -c -MT -O3 -fpp cla_gbrcond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrcond_x.o -c -MT -O3 -fpp cla_gbrcond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrfsx_extended.o -c -MT -O3 -fpp cla_gbrfsx_extended.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrpvgrw.o -c -MT -O3 -fpp cla_gbrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_geamv.o -c -MT -O3 -fpp cla_geamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gercond_c.o -c -MT -O3 -fpp cla_gercond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gercond_x.o -c -MT -O3 -fpp cla_gercond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gerfsx_extended.o -c -MT -O3 -fpp cla_gerfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gerpvgrw.o -c -MT -O3 -fpp cla_gerpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clags2.o -c -MT -O3 -fpp clags2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clagtm.o -c -MT -O3 -fpp clagtm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_heamv.o -c -MT -O3 -fpp cla_heamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clahef.o -c -MT -O3 -fpp clahef.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clahef_rook.o -c -MT -O3 -fpp clahef_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_hercond_c.o -c -MT -O3 -fpp cla_hercond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_hercond_x.o -c -MT -O3 -fpp cla_hercond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_herfsx_extended.o -c -MT -O3 -fpp cla_herfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_herpvgrw.o -c -MT -O3 -fpp cla_herpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clahqr.o -c -MT -O3 -fpp clahqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clahr2.o -c -MT -O3 -fpp clahr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clahrd.o -c -MT -O3 -fpp clahrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claic1.o -c -MT -O3 -fpp claic1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_lin_berr.o -c -MT -O3 -fpp cla_lin_berr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clals0.o -c -MT -O3 -fpp clals0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clalsa.o -c -MT -O3 -fpp clalsa.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clalsd.o -c -MT -O3 -fpp clalsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/bin/ar cr ../libfblas.lib caxpy.o ccopy.o cdotc.o cdotu.o cgbmv.o cgemm.o cgemv.o cgerc.o cgeru.o chbmv.o chemm.o chemv.o cher2.o cher2k.o cher.o cherk.o chpmv.o chpr2.o chpr.o crotg.o cscal.o csrot.o csscal.o cswap.o csymm.o csyr2k.o csyrk.o ctbmv.o ctbsv.o ctpmv.o ctpsv.o ctrmm.o ctrmv.o ctrsm.o ctrsv.o dasum.o daxpy.o dcabs1.o dcopy.o ddot.o dgbmv.o dgemm.o dgemv.o dger.o dnrm2.o drot.o drotg.o drotm.o drotmg.o dsbmv.o dscal.o dsdot.o dspmv.o dspr2.o dspr.o dswap.o dsymm.o dsymv.o dsyr2.o dsyr2k.o dsyr.o dsyrk.o dtbmv.o dtbsv.o dtpmv.o dtpsv.o dtrmm.o dtrmv.o dtrsm.o dtrsv.o dzasum.o dznrm2.o icamax.o idamax.o isamax.o izamax.o lsame.o sasum.o saxpy.o scabs1.o scasum.o scnrm2.o scopy.o sdot.o sdsdot.o sgbmv.o sgemm.o sgemv.o sger.o snrm2.o srot.o srotg.o srotm.o srotmg.o ssbmv.o sscal.o sspmv.o sspr2.o sspr.o sswap.o ssymm.o ssymv.o ssyr2.o ssyr2k.o ssyr.o ssyrk.o stbmv.o stbsv.o stpmv.o stpsv.o strmm.o strmv.o strsm.o strsv.o xerbla_array.o xerbla.o zaxpy.o zcopy.o zdotc.o zdotu.o zdrot.o zdscal.o zgbmv.o zgemm.o zgemv.o zgerc.o zgeru.o zhbmv.o zhemm.o zhemv.o zher2.o zher2k.o zher.o zherk.o zhpmv.o zhpr2.o zhpr.o zrotg.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o ztrsv.o
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clangb.o -c -MT -O3 -fpp clangb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clange.o -c -MT -O3 -fpp clange.f
make[1]: Leaving directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/blas'
/bin/ranlib libfblas.lib
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clangt.o -c -MT -O3 -fpp clangt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanhb.o -c -MT -O3 -fpp clanhb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanhe.o -c -MT -O3 -fpp clanhe.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanhf.o -c -MT -O3 -fpp clanhf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanhp.o -c -MT -O3 -fpp clanhp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanhs.o -c -MT -O3 -fpp clanhs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanht.o -c -MT -O3 -fpp clanht.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clansb.o -c -MT -O3 -fpp clansb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clansp.o -c -MT -O3 -fpp clansp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clansy.o -c -MT -O3 -fpp clansy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clantb.o -c -MT -O3 -fpp clantb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clantp.o -c -MT -O3 -fpp clantp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clantr.o -c -MT -O3 -fpp clantr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clapll.o -c -MT -O3 -fpp clapll.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clapmr.o -c -MT -O3 -fpp clapmr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clapmt.o -c -MT -O3 -fpp clapmt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_porcond_c.o -c -MT -O3 -fpp cla_porcond_c.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_porcond_x.o -c -MT -O3 -fpp cla_porcond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_porfsx_extended.o -c -MT -O3 -fpp cla_porfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_porpvgrw.o -c -MT -O3 -fpp cla_porpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqgb.o -c -MT -O3 -fpp claqgb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqge.o -c -MT -O3 -fpp claqge.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqhb.o -c -MT -O3 -fpp claqhb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqhe.o -c -MT -O3 -fpp claqhe.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqhp.o -c -MT -O3 -fpp claqhp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqp2.o -c -MT -O3 -fpp claqp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqps.o -c -MT -O3 -fpp claqps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr0.o -c -MT -O3 -fpp claqr0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr1.o -c -MT -O3 -fpp claqr1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr2.o -c -MT -O3 -fpp claqr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr3.o -c -MT -O3 -fpp claqr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr4.o -c -MT -O3 -fpp claqr4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr5.o -c -MT -O3 -fpp claqr5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqsb.o -c -MT -O3 -fpp claqsb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqsp.o -c -MT -O3 -fpp claqsp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqsy.o -c -MT -O3 -fpp claqsy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clar1v.o -c -MT -O3 -fpp clar1v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clar2v.o -c -MT -O3 -fpp clar2v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarcm.o -c -MT -O3 -fpp clarcm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarfb.o -c -MT -O3 -fpp clarfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarf.o -c -MT -O3 -fpp clarf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarfg.o -c -MT -O3 -fpp clarfg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarfgp.o -c -MT -O3 -fpp clarfgp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarft.o -c -MT -O3 -fpp clarft.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarfx.o -c -MT -O3 -fpp clarfx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clargv.o -c -MT -O3 -fpp clargv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarnv.o -c -MT -O3 -fpp clarnv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarrv.o -c -MT -O3 -fpp clarrv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarscl2.o -c -MT -O3 -fpp clarscl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clartg.o -c -MT -O3 -fpp clartg.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clartv.o -c -MT -O3 -fpp clartv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarzb.o -c -MT -O3 -fpp clarzb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarz.o -c -MT -O3 -fpp clarz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarzt.o -c -MT -O3 -fpp clarzt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clascl2.o -c -MT -O3 -fpp clascl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clascl.o -c -MT -O3 -fpp clascl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claset.o -c -MT -O3 -fpp claset.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clasr.o -c -MT -O3 -fpp clasr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o classq.o -c -MT -O3 -fpp classq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claswp.o -c -MT -O3 -fpp claswp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_syamv.o -c -MT -O3 -fpp cla_syamv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clasyf.o -c -MT -O3 -fpp clasyf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clasyf_rook.o -c -MT -O3 -fpp clasyf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrcond_c.o -c -MT -O3 -fpp cla_syrcond_c.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrcond_x.o -c -MT -O3 -fpp cla_syrcond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrfsx_extended.o -c -MT -O3 -fpp cla_syrfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrpvgrw.o -c -MT -O3 -fpp cla_syrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatbs.o -c -MT -O3 -fpp clatbs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatdf.o -c -MT -O3 -fpp clatdf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatps.o -c -MT -O3 -fpp clatps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatrd.o -c -MT -O3 -fpp clatrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatrs.o -c -MT -O3 -fpp clatrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatrz.o -c -MT -O3 -fpp clatrz.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatzm.o -c -MT -O3 -fpp clatzm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clauu2.o -c -MT -O3 -fpp clauu2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clauum.o -c -MT -O3 -fpp clauum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_wwaddw.o -c -MT -O3 -fpp cla_wwaddw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbcon.o -c -MT -O3 -fpp cpbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbequ.o -c -MT -O3 -fpp cpbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbrfs.o -c -MT -O3 -fpp cpbrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbstf.o -c -MT -O3 -fpp cpbstf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbsv.o -c -MT -O3 -fpp cpbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbsvx.o -c -MT -O3 -fpp cpbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbtf2.o -c -MT -O3 -fpp cpbtf2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbtrf.o -c -MT -O3 -fpp cpbtrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbtrs.o -c -MT -O3 -fpp cpbtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpftrf.o -c -MT -O3 -fpp cpftrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpftri.o -c -MT -O3 -fpp cpftri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpftrs.o -c -MT -O3 -fpp cpftrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpocon.o -c -MT -O3 -fpp cpocon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpoequb.o -c -MT -O3 -fpp cpoequb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpoequ.o -c -MT -O3 -fpp cpoequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cporfs.o -c -MT -O3 -fpp cporfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cporfsx.o -c -MT -O3 -fpp cporfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cposv.o -c -MT -O3 -fpp cposv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cposvx.o -c -MT -O3 -fpp cposvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cposvxx.o -c -MT -O3 -fpp cposvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpotf2.o -c -MT -O3 -fpp cpotf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpotrf.o -c -MT -O3 -fpp cpotrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpotri.o -c -MT -O3 -fpp cpotri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpotrs.o -c -MT -O3 -fpp cpotrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cppcon.o -c -MT -O3 -fpp cppcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cppequ.o -c -MT -O3 -fpp cppequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpprfs.o -c -MT -O3 -fpp cpprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cppsv.o -c -MT -O3 -fpp cppsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cppsvx.o -c -MT -O3 -fpp cppsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpptrf.o -c -MT -O3 -fpp cpptrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpptri.o -c -MT -O3 -fpp cpptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpptrs.o -c -MT -O3 -fpp cpptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpstf2.o -c -MT -O3 -fpp cpstf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpstrf.o -c -MT -O3 -fpp cpstrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cptcon.o -c -MT -O3 -fpp cptcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpteqr.o -c -MT -O3 -fpp cpteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cptrfs.o -c -MT -O3 -fpp cptrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cptsv.o -c -MT -O3 -fpp cptsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cptsvx.o -c -MT -O3 -fpp cptsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpttrf.o -c -MT -O3 -fpp cpttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpttrs.o -c -MT -O3 -fpp cpttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cptts2.o -c -MT -O3 -fpp cptts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o crot.o -c -MT -O3 -fpp crot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cspcon.o -c -MT -O3 -fpp cspcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cspmv.o -c -MT -O3 -fpp cspmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cspr.o -c -MT -O3 -fpp cspr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csprfs.o -c -MT -O3 -fpp csprfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cspsv.o -c -MT -O3 -fpp cspsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cspsvx.o -c -MT -O3 -fpp cspsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csptrf.o -c -MT -O3 -fpp csptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csptri.o -c -MT -O3 -fpp csptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csptrs.o -c -MT -O3 -fpp csptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csrscl.o -c -MT -O3 -fpp csrscl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cstedc.o -c -MT -O3 -fpp cstedc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cstegr.o -c -MT -O3 -fpp cstegr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cstein.o -c -MT -O3 -fpp cstein.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cstemr.o -c -MT -O3 -fpp cstemr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csteqr.o -c -MT -O3 -fpp csteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csycon.o -c -MT -O3 -fpp csycon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csycon_rook.o -c -MT -O3 -fpp csycon_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyconv.o -c -MT -O3 -fpp csyconv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyequb.o -c -MT -O3 -fpp csyequb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csymv.o -c -MT -O3 -fpp csymv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyr.o -c -MT -O3 -fpp csyr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyrfs.o -c -MT -O3 -fpp csyrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyrfsx.o -c -MT -O3 -fpp csyrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csysv.o -c -MT -O3 -fpp csysv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csysv_rook.o -c -MT -O3 -fpp csysv_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csysvx.o -c -MT -O3 -fpp csysvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csysvxx.o -c -MT -O3 -fpp csysvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyswapr.o -c -MT -O3 -fpp csyswapr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytf2.o -c -MT -O3 -fpp csytf2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytf2_rook.o -c -MT -O3 -fpp csytf2_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytrf.o -c -MT -O3 -fpp csytrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytrf_rook.o -c -MT -O3 -fpp csytrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytri2.o -c -MT -O3 -fpp csytri2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytri2x.o -c -MT -O3 -fpp csytri2x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytri.o -c -MT -O3 -fpp csytri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytri_rook.o -c -MT -O3 -fpp csytri_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytrs2.o -c -MT -O3 -fpp csytrs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytrs.o -c -MT -O3 -fpp csytrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytrs_rook.o -c -MT -O3 -fpp csytrs_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctbcon.o -c -MT -O3 -fpp ctbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctbrfs.o -c -MT -O3 -fpp ctbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctbtrs.o -c -MT -O3 -fpp ctbtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctfsm.o -c -MT -O3 -fpp ctfsm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctftri.o -c -MT -O3 -fpp ctftri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctfttp.o -c -MT -O3 -fpp ctfttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctfttr.o -c -MT -O3 -fpp ctfttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgevc.o -c -MT -O3 -fpp ctgevc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgex2.o -c -MT -O3 -fpp ctgex2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgexc.o -c -MT -O3 -fpp ctgexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgsen.o -c -MT -O3 -fpp ctgsen.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgsja.o -c -MT -O3 -fpp ctgsja.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgsna.o -c -MT -O3 -fpp ctgsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgsy2.o -c -MT -O3 -fpp ctgsy2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgsyl.o -c -MT -O3 -fpp ctgsyl.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpcon.o -c -MT -O3 -fpp ctpcon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpmqrt.o -c -MT -O3 -fpp ctpmqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpqrt2.o -c -MT -O3 -fpp ctpqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpqrt.o -c -MT -O3 -fpp ctpqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctprfb.o -c -MT -O3 -fpp ctprfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctprfs.o -c -MT -O3 -fpp ctprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctptri.o -c -MT -O3 -fpp ctptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctptrs.o -c -MT -O3 -fpp ctptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpttf.o -c -MT -O3 -fpp ctpttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpttr.o -c -MT -O3 -fpp ctpttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrcon.o -c -MT -O3 -fpp ctrcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrevc.o -c -MT -O3 -fpp ctrevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrexc.o -c -MT -O3 -fpp ctrexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrrfs.o -c -MT -O3 -fpp ctrrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrsen.o -c -MT -O3 -fpp ctrsen.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrsna.o -c -MT -O3 -fpp ctrsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrsyl.o -c -MT -O3 -fpp ctrsyl.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrti2.o -c -MT -O3 -fpp ctrti2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrtri.o -c -MT -O3 -fpp ctrtri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrtrs.o -c -MT -O3 -fpp ctrtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrttf.o -c -MT -O3 -fpp ctrttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrttp.o -c -MT -O3 -fpp ctrttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctzrqf.o -c -MT -O3 -fpp ctzrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctzrzf.o -c -MT -O3 -fpp ctzrzf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb1.o -c -MT -O3 -fpp cunbdb1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb2.o -c -MT -O3 -fpp cunbdb2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb3.o -c -MT -O3 -fpp cunbdb3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb4.o -c -MT -O3 -fpp cunbdb4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb5.o -c -MT -O3 -fpp cunbdb5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb6.o -c -MT -O3 -fpp cunbdb6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb.o -c -MT -O3 -fpp cunbdb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cuncsd2by1.o -c -MT -O3 -fpp cuncsd2by1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cuncsd.o -c -MT -O3 -fpp cuncsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cung2l.o -c -MT -O3 -fpp cung2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cung2r.o -c -MT -O3 -fpp cung2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungbr.o -c -MT -O3 -fpp cungbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunghr.o -c -MT -O3 -fpp cunghr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungl2.o -c -MT -O3 -fpp cungl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunglq.o -c -MT -O3 -fpp cunglq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungql.o -c -MT -O3 -fpp cungql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungqr.o -c -MT -O3 -fpp cungqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungr2.o -c -MT -O3 -fpp cungr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungrq.o -c -MT -O3 -fpp cungrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungtr.o -c -MT -O3 -fpp cungtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunm2l.o -c -MT -O3 -fpp cunm2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunm2r.o -c -MT -O3 -fpp cunm2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmbr.o -c -MT -O3 -fpp cunmbr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmhr.o -c -MT -O3 -fpp cunmhr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunml2.o -c -MT -O3 -fpp cunml2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmlq.o -c -MT -O3 -fpp cunmlq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmql.o -c -MT -O3 -fpp cunmql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmqr.o -c -MT -O3 -fpp cunmqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmr2.o -c -MT -O3 -fpp cunmr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmr3.o -c -MT -O3 -fpp cunmr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmrq.o -c -MT -O3 -fpp cunmrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmrz.o -c -MT -O3 -fpp cunmrz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmtr.o -c -MT -O3 -fpp cunmtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cupgtr.o -c -MT -O3 -fpp cupgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cupmtr.o -c -MT -O3 -fpp cupmtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dbbcsd.o -c -MT -O3 -fpp dbbcsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dbdsdc.o -c -MT -O3 -fpp dbdsdc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dbdsqr.o -c -MT -O3 -fpp dbdsqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ddisna.o -c -MT -O3 -fpp ddisna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbbrd.o -c -MT -O3 -fpp dgbbrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbcon.o -c -MT -O3 -fpp dgbcon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbequb.o -c -MT -O3 -fpp dgbequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbequ.o -c -MT -O3 -fpp dgbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbrfs.o -c -MT -O3 -fpp dgbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbrfsx.o -c -MT -O3 -fpp dgbrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbsv.o -c -MT -O3 -fpp dgbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbsvx.o -c -MT -O3 -fpp dgbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbsvxx.o -c -MT -O3 -fpp dgbsvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbtf2.o -c -MT -O3 -fpp dgbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbtrf.o -c -MT -O3 -fpp dgbtrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbtrs.o -c -MT -O3 -fpp dgbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgebak.o -c -MT -O3 -fpp dgebak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgebal.o -c -MT -O3 -fpp dgebal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgebd2.o -c -MT -O3 -fpp dgebd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgebrd.o -c -MT -O3 -fpp dgebrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgecon.o -c -MT -O3 -fpp dgecon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeequb.o -c -MT -O3 -fpp dgeequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeequ.o -c -MT -O3 -fpp dgeequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgees.o -c -MT -O3 -fpp dgees.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeesx.o -c -MT -O3 -fpp dgeesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeev.o -c -MT -O3 -fpp dgeev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeevx.o -c -MT -O3 -fpp dgeevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgegs.o -c -MT -O3 -fpp dgegs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgegv.o -c -MT -O3 -fpp dgegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgehd2.o -c -MT -O3 -fpp dgehd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgehrd.o -c -MT -O3 -fpp dgehrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgejsv.o -c -MT -O3 -fpp dgejsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelq2.o -c -MT -O3 -fpp dgelq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelqf.o -c -MT -O3 -fpp dgelqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelsd.o -c -MT -O3 -fpp dgelsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgels.o -c -MT -O3 -fpp dgels.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelss.o -c -MT -O3 -fpp dgelss.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelsx.o -c -MT -O3 -fpp dgelsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelsy.o -c -MT -O3 -fpp dgelsy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgemqrt.o -c -MT -O3 -fpp dgemqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeql2.o -c -MT -O3 -fpp dgeql2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqlf.o -c -MT -O3 -fpp dgeqlf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqp3.o -c -MT -O3 -fpp dgeqp3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqpf.o -c -MT -O3 -fpp dgeqpf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqr2.o -c -MT -O3 -fpp dgeqr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqr2p.o -c -MT -O3 -fpp dgeqr2p.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrf.o -c -MT -O3 -fpp dgeqrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrfp.o -c -MT -O3 -fpp dgeqrfp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt2.o -c -MT -O3 -fpp dgeqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt3.o -c -MT -O3 -fpp dgeqrt3.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt.o -c -MT -O3 -fpp dgeqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgerfs.o -c -MT -O3 -fpp dgerfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgerfsx.o -c -MT -O3 -fpp dgerfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgerq2.o -c -MT -O3 -fpp dgerq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgerqf.o -c -MT -O3 -fpp dgerqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesc2.o -c -MT -O3 -fpp dgesc2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesdd.o -c -MT -O3 -fpp dgesdd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesvd.o -c -MT -O3 -fpp dgesvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesv.o -c -MT -O3 -fpp dgesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesvj.o -c -MT -O3 -fpp dgesvj.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesvx.o -c -MT -O3 -fpp dgesvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesvxx.o -c -MT -O3 -fpp dgesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgetc2.o -c -MT -O3 -fpp dgetc2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgetf2.o -c -MT -O3 -fpp dgetf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgetrf.o -c -MT -O3 -fpp dgetrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgetri.o -c -MT -O3 -fpp dgetri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgetrs.o -c -MT -O3 -fpp dgetrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggbak.o -c -MT -O3 -fpp dggbak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggbal.o -c -MT -O3 -fpp dggbal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgges.o -c -MT -O3 -fpp dgges.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggesx.o -c -MT -O3 -fpp dggesx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggev.o -c -MT -O3 -fpp dggev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggevx.o -c -MT -O3 -fpp dggevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggglm.o -c -MT -O3 -fpp dggglm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgghrd.o -c -MT -O3 -fpp dgghrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgglse.o -c -MT -O3 -fpp dgglse.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggqrf.o -c -MT -O3 -fpp dggqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggrqf.o -c -MT -O3 -fpp dggrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggsvd.o -c -MT -O3 -fpp dggsvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggsvp.o -c -MT -O3 -fpp dggsvp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgsvj0.o -c -MT -O3 -fpp dgsvj0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgsvj1.o -c -MT -O3 -fpp dgsvj1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgtcon.o -c -MT -O3 -fpp dgtcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgtrfs.o -c -MT -O3 -fpp dgtrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgtsv.o -c -MT -O3 -fpp dgtsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgtsvx.o -c -MT -O3 -fpp dgtsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgttrf.o -c -MT -O3 -fpp dgttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgttrs.o -c -MT -O3 -fpp dgttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgtts2.o -c -MT -O3 -fpp dgtts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dhgeqz.o -c -MT -O3 -fpp dhgeqz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dhsein.o -c -MT -O3 -fpp dhsein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dhseqr.o -c -MT -O3 -fpp dhseqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o disnan.o -c -MT -O3 -fpp disnan.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlabad.o -c -MT -O3 -fpp dlabad.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlabrd.o -c -MT -O3 -fpp dlabrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlacn2.o -c -MT -O3 -fpp dlacn2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlacon.o -c -MT -O3 -fpp dlacon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlacpy.o -c -MT -O3 -fpp dlacpy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dladiv.o -c -MT -O3 -fpp dladiv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlae2.o -c -MT -O3 -fpp dlae2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaebz.o -c -MT -O3 -fpp dlaebz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed0.o -c -MT -O3 -fpp dlaed0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed1.o -c -MT -O3 -fpp dlaed1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed2.o -c -MT -O3 -fpp dlaed2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed3.o -c -MT -O3 -fpp dlaed3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed4.o -c -MT -O3 -fpp dlaed4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed5.o -c -MT -O3 -fpp dlaed5.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed6.o -c -MT -O3 -fpp dlaed6.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed7.o -c -MT -O3 -fpp dlaed7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed8.o -c -MT -O3 -fpp dlaed8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed9.o -c -MT -O3 -fpp dlaed9.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaeda.o -c -MT -O3 -fpp dlaeda.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaein.o -c -MT -O3 -fpp dlaein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaev2.o -c -MT -O3 -fpp dlaev2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaexc.o -c -MT -O3 -fpp dlaexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlag2.o -c -MT -O3 -fpp dlag2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlag2s.o -c -MT -O3 -fpp dlag2s.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbamv.o -c -MT -O3 -fpp dla_gbamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrcond.o -c -MT -O3 -fpp dla_gbrcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrfsx_extended.o -c -MT -O3 -fpp dla_gbrfsx_extended.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrpvgrw.o -c -MT -O3 -fpp dla_gbrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_geamv.o -c -MT -O3 -fpp dla_geamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gercond.o -c -MT -O3 -fpp dla_gercond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gerfsx_extended.o -c -MT -O3 -fpp dla_gerfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gerpvgrw.o -c -MT -O3 -fpp dla_gerpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlags2.o -c -MT -O3 -fpp dlags2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlagtf.o -c -MT -O3 -fpp dlagtf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlagtm.o -c -MT -O3 -fpp dlagtm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlagts.o -c -MT -O3 -fpp dlagts.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlagv2.o -c -MT -O3 -fpp dlagv2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlahqr.o -c -MT -O3 -fpp dlahqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlahr2.o -c -MT -O3 -fpp dlahr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlahrd.o -c -MT -O3 -fpp dlahrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaic1.o -c -MT -O3 -fpp dlaic1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaisnan.o -c -MT -O3 -fpp dlaisnan.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_lin_berr.o -c -MT -O3 -fpp dla_lin_berr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaln2.o -c -MT -O3 -fpp dlaln2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlals0.o -c -MT -O3 -fpp dlals0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlalsa.o -c -MT -O3 -fpp dlalsa.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlalsd.o -c -MT -O3 -fpp dlalsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlamrg.o -c -MT -O3 -fpp dlamrg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaneg.o -c -MT -O3 -fpp dlaneg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlangb.o -c -MT -O3 -fpp dlangb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlange.o -c -MT -O3 -fpp dlange.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlangt.o -c -MT -O3 -fpp dlangt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlanhs.o -c -MT -O3 -fpp dlanhs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlansb.o -c -MT -O3 -fpp dlansb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlansf.o -c -MT -O3 -fpp dlansf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlansp.o -c -MT -O3 -fpp dlansp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlanst.o -c -MT -O3 -fpp dlanst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlansy.o -c -MT -O3 -fpp dlansy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlantb.o -c -MT -O3 -fpp dlantb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlantp.o -c -MT -O3 -fpp dlantp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlantr.o -c -MT -O3 -fpp dlantr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlanv2.o -c -MT -O3 -fpp dlanv2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlapll.o -c -MT -O3 -fpp dlapll.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlapmr.o -c -MT -O3 -fpp dlapmr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlapmt.o -c -MT -O3 -fpp dlapmt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_porcond.o -c -MT -O3 -fpp dla_porcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_porfsx_extended.o -c -MT -O3 -fpp dla_porfsx_extended.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_porpvgrw.o -c -MT -O3 -fpp dla_porpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlapy2.o -c -MT -O3 -fpp dlapy2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlapy3.o -c -MT -O3 -fpp dlapy3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqgb.o -c -MT -O3 -fpp dlaqgb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqge.o -c -MT -O3 -fpp dlaqge.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqp2.o -c -MT -O3 -fpp dlaqp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqps.o -c -MT -O3 -fpp dlaqps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr0.o -c -MT -O3 -fpp dlaqr0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr1.o -c -MT -O3 -fpp dlaqr1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr2.o -c -MT -O3 -fpp dlaqr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr3.o -c -MT -O3 -fpp dlaqr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr4.o -c -MT -O3 -fpp dlaqr4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr5.o -c -MT -O3 -fpp dlaqr5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsb.o -c -MT -O3 -fpp dlaqsb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsp.o -c -MT -O3 -fpp dlaqsp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsy.o -c -MT -O3 -fpp dlaqsy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqtr.o -c -MT -O3 -fpp dlaqtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlar1v.o -c -MT -O3 -fpp dlar1v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlar2v.o -c -MT -O3 -fpp dlar2v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarfb.o -c -MT -O3 -fpp dlarfb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarf.o -c -MT -O3 -fpp dlarf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarfg.o -c -MT -O3 -fpp dlarfg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarfgp.o -c -MT -O3 -fpp dlarfgp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarft.o -c -MT -O3 -fpp dlarft.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarfx.o -c -MT -O3 -fpp dlarfx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlargv.o -c -MT -O3 -fpp dlargv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarnv.o -c -MT -O3 -fpp dlarnv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarra.o -c -MT -O3 -fpp dlarra.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrb.o -c -MT -O3 -fpp dlarrb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrc.o -c -MT -O3 -fpp dlarrc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrd.o -c -MT -O3 -fpp dlarrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarre.o -c -MT -O3 -fpp dlarre.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrf.o -c -MT -O3 -fpp dlarrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrj.o -c -MT -O3 -fpp dlarrj.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrk.o -c -MT -O3 -fpp dlarrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrr.o -c -MT -O3 -fpp dlarrr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrv.o -c -MT -O3 -fpp dlarrv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarscl2.o -c -MT -O3 -fpp dlarscl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlartg.o -c -MT -O3 -fpp dlartg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlartgp.o -c -MT -O3 -fpp dlartgp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlartgs.o -c -MT -O3 -fpp dlartgs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlartv.o -c -MT -O3 -fpp dlartv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarzb.o -c -MT -O3 -fpp dlarzb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarz.o -c -MT -O3 -fpp dlarz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarzt.o -c -MT -O3 -fpp dlarzt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlas2.o -c -MT -O3 -fpp dlas2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlascl2.o -c -MT -O3 -fpp dlascl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlascl.o -c -MT -O3 -fpp dlascl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd0.o -c -MT -O3 -fpp dlasd0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd1.o -c -MT -O3 -fpp dlasd1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd2.o -c -MT -O3 -fpp dlasd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd3.o -c -MT -O3 -fpp dlasd3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd4.o -c -MT -O3 -fpp dlasd4.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd5.o -c -MT -O3 -fpp dlasd5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd6.o -c -MT -O3 -fpp dlasd6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd7.o -c -MT -O3 -fpp dlasd7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd8.o -c -MT -O3 -fpp dlasd8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasda.o -c -MT -O3 -fpp dlasda.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasdq.o -c -MT -O3 -fpp dlasdq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasdt.o -c -MT -O3 -fpp dlasdt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaset.o -c -MT -O3 -fpp dlaset.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq1.o -c -MT -O3 -fpp dlasq1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq2.o -c -MT -O3 -fpp dlasq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq3.o -c -MT -O3 -fpp dlasq3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq4.o -c -MT -O3 -fpp dlasq4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq5.o -c -MT -O3 -fpp dlasq5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq6.o -c -MT -O3 -fpp dlasq6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasr.o -c -MT -O3 -fpp dlasr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasrt.o -c -MT -O3 -fpp dlasrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlassq.o -c -MT -O3 -fpp dlassq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasv2.o -c -MT -O3 -fpp dlasv2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaswp.o -c -MT -O3 -fpp dlaswp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasy2.o -c -MT -O3 -fpp dlasy2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_syamv.o -c -MT -O3 -fpp dla_syamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasyf.o -c -MT -O3 -fpp dlasyf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasyf_rook.o -c -MT -O3 -fpp dlasyf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrcond.o -c -MT -O3 -fpp dla_syrcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrfsx_extended.o -c -MT -O3 -fpp dla_syrfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrpvgrw.o -c -MT -O3 -fpp dla_syrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlat2s.o -c -MT -O3 -fpp dlat2s.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatbs.o -c -MT -O3 -fpp dlatbs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatdf.o -c -MT -O3 -fpp dlatdf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatps.o -c -MT -O3 -fpp dlatps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatrd.o -c -MT -O3 -fpp dlatrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatrs.o -c -MT -O3 -fpp dlatrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatrz.o -c -MT -O3 -fpp dlatrz.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatzm.o -c -MT -O3 -fpp dlatzm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlauu2.o -c -MT -O3 -fpp dlauu2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlauum.o -c -MT -O3 -fpp dlauum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_wwaddw.o -c -MT -O3 -fpp dla_wwaddw.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlazq3.o -c -MT -O3 -fpp dlazq3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlazq4.o -c -MT -O3 -fpp dlazq4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dopgtr.o -c -MT -O3 -fpp dopgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dopmtr.o -c -MT -O3 -fpp dopmtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb1.o -c -MT -O3 -fpp dorbdb1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb2.o -c -MT -O3 -fpp dorbdb2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb3.o -c -MT -O3 -fpp dorbdb3.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb4.o -c -MT -O3 -fpp dorbdb4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb5.o -c -MT -O3 -fpp dorbdb5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb6.o -c -MT -O3 -fpp dorbdb6.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb.o -c -MT -O3 -fpp dorbdb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorcsd2by1.o -c -MT -O3 -fpp dorcsd2by1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorcsd.o -c -MT -O3 -fpp dorcsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorg2l.o -c -MT -O3 -fpp dorg2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorg2r.o -c -MT -O3 -fpp dorg2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgbr.o -c -MT -O3 -fpp dorgbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorghr.o -c -MT -O3 -fpp dorghr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgl2.o -c -MT -O3 -fpp dorgl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorglq.o -c -MT -O3 -fpp dorglq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgql.o -c -MT -O3 -fpp dorgql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgqr.o -c -MT -O3 -fpp dorgqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgr2.o -c -MT -O3 -fpp dorgr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgrq.o -c -MT -O3 -fpp dorgrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgtr.o -c -MT -O3 -fpp dorgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorm2l.o -c -MT -O3 -fpp dorm2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorm2r.o -c -MT -O3 -fpp dorm2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormbr.o -c -MT -O3 -fpp dormbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormhr.o -c -MT -O3 -fpp dormhr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorml2.o -c -MT -O3 -fpp dorml2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormlq.o -c -MT -O3 -fpp dormlq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormql.o -c -MT -O3 -fpp dormql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormqr.o -c -MT -O3 -fpp dormqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormr2.o -c -MT -O3 -fpp dormr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormr3.o -c -MT -O3 -fpp dormr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormrq.o -c -MT -O3 -fpp dormrq.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormrz.o -c -MT -O3 -fpp dormrz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormtr.o -c -MT -O3 -fpp dormtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbcon.o -c -MT -O3 -fpp dpbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbequ.o -c -MT -O3 -fpp dpbequ.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbrfs.o -c -MT -O3 -fpp dpbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbstf.o -c -MT -O3 -fpp dpbstf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbsv.o -c -MT -O3 -fpp dpbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbsvx.o -c -MT -O3 -fpp dpbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbtf2.o -c -MT -O3 -fpp dpbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbtrf.o -c -MT -O3 -fpp dpbtrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbtrs.o -c -MT -O3 -fpp dpbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpftrf.o -c -MT -O3 -fpp dpftrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpftri.o -c -MT -O3 -fpp dpftri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpftrs.o -c -MT -O3 -fpp dpftrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpocon.o -c -MT -O3 -fpp dpocon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpoequb.o -c -MT -O3 -fpp dpoequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpoequ.o -c -MT -O3 -fpp dpoequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dporfs.o -c -MT -O3 -fpp dporfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dporfsx.o -c -MT -O3 -fpp dporfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dposv.o -c -MT -O3 -fpp dposv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dposvx.o -c -MT -O3 -fpp dposvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dposvxx.o -c -MT -O3 -fpp dposvxx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpotf2.o -c -MT -O3 -fpp dpotf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpotrf.o -c -MT -O3 -fpp dpotrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpotri.o -c -MT -O3 -fpp dpotri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpotrs.o -c -MT -O3 -fpp dpotrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dppcon.o -c -MT -O3 -fpp dppcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dppequ.o -c -MT -O3 -fpp dppequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpprfs.o -c -MT -O3 -fpp dpprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dppsv.o -c -MT -O3 -fpp dppsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dppsvx.o -c -MT -O3 -fpp dppsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpptrf.o -c -MT -O3 -fpp dpptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpptri.o -c -MT -O3 -fpp dpptri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpptrs.o -c -MT -O3 -fpp dpptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpstf2.o -c -MT -O3 -fpp dpstf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpstrf.o -c -MT -O3 -fpp dpstrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dptcon.o -c -MT -O3 -fpp dptcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpteqr.o -c -MT -O3 -fpp dpteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dptrfs.o -c -MT -O3 -fpp dptrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dptsv.o -c -MT -O3 -fpp dptsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dptsvx.o -c -MT -O3 -fpp dptsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpttrf.o -c -MT -O3 -fpp dpttrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpttrs.o -c -MT -O3 -fpp dpttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dptts2.o -c -MT -O3 -fpp dptts2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o drscl.o -c -MT -O3 -fpp drscl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbevd.o -c -MT -O3 -fpp dsbevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbev.o -c -MT -O3 -fpp dsbev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbevx.o -c -MT -O3 -fpp dsbevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbgst.o -c -MT -O3 -fpp dsbgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbgvd.o -c -MT -O3 -fpp dsbgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbgv.o -c -MT -O3 -fpp dsbgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbgvx.o -c -MT -O3 -fpp dsbgvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbtrd.o -c -MT -O3 -fpp dsbtrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsfrk.o -c -MT -O3 -fpp dsfrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsgesv.o -c -MT -O3 -fpp dsgesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspcon.o -c -MT -O3 -fpp dspcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspevd.o -c -MT -O3 -fpp dspevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspev.o -c -MT -O3 -fpp dspev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspevx.o -c -MT -O3 -fpp dspevx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspgst.o -c -MT -O3 -fpp dspgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspgvd.o -c -MT -O3 -fpp dspgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspgv.o -c -MT -O3 -fpp dspgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspgvx.o -c -MT -O3 -fpp dspgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsposv.o -c -MT -O3 -fpp dsposv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsprfs.o -c -MT -O3 -fpp dsprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspsv.o -c -MT -O3 -fpp dspsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspsvx.o -c -MT -O3 -fpp dspsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsptrd.o -c -MT -O3 -fpp dsptrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsptrf.o -c -MT -O3 -fpp dsptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsptri.o -c -MT -O3 -fpp dsptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsptrs.o -c -MT -O3 -fpp dsptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstebz.o -c -MT -O3 -fpp dstebz.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstedc.o -c -MT -O3 -fpp dstedc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstegr.o -c -MT -O3 -fpp dstegr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstein.o -c -MT -O3 -fpp dstein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstemr.o -c -MT -O3 -fpp dstemr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsteqr.o -c -MT -O3 -fpp dsteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsterf.o -c -MT -O3 -fpp dsterf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstevd.o -c -MT -O3 -fpp dstevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstev.o -c -MT -O3 -fpp dstev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstevr.o -c -MT -O3 -fpp dstevr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstevx.o -c -MT -O3 -fpp dstevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsycon.o -c -MT -O3 -fpp dsycon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsycon_rook.o -c -MT -O3 -fpp dsycon_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyconv.o -c -MT -O3 -fpp dsyconv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyequb.o -c -MT -O3 -fpp dsyequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyevd.o -c -MT -O3 -fpp dsyevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyev.o -c -MT -O3 -fpp dsyev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyevr.o -c -MT -O3 -fpp dsyevr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyevx.o -c -MT -O3 -fpp dsyevx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsygs2.o -c -MT -O3 -fpp dsygs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsygst.o -c -MT -O3 -fpp dsygst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsygvd.o -c -MT -O3 -fpp dsygvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsygv.o -c -MT -O3 -fpp dsygv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsygvx.o -c -MT -O3 -fpp dsygvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyrfs.o -c -MT -O3 -fpp dsyrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyrfsx.o -c -MT -O3 -fpp dsyrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsysv.o -c -MT -O3 -fpp dsysv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsysv_rook.o -c -MT -O3 -fpp dsysv_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsysvx.o -c -MT -O3 -fpp dsysvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsysvxx.o -c -MT -O3 -fpp dsysvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyswapr.o -c -MT -O3 -fpp dsyswapr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytd2.o -c -MT -O3 -fpp dsytd2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytf2.o -c -MT -O3 -fpp dsytf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytf2_rook.o -c -MT -O3 -fpp dsytf2_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrd.o -c -MT -O3 -fpp dsytrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrf.o -c -MT -O3 -fpp dsytrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrf_rook.o -c -MT -O3 -fpp dsytrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytri2.o -c -MT -O3 -fpp dsytri2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytri2x.o -c -MT -O3 -fpp dsytri2x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytri.o -c -MT -O3 -fpp dsytri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytri_rook.o -c -MT -O3 -fpp dsytri_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs2.o -c -MT -O3 -fpp dsytrs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs.o -c -MT -O3 -fpp dsytrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs_rook.o -c -MT -O3 -fpp dsytrs_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtbcon.o -c -MT -O3 -fpp dtbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtbrfs.o -c -MT -O3 -fpp dtbrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtbtrs.o -c -MT -O3 -fpp dtbtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtfsm.o -c -MT -O3 -fpp dtfsm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtftri.o -c -MT -O3 -fpp dtftri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtfttp.o -c -MT -O3 -fpp dtfttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtfttr.o -c -MT -O3 -fpp dtfttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgevc.o -c -MT -O3 -fpp dtgevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgex2.o -c -MT -O3 -fpp dtgex2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgexc.o -c -MT -O3 -fpp dtgexc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgsen.o -c -MT -O3 -fpp dtgsen.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgsja.o -c -MT -O3 -fpp dtgsja.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgsna.o -c -MT -O3 -fpp dtgsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgsy2.o -c -MT -O3 -fpp dtgsy2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgsyl.o -c -MT -O3 -fpp dtgsyl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpcon.o -c -MT -O3 -fpp dtpcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpmqrt.o -c -MT -O3 -fpp dtpmqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpqrt2.o -c -MT -O3 -fpp dtpqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpqrt.o -c -MT -O3 -fpp dtpqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtprfb.o -c -MT -O3 -fpp dtprfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtprfs.o -c -MT -O3 -fpp dtprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtptri.o -c -MT -O3 -fpp dtptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtptrs.o -c -MT -O3 -fpp dtptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpttf.o -c -MT -O3 -fpp dtpttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpttr.o -c -MT -O3 -fpp dtpttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrcon.o -c -MT -O3 -fpp dtrcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrevc.o -c -MT -O3 -fpp dtrevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrexc.o -c -MT -O3 -fpp dtrexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrrfs.o -c -MT -O3 -fpp dtrrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrsen.o -c -MT -O3 -fpp dtrsen.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrsna.o -c -MT -O3 -fpp dtrsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrsyl.o -c -MT -O3 -fpp dtrsyl.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrti2.o -c -MT -O3 -fpp dtrti2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrtri.o -c -MT -O3 -fpp dtrtri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrtrs.o -c -MT -O3 -fpp dtrtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrttf.o -c -MT -O3 -fpp dtrttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrttp.o -c -MT -O3 -fpp dtrttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtzrqf.o -c -MT -O3 -fpp dtzrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtzrzf.o -c -MT -O3 -fpp dtzrzf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dzsum1.o -c -MT -O3 -fpp dzsum1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o icmax1.o -c -MT -O3 -fpp icmax1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ieeeck.o -c -MT -O3 -fpp ieeeck.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaclc.o -c -MT -O3 -fpp ilaclc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaclr.o -c -MT -O3 -fpp ilaclr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o iladiag.o -c -MT -O3 -fpp iladiag.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o iladlc.o -c -MT -O3 -fpp iladlc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o iladlr.o -c -MT -O3 -fpp iladlr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaenv.o -c -MT -O3 -fpp ilaenv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaprec.o -c -MT -O3 -fpp ilaprec.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaslc.o -c -MT -O3 -fpp ilaslc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaslr.o -c -MT -O3 -fpp ilaslr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilatrans.o -c -MT -O3 -fpp ilatrans.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilauplo.o -c -MT -O3 -fpp ilauplo.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaver.o -c -MT -O3 -fpp ilaver.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilazlc.o -c -MT -O3 -fpp ilazlc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilazlr.o -c -MT -O3 -fpp ilazlr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o iparmq.o -c -MT -O3 -fpp iparmq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o izmax1.o -c -MT -O3 -fpp izmax1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o lsamen.o -c -MT -O3 -fpp lsamen.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sbbcsd.o -c -MT -O3 -fpp sbbcsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sbdsdc.o -c -MT -O3 -fpp sbdsdc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sbdsqr.o -c -MT -O3 -fpp sbdsqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o scsum1.o -c -MT -O3 -fpp scsum1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sdisna.o -c -MT -O3 -fpp sdisna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbbrd.o -c -MT -O3 -fpp sgbbrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbcon.o -c -MT -O3 -fpp sgbcon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbequb.o -c -MT -O3 -fpp sgbequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbequ.o -c -MT -O3 -fpp sgbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbrfs.o -c -MT -O3 -fpp sgbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbrfsx.o -c -MT -O3 -fpp sgbrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbsv.o -c -MT -O3 -fpp sgbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbsvx.o -c -MT -O3 -fpp sgbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbsvxx.o -c -MT -O3 -fpp sgbsvxx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbtf2.o -c -MT -O3 -fpp sgbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbtrf.o -c -MT -O3 -fpp sgbtrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbtrs.o -c -MT -O3 -fpp sgbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgebak.o -c -MT -O3 -fpp sgebak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgebal.o -c -MT -O3 -fpp sgebal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgebd2.o -c -MT -O3 -fpp sgebd2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgebrd.o -c -MT -O3 -fpp sgebrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgecon.o -c -MT -O3 -fpp sgecon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeequb.o -c -MT -O3 -fpp sgeequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeequ.o -c -MT -O3 -fpp sgeequ.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgees.o -c -MT -O3 -fpp sgees.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeesx.o -c -MT -O3 -fpp sgeesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeev.o -c -MT -O3 -fpp sgeev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeevx.o -c -MT -O3 -fpp sgeevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgegs.o -c -MT -O3 -fpp sgegs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgegv.o -c -MT -O3 -fpp sgegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgehd2.o -c -MT -O3 -fpp sgehd2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgehrd.o -c -MT -O3 -fpp sgehrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgejsv.o -c -MT -O3 -fpp sgejsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelq2.o -c -MT -O3 -fpp sgelq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelqf.o -c -MT -O3 -fpp sgelqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelsd.o -c -MT -O3 -fpp sgelsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgels.o -c -MT -O3 -fpp sgels.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelss.o -c -MT -O3 -fpp sgelss.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelsx.o -c -MT -O3 -fpp sgelsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelsy.o -c -MT -O3 -fpp sgelsy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgemqrt.o -c -MT -O3 -fpp sgemqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeql2.o -c -MT -O3 -fpp sgeql2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqlf.o -c -MT -O3 -fpp sgeqlf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqp3.o -c -MT -O3 -fpp sgeqp3.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqpf.o -c -MT -O3 -fpp sgeqpf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqr2.o -c -MT -O3 -fpp sgeqr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqr2p.o -c -MT -O3 -fpp sgeqr2p.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrf.o -c -MT -O3 -fpp sgeqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrfp.o -c -MT -O3 -fpp sgeqrfp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt2.o -c -MT -O3 -fpp sgeqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt3.o -c -MT -O3 -fpp sgeqrt3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt.o -c -MT -O3 -fpp sgeqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgerfs.o -c -MT -O3 -fpp sgerfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgerfsx.o -c -MT -O3 -fpp sgerfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgerq2.o -c -MT -O3 -fpp sgerq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgerqf.o -c -MT -O3 -fpp sgerqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesc2.o -c -MT -O3 -fpp sgesc2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesdd.o -c -MT -O3 -fpp sgesdd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesvd.o -c -MT -O3 -fpp sgesvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesv.o -c -MT -O3 -fpp sgesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesvj.o -c -MT -O3 -fpp sgesvj.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesvx.o -c -MT -O3 -fpp sgesvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesvxx.o -c -MT -O3 -fpp sgesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgetc2.o -c -MT -O3 -fpp sgetc2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgetf2.o -c -MT -O3 -fpp sgetf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgetrf.o -c -MT -O3 -fpp sgetrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgetri.o -c -MT -O3 -fpp sgetri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgetrs.o -c -MT -O3 -fpp sgetrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggbak.o -c -MT -O3 -fpp sggbak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggbal.o -c -MT -O3 -fpp sggbal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgges.o -c -MT -O3 -fpp sgges.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggesx.o -c -MT -O3 -fpp sggesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggev.o -c -MT -O3 -fpp sggev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggevx.o -c -MT -O3 -fpp sggevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggglm.o -c -MT -O3 -fpp sggglm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgghrd.o -c -MT -O3 -fpp sgghrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgglse.o -c -MT -O3 -fpp sgglse.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggqrf.o -c -MT -O3 -fpp sggqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggrqf.o -c -MT -O3 -fpp sggrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggsvd.o -c -MT -O3 -fpp sggsvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggsvp.o -c -MT -O3 -fpp sggsvp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgsvj0.o -c -MT -O3 -fpp sgsvj0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgsvj1.o -c -MT -O3 -fpp sgsvj1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgtcon.o -c -MT -O3 -fpp sgtcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgtrfs.o -c -MT -O3 -fpp sgtrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgtsv.o -c -MT -O3 -fpp sgtsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgtsvx.o -c -MT -O3 -fpp sgtsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgttrf.o -c -MT -O3 -fpp sgttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgttrs.o -c -MT -O3 -fpp sgttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgtts2.o -c -MT -O3 -fpp sgtts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o shgeqz.o -c -MT -O3 -fpp shgeqz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o shsein.o -c -MT -O3 -fpp shsein.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o shseqr.o -c -MT -O3 -fpp shseqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sisnan.o -c -MT -O3 -fpp sisnan.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slabad.o -c -MT -O3 -fpp slabad.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slabrd.o -c -MT -O3 -fpp slabrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slacn2.o -c -MT -O3 -fpp slacn2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slacon.o -c -MT -O3 -fpp slacon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slacpy.o -c -MT -O3 -fpp slacpy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sladiv.o -c -MT -O3 -fpp sladiv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slae2.o -c -MT -O3 -fpp slae2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaebz.o -c -MT -O3 -fpp slaebz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed0.o -c -MT -O3 -fpp slaed0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed1.o -c -MT -O3 -fpp slaed1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed2.o -c -MT -O3 -fpp slaed2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed3.o -c -MT -O3 -fpp slaed3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed4.o -c -MT -O3 -fpp slaed4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed5.o -c -MT -O3 -fpp slaed5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed6.o -c -MT -O3 -fpp slaed6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed7.o -c -MT -O3 -fpp slaed7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed8.o -c -MT -O3 -fpp slaed8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed9.o -c -MT -O3 -fpp slaed9.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaeda.o -c -MT -O3 -fpp slaeda.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaein.o -c -MT -O3 -fpp slaein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaev2.o -c -MT -O3 -fpp slaev2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaexc.o -c -MT -O3 -fpp slaexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slag2d.o -c -MT -O3 -fpp slag2d.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slag2.o -c -MT -O3 -fpp slag2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbamv.o -c -MT -O3 -fpp sla_gbamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrcond.o -c -MT -O3 -fpp sla_gbrcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrfsx_extended.o -c -MT -O3 -fpp sla_gbrfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrpvgrw.o -c -MT -O3 -fpp sla_gbrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_geamv.o -c -MT -O3 -fpp sla_geamv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gercond.o -c -MT -O3 -fpp sla_gercond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gerfsx_extended.o -c -MT -O3 -fpp sla_gerfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gerpvgrw.o -c -MT -O3 -fpp sla_gerpvgrw.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slags2.o -c -MT -O3 -fpp slags2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slagtf.o -c -MT -O3 -fpp slagtf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slagtm.o -c -MT -O3 -fpp slagtm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slagts.o -c -MT -O3 -fpp slagts.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slagv2.o -c -MT -O3 -fpp slagv2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slahqr.o -c -MT -O3 -fpp slahqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slahr2.o -c -MT -O3 -fpp slahr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slahrd.o -c -MT -O3 -fpp slahrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaic1.o -c -MT -O3 -fpp slaic1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaisnan.o -c -MT -O3 -fpp slaisnan.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_lin_berr.o -c -MT -O3 -fpp sla_lin_berr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaln2.o -c -MT -O3 -fpp slaln2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slals0.o -c -MT -O3 -fpp slals0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slalsa.o -c -MT -O3 -fpp slalsa.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slalsd.o -c -MT -O3 -fpp slalsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slamrg.o -c -MT -O3 -fpp slamrg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaneg.o -c -MT -O3 -fpp slaneg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slangb.o -c -MT -O3 -fpp slangb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slange.o -c -MT -O3 -fpp slange.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slangt.o -c -MT -O3 -fpp slangt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slanhs.o -c -MT -O3 -fpp slanhs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slansb.o -c -MT -O3 -fpp slansb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slansf.o -c -MT -O3 -fpp slansf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slansp.o -c -MT -O3 -fpp slansp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slanst.o -c -MT -O3 -fpp slanst.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slansy.o -c -MT -O3 -fpp slansy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slantb.o -c -MT -O3 -fpp slantb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slantp.o -c -MT -O3 -fpp slantp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slantr.o -c -MT -O3 -fpp slantr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slanv2.o -c -MT -O3 -fpp slanv2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slapll.o -c -MT -O3 -fpp slapll.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slapmr.o -c -MT -O3 -fpp slapmr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slapmt.o -c -MT -O3 -fpp slapmt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_porcond.o -c -MT -O3 -fpp sla_porcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_porfsx_extended.o -c -MT -O3 -fpp sla_porfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_porpvgrw.o -c -MT -O3 -fpp sla_porpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slapy2.o -c -MT -O3 -fpp slapy2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slapy3.o -c -MT -O3 -fpp slapy3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqgb.o -c -MT -O3 -fpp slaqgb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqge.o -c -MT -O3 -fpp slaqge.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqp2.o -c -MT -O3 -fpp slaqp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqps.o -c -MT -O3 -fpp slaqps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr0.o -c -MT -O3 -fpp slaqr0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr1.o -c -MT -O3 -fpp slaqr1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr2.o -c -MT -O3 -fpp slaqr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr3.o -c -MT -O3 -fpp slaqr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr4.o -c -MT -O3 -fpp slaqr4.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr5.o -c -MT -O3 -fpp slaqr5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqsb.o -c -MT -O3 -fpp slaqsb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqsp.o -c -MT -O3 -fpp slaqsp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqsy.o -c -MT -O3 -fpp slaqsy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqtr.o -c -MT -O3 -fpp slaqtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slar1v.o -c -MT -O3 -fpp slar1v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slar2v.o -c -MT -O3 -fpp slar2v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarfb.o -c -MT -O3 -fpp slarfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarf.o -c -MT -O3 -fpp slarf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarfg.o -c -MT -O3 -fpp slarfg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarfgp.o -c -MT -O3 -fpp slarfgp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarft.o -c -MT -O3 -fpp slarft.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarfx.o -c -MT -O3 -fpp slarfx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slargv.o -c -MT -O3 -fpp slargv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarnv.o -c -MT -O3 -fpp slarnv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarra.o -c -MT -O3 -fpp slarra.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrb.o -c -MT -O3 -fpp slarrb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrc.o -c -MT -O3 -fpp slarrc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrd.o -c -MT -O3 -fpp slarrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarre.o -c -MT -O3 -fpp slarre.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrf.o -c -MT -O3 -fpp slarrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrj.o -c -MT -O3 -fpp slarrj.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrk.o -c -MT -O3 -fpp slarrk.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrr.o -c -MT -O3 -fpp slarrr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrv.o -c -MT -O3 -fpp slarrv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarscl2.o -c -MT -O3 -fpp slarscl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slartg.o -c -MT -O3 -fpp slartg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slartgp.o -c -MT -O3 -fpp slartgp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slartgs.o -c -MT -O3 -fpp slartgs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slartv.o -c -MT -O3 -fpp slartv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarzb.o -c -MT -O3 -fpp slarzb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarz.o -c -MT -O3 -fpp slarz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarzt.o -c -MT -O3 -fpp slarzt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slas2.o -c -MT -O3 -fpp slas2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slascl2.o -c -MT -O3 -fpp slascl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slascl.o -c -MT -O3 -fpp slascl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd0.o -c -MT -O3 -fpp slasd0.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd1.o -c -MT -O3 -fpp slasd1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd2.o -c -MT -O3 -fpp slasd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd3.o -c -MT -O3 -fpp slasd3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd4.o -c -MT -O3 -fpp slasd4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd5.o -c -MT -O3 -fpp slasd5.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd6.o -c -MT -O3 -fpp slasd6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd7.o -c -MT -O3 -fpp slasd7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd8.o -c -MT -O3 -fpp slasd8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasda.o -c -MT -O3 -fpp slasda.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasdq.o -c -MT -O3 -fpp slasdq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasdt.o -c -MT -O3 -fpp slasdt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaset.o -c -MT -O3 -fpp slaset.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq1.o -c -MT -O3 -fpp slasq1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq2.o -c -MT -O3 -fpp slasq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq3.o -c -MT -O3 -fpp slasq3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq4.o -c -MT -O3 -fpp slasq4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq5.o -c -MT -O3 -fpp slasq5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq6.o -c -MT -O3 -fpp slasq6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasr.o -c -MT -O3 -fpp slasr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasrt.o -c -MT -O3 -fpp slasrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slassq.o -c -MT -O3 -fpp slassq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasv2.o -c -MT -O3 -fpp slasv2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaswp.o -c -MT -O3 -fpp slaswp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasy2.o -c -MT -O3 -fpp slasy2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_syamv.o -c -MT -O3 -fpp sla_syamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasyf.o -c -MT -O3 -fpp slasyf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasyf_rook.o -c -MT -O3 -fpp slasyf_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrcond.o -c -MT -O3 -fpp sla_syrcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrfsx_extended.o -c -MT -O3 -fpp sla_syrfsx_extended.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrpvgrw.o -c -MT -O3 -fpp sla_syrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatbs.o -c -MT -O3 -fpp slatbs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatdf.o -c -MT -O3 -fpp slatdf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatps.o -c -MT -O3 -fpp slatps.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatrd.o -c -MT -O3 -fpp slatrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatrs.o -c -MT -O3 -fpp slatrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatrz.o -c -MT -O3 -fpp slatrz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatzm.o -c -MT -O3 -fpp slatzm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slauu2.o -c -MT -O3 -fpp slauu2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slauum.o -c -MT -O3 -fpp slauum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_wwaddw.o -c -MT -O3 -fpp sla_wwaddw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slazq3.o -c -MT -O3 -fpp slazq3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slazq4.o -c -MT -O3 -fpp slazq4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sopgtr.o -c -MT -O3 -fpp sopgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sopmtr.o -c -MT -O3 -fpp sopmtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb1.o -c -MT -O3 -fpp sorbdb1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb2.o -c -MT -O3 -fpp sorbdb2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb3.o -c -MT -O3 -fpp sorbdb3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb4.o -c -MT -O3 -fpp sorbdb4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb5.o -c -MT -O3 -fpp sorbdb5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb6.o -c -MT -O3 -fpp sorbdb6.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb.o -c -MT -O3 -fpp sorbdb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorcsd2by1.o -c -MT -O3 -fpp sorcsd2by1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorcsd.o -c -MT -O3 -fpp sorcsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorg2l.o -c -MT -O3 -fpp sorg2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorg2r.o -c -MT -O3 -fpp sorg2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgbr.o -c -MT -O3 -fpp sorgbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorghr.o -c -MT -O3 -fpp sorghr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgl2.o -c -MT -O3 -fpp sorgl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorglq.o -c -MT -O3 -fpp sorglq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgql.o -c -MT -O3 -fpp sorgql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgqr.o -c -MT -O3 -fpp sorgqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgr2.o -c -MT -O3 -fpp sorgr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgrq.o -c -MT -O3 -fpp sorgrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgtr.o -c -MT -O3 -fpp sorgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorm2l.o -c -MT -O3 -fpp sorm2l.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorm2r.o -c -MT -O3 -fpp sorm2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormbr.o -c -MT -O3 -fpp sormbr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormhr.o -c -MT -O3 -fpp sormhr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorml2.o -c -MT -O3 -fpp sorml2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormlq.o -c -MT -O3 -fpp sormlq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormql.o -c -MT -O3 -fpp sormql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormqr.o -c -MT -O3 -fpp sormqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormr2.o -c -MT -O3 -fpp sormr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormr3.o -c -MT -O3 -fpp sormr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormrq.o -c -MT -O3 -fpp sormrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormrz.o -c -MT -O3 -fpp sormrz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormtr.o -c -MT -O3 -fpp sormtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbcon.o -c -MT -O3 -fpp spbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbequ.o -c -MT -O3 -fpp spbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbrfs.o -c -MT -O3 -fpp spbrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbstf.o -c -MT -O3 -fpp spbstf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbsv.o -c -MT -O3 -fpp spbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbsvx.o -c -MT -O3 -fpp spbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbtf2.o -c -MT -O3 -fpp spbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbtrf.o -c -MT -O3 -fpp spbtrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbtrs.o -c -MT -O3 -fpp spbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spftrf.o -c -MT -O3 -fpp spftrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spftri.o -c -MT -O3 -fpp spftri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spftrs.o -c -MT -O3 -fpp spftrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spocon.o -c -MT -O3 -fpp spocon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spoequb.o -c -MT -O3 -fpp spoequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spoequ.o -c -MT -O3 -fpp spoequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sporfs.o -c -MT -O3 -fpp sporfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sporfsx.o -c -MT -O3 -fpp sporfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sposv.o -c -MT -O3 -fpp sposv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sposvx.o -c -MT -O3 -fpp sposvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sposvxx.o -c -MT -O3 -fpp sposvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spotf2.o -c -MT -O3 -fpp spotf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spotrf.o -c -MT -O3 -fpp spotrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spotri.o -c -MT -O3 -fpp spotri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spotrs.o -c -MT -O3 -fpp spotrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sppcon.o -c -MT -O3 -fpp sppcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sppequ.o -c -MT -O3 -fpp sppequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spprfs.o -c -MT -O3 -fpp spprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sppsv.o -c -MT -O3 -fpp sppsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sppsvx.o -c -MT -O3 -fpp sppsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spptrf.o -c -MT -O3 -fpp spptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spptri.o -c -MT -O3 -fpp spptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spptrs.o -c -MT -O3 -fpp spptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spstf2.o -c -MT -O3 -fpp spstf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spstrf.o -c -MT -O3 -fpp spstrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sptcon.o -c -MT -O3 -fpp sptcon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spteqr.o -c -MT -O3 -fpp spteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sptrfs.o -c -MT -O3 -fpp sptrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sptsv.o -c -MT -O3 -fpp sptsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sptsvx.o -c -MT -O3 -fpp sptsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spttrf.o -c -MT -O3 -fpp spttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spttrs.o -c -MT -O3 -fpp spttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sptts2.o -c -MT -O3 -fpp sptts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o srscl.o -c -MT -O3 -fpp srscl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbevd.o -c -MT -O3 -fpp ssbevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbev.o -c -MT -O3 -fpp ssbev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbevx.o -c -MT -O3 -fpp ssbevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbgst.o -c -MT -O3 -fpp ssbgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbgvd.o -c -MT -O3 -fpp ssbgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbgv.o -c -MT -O3 -fpp ssbgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbgvx.o -c -MT -O3 -fpp ssbgvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbtrd.o -c -MT -O3 -fpp ssbtrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssfrk.o -c -MT -O3 -fpp ssfrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspcon.o -c -MT -O3 -fpp sspcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspevd.o -c -MT -O3 -fpp sspevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspev.o -c -MT -O3 -fpp sspev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspevx.o -c -MT -O3 -fpp sspevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspgst.o -c -MT -O3 -fpp sspgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspgvd.o -c -MT -O3 -fpp sspgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspgv.o -c -MT -O3 -fpp sspgv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspgvx.o -c -MT -O3 -fpp sspgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssprfs.o -c -MT -O3 -fpp ssprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspsv.o -c -MT -O3 -fpp sspsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspsvx.o -c -MT -O3 -fpp sspsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssptrd.o -c -MT -O3 -fpp ssptrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssptrf.o -c -MT -O3 -fpp ssptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssptri.o -c -MT -O3 -fpp ssptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssptrs.o -c -MT -O3 -fpp ssptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstebz.o -c -MT -O3 -fpp sstebz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstedc.o -c -MT -O3 -fpp sstedc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstegr.o -c -MT -O3 -fpp sstegr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstein.o -c -MT -O3 -fpp sstein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstemr.o -c -MT -O3 -fpp sstemr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssteqr.o -c -MT -O3 -fpp ssteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssterf.o -c -MT -O3 -fpp ssterf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstevd.o -c -MT -O3 -fpp sstevd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstev.o -c -MT -O3 -fpp sstev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstevr.o -c -MT -O3 -fpp sstevr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstevx.o -c -MT -O3 -fpp sstevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssycon.o -c -MT -O3 -fpp ssycon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssycon_rook.o -c -MT -O3 -fpp ssycon_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyconv.o -c -MT -O3 -fpp ssyconv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyequb.o -c -MT -O3 -fpp ssyequb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyevd.o -c -MT -O3 -fpp ssyevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyev.o -c -MT -O3 -fpp ssyev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyevr.o -c -MT -O3 -fpp ssyevr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyevx.o -c -MT -O3 -fpp ssyevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssygs2.o -c -MT -O3 -fpp ssygs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssygst.o -c -MT -O3 -fpp ssygst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssygvd.o -c -MT -O3 -fpp ssygvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssygv.o -c -MT -O3 -fpp ssygv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssygvx.o -c -MT -O3 -fpp ssygvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyrfs.o -c -MT -O3 -fpp ssyrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyrfsx.o -c -MT -O3 -fpp ssyrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssysv.o -c -MT -O3 -fpp ssysv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssysv_rook.o -c -MT -O3 -fpp ssysv_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssysvx.o -c -MT -O3 -fpp ssysvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssysvxx.o -c -MT -O3 -fpp ssysvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyswapr.o -c -MT -O3 -fpp ssyswapr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytd2.o -c -MT -O3 -fpp ssytd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytf2.o -c -MT -O3 -fpp ssytf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytf2_rook.o -c -MT -O3 -fpp ssytf2_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrd.o -c -MT -O3 -fpp ssytrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrf.o -c -MT -O3 -fpp ssytrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrf_rook.o -c -MT -O3 -fpp ssytrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytri2.o -c -MT -O3 -fpp ssytri2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytri2x.o -c -MT -O3 -fpp ssytri2x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytri.o -c -MT -O3 -fpp ssytri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytri_rook.o -c -MT -O3 -fpp ssytri_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs2.o -c -MT -O3 -fpp ssytrs2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs.o -c -MT -O3 -fpp ssytrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs_rook.o -c -MT -O3 -fpp ssytrs_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stbcon.o -c -MT -O3 -fpp stbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stbrfs.o -c -MT -O3 -fpp stbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stbtrs.o -c -MT -O3 -fpp stbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stfsm.o -c -MT -O3 -fpp stfsm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stftri.o -c -MT -O3 -fpp stftri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stfttp.o -c -MT -O3 -fpp stfttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stfttr.o -c -MT -O3 -fpp stfttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgevc.o -c -MT -O3 -fpp stgevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgex2.o -c -MT -O3 -fpp stgex2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgexc.o -c -MT -O3 -fpp stgexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgsen.o -c -MT -O3 -fpp stgsen.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgsja.o -c -MT -O3 -fpp stgsja.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgsna.o -c -MT -O3 -fpp stgsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgsy2.o -c -MT -O3 -fpp stgsy2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgsyl.o -c -MT -O3 -fpp stgsyl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpcon.o -c -MT -O3 -fpp stpcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpmqrt.o -c -MT -O3 -fpp stpmqrt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpqrt2.o -c -MT -O3 -fpp stpqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpqrt.o -c -MT -O3 -fpp stpqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stprfb.o -c -MT -O3 -fpp stprfb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stprfs.o -c -MT -O3 -fpp stprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stptri.o -c -MT -O3 -fpp stptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stptrs.o -c -MT -O3 -fpp stptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpttf.o -c -MT -O3 -fpp stpttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpttr.o -c -MT -O3 -fpp stpttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strcon.o -c -MT -O3 -fpp strcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strevc.o -c -MT -O3 -fpp strevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strexc.o -c -MT -O3 -fpp strexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strrfs.o -c -MT -O3 -fpp strrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strsen.o -c -MT -O3 -fpp strsen.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strsna.o -c -MT -O3 -fpp strsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strsyl.o -c -MT -O3 -fpp strsyl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strti2.o -c -MT -O3 -fpp strti2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strtri.o -c -MT -O3 -fpp strtri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strtrs.o -c -MT -O3 -fpp strtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strttf.o -c -MT -O3 -fpp strttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strttp.o -c -MT -O3 -fpp strttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stzrqf.o -c -MT -O3 -fpp stzrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stzrzf.o -c -MT -O3 -fpp stzrzf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zbbcsd.o -c -MT -O3 -fpp zbbcsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zbdsqr.o -c -MT -O3 -fpp zbdsqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zcgesv.o -c -MT -O3 -fpp zcgesv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zcposv.o -c -MT -O3 -fpp zcposv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zdrscl.o -c -MT -O3 -fpp zdrscl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbbrd.o -c -MT -O3 -fpp zgbbrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbcon.o -c -MT -O3 -fpp zgbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbequb.o -c -MT -O3 -fpp zgbequb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbequ.o -c -MT -O3 -fpp zgbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbrfs.o -c -MT -O3 -fpp zgbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbrfsx.o -c -MT -O3 -fpp zgbrfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbsv.o -c -MT -O3 -fpp zgbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbsvx.o -c -MT -O3 -fpp zgbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbsvxx.o -c -MT -O3 -fpp zgbsvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbtf2.o -c -MT -O3 -fpp zgbtf2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbtrf.o -c -MT -O3 -fpp zgbtrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbtrs.o -c -MT -O3 -fpp zgbtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgebak.o -c -MT -O3 -fpp zgebak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgebal.o -c -MT -O3 -fpp zgebal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgebd2.o -c -MT -O3 -fpp zgebd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgebrd.o -c -MT -O3 -fpp zgebrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgecon.o -c -MT -O3 -fpp zgecon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Source\PETSC-~1.4\PETSC-~1.4_W\EXTERN~1\PETSC-~1\lapack\zgebal.f(207): remark #7713: This statement function has not been used.   [CABS1]
      DOUBLE PRECISION   CABS1
-------------------------^
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeequb.o -c -MT -O3 -fpp zgeequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeequ.o -c -MT -O3 -fpp zgeequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgees.o -c -MT -O3 -fpp zgees.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeesx.o -c -MT -O3 -fpp zgeesx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeev.o -c -MT -O3 -fpp zgeev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeevx.o -c -MT -O3 -fpp zgeevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgegs.o -c -MT -O3 -fpp zgegs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgegv.o -c -MT -O3 -fpp zgegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgehd2.o -c -MT -O3 -fpp zgehd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgehrd.o -c -MT -O3 -fpp zgehrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelq2.o -c -MT -O3 -fpp zgelq2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelqf.o -c -MT -O3 -fpp zgelqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelsd.o -c -MT -O3 -fpp zgelsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgels.o -c -MT -O3 -fpp zgels.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelss.o -c -MT -O3 -fpp zgelss.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelsx.o -c -MT -O3 -fpp zgelsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelsy.o -c -MT -O3 -fpp zgelsy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgemqrt.o -c -MT -O3 -fpp zgemqrt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeql2.o -c -MT -O3 -fpp zgeql2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqlf.o -c -MT -O3 -fpp zgeqlf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqp3.o -c -MT -O3 -fpp zgeqp3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqpf.o -c -MT -O3 -fpp zgeqpf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqr2.o -c -MT -O3 -fpp zgeqr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqr2p.o -c -MT -O3 -fpp zgeqr2p.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrf.o -c -MT -O3 -fpp zgeqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrfp.o -c -MT -O3 -fpp zgeqrfp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt2.o -c -MT -O3 -fpp zgeqrt2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt3.o -c -MT -O3 -fpp zgeqrt3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt.o -c -MT -O3 -fpp zgeqrt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgerfs.o -c -MT -O3 -fpp zgerfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgerfsx.o -c -MT -O3 -fpp zgerfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgerq2.o -c -MT -O3 -fpp zgerq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgerqf.o -c -MT -O3 -fpp zgerqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesc2.o -c -MT -O3 -fpp zgesc2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesdd.o -c -MT -O3 -fpp zgesdd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesvd.o -c -MT -O3 -fpp zgesvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesv.o -c -MT -O3 -fpp zgesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesvx.o -c -MT -O3 -fpp zgesvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesvxx.o -c -MT -O3 -fpp zgesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgetc2.o -c -MT -O3 -fpp zgetc2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgetf2.o -c -MT -O3 -fpp zgetf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgetrf.o -c -MT -O3 -fpp zgetrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgetri.o -c -MT -O3 -fpp zgetri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgetrs.o -c -MT -O3 -fpp zgetrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggbak.o -c -MT -O3 -fpp zggbak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggbal.o -c -MT -O3 -fpp zggbal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgges.o -c -MT -O3 -fpp zgges.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggesx.o -c -MT -O3 -fpp zggesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggev.o -c -MT -O3 -fpp zggev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggevx.o -c -MT -O3 -fpp zggevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggglm.o -c -MT -O3 -fpp zggglm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgghrd.o -c -MT -O3 -fpp zgghrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgglse.o -c -MT -O3 -fpp zgglse.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggqrf.o -c -MT -O3 -fpp zggqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggrqf.o -c -MT -O3 -fpp zggrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggsvd.o -c -MT -O3 -fpp zggsvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggsvp.o -c -MT -O3 -fpp zggsvp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgtcon.o -c -MT -O3 -fpp zgtcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgtrfs.o -c -MT -O3 -fpp zgtrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgtsv.o -c -MT -O3 -fpp zgtsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgtsvx.o -c -MT -O3 -fpp zgtsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgttrf.o -c -MT -O3 -fpp zgttrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgttrs.o -c -MT -O3 -fpp zgttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgtts2.o -c -MT -O3 -fpp zgtts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbevd.o -c -MT -O3 -fpp zhbevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbev.o -c -MT -O3 -fpp zhbev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbevx.o -c -MT -O3 -fpp zhbevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbgst.o -c -MT -O3 -fpp zhbgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbgvd.o -c -MT -O3 -fpp zhbgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbgv.o -c -MT -O3 -fpp zhbgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbgvx.o -c -MT -O3 -fpp zhbgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbtrd.o -c -MT -O3 -fpp zhbtrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhecon.o -c -MT -O3 -fpp zhecon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhecon_rook.o -c -MT -O3 -fpp zhecon_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheequb.o -c -MT -O3 -fpp zheequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheevd.o -c -MT -O3 -fpp zheevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheev.o -c -MT -O3 -fpp zheev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheevr.o -c -MT -O3 -fpp zheevr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheevx.o -c -MT -O3 -fpp zheevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhegs2.o -c -MT -O3 -fpp zhegs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhegst.o -c -MT -O3 -fpp zhegst.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhegvd.o -c -MT -O3 -fpp zhegvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhegv.o -c -MT -O3 -fpp zhegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhegvx.o -c -MT -O3 -fpp zhegvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zherfs.o -c -MT -O3 -fpp zherfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zherfsx.o -c -MT -O3 -fpp zherfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhesv.o -c -MT -O3 -fpp zhesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhesv_rook.o -c -MT -O3 -fpp zhesv_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhesvx.o -c -MT -O3 -fpp zhesvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhesvxx.o -c -MT -O3 -fpp zhesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheswapr.o -c -MT -O3 -fpp zheswapr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetd2.o -c -MT -O3 -fpp zhetd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetf2.o -c -MT -O3 -fpp zhetf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetf2_rook.o -c -MT -O3 -fpp zhetf2_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrd.o -c -MT -O3 -fpp zhetrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrf.o -c -MT -O3 -fpp zhetrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrf_rook.o -c -MT -O3 -fpp zhetrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetri2.o -c -MT -O3 -fpp zhetri2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetri2x.o -c -MT -O3 -fpp zhetri2x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetri.o -c -MT -O3 -fpp zhetri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetri_rook.o -c -MT -O3 -fpp zhetri_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs2.o -c -MT -O3 -fpp zhetrs2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs.o -c -MT -O3 -fpp zhetrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs_rook.o -c -MT -O3 -fpp zhetrs_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhfrk.o -c -MT -O3 -fpp zhfrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhgeqz.o -c -MT -O3 -fpp zhgeqz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpcon.o -c -MT -O3 -fpp zhpcon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpevd.o -c -MT -O3 -fpp zhpevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpev.o -c -MT -O3 -fpp zhpev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpevx.o -c -MT -O3 -fpp zhpevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpgst.o -c -MT -O3 -fpp zhpgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpgvd.o -c -MT -O3 -fpp zhpgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpgv.o -c -MT -O3 -fpp zhpgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpgvx.o -c -MT -O3 -fpp zhpgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhprfs.o -c -MT -O3 -fpp zhprfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpsv.o -c -MT -O3 -fpp zhpsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpsvx.o -c -MT -O3 -fpp zhpsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhptrd.o -c -MT -O3 -fpp zhptrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhptrf.o -c -MT -O3 -fpp zhptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhptri.o -c -MT -O3 -fpp zhptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhptrs.o -c -MT -O3 -fpp zhptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhsein.o -c -MT -O3 -fpp zhsein.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhseqr.o -c -MT -O3 -fpp zhseqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlabrd.o -c -MT -O3 -fpp zlabrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacgv.o -c -MT -O3 -fpp zlacgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacn2.o -c -MT -O3 -fpp zlacn2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacon.o -c -MT -O3 -fpp zlacon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacp2.o -c -MT -O3 -fpp zlacp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacpy.o -c -MT -O3 -fpp zlacpy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacrm.o -c -MT -O3 -fpp zlacrm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacrt.o -c -MT -O3 -fpp zlacrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zladiv.o -c -MT -O3 -fpp zladiv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaed0.o -c -MT -O3 -fpp zlaed0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaed7.o -c -MT -O3 -fpp zlaed7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaed8.o -c -MT -O3 -fpp zlaed8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaein.o -c -MT -O3 -fpp zlaein.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaesy.o -c -MT -O3 -fpp zlaesy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaev2.o -c -MT -O3 -fpp zlaev2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlag2c.o -c -MT -O3 -fpp zlag2c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbamv.o -c -MT -O3 -fpp zla_gbamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrcond_c.o -c -MT -O3 -fpp zla_gbrcond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrcond_x.o -c -MT -O3 -fpp zla_gbrcond_x.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrfsx_extended.o -c -MT -O3 -fpp zla_gbrfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrpvgrw.o -c -MT -O3 -fpp zla_gbrpvgrw.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_geamv.o -c -MT -O3 -fpp zla_geamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gercond_c.o -c -MT -O3 -fpp zla_gercond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gercond_x.o -c -MT -O3 -fpp zla_gercond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gerfsx_extended.o -c -MT -O3 -fpp zla_gerfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gerpvgrw.o -c -MT -O3 -fpp zla_gerpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlags2.o -c -MT -O3 -fpp zlags2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlagtm.o -c -MT -O3 -fpp zlagtm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_heamv.o -c -MT -O3 -fpp zla_heamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlahef.o -c -MT -O3 -fpp zlahef.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlahef_rook.o -c -MT -O3 -fpp zlahef_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_hercond_c.o -c -MT -O3 -fpp zla_hercond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_hercond_x.o -c -MT -O3 -fpp zla_hercond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_herfsx_extended.o -c -MT -O3 -fpp zla_herfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_herpvgrw.o -c -MT -O3 -fpp zla_herpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlahqr.o -c -MT -O3 -fpp zlahqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlahr2.o -c -MT -O3 -fpp zlahr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlahrd.o -c -MT -O3 -fpp zlahrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaic1.o -c -MT -O3 -fpp zlaic1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_lin_berr.o -c -MT -O3 -fpp zla_lin_berr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlals0.o -c -MT -O3 -fpp zlals0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlalsa.o -c -MT -O3 -fpp zlalsa.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlalsd.o -c -MT -O3 -fpp zlalsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlangb.o -c -MT -O3 -fpp zlangb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlange.o -c -MT -O3 -fpp zlange.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlangt.o -c -MT -O3 -fpp zlangt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanhb.o -c -MT -O3 -fpp zlanhb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanhe.o -c -MT -O3 -fpp zlanhe.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanhf.o -c -MT -O3 -fpp zlanhf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanhp.o -c -MT -O3 -fpp zlanhp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanhs.o -c -MT -O3 -fpp zlanhs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanht.o -c -MT -O3 -fpp zlanht.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlansb.o -c -MT -O3 -fpp zlansb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlansp.o -c -MT -O3 -fpp zlansp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlansy.o -c -MT -O3 -fpp zlansy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlantb.o -c -MT -O3 -fpp zlantb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlantp.o -c -MT -O3 -fpp zlantp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlantr.o -c -MT -O3 -fpp zlantr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlapll.o -c -MT -O3 -fpp zlapll.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlapmr.o -c -MT -O3 -fpp zlapmr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlapmt.o -c -MT -O3 -fpp zlapmt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_porcond_c.o -c -MT -O3 -fpp zla_porcond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_porcond_x.o -c -MT -O3 -fpp zla_porcond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_porfsx_extended.o -c -MT -O3 -fpp zla_porfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_porpvgrw.o -c -MT -O3 -fpp zla_porpvgrw.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqgb.o -c -MT -O3 -fpp zlaqgb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqge.o -c -MT -O3 -fpp zlaqge.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhb.o -c -MT -O3 -fpp zlaqhb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhe.o -c -MT -O3 -fpp zlaqhe.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhp.o -c -MT -O3 -fpp zlaqhp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqp2.o -c -MT -O3 -fpp zlaqp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqps.o -c -MT -O3 -fpp zlaqps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr0.o -c -MT -O3 -fpp zlaqr0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr1.o -c -MT -O3 -fpp zlaqr1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr2.o -c -MT -O3 -fpp zlaqr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr3.o -c -MT -O3 -fpp zlaqr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr4.o -c -MT -O3 -fpp zlaqr4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr5.o -c -MT -O3 -fpp zlaqr5.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsb.o -c -MT -O3 -fpp zlaqsb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsp.o -c -MT -O3 -fpp zlaqsp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsy.o -c -MT -O3 -fpp zlaqsy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlar1v.o -c -MT -O3 -fpp zlar1v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlar2v.o -c -MT -O3 -fpp zlar2v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarcm.o -c -MT -O3 -fpp zlarcm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarfb.o -c -MT -O3 -fpp zlarfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarf.o -c -MT -O3 -fpp zlarf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarfg.o -c -MT -O3 -fpp zlarfg.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarfgp.o -c -MT -O3 -fpp zlarfgp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarft.o -c -MT -O3 -fpp zlarft.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarfx.o -c -MT -O3 -fpp zlarfx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlargv.o -c -MT -O3 -fpp zlargv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarnv.o -c -MT -O3 -fpp zlarnv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarrv.o -c -MT -O3 -fpp zlarrv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarscl2.o -c -MT -O3 -fpp zlarscl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlartg.o -c -MT -O3 -fpp zlartg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlartv.o -c -MT -O3 -fpp zlartv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarzb.o -c -MT -O3 -fpp zlarzb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarz.o -c -MT -O3 -fpp zlarz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarzt.o -c -MT -O3 -fpp zlarzt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlascl2.o -c -MT -O3 -fpp zlascl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlascl.o -c -MT -O3 -fpp zlascl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaset.o -c -MT -O3 -fpp zlaset.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlasr.o -c -MT -O3 -fpp zlasr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlassq.o -c -MT -O3 -fpp zlassq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaswp.o -c -MT -O3 -fpp zlaswp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_syamv.o -c -MT -O3 -fpp zla_syamv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlasyf.o -c -MT -O3 -fpp zlasyf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlasyf_rook.o -c -MT -O3 -fpp zlasyf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrcond_c.o -c -MT -O3 -fpp zla_syrcond_c.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrcond_x.o -c -MT -O3 -fpp zla_syrcond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrfsx_extended.o -c -MT -O3 -fpp zla_syrfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrpvgrw.o -c -MT -O3 -fpp zla_syrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlat2c.o -c -MT -O3 -fpp zlat2c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatbs.o -c -MT -O3 -fpp zlatbs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatdf.o -c -MT -O3 -fpp zlatdf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatps.o -c -MT -O3 -fpp zlatps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatrd.o -c -MT -O3 -fpp zlatrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatrs.o -c -MT -O3 -fpp zlatrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatrz.o -c -MT -O3 -fpp zlatrz.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatzm.o -c -MT -O3 -fpp zlatzm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlauu2.o -c -MT -O3 -fpp zlauu2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlauum.o -c -MT -O3 -fpp zlauum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_wwaddw.o -c -MT -O3 -fpp zla_wwaddw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbcon.o -c -MT -O3 -fpp zpbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbequ.o -c -MT -O3 -fpp zpbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbrfs.o -c -MT -O3 -fpp zpbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbstf.o -c -MT -O3 -fpp zpbstf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbsv.o -c -MT -O3 -fpp zpbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbsvx.o -c -MT -O3 -fpp zpbsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbtf2.o -c -MT -O3 -fpp zpbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbtrf.o -c -MT -O3 -fpp zpbtrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbtrs.o -c -MT -O3 -fpp zpbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpftrf.o -c -MT -O3 -fpp zpftrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpftri.o -c -MT -O3 -fpp zpftri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpftrs.o -c -MT -O3 -fpp zpftrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpocon.o -c -MT -O3 -fpp zpocon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpoequb.o -c -MT -O3 -fpp zpoequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpoequ.o -c -MT -O3 -fpp zpoequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zporfs.o -c -MT -O3 -fpp zporfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zporfsx.o -c -MT -O3 -fpp zporfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zposv.o -c -MT -O3 -fpp zposv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zposvx.o -c -MT -O3 -fpp zposvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zposvxx.o -c -MT -O3 -fpp zposvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpotf2.o -c -MT -O3 -fpp zpotf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpotrf.o -c -MT -O3 -fpp zpotrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpotri.o -c -MT -O3 -fpp zpotri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpotrs.o -c -MT -O3 -fpp zpotrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zppcon.o -c -MT -O3 -fpp zppcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zppequ.o -c -MT -O3 -fpp zppequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpprfs.o -c -MT -O3 -fpp zpprfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zppsv.o -c -MT -O3 -fpp zppsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zppsvx.o -c -MT -O3 -fpp zppsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpptrf.o -c -MT -O3 -fpp zpptrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpptri.o -c -MT -O3 -fpp zpptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpptrs.o -c -MT -O3 -fpp zpptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpstf2.o -c -MT -O3 -fpp zpstf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpstrf.o -c -MT -O3 -fpp zpstrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zptcon.o -c -MT -O3 -fpp zptcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpteqr.o -c -MT -O3 -fpp zpteqr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zptrfs.o -c -MT -O3 -fpp zptrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zptsv.o -c -MT -O3 -fpp zptsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zptsvx.o -c -MT -O3 -fpp zptsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpttrf.o -c -MT -O3 -fpp zpttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpttrs.o -c -MT -O3 -fpp zpttrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zptts2.o -c -MT -O3 -fpp zptts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zrot.o -c -MT -O3 -fpp zrot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zspcon.o -c -MT -O3 -fpp zspcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zspmv.o -c -MT -O3 -fpp zspmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zspr.o -c -MT -O3 -fpp zspr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsprfs.o -c -MT -O3 -fpp zsprfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zspsv.o -c -MT -O3 -fpp zspsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zspsvx.o -c -MT -O3 -fpp zspsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsptrf.o -c -MT -O3 -fpp zsptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsptri.o -c -MT -O3 -fpp zsptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsptrs.o -c -MT -O3 -fpp zsptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zstedc.o -c -MT -O3 -fpp zstedc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zstegr.o -c -MT -O3 -fpp zstegr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zstein.o -c -MT -O3 -fpp zstein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zstemr.o -c -MT -O3 -fpp zstemr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsteqr.o -c -MT -O3 -fpp zsteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsycon.o -c -MT -O3 -fpp zsycon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsycon_rook.o -c -MT -O3 -fpp zsycon_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyconv.o -c -MT -O3 -fpp zsyconv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyequb.o -c -MT -O3 -fpp zsyequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsymv.o -c -MT -O3 -fpp zsymv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyr.o -c -MT -O3 -fpp zsyr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyrfs.o -c -MT -O3 -fpp zsyrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyrfsx.o -c -MT -O3 -fpp zsyrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsysv.o -c -MT -O3 -fpp zsysv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsysv_rook.o -c -MT -O3 -fpp zsysv_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsysvx.o -c -MT -O3 -fpp zsysvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsysvxx.o -c -MT -O3 -fpp zsysvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyswapr.o -c -MT -O3 -fpp zsyswapr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytf2.o -c -MT -O3 -fpp zsytf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytf2_rook.o -c -MT -O3 -fpp zsytf2_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytrf.o -c -MT -O3 -fpp zsytrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytrf_rook.o -c -MT -O3 -fpp zsytrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytri2.o -c -MT -O3 -fpp zsytri2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytri2x.o -c -MT -O3 -fpp zsytri2x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytri.o -c -MT -O3 -fpp zsytri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytri_rook.o -c -MT -O3 -fpp zsytri_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs2.o -c -MT -O3 -fpp zsytrs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs.o -c -MT -O3 -fpp zsytrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs_rook.o -c -MT -O3 -fpp zsytrs_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztbcon.o -c -MT -O3 -fpp ztbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztbrfs.o -c -MT -O3 -fpp ztbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztbtrs.o -c -MT -O3 -fpp ztbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztfsm.o -c -MT -O3 -fpp ztfsm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztftri.o -c -MT -O3 -fpp ztftri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztfttp.o -c -MT -O3 -fpp ztfttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztfttr.o -c -MT -O3 -fpp ztfttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgevc.o -c -MT -O3 -fpp ztgevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgex2.o -c -MT -O3 -fpp ztgex2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgexc.o -c -MT -O3 -fpp ztgexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgsen.o -c -MT -O3 -fpp ztgsen.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgsja.o -c -MT -O3 -fpp ztgsja.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgsna.o -c -MT -O3 -fpp ztgsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgsy2.o -c -MT -O3 -fpp ztgsy2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgsyl.o -c -MT -O3 -fpp ztgsyl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpcon.o -c -MT -O3 -fpp ztpcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpmqrt.o -c -MT -O3 -fpp ztpmqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpqrt2.o -c -MT -O3 -fpp ztpqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpqrt.o -c -MT -O3 -fpp ztpqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztprfb.o -c -MT -O3 -fpp ztprfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztprfs.o -c -MT -O3 -fpp ztprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztptri.o -c -MT -O3 -fpp ztptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztptrs.o -c -MT -O3 -fpp ztptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpttf.o -c -MT -O3 -fpp ztpttf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpttr.o -c -MT -O3 -fpp ztpttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrcon.o -c -MT -O3 -fpp ztrcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrevc.o -c -MT -O3 -fpp ztrevc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrexc.o -c -MT -O3 -fpp ztrexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrrfs.o -c -MT -O3 -fpp ztrrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrsen.o -c -MT -O3 -fpp ztrsen.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrsna.o -c -MT -O3 -fpp ztrsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrsyl.o -c -MT -O3 -fpp ztrsyl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrti2.o -c -MT -O3 -fpp ztrti2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrtri.o -c -MT -O3 -fpp ztrtri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrtrs.o -c -MT -O3 -fpp ztrtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrttf.o -c -MT -O3 -fpp ztrttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrttp.o -c -MT -O3 -fpp ztrttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztzrqf.o -c -MT -O3 -fpp ztzrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztzrzf.o -c -MT -O3 -fpp ztzrzf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb1.o -c -MT -O3 -fpp zunbdb1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb2.o -c -MT -O3 -fpp zunbdb2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb3.o -c -MT -O3 -fpp zunbdb3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb4.o -c -MT -O3 -fpp zunbdb4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb5.o -c -MT -O3 -fpp zunbdb5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb6.o -c -MT -O3 -fpp zunbdb6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb.o -c -MT -O3 -fpp zunbdb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zuncsd2by1.o -c -MT -O3 -fpp zuncsd2by1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zuncsd.o -c -MT -O3 -fpp zuncsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zung2l.o -c -MT -O3 -fpp zung2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zung2r.o -c -MT -O3 -fpp zung2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungbr.o -c -MT -O3 -fpp zungbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunghr.o -c -MT -O3 -fpp zunghr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungl2.o -c -MT -O3 -fpp zungl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunglq.o -c -MT -O3 -fpp zunglq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungql.o -c -MT -O3 -fpp zungql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungqr.o -c -MT -O3 -fpp zungqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungr2.o -c -MT -O3 -fpp zungr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungrq.o -c -MT -O3 -fpp zungrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungtr.o -c -MT -O3 -fpp zungtr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunm2l.o -c -MT -O3 -fpp zunm2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunm2r.o -c -MT -O3 -fpp zunm2r.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmbr.o -c -MT -O3 -fpp zunmbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmhr.o -c -MT -O3 -fpp zunmhr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunml2.o -c -MT -O3 -fpp zunml2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmlq.o -c -MT -O3 -fpp zunmlq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmql.o -c -MT -O3 -fpp zunmql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmqr.o -c -MT -O3 -fpp zunmqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmr2.o -c -MT -O3 -fpp zunmr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmr3.o -c -MT -O3 -fpp zunmr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmrq.o -c -MT -O3 -fpp zunmrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmrz.o -c -MT -O3 -fpp zunmrz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmtr.o -c -MT -O3 -fpp zunmtr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zupgtr.o -c -MT -O3 -fpp zupgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zupmtr.o -c -MT -O3 -fpp zupmtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/bin/ar cr ../libflapack.lib slaruv.o dlaruv.o cbbcsd.o cbdsqr.o cgbbrd.o cgbcon.o cgbequb.o cgbequ.o cgbrfs.o cgbrfsx.o cgbsv.o cgbsvx.o cgbsvxx.o cgbtf2.o cgbtrf.o cgbtrs.o cgebak.o cgebal.o cgebd2.o cgebrd.o cgecon.o cgeequb.o cgeequ.o cgees.o cgeesx.o cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgehrd.o cgelq2.o cgelqf.o cgelsd.o cgels.o cgelss.o cgelsx.o cgelsy.o cgemqrt.o cgeql2.o cgeqlf.o cgeqp3.o cgeqpf.o cgeqr2.o cgeqr2p.o cgeqrf.o cgeqrfp.o cgeqrt2.o cgeqrt3.o cgeqrt.o cgerfs.o cgerfsx.o cgerq2.o cgerqf.o cgesc2.o cgesdd.o cgesvd.o cgesv.o cgesvx.o cgesvxx.o cgetc2.o cgetf2.o cgetrf.o cgetri.o cgetrs.o cggbak.o cggbal.o cgges.o cggesx.o cggev.o cggevx.o cggglm.o cgghrd.o cgglse.o cggqrf.o cggrqf.o cggsvd.o cggsvp.o cgtcon.o cgtrfs.o cgtsv.o cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbevd.o chbev.o chbevx.o chbgst.o chbgvd.o chbgv.o chbgvx.o chbtrd.o checon.o checon_rook.o cheequb.o cheevd.o cheev.o cheevr.o cheevx.o chegs2.o chegst.o chegvd.o chegv.o chegvx.o cherfs.o cherfsx.o chesv.o chesv_rook.o chesvx.o chesvxx.o cheswapr.o chetd2.o chetf2.o chetf2_rook.o chetrd.o chetrf.o chetrf_rook.o chetri2.o chetri2x.o chetri.o chetri_rook.o chetrs2.o chetrs.o chetrs_rook.o chfrk.o chgeqz.o chla_transtype.o chpcon.o chpevd.o chpev.o chpevx.o chpgst.o chpgvd.o chpgv.o chpgvx.o chprfs.o chpsv.o chpsvx.o chptrd.o chptrf.o chptri.o chptrs.o chsein.o chseqr.o clabrd.o clacgv.o clacn2.o clacon.o clacp2.o clacpy.o clacrm.o clacrt.o cladiv.o claed0.o claed7.o claed8.o claein.o claesy.o claev2.o clag2z.o cla_gbamv.o cla_gbrcond_c.o cla_gbrcond_x.o cla_gbrfsx_extended.o cla_gbrpvgrw.o cla_geamv.o cla_gercond_c.o cla_gercond_x.o cla_gerfsx_extended.o cla_gerpvgrw.o clags2.o clagtm.o cla_heamv.o clahef.o clahef_rook.o cla_hercond_c.o cla_hercond_x.o cla_herfsx_extended.o cla_herpvgrw.o clahqr.o clahr2.o clahrd.o claic1.o cla_lin_berr.o clals0.o clalsa.o clalsd.o clangb.o clange.o clangt.o clanhb.o clanhe.o clanhf.o clanhp.o clanhs.o clanht.o clansb.o clansp.o clansy.o clantb.o clantp.o clantr.o clapll.o clapmr.o clapmt.o cla_porcond_c.o cla_porcond_x.o cla_porfsx_extended.o cla_porpvgrw.o claqgb.o claqge.o claqhb.o claqhe.o claqhp.o claqp2.o claqps.o claqr0.o claqr1.o claqr2.o claqr3.o claqr4.o claqr5.o claqsb.o claqsp.o claqsy.o clar1v.o clar2v.o clarcm.o clarfb.o clarf.o clarfg.o clarfgp.o clarft.o clarfx.o clargv.o clarnv.o clarrv.o clarscl2.o clartg.o clartv.o clarzb.o clarz.o clarzt.o clascl2.o clascl.o claset.o clasr.o classq.o claswp.o cla_syamv.o clasyf.o clasyf_rook.o cla_syrcond_c.o cla_syrcond_x.o cla_syrfsx_extended.o cla_syrpvgrw.o clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o clatzm.o clauu2.o clauum.o cla_wwaddw.o cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o cpftrf.o cpftri.o cpftrs.o cpocon.o cpoequb.o cpoequ.o cporfs.o cporfsx.o cposv.o cposvx.o cposvxx.o cpotf2.o cpotrf.o cpotri.o cpotrs.o cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o cpstf2.o cpstrf.o cptcon.o cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o cptts2.o crot.o cspcon.o cspmv.o cspr.o csprfs.o cspsv.o cspsvx.o csptrf.o csptri.o csptrs.o csrscl.o cstedc.o cstegr.o cstein.o cstemr.o csteqr.o csycon.o csycon_rook.o csyconv.o csyequb.o csymv.o csyr.o csyrfs.o csyrfsx.o csysv.o csysv_rook.o csysvx.o csysvxx.o csyswapr.o csytf2.o csytf2_rook.o csytrf.o csytrf_rook.o csytri2.o csytri2x.o csytri.o csytri_rook.o csytrs2.o csytrs.o csytrs_rook.o ctbcon.o ctbrfs.o ctbtrs.o ctfsm.o ctftri.o ctfttp.o ctfttr.o ctgevc.o ctgex2.o ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o ctpcon.o ctpmqrt.o ctpqrt2.o ctpqrt.o ctprfb.o ctprfs.o ctptri.o ctptrs.o ctpttf.o ctpttr.o ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctrttf.o ctrttp.o ctzrqf.o ctzrzf.o cunbdb1.o cunbdb2.o cunbdb3.o cunbdb4.o cunbdb5.o cunbdb6.o cunbdb.o cuncsd2by1.o cuncsd.o cung2l.o cung2r.o cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o cungr2.o cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o cunmhr.o cunml2.o cunmlq.o cunmql.o cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o cunmtr.o cupgtr.o cupmtr.o dbbcsd.o dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o dgbcon.o dgbequb.o dgbequ.o dgbrfs.o dgbrfsx.o dgbsv.o dgbsvx.o dgbsvxx.o dgbtf2.o dgbtrf.o dgbtrs.o dgebak.o dgebal.o dgebd2.o dgebrd.o dgecon.o dgeequb.o dgeequ.o dgees.o dgeesx.o dgeev.o dgeevx.o dgegs.o dgegv.o dgehd2.o dgehrd.o dgejsv.o dgelq2.o dgelqf.o dgelsd.o dgels.o dgelss.o dgelsx.o dgelsy.o dgemqrt.o dgeql2.o dgeqlf.o dgeqp3.o dgeqpf.o dgeqr2.o dgeqr2p.o dgeqrf.o dgeqrfp.o dgeqrt2.o dgeqrt3.o dgeqrt.o dgerfs.o dgerfsx.o dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesvd.o dgesv.o dgesvj.o dgesvx.o dgesvxx.o dgetc2.o dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o dggglm.o dgghrd.o dgglse.o dggqrf.o dggrqf.o dggsvd.o dggsvp.o dgsvj0.o dgsvj1.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o dhgeqz.o dhsein.o dhseqr.o disnan.o dlabad.o dlabrd.o dlacn2.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaebz.o dlaed0.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o dlaed6.o dlaed7.o dlaed8.o dlaed9.o dlaeda.o dlaein.o dlaev2.o dlaexc.o dlag2.o dlag2s.o dla_gbamv.o dla_gbrcond.o dla_gbrfsx_extended.o dla_gbrpvgrw.o dla_geamv.o dla_gercond.o dla_gerfsx_extended.o dla_gerpvgrw.o dlags2.o dlagtf.o dlagtm.o dlagts.o dlagv2.o dlahqr.o dlahr2.o dlahrd.o dlaic1.o dlaisnan.o dla_lin_berr.o dlaln2.o dlals0.o dlalsa.o dlalsd.o dlamrg.o dlaneg.o dlangb.o dlange.o dlangt.o dlanhs.o dlansb.o dlansf.o dlansp.o dlanst.o dlansy.o dlantb.o dlantp.o dlantr.o dlanv2.o dlapll.o dlapmr.o dlapmt.o dla_porcond.o dla_porfsx_extended.o dla_porpvgrw.o dlapy2.o dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o dlaqps.o dlaqr0.o dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlaqsb.o dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o dlar2v.o dlarfb.o dlarf.o dlarfg.o dlarfgp.o dlarft.o dlarfx.o dlargv.o dlarnv.o dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlarscl2.o dlartg.o dlartgp.o dlartgs.o dlartv.o dlaruv.o dlarzb.o dlarz.o dlarzt.o dlas2.o dlascl2.o dlascl.o dlasd0.o dlasd1.o dlasd2.o dlasd3.o dlasd4.o dlasd5.o dlasd6.o dlasd7.o dlasd8.o dlasda.o dlasdq.o dlasdt.o dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o dlassq.o dlasv2.o dlaswp.o dlasy2.o dla_syamv.o dlasyf.o dlasyf_rook.o dla_syrcond.o dla_syrfsx_extended.o dla_syrpvgrw.o dlat2s.o dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o dlatzm.o dlauu2.o dlauum.o dla_wwaddw.o dlazq3.o dlazq4.o dopgtr.o dopmtr.o dorbdb1.o dorbdb2.o dorbdb3.o dorbdb4.o dorbdb5.o dorbdb6.o dorbdb.o dorcsd2by1.o dorcsd.o dorg2l.o dorg2r.o dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o dorgrq.o dorgtr.o dorm2l.o dorm2r.o dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o dormr2.o dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o dpbstf.o dpbsv.o dpbsvx.o dpbtf2.o dpbtrf.o dpbtrs.o dpftrf.o dpftri.o dpftrs.o dpocon.o dpoequb.o dpoequ.o dporfs.o dporfsx.o dposv.o dposvx.o dposvxx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dppcon.o dppequ.o dpprfs.o dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dpstf2.o dpstrf.o dptcon.o dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o dpttrs.o dptts2.o drscl.o dsbevd.o dsbev.o dsbevx.o dsbgst.o dsbgvd.o dsbgv.o dsbgvx.o dsbtrd.o dsfrk.o dsgesv.o dspcon.o dspevd.o dspev.o dspevx.o dspgst.o dspgvd.o dspgv.o dspgvx.o dsposv.o dsprfs.o dspsv.o dspsvx.o dsptrd.o dsptrf.o dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o dstein.o dstemr.o dsteqr.o dsterf.o dstevd.o dstev.o dstevr.o dstevx.o dsycon.o dsycon_rook.o dsyconv.o dsyequb.o dsyevd.o dsyev.o dsyevr.o dsyevx.o dsygs2.o dsygst.o dsygvd.o dsygv.o dsygvx.o dsyrfs.o dsyrfsx.o dsysv.o dsysv_rook.o dsysvx.o dsysvxx.o dsyswapr.o dsytd2.o dsytf2.o dsytf2_rook.o dsytrd.o dsytrf.o dsytrf_rook.o dsytri2.o dsytri2x.o dsytri.o dsytri_rook.o dsytrs2.o dsytrs.o dsytrs_rook.o dtbcon.o dtbrfs.o dtbtrs.o dtfsm.o dtftri.o dtfttp.o dtfttr.o dtgevc.o dtgex2.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o dtgsyl.o dtpcon.o dtpmqrt.o dtpqrt2.o dtpqrt.o dtprfb.o dtprfs.o dtptri.o dtptrs.o dtpttf.o dtpttr.o dtrcon.o dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o dtrti2.o dtrtri.o dtrtrs.o dtrttf.o dtrttp.o dtzrqf.o dtzrzf.o dzsum1.o icmax1.o ieeeck.o ilaclc.o ilaclr.o iladiag.o iladlc.o iladlr.o ilaenv.o ilaprec.o ilaslc.o ilaslr.o ilatrans.o ilauplo.o ilaver.o ilazlc.o ilazlr.o iparmq.o izmax1.o lsamen.o sbbcsd.o sbdsdc.o sbdsqr.o scsum1.o sdisna.o sgbbrd.o sgbcon.o sgbequb.o sgbequ.o sgbrfs.o sgbrfsx.o sgbsv.o sgbsvx.o sgbsvxx.o sgbtf2.o sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o sgebrd.o sgecon.o sgeequb.o sgeequ.o sgees.o sgeesx.o sgeev.o sgeevx.o sgegs.o sgegv.o sgehd2.o sgehrd.o sgejsv.o sgelq2.o sgelqf.o sgelsd.o sgels.o sgelss.o sgelsx.o sgelsy.o sgemqrt.o sgeql2.o sgeqlf.o sgeqp3.o sgeqpf.o sgeqr2.o sgeqr2p.o sgeqrf.o sgeqrfp.o sgeqrt2.o sgeqrt3.o sgeqrt.o sgerfs.o sgerfsx.o sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesv.o sgesvj.o sgesvx.o sgesvxx.o sgetc2.o sgetf2.o sgetrf.o sgetri.o sgetrs.o sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o sggglm.o sgghrd.o sgglse.o sggqrf.o sggrqf.o sggsvd.o sggsvp.o sgsvj0.o sgsvj1.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o sisnan.o slabad.o slabrd.o slacn2.o slacon.o slacpy.o sladiv.o slae2.o slaebz.o slaed0.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slaein.o slaev2.o slaexc.o slag2d.o slag2.o sla_gbamv.o sla_gbrcond.o sla_gbrfsx_extended.o sla_gbrpvgrw.o sla_geamv.o sla_gercond.o sla_gerfsx_extended.o sla_gerpvgrw.o slags2.o slagtf.o slagtm.o slagts.o slagv2.o slahqr.o slahr2.o slahrd.o slaic1.o slaisnan.o sla_lin_berr.o slaln2.o slals0.o slalsa.o slalsd.o slamrg.o slaneg.o slangb.o slange.o slangt.o slanhs.o slansb.o slansf.o slansp.o slanst.o slansy.o slantb.o slantp.o slantr.o slanv2.o slapll.o slapmr.o slapmt.o sla_porcond.o sla_porfsx_extended.o sla_porpvgrw.o slapy2.o slapy3.o slaqgb.o slaqge.o slaqp2.o slaqps.o slaqr0.o slaqr1.o slaqr2.o slaqr3.o slaqr4.o slaqr5.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o slar2v.o slarfb.o slarf.o slarfg.o slarfgp.o slarft.o slarfx.o slargv.o slarnv.o slarra.o slarrb.o slarrc.o slarrd.o slarre.o slarrf.o slarrj.o slarrk.o slarrr.o slarrv.o slarscl2.o slartg.o slartgp.o slartgs.o slartv.o slaruv.o slarzb.o slarz.o slarzt.o slas2.o slascl2.o slascl.o slasd0.o slasd1.o slasd2.o slasd3.o slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasda.o slasdq.o slasdt.o slaset.o slasq1.o slasq2.o slasq3.o slasq4.o slasq5.o slasq6.o slasr.o slasrt.o slassq.o slasv2.o slaswp.o slasy2.o sla_syamv.o slasyf.o slasyf_rook.o sla_syrcond.o sla_syrfsx_extended.o sla_syrpvgrw.o slatbs.o slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o slauu2.o slauum.o sla_wwaddw.o slazq3.o slazq4.o sopgtr.o sopmtr.o sorbdb1.o sorbdb2.o sorbdb3.o sorbdb4.o sorbdb5.o sorbdb6.o sorbdb.o sorcsd2by1.o sorcsd.o sorg2l.o sorg2r.o sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o spbrfs.o spbstf.o spbsv.o spbsvx.o spbtf2.o spbtrf.o spbtrs.o spftrf.o spftri.o spftrs.o spocon.o spoequb.o spoequ.o sporfs.o sporfsx.o sposv.o sposvx.o sposvxx.o spotf2.o spotrf.o spotri.o spotrs.o sppcon.o sppequ.o spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o spstf2.o spstrf.o sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o spttrf.o spttrs.o sptts2.o srscl.o ssbevd.o ssbev.o ssbevx.o ssbgst.o ssbgvd.o ssbgv.o ssbgvx.o ssbtrd.o ssfrk.o sspcon.o sspevd.o sspev.o sspevx.o sspgst.o sspgvd.o sspgv.o sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o ssptrf.o ssptri.o ssptrs.o sstebz.o sstedc.o sstegr.o sstein.o sstemr.o ssteqr.o ssterf.o sstevd.o sstev.o sstevr.o sstevx.o ssycon.o ssycon_rook.o ssyconv.o ssyequb.o ssyevd.o ssyev.o ssyevr.o ssyevx.o ssygs2.o ssygst.o ssygvd.o ssygv.o ssygvx.o ssyrfs.o ssyrfsx.o ssysv.o ssysv_rook.o ssysvx.o ssysvxx.o ssyswapr.o ssytd2.o ssytf2.o ssytf2_rook.o ssytrd.o ssytrf.o ssytrf_rook.o ssytri2.o ssytri2x.o ssytri.o ssytri_rook.o ssytrs2.o ssytrs.o ssytrs_rook.o stbcon.o stbrfs.o stbtrs.o stfsm.o stftri.o stfttp.o stfttr.o stgevc.o stgex2.o stgexc.o stgsen.o stgsja.o stgsna.o stgsy2.o stgsyl.o stpcon.o stpmqrt.o stpqrt2.o stpqrt.o stprfb.o stprfs.o stptri.o stptrs.o stpttf.o stpttr.o strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o strsyl.o strti2.o strtri.o strtrs.o strttf.o strttp.o stzrqf.o stzrzf.o zbbcsd.o zbdsqr.o zcgesv.o zcposv.o zdrscl.o zgbbrd.o zgbcon.o zgbequb.o zgbequ.o zgbrfs.o zgbrfsx.o zgbsv.o zgbsvx.o zgbsvxx.o zgbtf2.o zgbtrf.o zgbtrs.o zgebak.o zgebal.o zgebd2.o zgebrd.o zgecon.o zgeequb.o zgeequ.o zgees.o zgeesx.o zgeev.o zgeevx.o zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o zgelsd.o zgels.o zgelss.o zgelsx.o zgelsy.o zgemqrt.o zgeql2.o zgeqlf.o zgeqp3.o zgeqpf.o zgeqr2.o zgeqr2p.o zgeqrf.o zgeqrfp.o zgeqrt2.o zgeqrt3.o zgeqrt.o zgerfs.o zgerfsx.o zgerq2.o zgerqf.o zgesc2.o zgesdd.o zgesvd.o zgesv.o zgesvx.o zgesvxx.o zgetc2.o zgetf2.o zgetrf.o zgetri.o zgetrs.o zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o zggglm.o zgghrd.o zgglse.o zggqrf.o zggrqf.o zggsvd.o zggsvp.o zgtcon.o zgtrfs.o zgtsv.o zgtsvx.o zgttrf.o zgttrs.o zgtts2.o zhbevd.o zhbev.o zhbevx.o zhbgst.o zhbgvd.o zhbgv.o zhbgvx.o zhbtrd.o zhecon.o zhecon_rook.o zheequb.o zheevd.o zheev.o zheevr.o zheevx.o zhegs2.o zhegst.o zhegvd.o zhegv.o zhegvx.o zherfs.o zherfsx.o zhesv.o zhesv_rook.o zhesvx.o zhesvxx.o zheswapr.o zhetd2.o zhetf2.o zhetf2_rook.o zhetrd.o zhetrf.o zhetrf_rook.o zhetri2.o zhetri2x.o zhetri.o zhetri_rook.o zhetrs2.o zhetrs.o zhetrs_rook.o zhfrk.o zhgeqz.o zhpcon.o zhpevd.o zhpev.o zhpevx.o zhpgst.o zhpgvd.o zhpgv.o zhpgvx.o zhprfs.o zhpsv.o zhpsvx.o zhptrd.o zhptrf.o zhptri.o zhptrs.o zhsein.o zhseqr.o zlabrd.o zlacgv.o zlacn2.o zlacon.o zlacp2.o zlacpy.o zlacrm.o zlacrt.o zladiv.o zlaed0.o zlaed7.o zlaed8.o zlaein.o zlaesy.o zlaev2.o zlag2c.o zla_gbamv.o zla_gbrcond_c.o zla_gbrcond_x.o zla_gbrfsx_extended.o zla_gbrpvgrw.o zla_geamv.o zla_gercond_c.o zla_gercond_x.o zla_gerfsx_extended.o zla_gerpvgrw.o zlags2.o zlagtm.o zla_heamv.o zlahef.o zlahef_rook.o zla_hercond_c.o zla_hercond_x.o zla_herfsx_extended.o zla_herpvgrw.o zlahqr.o zlahr2.o zlahrd.o zlaic1.o zla_lin_berr.o zlals0.o zlalsa.o zlalsd.o zlangb.o zlange.o zlangt.o zlanhb.o zlanhe.o zlanhf.o zlanhp.o zlanhs.o zlanht.o zlansb.o zlansp.o zlansy.o zlantb.o zlantp.o zlantr.o zlapll.o zlapmr.o zlapmt.o zla_porcond_c.o zla_porcond_x.o zla_porfsx_extended.o zla_porpvgrw.o zlaqgb.o zlaqge.o zlaqhb.o zlaqhe.o zlaqhp.o zlaqp2.o zlaqps.o zlaqr0.o zlaqr1.o zlaqr2.o zlaqr3.o zlaqr4.o zlaqr5.o zlaqsb.o zlaqsp.o zlaqsy.o zlar1v.o zlar2v.o zlarcm.o zlarfb.o zlarf.o zlarfg.o zlarfgp.o zlarft.o zlarfx.o zlargv.o zlarnv.o zlarrv.o zlarscl2.o zlartg.o zlartv.o zlarzb.o zlarz.o zlarzt.o zlascl2.o zlascl.o zlaset.o zlasr.o zlassq.o zlaswp.o zla_syamv.o zlasyf.o zlasyf_rook.o zla_syrcond_c.o zla_syrcond_x.o zla_syrfsx_extended.o zla_syrpvgrw.o zlat2c.o zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o zlatrz.o zlatzm.o zlauu2.o zlauum.o zla_wwaddw.o zpbcon.o zpbequ.o zpbrfs.o zpbstf.o zpbsv.o zpbsvx.o zpbtf2.o zpbtrf.o zpbtrs.o zpftrf.o zpftri.o zpftrs.o zpocon.o zpoequb.o zpoequ.o zporfs.o zporfsx.o zposv.o zposvx.o zposvxx.o zpotf2.o zpotrf.o zpotri.o zpotrs.o zppcon.o zppequ.o zpprfs.o zppsv.o zppsvx.o zpptrf.o zpptri.o zpptrs.o zpstf2.o zpstrf.o zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o zpttrs.o zptts2.o zrot.o zspcon.o zspmv.o zspr.o zsprfs.o zspsv.o zspsvx.o zsptrf.o zsptri.o zsptrs.o zstedc.o zstegr.o zstein.o zstemr.o zsteqr.o zsycon.o zsycon_rook.o zsyconv.o zsyequb.o zsymv.o zsyr.o zsyrfs.o zsyrfsx.o zsysv.o zsysv_rook.o zsysvx.o zsysvxx.o zsyswapr.o zsytf2.o zsytf2_rook.o zsytrf.o zsytrf_rook.o zsytri2.o zsytri2x.o zsytri.o zsytri_rook.o zsytrs2.o zsytrs.o zsytrs_rook.o ztbcon.o ztbrfs.o ztbtrs.o ztfsm.o ztftri.o ztfttp.o ztfttr.o ztgevc.o ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o ztgsyl.o ztpcon.o ztpmqrt.o ztpqrt2.o ztpqrt.o ztprfb.o ztprfs.o ztptri.o ztptrs.o ztpttf.o ztpttr.o ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztrttf.o ztrttp.o ztzrqf.o ztzrzf.o zunbdb1.o zunbdb2.o zunbdb3.o zunbdb4.o zunbdb5.o zunbdb6.o zunbdb.o zuncsd2by1.o zuncsd.o zung2l.o zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o zunm2r.o zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o zupgtr.o zupmtr.o
make[1]: Leaving directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/lapack'
cd lapack-extra; /bin/make lib FC="/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MT -O3 -fpp" FNOOPT="-MT " AR="/bin/ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libflapack.lib"
make[1]: Entering directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/lapack-extra'
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -MT  slamch.f dlamch.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -MT -O3 -fpp ilaver.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/bin/ar cr ../libflapack.lib slamch.o dlamch.o ilaver.o 
/bin/rm -f slamch.o dlamch.o ilaver.o
make[1]: Leaving directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/lapack-extra'
/bin/ranlib libflapack.lib
stdout: make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
Executing: cd /cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c && mkdir -p /cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib && cp -f libfblas.lib libflapack.lib /cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib
********Output of running make on FBLASLAPACK follows *******
/bin/rm -f */*.o
/bin/rm -f ./*.a ./*.lib
cd blas;   /bin/make lib FC="/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MT -O3 -fpp" FNOOPT="-MT " AR="/bin/ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libfblas.lib"
make[1]: Entering directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/blas'
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o caxpy.o -c -MT -O3 -fpp caxpy.f
cd lapack; /bin/make lib FC="/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MT -O3 -fpp" FNOOPT="-MT " AR="/bin/ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libflapack.lib"
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
make[1]: Entering directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/lapack'
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaruv.o -c  -MT  slaruv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ccopy.o -c -MT -O3 -fpp ccopy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cdotc.o -c -MT -O3 -fpp cdotc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cdotu.o -c -MT -O3 -fpp cdotu.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbmv.o -c -MT -O3 -fpp cgbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaruv.o -c  -MT  dlaruv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgemm.o -c -MT -O3 -fpp cgemm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgemv.o -c -MT -O3 -fpp cgemv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cbbcsd.o -c -MT -O3 -fpp cbbcsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgerc.o -c -MT -O3 -fpp cgerc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cbdsqr.o -c -MT -O3 -fpp cbdsqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbbrd.o -c -MT -O3 -fpp cgbbrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeru.o -c -MT -O3 -fpp cgeru.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbmv.o -c -MT -O3 -fpp chbmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbcon.o -c -MT -O3 -fpp cgbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chemm.o -c -MT -O3 -fpp chemm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbequb.o -c -MT -O3 -fpp cgbequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chemv.o -c -MT -O3 -fpp chemv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbequ.o -c -MT -O3 -fpp cgbequ.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbrfs.o -c -MT -O3 -fpp cgbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cher2.o -c -MT -O3 -fpp cher2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbrfsx.o -c -MT -O3 -fpp cgbrfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cher2k.o -c -MT -O3 -fpp cher2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbsv.o -c -MT -O3 -fpp cgbsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cher.o -c -MT -O3 -fpp cher.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbsvx.o -c -MT -O3 -fpp cgbsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cherk.o -c -MT -O3 -fpp cherk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpmv.o -c -MT -O3 -fpp chpmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbsvxx.o -c -MT -O3 -fpp cgbsvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbtf2.o -c -MT -O3 -fpp cgbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpr2.o -c -MT -O3 -fpp chpr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbtrf.o -c -MT -O3 -fpp cgbtrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpr.o -c -MT -O3 -fpp chpr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgbtrs.o -c -MT -O3 -fpp cgbtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o crotg.o -c -MT -O3 -fpp crotg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgebak.o -c -MT -O3 -fpp cgebak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cscal.o -c -MT -O3 -fpp cscal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgebal.o -c -MT -O3 -fpp cgebal.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csrot.o -c -MT -O3 -fpp csrot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgebd2.o -c -MT -O3 -fpp cgebd2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csscal.o -c -MT -O3 -fpp csscal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgebrd.o -c -MT -O3 -fpp cgebrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cswap.o -c -MT -O3 -fpp cswap.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgecon.o -c -MT -O3 -fpp cgecon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Source\PETSC-~1.4\PETSC-~1.4_W\EXTERN~1\PETSC-~1\lapack\cgebal.f(208): remark #7713: This statement function has not been used.   [CABS1]
      REAL               CABS1
-------------------------^
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csymm.o -c -MT -O3 -fpp csymm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeequb.o -c -MT -O3 -fpp cgeequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyr2k.o -c -MT -O3 -fpp csyr2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeequ.o -c -MT -O3 -fpp cgeequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyrk.o -c -MT -O3 -fpp csyrk.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgees.o -c -MT -O3 -fpp cgees.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctbmv.o -c -MT -O3 -fpp ctbmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeesx.o -c -MT -O3 -fpp cgeesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctbsv.o -c -MT -O3 -fpp ctbsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeev.o -c -MT -O3 -fpp cgeev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpmv.o -c -MT -O3 -fpp ctpmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeevx.o -c -MT -O3 -fpp cgeevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpsv.o -c -MT -O3 -fpp ctpsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgegs.o -c -MT -O3 -fpp cgegs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrmm.o -c -MT -O3 -fpp ctrmm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgegv.o -c -MT -O3 -fpp cgegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgehd2.o -c -MT -O3 -fpp cgehd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrmv.o -c -MT -O3 -fpp ctrmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgehrd.o -c -MT -O3 -fpp cgehrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrsm.o -c -MT -O3 -fpp ctrsm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelq2.o -c -MT -O3 -fpp cgelq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrsv.o -c -MT -O3 -fpp ctrsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelqf.o -c -MT -O3 -fpp cgelqf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dasum.o -c -MT -O3 -fpp dasum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelsd.o -c -MT -O3 -fpp cgelsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o daxpy.o -c -MT -O3 -fpp daxpy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgels.o -c -MT -O3 -fpp cgels.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dcabs1.o -c -MT -O3 -fpp dcabs1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelss.o -c -MT -O3 -fpp cgelss.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelsx.o -c -MT -O3 -fpp cgelsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dcopy.o -c -MT -O3 -fpp dcopy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgelsy.o -c -MT -O3 -fpp cgelsy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ddot.o -c -MT -O3 -fpp ddot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgemqrt.o -c -MT -O3 -fpp cgemqrt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbmv.o -c -MT -O3 -fpp dgbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeql2.o -c -MT -O3 -fpp cgeql2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgemm.o -c -MT -O3 -fpp dgemm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqlf.o -c -MT -O3 -fpp cgeqlf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgemv.o -c -MT -O3 -fpp dgemv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqp3.o -c -MT -O3 -fpp cgeqp3.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dger.o -c -MT -O3 -fpp dger.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqpf.o -c -MT -O3 -fpp cgeqpf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dnrm2.o -c -MT -O3 -fpp dnrm2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqr2.o -c -MT -O3 -fpp cgeqr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o drot.o -c -MT -O3 -fpp drot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqr2p.o -c -MT -O3 -fpp cgeqr2p.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o drotg.o -c -MT -O3 -fpp drotg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrf.o -c -MT -O3 -fpp cgeqrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o drotm.o -c -MT -O3 -fpp drotm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrfp.o -c -MT -O3 -fpp cgeqrfp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o drotmg.o -c -MT -O3 -fpp drotmg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbmv.o -c -MT -O3 -fpp dsbmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt2.o -c -MT -O3 -fpp cgeqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dscal.o -c -MT -O3 -fpp dscal.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt3.o -c -MT -O3 -fpp cgeqrt3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsdot.o -c -MT -O3 -fpp dsdot.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt.o -c -MT -O3 -fpp cgeqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspmv.o -c -MT -O3 -fpp dspmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgerfs.o -c -MT -O3 -fpp cgerfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspr2.o -c -MT -O3 -fpp dspr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgerfsx.o -c -MT -O3 -fpp cgerfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgerq2.o -c -MT -O3 -fpp cgerq2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspr.o -c -MT -O3 -fpp dspr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgerqf.o -c -MT -O3 -fpp cgerqf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dswap.o -c -MT -O3 -fpp dswap.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesc2.o -c -MT -O3 -fpp cgesc2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsymm.o -c -MT -O3 -fpp dsymm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesdd.o -c -MT -O3 -fpp cgesdd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsymv.o -c -MT -O3 -fpp dsymv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesvd.o -c -MT -O3 -fpp cgesvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyr2.o -c -MT -O3 -fpp dsyr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesv.o -c -MT -O3 -fpp cgesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyr2k.o -c -MT -O3 -fpp dsyr2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyr.o -c -MT -O3 -fpp dsyr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesvx.o -c -MT -O3 -fpp cgesvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyrk.o -c -MT -O3 -fpp dsyrk.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgesvxx.o -c -MT -O3 -fpp cgesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtbmv.o -c -MT -O3 -fpp dtbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgetc2.o -c -MT -O3 -fpp cgetc2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgetf2.o -c -MT -O3 -fpp cgetf2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtbsv.o -c -MT -O3 -fpp dtbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgetrf.o -c -MT -O3 -fpp cgetrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpmv.o -c -MT -O3 -fpp dtpmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgetri.o -c -MT -O3 -fpp cgetri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpsv.o -c -MT -O3 -fpp dtpsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgetrs.o -c -MT -O3 -fpp cgetrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrmm.o -c -MT -O3 -fpp dtrmm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggbak.o -c -MT -O3 -fpp cggbak.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrmv.o -c -MT -O3 -fpp dtrmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrsm.o -c -MT -O3 -fpp dtrsm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggbal.o -c -MT -O3 -fpp cggbal.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrsv.o -c -MT -O3 -fpp dtrsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgges.o -c -MT -O3 -fpp cgges.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dzasum.o -c -MT -O3 -fpp dzasum.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggesx.o -c -MT -O3 -fpp cggesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggev.o -c -MT -O3 -fpp cggev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dznrm2.o -c -MT -O3 -fpp dznrm2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggevx.o -c -MT -O3 -fpp cggevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o icamax.o -c -MT -O3 -fpp icamax.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggglm.o -c -MT -O3 -fpp cggglm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o idamax.o -c -MT -O3 -fpp idamax.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgghrd.o -c -MT -O3 -fpp cgghrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o isamax.o -c -MT -O3 -fpp isamax.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgglse.o -c -MT -O3 -fpp cgglse.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o izamax.o -c -MT -O3 -fpp izamax.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggqrf.o -c -MT -O3 -fpp cggqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggrqf.o -c -MT -O3 -fpp cggrqf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o lsame.o -c -MT -O3 -fpp lsame.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggsvd.o -c -MT -O3 -fpp cggsvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sasum.o -c -MT -O3 -fpp sasum.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cggsvp.o -c -MT -O3 -fpp cggsvp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o saxpy.o -c -MT -O3 -fpp saxpy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgtcon.o -c -MT -O3 -fpp cgtcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o scabs1.o -c -MT -O3 -fpp scabs1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgtrfs.o -c -MT -O3 -fpp cgtrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o scasum.o -c -MT -O3 -fpp scasum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o scnrm2.o -c -MT -O3 -fpp scnrm2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgtsv.o -c -MT -O3 -fpp cgtsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgtsvx.o -c -MT -O3 -fpp cgtsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o scopy.o -c -MT -O3 -fpp scopy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgttrf.o -c -MT -O3 -fpp cgttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sdot.o -c -MT -O3 -fpp sdot.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgttrs.o -c -MT -O3 -fpp cgttrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sdsdot.o -c -MT -O3 -fpp sdsdot.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cgtts2.o -c -MT -O3 -fpp cgtts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbevd.o -c -MT -O3 -fpp chbevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbmv.o -c -MT -O3 -fpp sgbmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbev.o -c -MT -O3 -fpp chbev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgemm.o -c -MT -O3 -fpp sgemm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbevx.o -c -MT -O3 -fpp chbevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgemv.o -c -MT -O3 -fpp sgemv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbgst.o -c -MT -O3 -fpp chbgst.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sger.o -c -MT -O3 -fpp sger.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbgvd.o -c -MT -O3 -fpp chbgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbgv.o -c -MT -O3 -fpp chbgv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o snrm2.o -c -MT -O3 -fpp snrm2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o srot.o -c -MT -O3 -fpp srot.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbgvx.o -c -MT -O3 -fpp chbgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o srotg.o -c -MT -O3 -fpp srotg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chbtrd.o -c -MT -O3 -fpp chbtrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o srotm.o -c -MT -O3 -fpp srotm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o checon.o -c -MT -O3 -fpp checon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o srotmg.o -c -MT -O3 -fpp srotmg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o checon_rook.o -c -MT -O3 -fpp checon_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbmv.o -c -MT -O3 -fpp ssbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheequb.o -c -MT -O3 -fpp cheequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sscal.o -c -MT -O3 -fpp sscal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheevd.o -c -MT -O3 -fpp cheevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspmv.o -c -MT -O3 -fpp sspmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheev.o -c -MT -O3 -fpp cheev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspr2.o -c -MT -O3 -fpp sspr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheevr.o -c -MT -O3 -fpp cheevr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspr.o -c -MT -O3 -fpp sspr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheevx.o -c -MT -O3 -fpp cheevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chegs2.o -c -MT -O3 -fpp chegs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sswap.o -c -MT -O3 -fpp sswap.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chegst.o -c -MT -O3 -fpp chegst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssymm.o -c -MT -O3 -fpp ssymm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chegvd.o -c -MT -O3 -fpp chegvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssymv.o -c -MT -O3 -fpp ssymv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chegv.o -c -MT -O3 -fpp chegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyr2.o -c -MT -O3 -fpp ssyr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chegvx.o -c -MT -O3 -fpp chegvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyr2k.o -c -MT -O3 -fpp ssyr2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cherfs.o -c -MT -O3 -fpp cherfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyr.o -c -MT -O3 -fpp ssyr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cherfsx.o -c -MT -O3 -fpp cherfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyrk.o -c -MT -O3 -fpp ssyrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chesv.o -c -MT -O3 -fpp chesv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stbmv.o -c -MT -O3 -fpp stbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chesv_rook.o -c -MT -O3 -fpp chesv_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stbsv.o -c -MT -O3 -fpp stbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chesvx.o -c -MT -O3 -fpp chesvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpmv.o -c -MT -O3 -fpp stpmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chesvxx.o -c -MT -O3 -fpp chesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpsv.o -c -MT -O3 -fpp stpsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cheswapr.o -c -MT -O3 -fpp cheswapr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strmm.o -c -MT -O3 -fpp strmm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetd2.o -c -MT -O3 -fpp chetd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strmv.o -c -MT -O3 -fpp strmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetf2.o -c -MT -O3 -fpp chetf2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strsm.o -c -MT -O3 -fpp strsm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetf2_rook.o -c -MT -O3 -fpp chetf2_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrd.o -c -MT -O3 -fpp chetrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strsv.o -c -MT -O3 -fpp strsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o xerbla_array.o -c -MT -O3 -fpp xerbla_array.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrf.o -c -MT -O3 -fpp chetrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o xerbla.o -c -MT -O3 -fpp xerbla.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrf_rook.o -c -MT -O3 -fpp chetrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zaxpy.o -c -MT -O3 -fpp zaxpy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetri2.o -c -MT -O3 -fpp chetri2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetri2x.o -c -MT -O3 -fpp chetri2x.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zcopy.o -c -MT -O3 -fpp zcopy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetri.o -c -MT -O3 -fpp chetri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zdotc.o -c -MT -O3 -fpp zdotc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetri_rook.o -c -MT -O3 -fpp chetri_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zdotu.o -c -MT -O3 -fpp zdotu.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrs2.o -c -MT -O3 -fpp chetrs2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zdrot.o -c -MT -O3 -fpp zdrot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrs.o -c -MT -O3 -fpp chetrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zdscal.o -c -MT -O3 -fpp zdscal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chetrs_rook.o -c -MT -O3 -fpp chetrs_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbmv.o -c -MT -O3 -fpp zgbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chfrk.o -c -MT -O3 -fpp chfrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgemm.o -c -MT -O3 -fpp zgemm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chgeqz.o -c -MT -O3 -fpp chgeqz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chla_transtype.o -c -MT -O3 -fpp chla_transtype.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgemv.o -c -MT -O3 -fpp zgemv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgerc.o -c -MT -O3 -fpp zgerc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpcon.o -c -MT -O3 -fpp chpcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeru.o -c -MT -O3 -fpp zgeru.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpevd.o -c -MT -O3 -fpp chpevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpev.o -c -MT -O3 -fpp chpev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbmv.o -c -MT -O3 -fpp zhbmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpevx.o -c -MT -O3 -fpp chpevx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhemm.o -c -MT -O3 -fpp zhemm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhemv.o -c -MT -O3 -fpp zhemv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpgst.o -c -MT -O3 -fpp chpgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zher2.o -c -MT -O3 -fpp zher2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpgvd.o -c -MT -O3 -fpp chpgvd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpgv.o -c -MT -O3 -fpp chpgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zher2k.o -c -MT -O3 -fpp zher2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpgvx.o -c -MT -O3 -fpp chpgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zher.o -c -MT -O3 -fpp zher.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chprfs.o -c -MT -O3 -fpp chprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zherk.o -c -MT -O3 -fpp zherk.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpsv.o -c -MT -O3 -fpp chpsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpmv.o -c -MT -O3 -fpp zhpmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chpsvx.o -c -MT -O3 -fpp chpsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpr2.o -c -MT -O3 -fpp zhpr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chptrd.o -c -MT -O3 -fpp chptrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpr.o -c -MT -O3 -fpp zhpr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chptrf.o -c -MT -O3 -fpp chptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zrotg.o -c -MT -O3 -fpp zrotg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chptri.o -c -MT -O3 -fpp chptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zscal.o -c -MT -O3 -fpp zscal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chptrs.o -c -MT -O3 -fpp chptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zswap.o -c -MT -O3 -fpp zswap.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chsein.o -c -MT -O3 -fpp chsein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsymm.o -c -MT -O3 -fpp zsymm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o chseqr.o -c -MT -O3 -fpp chseqr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyr2k.o -c -MT -O3 -fpp zsyr2k.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clabrd.o -c -MT -O3 -fpp clabrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyrk.o -c -MT -O3 -fpp zsyrk.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacgv.o -c -MT -O3 -fpp clacgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztbmv.o -c -MT -O3 -fpp ztbmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacn2.o -c -MT -O3 -fpp clacn2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztbsv.o -c -MT -O3 -fpp ztbsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacon.o -c -MT -O3 -fpp clacon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpmv.o -c -MT -O3 -fpp ztpmv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacp2.o -c -MT -O3 -fpp clacp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpsv.o -c -MT -O3 -fpp ztpsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacpy.o -c -MT -O3 -fpp clacpy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrmm.o -c -MT -O3 -fpp ztrmm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacrm.o -c -MT -O3 -fpp clacrm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrmv.o -c -MT -O3 -fpp ztrmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clacrt.o -c -MT -O3 -fpp clacrt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrsm.o -c -MT -O3 -fpp ztrsm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cladiv.o -c -MT -O3 -fpp cladiv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrsv.o -c -MT -O3 -fpp ztrsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claed0.o -c -MT -O3 -fpp claed0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claed7.o -c -MT -O3 -fpp claed7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claed8.o -c -MT -O3 -fpp claed8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claein.o -c -MT -O3 -fpp claein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claesy.o -c -MT -O3 -fpp claesy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claev2.o -c -MT -O3 -fpp claev2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clag2z.o -c -MT -O3 -fpp clag2z.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbamv.o -c -MT -O3 -fpp cla_gbamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrcond_c.o -c -MT -O3 -fpp cla_gbrcond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrcond_x.o -c -MT -O3 -fpp cla_gbrcond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrfsx_extended.o -c -MT -O3 -fpp cla_gbrfsx_extended.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrpvgrw.o -c -MT -O3 -fpp cla_gbrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_geamv.o -c -MT -O3 -fpp cla_geamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gercond_c.o -c -MT -O3 -fpp cla_gercond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gercond_x.o -c -MT -O3 -fpp cla_gercond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gerfsx_extended.o -c -MT -O3 -fpp cla_gerfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_gerpvgrw.o -c -MT -O3 -fpp cla_gerpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clags2.o -c -MT -O3 -fpp clags2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clagtm.o -c -MT -O3 -fpp clagtm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_heamv.o -c -MT -O3 -fpp cla_heamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clahef.o -c -MT -O3 -fpp clahef.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clahef_rook.o -c -MT -O3 -fpp clahef_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_hercond_c.o -c -MT -O3 -fpp cla_hercond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_hercond_x.o -c -MT -O3 -fpp cla_hercond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_herfsx_extended.o -c -MT -O3 -fpp cla_herfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_herpvgrw.o -c -MT -O3 -fpp cla_herpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clahqr.o -c -MT -O3 -fpp clahqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clahr2.o -c -MT -O3 -fpp clahr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clahrd.o -c -MT -O3 -fpp clahrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claic1.o -c -MT -O3 -fpp claic1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_lin_berr.o -c -MT -O3 -fpp cla_lin_berr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clals0.o -c -MT -O3 -fpp clals0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clalsa.o -c -MT -O3 -fpp clalsa.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clalsd.o -c -MT -O3 -fpp clalsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/bin/ar cr ../libfblas.lib caxpy.o ccopy.o cdotc.o cdotu.o cgbmv.o cgemm.o cgemv.o cgerc.o cgeru.o chbmv.o chemm.o chemv.o cher2.o cher2k.o cher.o cherk.o chpmv.o chpr2.o chpr.o crotg.o cscal.o csrot.o csscal.o cswap.o csymm.o csyr2k.o csyrk.o ctbmv.o ctbsv.o ctpmv.o ctpsv.o ctrmm.o ctrmv.o ctrsm.o ctrsv.o dasum.o daxpy.o dcabs1.o dcopy.o ddot.o dgbmv.o dgemm.o dgemv.o dger.o dnrm2.o drot.o drotg.o drotm.o drotmg.o dsbmv.o dscal.o dsdot.o dspmv.o dspr2.o dspr.o dswap.o dsymm.o dsymv.o dsyr2.o dsyr2k.o dsyr.o dsyrk.o dtbmv.o dtbsv.o dtpmv.o dtpsv.o dtrmm.o dtrmv.o dtrsm.o dtrsv.o dzasum.o dznrm2.o icamax.o idamax.o isamax.o izamax.o lsame.o sasum.o saxpy.o scabs1.o scasum.o scnrm2.o scopy.o sdot.o sdsdot.o sgbmv.o sgemm.o sgemv.o sger.o snrm2.o srot.o srotg.o srotm.o srotmg.o ssbmv.o sscal.o sspmv.o sspr2.o sspr.o sswap.o ssymm.o ssymv.o ssyr2.o ssyr2k.o ssyr.o ssyrk.o stbmv.o stbsv.o stpmv.o stpsv.o strmm.o strmv.o strsm.o strsv.o xerbla_array.o xerbla.o zaxpy.o zcopy.o zdotc.o zdotu.o zdrot.o zdscal.o zgbmv.o zgemm.o zgemv.o zgerc.o zgeru.o zhbmv.o zhemm.o zhemv.o zher2.o zher2k.o zher.o zherk.o zhpmv.o zhpr2.o zhpr.o zrotg.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o ztrsv.o
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clangb.o -c -MT -O3 -fpp clangb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clange.o -c -MT -O3 -fpp clange.f
make[1]: Leaving directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/blas'
/bin/ranlib libfblas.lib
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clangt.o -c -MT -O3 -fpp clangt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanhb.o -c -MT -O3 -fpp clanhb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanhe.o -c -MT -O3 -fpp clanhe.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanhf.o -c -MT -O3 -fpp clanhf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanhp.o -c -MT -O3 -fpp clanhp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanhs.o -c -MT -O3 -fpp clanhs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clanht.o -c -MT -O3 -fpp clanht.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clansb.o -c -MT -O3 -fpp clansb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clansp.o -c -MT -O3 -fpp clansp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clansy.o -c -MT -O3 -fpp clansy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clantb.o -c -MT -O3 -fpp clantb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clantp.o -c -MT -O3 -fpp clantp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clantr.o -c -MT -O3 -fpp clantr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clapll.o -c -MT -O3 -fpp clapll.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clapmr.o -c -MT -O3 -fpp clapmr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clapmt.o -c -MT -O3 -fpp clapmt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_porcond_c.o -c -MT -O3 -fpp cla_porcond_c.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_porcond_x.o -c -MT -O3 -fpp cla_porcond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_porfsx_extended.o -c -MT -O3 -fpp cla_porfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_porpvgrw.o -c -MT -O3 -fpp cla_porpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqgb.o -c -MT -O3 -fpp claqgb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqge.o -c -MT -O3 -fpp claqge.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqhb.o -c -MT -O3 -fpp claqhb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqhe.o -c -MT -O3 -fpp claqhe.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqhp.o -c -MT -O3 -fpp claqhp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqp2.o -c -MT -O3 -fpp claqp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqps.o -c -MT -O3 -fpp claqps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr0.o -c -MT -O3 -fpp claqr0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr1.o -c -MT -O3 -fpp claqr1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr2.o -c -MT -O3 -fpp claqr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr3.o -c -MT -O3 -fpp claqr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr4.o -c -MT -O3 -fpp claqr4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqr5.o -c -MT -O3 -fpp claqr5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqsb.o -c -MT -O3 -fpp claqsb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqsp.o -c -MT -O3 -fpp claqsp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claqsy.o -c -MT -O3 -fpp claqsy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clar1v.o -c -MT -O3 -fpp clar1v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clar2v.o -c -MT -O3 -fpp clar2v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarcm.o -c -MT -O3 -fpp clarcm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarfb.o -c -MT -O3 -fpp clarfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarf.o -c -MT -O3 -fpp clarf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarfg.o -c -MT -O3 -fpp clarfg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarfgp.o -c -MT -O3 -fpp clarfgp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarft.o -c -MT -O3 -fpp clarft.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarfx.o -c -MT -O3 -fpp clarfx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clargv.o -c -MT -O3 -fpp clargv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarnv.o -c -MT -O3 -fpp clarnv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarrv.o -c -MT -O3 -fpp clarrv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarscl2.o -c -MT -O3 -fpp clarscl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clartg.o -c -MT -O3 -fpp clartg.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clartv.o -c -MT -O3 -fpp clartv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarzb.o -c -MT -O3 -fpp clarzb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarz.o -c -MT -O3 -fpp clarz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clarzt.o -c -MT -O3 -fpp clarzt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clascl2.o -c -MT -O3 -fpp clascl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clascl.o -c -MT -O3 -fpp clascl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claset.o -c -MT -O3 -fpp claset.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clasr.o -c -MT -O3 -fpp clasr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o classq.o -c -MT -O3 -fpp classq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o claswp.o -c -MT -O3 -fpp claswp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_syamv.o -c -MT -O3 -fpp cla_syamv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clasyf.o -c -MT -O3 -fpp clasyf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clasyf_rook.o -c -MT -O3 -fpp clasyf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrcond_c.o -c -MT -O3 -fpp cla_syrcond_c.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrcond_x.o -c -MT -O3 -fpp cla_syrcond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrfsx_extended.o -c -MT -O3 -fpp cla_syrfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrpvgrw.o -c -MT -O3 -fpp cla_syrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatbs.o -c -MT -O3 -fpp clatbs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatdf.o -c -MT -O3 -fpp clatdf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatps.o -c -MT -O3 -fpp clatps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatrd.o -c -MT -O3 -fpp clatrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatrs.o -c -MT -O3 -fpp clatrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatrz.o -c -MT -O3 -fpp clatrz.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clatzm.o -c -MT -O3 -fpp clatzm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clauu2.o -c -MT -O3 -fpp clauu2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o clauum.o -c -MT -O3 -fpp clauum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cla_wwaddw.o -c -MT -O3 -fpp cla_wwaddw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbcon.o -c -MT -O3 -fpp cpbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbequ.o -c -MT -O3 -fpp cpbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbrfs.o -c -MT -O3 -fpp cpbrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbstf.o -c -MT -O3 -fpp cpbstf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbsv.o -c -MT -O3 -fpp cpbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbsvx.o -c -MT -O3 -fpp cpbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbtf2.o -c -MT -O3 -fpp cpbtf2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbtrf.o -c -MT -O3 -fpp cpbtrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpbtrs.o -c -MT -O3 -fpp cpbtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpftrf.o -c -MT -O3 -fpp cpftrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpftri.o -c -MT -O3 -fpp cpftri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpftrs.o -c -MT -O3 -fpp cpftrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpocon.o -c -MT -O3 -fpp cpocon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpoequb.o -c -MT -O3 -fpp cpoequb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpoequ.o -c -MT -O3 -fpp cpoequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cporfs.o -c -MT -O3 -fpp cporfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cporfsx.o -c -MT -O3 -fpp cporfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cposv.o -c -MT -O3 -fpp cposv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cposvx.o -c -MT -O3 -fpp cposvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cposvxx.o -c -MT -O3 -fpp cposvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpotf2.o -c -MT -O3 -fpp cpotf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpotrf.o -c -MT -O3 -fpp cpotrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpotri.o -c -MT -O3 -fpp cpotri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpotrs.o -c -MT -O3 -fpp cpotrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cppcon.o -c -MT -O3 -fpp cppcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cppequ.o -c -MT -O3 -fpp cppequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpprfs.o -c -MT -O3 -fpp cpprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cppsv.o -c -MT -O3 -fpp cppsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cppsvx.o -c -MT -O3 -fpp cppsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpptrf.o -c -MT -O3 -fpp cpptrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpptri.o -c -MT -O3 -fpp cpptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpptrs.o -c -MT -O3 -fpp cpptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpstf2.o -c -MT -O3 -fpp cpstf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpstrf.o -c -MT -O3 -fpp cpstrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cptcon.o -c -MT -O3 -fpp cptcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpteqr.o -c -MT -O3 -fpp cpteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cptrfs.o -c -MT -O3 -fpp cptrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cptsv.o -c -MT -O3 -fpp cptsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cptsvx.o -c -MT -O3 -fpp cptsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpttrf.o -c -MT -O3 -fpp cpttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cpttrs.o -c -MT -O3 -fpp cpttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cptts2.o -c -MT -O3 -fpp cptts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o crot.o -c -MT -O3 -fpp crot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cspcon.o -c -MT -O3 -fpp cspcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cspmv.o -c -MT -O3 -fpp cspmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cspr.o -c -MT -O3 -fpp cspr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csprfs.o -c -MT -O3 -fpp csprfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cspsv.o -c -MT -O3 -fpp cspsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cspsvx.o -c -MT -O3 -fpp cspsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csptrf.o -c -MT -O3 -fpp csptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csptri.o -c -MT -O3 -fpp csptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csptrs.o -c -MT -O3 -fpp csptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csrscl.o -c -MT -O3 -fpp csrscl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cstedc.o -c -MT -O3 -fpp cstedc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cstegr.o -c -MT -O3 -fpp cstegr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cstein.o -c -MT -O3 -fpp cstein.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cstemr.o -c -MT -O3 -fpp cstemr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csteqr.o -c -MT -O3 -fpp csteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csycon.o -c -MT -O3 -fpp csycon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csycon_rook.o -c -MT -O3 -fpp csycon_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyconv.o -c -MT -O3 -fpp csyconv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyequb.o -c -MT -O3 -fpp csyequb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csymv.o -c -MT -O3 -fpp csymv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyr.o -c -MT -O3 -fpp csyr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyrfs.o -c -MT -O3 -fpp csyrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyrfsx.o -c -MT -O3 -fpp csyrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csysv.o -c -MT -O3 -fpp csysv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csysv_rook.o -c -MT -O3 -fpp csysv_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csysvx.o -c -MT -O3 -fpp csysvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csysvxx.o -c -MT -O3 -fpp csysvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csyswapr.o -c -MT -O3 -fpp csyswapr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytf2.o -c -MT -O3 -fpp csytf2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytf2_rook.o -c -MT -O3 -fpp csytf2_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytrf.o -c -MT -O3 -fpp csytrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytrf_rook.o -c -MT -O3 -fpp csytrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytri2.o -c -MT -O3 -fpp csytri2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytri2x.o -c -MT -O3 -fpp csytri2x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytri.o -c -MT -O3 -fpp csytri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytri_rook.o -c -MT -O3 -fpp csytri_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytrs2.o -c -MT -O3 -fpp csytrs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytrs.o -c -MT -O3 -fpp csytrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o csytrs_rook.o -c -MT -O3 -fpp csytrs_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctbcon.o -c -MT -O3 -fpp ctbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctbrfs.o -c -MT -O3 -fpp ctbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctbtrs.o -c -MT -O3 -fpp ctbtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctfsm.o -c -MT -O3 -fpp ctfsm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctftri.o -c -MT -O3 -fpp ctftri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctfttp.o -c -MT -O3 -fpp ctfttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctfttr.o -c -MT -O3 -fpp ctfttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgevc.o -c -MT -O3 -fpp ctgevc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgex2.o -c -MT -O3 -fpp ctgex2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgexc.o -c -MT -O3 -fpp ctgexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgsen.o -c -MT -O3 -fpp ctgsen.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgsja.o -c -MT -O3 -fpp ctgsja.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgsna.o -c -MT -O3 -fpp ctgsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgsy2.o -c -MT -O3 -fpp ctgsy2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctgsyl.o -c -MT -O3 -fpp ctgsyl.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpcon.o -c -MT -O3 -fpp ctpcon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpmqrt.o -c -MT -O3 -fpp ctpmqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpqrt2.o -c -MT -O3 -fpp ctpqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpqrt.o -c -MT -O3 -fpp ctpqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctprfb.o -c -MT -O3 -fpp ctprfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctprfs.o -c -MT -O3 -fpp ctprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctptri.o -c -MT -O3 -fpp ctptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctptrs.o -c -MT -O3 -fpp ctptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpttf.o -c -MT -O3 -fpp ctpttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctpttr.o -c -MT -O3 -fpp ctpttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrcon.o -c -MT -O3 -fpp ctrcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrevc.o -c -MT -O3 -fpp ctrevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrexc.o -c -MT -O3 -fpp ctrexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrrfs.o -c -MT -O3 -fpp ctrrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrsen.o -c -MT -O3 -fpp ctrsen.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrsna.o -c -MT -O3 -fpp ctrsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrsyl.o -c -MT -O3 -fpp ctrsyl.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrti2.o -c -MT -O3 -fpp ctrti2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrtri.o -c -MT -O3 -fpp ctrtri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrtrs.o -c -MT -O3 -fpp ctrtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrttf.o -c -MT -O3 -fpp ctrttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctrttp.o -c -MT -O3 -fpp ctrttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctzrqf.o -c -MT -O3 -fpp ctzrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ctzrzf.o -c -MT -O3 -fpp ctzrzf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb1.o -c -MT -O3 -fpp cunbdb1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb2.o -c -MT -O3 -fpp cunbdb2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb3.o -c -MT -O3 -fpp cunbdb3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb4.o -c -MT -O3 -fpp cunbdb4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb5.o -c -MT -O3 -fpp cunbdb5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb6.o -c -MT -O3 -fpp cunbdb6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb.o -c -MT -O3 -fpp cunbdb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cuncsd2by1.o -c -MT -O3 -fpp cuncsd2by1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cuncsd.o -c -MT -O3 -fpp cuncsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cung2l.o -c -MT -O3 -fpp cung2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cung2r.o -c -MT -O3 -fpp cung2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungbr.o -c -MT -O3 -fpp cungbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunghr.o -c -MT -O3 -fpp cunghr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungl2.o -c -MT -O3 -fpp cungl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunglq.o -c -MT -O3 -fpp cunglq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungql.o -c -MT -O3 -fpp cungql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungqr.o -c -MT -O3 -fpp cungqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungr2.o -c -MT -O3 -fpp cungr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungrq.o -c -MT -O3 -fpp cungrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cungtr.o -c -MT -O3 -fpp cungtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunm2l.o -c -MT -O3 -fpp cunm2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunm2r.o -c -MT -O3 -fpp cunm2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmbr.o -c -MT -O3 -fpp cunmbr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmhr.o -c -MT -O3 -fpp cunmhr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunml2.o -c -MT -O3 -fpp cunml2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmlq.o -c -MT -O3 -fpp cunmlq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmql.o -c -MT -O3 -fpp cunmql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmqr.o -c -MT -O3 -fpp cunmqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmr2.o -c -MT -O3 -fpp cunmr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmr3.o -c -MT -O3 -fpp cunmr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmrq.o -c -MT -O3 -fpp cunmrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmrz.o -c -MT -O3 -fpp cunmrz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cunmtr.o -c -MT -O3 -fpp cunmtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cupgtr.o -c -MT -O3 -fpp cupgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o cupmtr.o -c -MT -O3 -fpp cupmtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dbbcsd.o -c -MT -O3 -fpp dbbcsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dbdsdc.o -c -MT -O3 -fpp dbdsdc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dbdsqr.o -c -MT -O3 -fpp dbdsqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ddisna.o -c -MT -O3 -fpp ddisna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbbrd.o -c -MT -O3 -fpp dgbbrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbcon.o -c -MT -O3 -fpp dgbcon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbequb.o -c -MT -O3 -fpp dgbequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbequ.o -c -MT -O3 -fpp dgbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbrfs.o -c -MT -O3 -fpp dgbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbrfsx.o -c -MT -O3 -fpp dgbrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbsv.o -c -MT -O3 -fpp dgbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbsvx.o -c -MT -O3 -fpp dgbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbsvxx.o -c -MT -O3 -fpp dgbsvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbtf2.o -c -MT -O3 -fpp dgbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbtrf.o -c -MT -O3 -fpp dgbtrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgbtrs.o -c -MT -O3 -fpp dgbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgebak.o -c -MT -O3 -fpp dgebak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgebal.o -c -MT -O3 -fpp dgebal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgebd2.o -c -MT -O3 -fpp dgebd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgebrd.o -c -MT -O3 -fpp dgebrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgecon.o -c -MT -O3 -fpp dgecon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeequb.o -c -MT -O3 -fpp dgeequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeequ.o -c -MT -O3 -fpp dgeequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgees.o -c -MT -O3 -fpp dgees.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeesx.o -c -MT -O3 -fpp dgeesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeev.o -c -MT -O3 -fpp dgeev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeevx.o -c -MT -O3 -fpp dgeevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgegs.o -c -MT -O3 -fpp dgegs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgegv.o -c -MT -O3 -fpp dgegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgehd2.o -c -MT -O3 -fpp dgehd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgehrd.o -c -MT -O3 -fpp dgehrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgejsv.o -c -MT -O3 -fpp dgejsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelq2.o -c -MT -O3 -fpp dgelq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelqf.o -c -MT -O3 -fpp dgelqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelsd.o -c -MT -O3 -fpp dgelsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgels.o -c -MT -O3 -fpp dgels.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelss.o -c -MT -O3 -fpp dgelss.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelsx.o -c -MT -O3 -fpp dgelsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgelsy.o -c -MT -O3 -fpp dgelsy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgemqrt.o -c -MT -O3 -fpp dgemqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeql2.o -c -MT -O3 -fpp dgeql2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqlf.o -c -MT -O3 -fpp dgeqlf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqp3.o -c -MT -O3 -fpp dgeqp3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqpf.o -c -MT -O3 -fpp dgeqpf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqr2.o -c -MT -O3 -fpp dgeqr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqr2p.o -c -MT -O3 -fpp dgeqr2p.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrf.o -c -MT -O3 -fpp dgeqrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrfp.o -c -MT -O3 -fpp dgeqrfp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt2.o -c -MT -O3 -fpp dgeqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt3.o -c -MT -O3 -fpp dgeqrt3.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt.o -c -MT -O3 -fpp dgeqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgerfs.o -c -MT -O3 -fpp dgerfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgerfsx.o -c -MT -O3 -fpp dgerfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgerq2.o -c -MT -O3 -fpp dgerq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgerqf.o -c -MT -O3 -fpp dgerqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesc2.o -c -MT -O3 -fpp dgesc2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesdd.o -c -MT -O3 -fpp dgesdd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesvd.o -c -MT -O3 -fpp dgesvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesv.o -c -MT -O3 -fpp dgesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesvj.o -c -MT -O3 -fpp dgesvj.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesvx.o -c -MT -O3 -fpp dgesvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgesvxx.o -c -MT -O3 -fpp dgesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgetc2.o -c -MT -O3 -fpp dgetc2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgetf2.o -c -MT -O3 -fpp dgetf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgetrf.o -c -MT -O3 -fpp dgetrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgetri.o -c -MT -O3 -fpp dgetri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgetrs.o -c -MT -O3 -fpp dgetrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggbak.o -c -MT -O3 -fpp dggbak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggbal.o -c -MT -O3 -fpp dggbal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgges.o -c -MT -O3 -fpp dgges.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggesx.o -c -MT -O3 -fpp dggesx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggev.o -c -MT -O3 -fpp dggev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggevx.o -c -MT -O3 -fpp dggevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggglm.o -c -MT -O3 -fpp dggglm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgghrd.o -c -MT -O3 -fpp dgghrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgglse.o -c -MT -O3 -fpp dgglse.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggqrf.o -c -MT -O3 -fpp dggqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggrqf.o -c -MT -O3 -fpp dggrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggsvd.o -c -MT -O3 -fpp dggsvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dggsvp.o -c -MT -O3 -fpp dggsvp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgsvj0.o -c -MT -O3 -fpp dgsvj0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgsvj1.o -c -MT -O3 -fpp dgsvj1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgtcon.o -c -MT -O3 -fpp dgtcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgtrfs.o -c -MT -O3 -fpp dgtrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgtsv.o -c -MT -O3 -fpp dgtsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgtsvx.o -c -MT -O3 -fpp dgtsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgttrf.o -c -MT -O3 -fpp dgttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgttrs.o -c -MT -O3 -fpp dgttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dgtts2.o -c -MT -O3 -fpp dgtts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dhgeqz.o -c -MT -O3 -fpp dhgeqz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dhsein.o -c -MT -O3 -fpp dhsein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dhseqr.o -c -MT -O3 -fpp dhseqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o disnan.o -c -MT -O3 -fpp disnan.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlabad.o -c -MT -O3 -fpp dlabad.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlabrd.o -c -MT -O3 -fpp dlabrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlacn2.o -c -MT -O3 -fpp dlacn2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlacon.o -c -MT -O3 -fpp dlacon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlacpy.o -c -MT -O3 -fpp dlacpy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dladiv.o -c -MT -O3 -fpp dladiv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlae2.o -c -MT -O3 -fpp dlae2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaebz.o -c -MT -O3 -fpp dlaebz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed0.o -c -MT -O3 -fpp dlaed0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed1.o -c -MT -O3 -fpp dlaed1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed2.o -c -MT -O3 -fpp dlaed2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed3.o -c -MT -O3 -fpp dlaed3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed4.o -c -MT -O3 -fpp dlaed4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed5.o -c -MT -O3 -fpp dlaed5.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed6.o -c -MT -O3 -fpp dlaed6.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed7.o -c -MT -O3 -fpp dlaed7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed8.o -c -MT -O3 -fpp dlaed8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaed9.o -c -MT -O3 -fpp dlaed9.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaeda.o -c -MT -O3 -fpp dlaeda.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaein.o -c -MT -O3 -fpp dlaein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaev2.o -c -MT -O3 -fpp dlaev2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaexc.o -c -MT -O3 -fpp dlaexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlag2.o -c -MT -O3 -fpp dlag2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlag2s.o -c -MT -O3 -fpp dlag2s.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbamv.o -c -MT -O3 -fpp dla_gbamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrcond.o -c -MT -O3 -fpp dla_gbrcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrfsx_extended.o -c -MT -O3 -fpp dla_gbrfsx_extended.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrpvgrw.o -c -MT -O3 -fpp dla_gbrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_geamv.o -c -MT -O3 -fpp dla_geamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gercond.o -c -MT -O3 -fpp dla_gercond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gerfsx_extended.o -c -MT -O3 -fpp dla_gerfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_gerpvgrw.o -c -MT -O3 -fpp dla_gerpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlags2.o -c -MT -O3 -fpp dlags2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlagtf.o -c -MT -O3 -fpp dlagtf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlagtm.o -c -MT -O3 -fpp dlagtm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlagts.o -c -MT -O3 -fpp dlagts.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlagv2.o -c -MT -O3 -fpp dlagv2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlahqr.o -c -MT -O3 -fpp dlahqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlahr2.o -c -MT -O3 -fpp dlahr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlahrd.o -c -MT -O3 -fpp dlahrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaic1.o -c -MT -O3 -fpp dlaic1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaisnan.o -c -MT -O3 -fpp dlaisnan.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_lin_berr.o -c -MT -O3 -fpp dla_lin_berr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaln2.o -c -MT -O3 -fpp dlaln2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlals0.o -c -MT -O3 -fpp dlals0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlalsa.o -c -MT -O3 -fpp dlalsa.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlalsd.o -c -MT -O3 -fpp dlalsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlamrg.o -c -MT -O3 -fpp dlamrg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaneg.o -c -MT -O3 -fpp dlaneg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlangb.o -c -MT -O3 -fpp dlangb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlange.o -c -MT -O3 -fpp dlange.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlangt.o -c -MT -O3 -fpp dlangt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlanhs.o -c -MT -O3 -fpp dlanhs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlansb.o -c -MT -O3 -fpp dlansb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlansf.o -c -MT -O3 -fpp dlansf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlansp.o -c -MT -O3 -fpp dlansp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlanst.o -c -MT -O3 -fpp dlanst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlansy.o -c -MT -O3 -fpp dlansy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlantb.o -c -MT -O3 -fpp dlantb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlantp.o -c -MT -O3 -fpp dlantp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlantr.o -c -MT -O3 -fpp dlantr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlanv2.o -c -MT -O3 -fpp dlanv2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlapll.o -c -MT -O3 -fpp dlapll.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlapmr.o -c -MT -O3 -fpp dlapmr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlapmt.o -c -MT -O3 -fpp dlapmt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_porcond.o -c -MT -O3 -fpp dla_porcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_porfsx_extended.o -c -MT -O3 -fpp dla_porfsx_extended.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_porpvgrw.o -c -MT -O3 -fpp dla_porpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlapy2.o -c -MT -O3 -fpp dlapy2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlapy3.o -c -MT -O3 -fpp dlapy3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqgb.o -c -MT -O3 -fpp dlaqgb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqge.o -c -MT -O3 -fpp dlaqge.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqp2.o -c -MT -O3 -fpp dlaqp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqps.o -c -MT -O3 -fpp dlaqps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr0.o -c -MT -O3 -fpp dlaqr0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr1.o -c -MT -O3 -fpp dlaqr1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr2.o -c -MT -O3 -fpp dlaqr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr3.o -c -MT -O3 -fpp dlaqr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr4.o -c -MT -O3 -fpp dlaqr4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr5.o -c -MT -O3 -fpp dlaqr5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsb.o -c -MT -O3 -fpp dlaqsb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsp.o -c -MT -O3 -fpp dlaqsp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsy.o -c -MT -O3 -fpp dlaqsy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaqtr.o -c -MT -O3 -fpp dlaqtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlar1v.o -c -MT -O3 -fpp dlar1v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlar2v.o -c -MT -O3 -fpp dlar2v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarfb.o -c -MT -O3 -fpp dlarfb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarf.o -c -MT -O3 -fpp dlarf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarfg.o -c -MT -O3 -fpp dlarfg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarfgp.o -c -MT -O3 -fpp dlarfgp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarft.o -c -MT -O3 -fpp dlarft.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarfx.o -c -MT -O3 -fpp dlarfx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlargv.o -c -MT -O3 -fpp dlargv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarnv.o -c -MT -O3 -fpp dlarnv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarra.o -c -MT -O3 -fpp dlarra.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrb.o -c -MT -O3 -fpp dlarrb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrc.o -c -MT -O3 -fpp dlarrc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrd.o -c -MT -O3 -fpp dlarrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarre.o -c -MT -O3 -fpp dlarre.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrf.o -c -MT -O3 -fpp dlarrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrj.o -c -MT -O3 -fpp dlarrj.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrk.o -c -MT -O3 -fpp dlarrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrr.o -c -MT -O3 -fpp dlarrr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarrv.o -c -MT -O3 -fpp dlarrv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarscl2.o -c -MT -O3 -fpp dlarscl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlartg.o -c -MT -O3 -fpp dlartg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlartgp.o -c -MT -O3 -fpp dlartgp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlartgs.o -c -MT -O3 -fpp dlartgs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlartv.o -c -MT -O3 -fpp dlartv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarzb.o -c -MT -O3 -fpp dlarzb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarz.o -c -MT -O3 -fpp dlarz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlarzt.o -c -MT -O3 -fpp dlarzt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlas2.o -c -MT -O3 -fpp dlas2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlascl2.o -c -MT -O3 -fpp dlascl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlascl.o -c -MT -O3 -fpp dlascl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd0.o -c -MT -O3 -fpp dlasd0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd1.o -c -MT -O3 -fpp dlasd1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd2.o -c -MT -O3 -fpp dlasd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd3.o -c -MT -O3 -fpp dlasd3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd4.o -c -MT -O3 -fpp dlasd4.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd5.o -c -MT -O3 -fpp dlasd5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd6.o -c -MT -O3 -fpp dlasd6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd7.o -c -MT -O3 -fpp dlasd7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasd8.o -c -MT -O3 -fpp dlasd8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasda.o -c -MT -O3 -fpp dlasda.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasdq.o -c -MT -O3 -fpp dlasdq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasdt.o -c -MT -O3 -fpp dlasdt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaset.o -c -MT -O3 -fpp dlaset.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq1.o -c -MT -O3 -fpp dlasq1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq2.o -c -MT -O3 -fpp dlasq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq3.o -c -MT -O3 -fpp dlasq3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq4.o -c -MT -O3 -fpp dlasq4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq5.o -c -MT -O3 -fpp dlasq5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasq6.o -c -MT -O3 -fpp dlasq6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasr.o -c -MT -O3 -fpp dlasr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasrt.o -c -MT -O3 -fpp dlasrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlassq.o -c -MT -O3 -fpp dlassq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasv2.o -c -MT -O3 -fpp dlasv2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlaswp.o -c -MT -O3 -fpp dlaswp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasy2.o -c -MT -O3 -fpp dlasy2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_syamv.o -c -MT -O3 -fpp dla_syamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasyf.o -c -MT -O3 -fpp dlasyf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlasyf_rook.o -c -MT -O3 -fpp dlasyf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrcond.o -c -MT -O3 -fpp dla_syrcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrfsx_extended.o -c -MT -O3 -fpp dla_syrfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrpvgrw.o -c -MT -O3 -fpp dla_syrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlat2s.o -c -MT -O3 -fpp dlat2s.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatbs.o -c -MT -O3 -fpp dlatbs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatdf.o -c -MT -O3 -fpp dlatdf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatps.o -c -MT -O3 -fpp dlatps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatrd.o -c -MT -O3 -fpp dlatrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatrs.o -c -MT -O3 -fpp dlatrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatrz.o -c -MT -O3 -fpp dlatrz.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlatzm.o -c -MT -O3 -fpp dlatzm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlauu2.o -c -MT -O3 -fpp dlauu2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlauum.o -c -MT -O3 -fpp dlauum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dla_wwaddw.o -c -MT -O3 -fpp dla_wwaddw.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlazq3.o -c -MT -O3 -fpp dlazq3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dlazq4.o -c -MT -O3 -fpp dlazq4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dopgtr.o -c -MT -O3 -fpp dopgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dopmtr.o -c -MT -O3 -fpp dopmtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb1.o -c -MT -O3 -fpp dorbdb1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb2.o -c -MT -O3 -fpp dorbdb2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb3.o -c -MT -O3 -fpp dorbdb3.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb4.o -c -MT -O3 -fpp dorbdb4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb5.o -c -MT -O3 -fpp dorbdb5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb6.o -c -MT -O3 -fpp dorbdb6.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb.o -c -MT -O3 -fpp dorbdb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorcsd2by1.o -c -MT -O3 -fpp dorcsd2by1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorcsd.o -c -MT -O3 -fpp dorcsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorg2l.o -c -MT -O3 -fpp dorg2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorg2r.o -c -MT -O3 -fpp dorg2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgbr.o -c -MT -O3 -fpp dorgbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorghr.o -c -MT -O3 -fpp dorghr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgl2.o -c -MT -O3 -fpp dorgl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorglq.o -c -MT -O3 -fpp dorglq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgql.o -c -MT -O3 -fpp dorgql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgqr.o -c -MT -O3 -fpp dorgqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgr2.o -c -MT -O3 -fpp dorgr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgrq.o -c -MT -O3 -fpp dorgrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorgtr.o -c -MT -O3 -fpp dorgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorm2l.o -c -MT -O3 -fpp dorm2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorm2r.o -c -MT -O3 -fpp dorm2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormbr.o -c -MT -O3 -fpp dormbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormhr.o -c -MT -O3 -fpp dormhr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dorml2.o -c -MT -O3 -fpp dorml2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormlq.o -c -MT -O3 -fpp dormlq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormql.o -c -MT -O3 -fpp dormql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormqr.o -c -MT -O3 -fpp dormqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormr2.o -c -MT -O3 -fpp dormr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormr3.o -c -MT -O3 -fpp dormr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormrq.o -c -MT -O3 -fpp dormrq.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormrz.o -c -MT -O3 -fpp dormrz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dormtr.o -c -MT -O3 -fpp dormtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbcon.o -c -MT -O3 -fpp dpbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbequ.o -c -MT -O3 -fpp dpbequ.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbrfs.o -c -MT -O3 -fpp dpbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbstf.o -c -MT -O3 -fpp dpbstf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbsv.o -c -MT -O3 -fpp dpbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbsvx.o -c -MT -O3 -fpp dpbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbtf2.o -c -MT -O3 -fpp dpbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbtrf.o -c -MT -O3 -fpp dpbtrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpbtrs.o -c -MT -O3 -fpp dpbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpftrf.o -c -MT -O3 -fpp dpftrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpftri.o -c -MT -O3 -fpp dpftri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpftrs.o -c -MT -O3 -fpp dpftrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpocon.o -c -MT -O3 -fpp dpocon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpoequb.o -c -MT -O3 -fpp dpoequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpoequ.o -c -MT -O3 -fpp dpoequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dporfs.o -c -MT -O3 -fpp dporfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dporfsx.o -c -MT -O3 -fpp dporfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dposv.o -c -MT -O3 -fpp dposv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dposvx.o -c -MT -O3 -fpp dposvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dposvxx.o -c -MT -O3 -fpp dposvxx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpotf2.o -c -MT -O3 -fpp dpotf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpotrf.o -c -MT -O3 -fpp dpotrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpotri.o -c -MT -O3 -fpp dpotri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpotrs.o -c -MT -O3 -fpp dpotrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dppcon.o -c -MT -O3 -fpp dppcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dppequ.o -c -MT -O3 -fpp dppequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpprfs.o -c -MT -O3 -fpp dpprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dppsv.o -c -MT -O3 -fpp dppsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dppsvx.o -c -MT -O3 -fpp dppsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpptrf.o -c -MT -O3 -fpp dpptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpptri.o -c -MT -O3 -fpp dpptri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpptrs.o -c -MT -O3 -fpp dpptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpstf2.o -c -MT -O3 -fpp dpstf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpstrf.o -c -MT -O3 -fpp dpstrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dptcon.o -c -MT -O3 -fpp dptcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpteqr.o -c -MT -O3 -fpp dpteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dptrfs.o -c -MT -O3 -fpp dptrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dptsv.o -c -MT -O3 -fpp dptsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dptsvx.o -c -MT -O3 -fpp dptsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpttrf.o -c -MT -O3 -fpp dpttrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dpttrs.o -c -MT -O3 -fpp dpttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dptts2.o -c -MT -O3 -fpp dptts2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o drscl.o -c -MT -O3 -fpp drscl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbevd.o -c -MT -O3 -fpp dsbevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbev.o -c -MT -O3 -fpp dsbev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbevx.o -c -MT -O3 -fpp dsbevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbgst.o -c -MT -O3 -fpp dsbgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbgvd.o -c -MT -O3 -fpp dsbgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbgv.o -c -MT -O3 -fpp dsbgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbgvx.o -c -MT -O3 -fpp dsbgvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsbtrd.o -c -MT -O3 -fpp dsbtrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsfrk.o -c -MT -O3 -fpp dsfrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsgesv.o -c -MT -O3 -fpp dsgesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspcon.o -c -MT -O3 -fpp dspcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspevd.o -c -MT -O3 -fpp dspevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspev.o -c -MT -O3 -fpp dspev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspevx.o -c -MT -O3 -fpp dspevx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspgst.o -c -MT -O3 -fpp dspgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspgvd.o -c -MT -O3 -fpp dspgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspgv.o -c -MT -O3 -fpp dspgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspgvx.o -c -MT -O3 -fpp dspgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsposv.o -c -MT -O3 -fpp dsposv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsprfs.o -c -MT -O3 -fpp dsprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspsv.o -c -MT -O3 -fpp dspsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dspsvx.o -c -MT -O3 -fpp dspsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsptrd.o -c -MT -O3 -fpp dsptrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsptrf.o -c -MT -O3 -fpp dsptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsptri.o -c -MT -O3 -fpp dsptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsptrs.o -c -MT -O3 -fpp dsptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstebz.o -c -MT -O3 -fpp dstebz.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstedc.o -c -MT -O3 -fpp dstedc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstegr.o -c -MT -O3 -fpp dstegr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstein.o -c -MT -O3 -fpp dstein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstemr.o -c -MT -O3 -fpp dstemr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsteqr.o -c -MT -O3 -fpp dsteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsterf.o -c -MT -O3 -fpp dsterf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstevd.o -c -MT -O3 -fpp dstevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstev.o -c -MT -O3 -fpp dstev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstevr.o -c -MT -O3 -fpp dstevr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dstevx.o -c -MT -O3 -fpp dstevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsycon.o -c -MT -O3 -fpp dsycon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsycon_rook.o -c -MT -O3 -fpp dsycon_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyconv.o -c -MT -O3 -fpp dsyconv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyequb.o -c -MT -O3 -fpp dsyequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyevd.o -c -MT -O3 -fpp dsyevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyev.o -c -MT -O3 -fpp dsyev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyevr.o -c -MT -O3 -fpp dsyevr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyevx.o -c -MT -O3 -fpp dsyevx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsygs2.o -c -MT -O3 -fpp dsygs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsygst.o -c -MT -O3 -fpp dsygst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsygvd.o -c -MT -O3 -fpp dsygvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsygv.o -c -MT -O3 -fpp dsygv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsygvx.o -c -MT -O3 -fpp dsygvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyrfs.o -c -MT -O3 -fpp dsyrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyrfsx.o -c -MT -O3 -fpp dsyrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsysv.o -c -MT -O3 -fpp dsysv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsysv_rook.o -c -MT -O3 -fpp dsysv_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsysvx.o -c -MT -O3 -fpp dsysvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsysvxx.o -c -MT -O3 -fpp dsysvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsyswapr.o -c -MT -O3 -fpp dsyswapr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytd2.o -c -MT -O3 -fpp dsytd2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytf2.o -c -MT -O3 -fpp dsytf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytf2_rook.o -c -MT -O3 -fpp dsytf2_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrd.o -c -MT -O3 -fpp dsytrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrf.o -c -MT -O3 -fpp dsytrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrf_rook.o -c -MT -O3 -fpp dsytrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytri2.o -c -MT -O3 -fpp dsytri2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytri2x.o -c -MT -O3 -fpp dsytri2x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytri.o -c -MT -O3 -fpp dsytri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytri_rook.o -c -MT -O3 -fpp dsytri_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs2.o -c -MT -O3 -fpp dsytrs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs.o -c -MT -O3 -fpp dsytrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs_rook.o -c -MT -O3 -fpp dsytrs_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtbcon.o -c -MT -O3 -fpp dtbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtbrfs.o -c -MT -O3 -fpp dtbrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtbtrs.o -c -MT -O3 -fpp dtbtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtfsm.o -c -MT -O3 -fpp dtfsm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtftri.o -c -MT -O3 -fpp dtftri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtfttp.o -c -MT -O3 -fpp dtfttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtfttr.o -c -MT -O3 -fpp dtfttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgevc.o -c -MT -O3 -fpp dtgevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgex2.o -c -MT -O3 -fpp dtgex2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgexc.o -c -MT -O3 -fpp dtgexc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgsen.o -c -MT -O3 -fpp dtgsen.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgsja.o -c -MT -O3 -fpp dtgsja.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgsna.o -c -MT -O3 -fpp dtgsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgsy2.o -c -MT -O3 -fpp dtgsy2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtgsyl.o -c -MT -O3 -fpp dtgsyl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpcon.o -c -MT -O3 -fpp dtpcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpmqrt.o -c -MT -O3 -fpp dtpmqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpqrt2.o -c -MT -O3 -fpp dtpqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpqrt.o -c -MT -O3 -fpp dtpqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtprfb.o -c -MT -O3 -fpp dtprfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtprfs.o -c -MT -O3 -fpp dtprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtptri.o -c -MT -O3 -fpp dtptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtptrs.o -c -MT -O3 -fpp dtptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpttf.o -c -MT -O3 -fpp dtpttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtpttr.o -c -MT -O3 -fpp dtpttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrcon.o -c -MT -O3 -fpp dtrcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrevc.o -c -MT -O3 -fpp dtrevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrexc.o -c -MT -O3 -fpp dtrexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrrfs.o -c -MT -O3 -fpp dtrrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrsen.o -c -MT -O3 -fpp dtrsen.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrsna.o -c -MT -O3 -fpp dtrsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrsyl.o -c -MT -O3 -fpp dtrsyl.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrti2.o -c -MT -O3 -fpp dtrti2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrtri.o -c -MT -O3 -fpp dtrtri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrtrs.o -c -MT -O3 -fpp dtrtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrttf.o -c -MT -O3 -fpp dtrttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtrttp.o -c -MT -O3 -fpp dtrttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtzrqf.o -c -MT -O3 -fpp dtzrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dtzrzf.o -c -MT -O3 -fpp dtzrzf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o dzsum1.o -c -MT -O3 -fpp dzsum1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o icmax1.o -c -MT -O3 -fpp icmax1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ieeeck.o -c -MT -O3 -fpp ieeeck.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaclc.o -c -MT -O3 -fpp ilaclc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaclr.o -c -MT -O3 -fpp ilaclr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o iladiag.o -c -MT -O3 -fpp iladiag.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o iladlc.o -c -MT -O3 -fpp iladlc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o iladlr.o -c -MT -O3 -fpp iladlr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaenv.o -c -MT -O3 -fpp ilaenv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaprec.o -c -MT -O3 -fpp ilaprec.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaslc.o -c -MT -O3 -fpp ilaslc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaslr.o -c -MT -O3 -fpp ilaslr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilatrans.o -c -MT -O3 -fpp ilatrans.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilauplo.o -c -MT -O3 -fpp ilauplo.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilaver.o -c -MT -O3 -fpp ilaver.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilazlc.o -c -MT -O3 -fpp ilazlc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ilazlr.o -c -MT -O3 -fpp ilazlr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o iparmq.o -c -MT -O3 -fpp iparmq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o izmax1.o -c -MT -O3 -fpp izmax1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o lsamen.o -c -MT -O3 -fpp lsamen.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sbbcsd.o -c -MT -O3 -fpp sbbcsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sbdsdc.o -c -MT -O3 -fpp sbdsdc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sbdsqr.o -c -MT -O3 -fpp sbdsqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o scsum1.o -c -MT -O3 -fpp scsum1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sdisna.o -c -MT -O3 -fpp sdisna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbbrd.o -c -MT -O3 -fpp sgbbrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbcon.o -c -MT -O3 -fpp sgbcon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbequb.o -c -MT -O3 -fpp sgbequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbequ.o -c -MT -O3 -fpp sgbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbrfs.o -c -MT -O3 -fpp sgbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbrfsx.o -c -MT -O3 -fpp sgbrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbsv.o -c -MT -O3 -fpp sgbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbsvx.o -c -MT -O3 -fpp sgbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbsvxx.o -c -MT -O3 -fpp sgbsvxx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbtf2.o -c -MT -O3 -fpp sgbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbtrf.o -c -MT -O3 -fpp sgbtrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgbtrs.o -c -MT -O3 -fpp sgbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgebak.o -c -MT -O3 -fpp sgebak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgebal.o -c -MT -O3 -fpp sgebal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgebd2.o -c -MT -O3 -fpp sgebd2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgebrd.o -c -MT -O3 -fpp sgebrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgecon.o -c -MT -O3 -fpp sgecon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeequb.o -c -MT -O3 -fpp sgeequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeequ.o -c -MT -O3 -fpp sgeequ.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgees.o -c -MT -O3 -fpp sgees.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeesx.o -c -MT -O3 -fpp sgeesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeev.o -c -MT -O3 -fpp sgeev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeevx.o -c -MT -O3 -fpp sgeevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgegs.o -c -MT -O3 -fpp sgegs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgegv.o -c -MT -O3 -fpp sgegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgehd2.o -c -MT -O3 -fpp sgehd2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgehrd.o -c -MT -O3 -fpp sgehrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgejsv.o -c -MT -O3 -fpp sgejsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelq2.o -c -MT -O3 -fpp sgelq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelqf.o -c -MT -O3 -fpp sgelqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelsd.o -c -MT -O3 -fpp sgelsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgels.o -c -MT -O3 -fpp sgels.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelss.o -c -MT -O3 -fpp sgelss.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelsx.o -c -MT -O3 -fpp sgelsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgelsy.o -c -MT -O3 -fpp sgelsy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgemqrt.o -c -MT -O3 -fpp sgemqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeql2.o -c -MT -O3 -fpp sgeql2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqlf.o -c -MT -O3 -fpp sgeqlf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqp3.o -c -MT -O3 -fpp sgeqp3.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqpf.o -c -MT -O3 -fpp sgeqpf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqr2.o -c -MT -O3 -fpp sgeqr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqr2p.o -c -MT -O3 -fpp sgeqr2p.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrf.o -c -MT -O3 -fpp sgeqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrfp.o -c -MT -O3 -fpp sgeqrfp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt2.o -c -MT -O3 -fpp sgeqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt3.o -c -MT -O3 -fpp sgeqrt3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt.o -c -MT -O3 -fpp sgeqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgerfs.o -c -MT -O3 -fpp sgerfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgerfsx.o -c -MT -O3 -fpp sgerfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgerq2.o -c -MT -O3 -fpp sgerq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgerqf.o -c -MT -O3 -fpp sgerqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesc2.o -c -MT -O3 -fpp sgesc2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesdd.o -c -MT -O3 -fpp sgesdd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesvd.o -c -MT -O3 -fpp sgesvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesv.o -c -MT -O3 -fpp sgesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesvj.o -c -MT -O3 -fpp sgesvj.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesvx.o -c -MT -O3 -fpp sgesvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgesvxx.o -c -MT -O3 -fpp sgesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgetc2.o -c -MT -O3 -fpp sgetc2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgetf2.o -c -MT -O3 -fpp sgetf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgetrf.o -c -MT -O3 -fpp sgetrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgetri.o -c -MT -O3 -fpp sgetri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgetrs.o -c -MT -O3 -fpp sgetrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggbak.o -c -MT -O3 -fpp sggbak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggbal.o -c -MT -O3 -fpp sggbal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgges.o -c -MT -O3 -fpp sgges.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggesx.o -c -MT -O3 -fpp sggesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggev.o -c -MT -O3 -fpp sggev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggevx.o -c -MT -O3 -fpp sggevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggglm.o -c -MT -O3 -fpp sggglm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgghrd.o -c -MT -O3 -fpp sgghrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgglse.o -c -MT -O3 -fpp sgglse.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggqrf.o -c -MT -O3 -fpp sggqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggrqf.o -c -MT -O3 -fpp sggrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggsvd.o -c -MT -O3 -fpp sggsvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sggsvp.o -c -MT -O3 -fpp sggsvp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgsvj0.o -c -MT -O3 -fpp sgsvj0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgsvj1.o -c -MT -O3 -fpp sgsvj1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgtcon.o -c -MT -O3 -fpp sgtcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgtrfs.o -c -MT -O3 -fpp sgtrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgtsv.o -c -MT -O3 -fpp sgtsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgtsvx.o -c -MT -O3 -fpp sgtsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgttrf.o -c -MT -O3 -fpp sgttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgttrs.o -c -MT -O3 -fpp sgttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sgtts2.o -c -MT -O3 -fpp sgtts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o shgeqz.o -c -MT -O3 -fpp shgeqz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o shsein.o -c -MT -O3 -fpp shsein.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o shseqr.o -c -MT -O3 -fpp shseqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sisnan.o -c -MT -O3 -fpp sisnan.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slabad.o -c -MT -O3 -fpp slabad.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slabrd.o -c -MT -O3 -fpp slabrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slacn2.o -c -MT -O3 -fpp slacn2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slacon.o -c -MT -O3 -fpp slacon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slacpy.o -c -MT -O3 -fpp slacpy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sladiv.o -c -MT -O3 -fpp sladiv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slae2.o -c -MT -O3 -fpp slae2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaebz.o -c -MT -O3 -fpp slaebz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed0.o -c -MT -O3 -fpp slaed0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed1.o -c -MT -O3 -fpp slaed1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed2.o -c -MT -O3 -fpp slaed2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed3.o -c -MT -O3 -fpp slaed3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed4.o -c -MT -O3 -fpp slaed4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed5.o -c -MT -O3 -fpp slaed5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed6.o -c -MT -O3 -fpp slaed6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed7.o -c -MT -O3 -fpp slaed7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed8.o -c -MT -O3 -fpp slaed8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaed9.o -c -MT -O3 -fpp slaed9.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaeda.o -c -MT -O3 -fpp slaeda.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaein.o -c -MT -O3 -fpp slaein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaev2.o -c -MT -O3 -fpp slaev2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaexc.o -c -MT -O3 -fpp slaexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slag2d.o -c -MT -O3 -fpp slag2d.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slag2.o -c -MT -O3 -fpp slag2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbamv.o -c -MT -O3 -fpp sla_gbamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrcond.o -c -MT -O3 -fpp sla_gbrcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrfsx_extended.o -c -MT -O3 -fpp sla_gbrfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrpvgrw.o -c -MT -O3 -fpp sla_gbrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_geamv.o -c -MT -O3 -fpp sla_geamv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gercond.o -c -MT -O3 -fpp sla_gercond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gerfsx_extended.o -c -MT -O3 -fpp sla_gerfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_gerpvgrw.o -c -MT -O3 -fpp sla_gerpvgrw.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slags2.o -c -MT -O3 -fpp slags2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slagtf.o -c -MT -O3 -fpp slagtf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slagtm.o -c -MT -O3 -fpp slagtm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slagts.o -c -MT -O3 -fpp slagts.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slagv2.o -c -MT -O3 -fpp slagv2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slahqr.o -c -MT -O3 -fpp slahqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slahr2.o -c -MT -O3 -fpp slahr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slahrd.o -c -MT -O3 -fpp slahrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaic1.o -c -MT -O3 -fpp slaic1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaisnan.o -c -MT -O3 -fpp slaisnan.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_lin_berr.o -c -MT -O3 -fpp sla_lin_berr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaln2.o -c -MT -O3 -fpp slaln2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slals0.o -c -MT -O3 -fpp slals0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slalsa.o -c -MT -O3 -fpp slalsa.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slalsd.o -c -MT -O3 -fpp slalsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slamrg.o -c -MT -O3 -fpp slamrg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaneg.o -c -MT -O3 -fpp slaneg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slangb.o -c -MT -O3 -fpp slangb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slange.o -c -MT -O3 -fpp slange.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slangt.o -c -MT -O3 -fpp slangt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slanhs.o -c -MT -O3 -fpp slanhs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slansb.o -c -MT -O3 -fpp slansb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slansf.o -c -MT -O3 -fpp slansf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slansp.o -c -MT -O3 -fpp slansp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slanst.o -c -MT -O3 -fpp slanst.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slansy.o -c -MT -O3 -fpp slansy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slantb.o -c -MT -O3 -fpp slantb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slantp.o -c -MT -O3 -fpp slantp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slantr.o -c -MT -O3 -fpp slantr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slanv2.o -c -MT -O3 -fpp slanv2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slapll.o -c -MT -O3 -fpp slapll.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slapmr.o -c -MT -O3 -fpp slapmr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slapmt.o -c -MT -O3 -fpp slapmt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_porcond.o -c -MT -O3 -fpp sla_porcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_porfsx_extended.o -c -MT -O3 -fpp sla_porfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_porpvgrw.o -c -MT -O3 -fpp sla_porpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slapy2.o -c -MT -O3 -fpp slapy2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slapy3.o -c -MT -O3 -fpp slapy3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqgb.o -c -MT -O3 -fpp slaqgb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqge.o -c -MT -O3 -fpp slaqge.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqp2.o -c -MT -O3 -fpp slaqp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqps.o -c -MT -O3 -fpp slaqps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr0.o -c -MT -O3 -fpp slaqr0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr1.o -c -MT -O3 -fpp slaqr1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr2.o -c -MT -O3 -fpp slaqr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr3.o -c -MT -O3 -fpp slaqr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr4.o -c -MT -O3 -fpp slaqr4.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqr5.o -c -MT -O3 -fpp slaqr5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqsb.o -c -MT -O3 -fpp slaqsb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqsp.o -c -MT -O3 -fpp slaqsp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqsy.o -c -MT -O3 -fpp slaqsy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaqtr.o -c -MT -O3 -fpp slaqtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slar1v.o -c -MT -O3 -fpp slar1v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slar2v.o -c -MT -O3 -fpp slar2v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarfb.o -c -MT -O3 -fpp slarfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarf.o -c -MT -O3 -fpp slarf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarfg.o -c -MT -O3 -fpp slarfg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarfgp.o -c -MT -O3 -fpp slarfgp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarft.o -c -MT -O3 -fpp slarft.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarfx.o -c -MT -O3 -fpp slarfx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slargv.o -c -MT -O3 -fpp slargv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarnv.o -c -MT -O3 -fpp slarnv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarra.o -c -MT -O3 -fpp slarra.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrb.o -c -MT -O3 -fpp slarrb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrc.o -c -MT -O3 -fpp slarrc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrd.o -c -MT -O3 -fpp slarrd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarre.o -c -MT -O3 -fpp slarre.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrf.o -c -MT -O3 -fpp slarrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrj.o -c -MT -O3 -fpp slarrj.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrk.o -c -MT -O3 -fpp slarrk.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrr.o -c -MT -O3 -fpp slarrr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarrv.o -c -MT -O3 -fpp slarrv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarscl2.o -c -MT -O3 -fpp slarscl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slartg.o -c -MT -O3 -fpp slartg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slartgp.o -c -MT -O3 -fpp slartgp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slartgs.o -c -MT -O3 -fpp slartgs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slartv.o -c -MT -O3 -fpp slartv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarzb.o -c -MT -O3 -fpp slarzb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarz.o -c -MT -O3 -fpp slarz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slarzt.o -c -MT -O3 -fpp slarzt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slas2.o -c -MT -O3 -fpp slas2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slascl2.o -c -MT -O3 -fpp slascl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slascl.o -c -MT -O3 -fpp slascl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd0.o -c -MT -O3 -fpp slasd0.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd1.o -c -MT -O3 -fpp slasd1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd2.o -c -MT -O3 -fpp slasd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd3.o -c -MT -O3 -fpp slasd3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd4.o -c -MT -O3 -fpp slasd4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd5.o -c -MT -O3 -fpp slasd5.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd6.o -c -MT -O3 -fpp slasd6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd7.o -c -MT -O3 -fpp slasd7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasd8.o -c -MT -O3 -fpp slasd8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasda.o -c -MT -O3 -fpp slasda.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasdq.o -c -MT -O3 -fpp slasdq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasdt.o -c -MT -O3 -fpp slasdt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaset.o -c -MT -O3 -fpp slaset.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq1.o -c -MT -O3 -fpp slasq1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq2.o -c -MT -O3 -fpp slasq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq3.o -c -MT -O3 -fpp slasq3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq4.o -c -MT -O3 -fpp slasq4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq5.o -c -MT -O3 -fpp slasq5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasq6.o -c -MT -O3 -fpp slasq6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasr.o -c -MT -O3 -fpp slasr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasrt.o -c -MT -O3 -fpp slasrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slassq.o -c -MT -O3 -fpp slassq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasv2.o -c -MT -O3 -fpp slasv2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slaswp.o -c -MT -O3 -fpp slaswp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasy2.o -c -MT -O3 -fpp slasy2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_syamv.o -c -MT -O3 -fpp sla_syamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasyf.o -c -MT -O3 -fpp slasyf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slasyf_rook.o -c -MT -O3 -fpp slasyf_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrcond.o -c -MT -O3 -fpp sla_syrcond.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrfsx_extended.o -c -MT -O3 -fpp sla_syrfsx_extended.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrpvgrw.o -c -MT -O3 -fpp sla_syrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatbs.o -c -MT -O3 -fpp slatbs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatdf.o -c -MT -O3 -fpp slatdf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatps.o -c -MT -O3 -fpp slatps.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatrd.o -c -MT -O3 -fpp slatrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatrs.o -c -MT -O3 -fpp slatrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatrz.o -c -MT -O3 -fpp slatrz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slatzm.o -c -MT -O3 -fpp slatzm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slauu2.o -c -MT -O3 -fpp slauu2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slauum.o -c -MT -O3 -fpp slauum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sla_wwaddw.o -c -MT -O3 -fpp sla_wwaddw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slazq3.o -c -MT -O3 -fpp slazq3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o slazq4.o -c -MT -O3 -fpp slazq4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sopgtr.o -c -MT -O3 -fpp sopgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sopmtr.o -c -MT -O3 -fpp sopmtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb1.o -c -MT -O3 -fpp sorbdb1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb2.o -c -MT -O3 -fpp sorbdb2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb3.o -c -MT -O3 -fpp sorbdb3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb4.o -c -MT -O3 -fpp sorbdb4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb5.o -c -MT -O3 -fpp sorbdb5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb6.o -c -MT -O3 -fpp sorbdb6.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb.o -c -MT -O3 -fpp sorbdb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorcsd2by1.o -c -MT -O3 -fpp sorcsd2by1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorcsd.o -c -MT -O3 -fpp sorcsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorg2l.o -c -MT -O3 -fpp sorg2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorg2r.o -c -MT -O3 -fpp sorg2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgbr.o -c -MT -O3 -fpp sorgbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorghr.o -c -MT -O3 -fpp sorghr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgl2.o -c -MT -O3 -fpp sorgl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorglq.o -c -MT -O3 -fpp sorglq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgql.o -c -MT -O3 -fpp sorgql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgqr.o -c -MT -O3 -fpp sorgqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgr2.o -c -MT -O3 -fpp sorgr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgrq.o -c -MT -O3 -fpp sorgrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorgtr.o -c -MT -O3 -fpp sorgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorm2l.o -c -MT -O3 -fpp sorm2l.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorm2r.o -c -MT -O3 -fpp sorm2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormbr.o -c -MT -O3 -fpp sormbr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormhr.o -c -MT -O3 -fpp sormhr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sorml2.o -c -MT -O3 -fpp sorml2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormlq.o -c -MT -O3 -fpp sormlq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormql.o -c -MT -O3 -fpp sormql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormqr.o -c -MT -O3 -fpp sormqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormr2.o -c -MT -O3 -fpp sormr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormr3.o -c -MT -O3 -fpp sormr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormrq.o -c -MT -O3 -fpp sormrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormrz.o -c -MT -O3 -fpp sormrz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sormtr.o -c -MT -O3 -fpp sormtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbcon.o -c -MT -O3 -fpp spbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbequ.o -c -MT -O3 -fpp spbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbrfs.o -c -MT -O3 -fpp spbrfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbstf.o -c -MT -O3 -fpp spbstf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbsv.o -c -MT -O3 -fpp spbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbsvx.o -c -MT -O3 -fpp spbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbtf2.o -c -MT -O3 -fpp spbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbtrf.o -c -MT -O3 -fpp spbtrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spbtrs.o -c -MT -O3 -fpp spbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spftrf.o -c -MT -O3 -fpp spftrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spftri.o -c -MT -O3 -fpp spftri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spftrs.o -c -MT -O3 -fpp spftrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spocon.o -c -MT -O3 -fpp spocon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spoequb.o -c -MT -O3 -fpp spoequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spoequ.o -c -MT -O3 -fpp spoequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sporfs.o -c -MT -O3 -fpp sporfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sporfsx.o -c -MT -O3 -fpp sporfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sposv.o -c -MT -O3 -fpp sposv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sposvx.o -c -MT -O3 -fpp sposvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sposvxx.o -c -MT -O3 -fpp sposvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spotf2.o -c -MT -O3 -fpp spotf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spotrf.o -c -MT -O3 -fpp spotrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spotri.o -c -MT -O3 -fpp spotri.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spotrs.o -c -MT -O3 -fpp spotrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sppcon.o -c -MT -O3 -fpp sppcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sppequ.o -c -MT -O3 -fpp sppequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spprfs.o -c -MT -O3 -fpp spprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sppsv.o -c -MT -O3 -fpp sppsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sppsvx.o -c -MT -O3 -fpp sppsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spptrf.o -c -MT -O3 -fpp spptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spptri.o -c -MT -O3 -fpp spptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spptrs.o -c -MT -O3 -fpp spptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spstf2.o -c -MT -O3 -fpp spstf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spstrf.o -c -MT -O3 -fpp spstrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sptcon.o -c -MT -O3 -fpp sptcon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spteqr.o -c -MT -O3 -fpp spteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sptrfs.o -c -MT -O3 -fpp sptrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sptsv.o -c -MT -O3 -fpp sptsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sptsvx.o -c -MT -O3 -fpp sptsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spttrf.o -c -MT -O3 -fpp spttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o spttrs.o -c -MT -O3 -fpp spttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sptts2.o -c -MT -O3 -fpp sptts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o srscl.o -c -MT -O3 -fpp srscl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbevd.o -c -MT -O3 -fpp ssbevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbev.o -c -MT -O3 -fpp ssbev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbevx.o -c -MT -O3 -fpp ssbevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbgst.o -c -MT -O3 -fpp ssbgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbgvd.o -c -MT -O3 -fpp ssbgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbgv.o -c -MT -O3 -fpp ssbgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbgvx.o -c -MT -O3 -fpp ssbgvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssbtrd.o -c -MT -O3 -fpp ssbtrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssfrk.o -c -MT -O3 -fpp ssfrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspcon.o -c -MT -O3 -fpp sspcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspevd.o -c -MT -O3 -fpp sspevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspev.o -c -MT -O3 -fpp sspev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspevx.o -c -MT -O3 -fpp sspevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspgst.o -c -MT -O3 -fpp sspgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspgvd.o -c -MT -O3 -fpp sspgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspgv.o -c -MT -O3 -fpp sspgv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspgvx.o -c -MT -O3 -fpp sspgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssprfs.o -c -MT -O3 -fpp ssprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspsv.o -c -MT -O3 -fpp sspsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sspsvx.o -c -MT -O3 -fpp sspsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssptrd.o -c -MT -O3 -fpp ssptrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssptrf.o -c -MT -O3 -fpp ssptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssptri.o -c -MT -O3 -fpp ssptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssptrs.o -c -MT -O3 -fpp ssptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstebz.o -c -MT -O3 -fpp sstebz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstedc.o -c -MT -O3 -fpp sstedc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstegr.o -c -MT -O3 -fpp sstegr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstein.o -c -MT -O3 -fpp sstein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstemr.o -c -MT -O3 -fpp sstemr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssteqr.o -c -MT -O3 -fpp ssteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssterf.o -c -MT -O3 -fpp ssterf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstevd.o -c -MT -O3 -fpp sstevd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstev.o -c -MT -O3 -fpp sstev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstevr.o -c -MT -O3 -fpp sstevr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o sstevx.o -c -MT -O3 -fpp sstevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssycon.o -c -MT -O3 -fpp ssycon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssycon_rook.o -c -MT -O3 -fpp ssycon_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyconv.o -c -MT -O3 -fpp ssyconv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyequb.o -c -MT -O3 -fpp ssyequb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyevd.o -c -MT -O3 -fpp ssyevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyev.o -c -MT -O3 -fpp ssyev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyevr.o -c -MT -O3 -fpp ssyevr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyevx.o -c -MT -O3 -fpp ssyevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssygs2.o -c -MT -O3 -fpp ssygs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssygst.o -c -MT -O3 -fpp ssygst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssygvd.o -c -MT -O3 -fpp ssygvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssygv.o -c -MT -O3 -fpp ssygv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssygvx.o -c -MT -O3 -fpp ssygvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyrfs.o -c -MT -O3 -fpp ssyrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyrfsx.o -c -MT -O3 -fpp ssyrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssysv.o -c -MT -O3 -fpp ssysv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssysv_rook.o -c -MT -O3 -fpp ssysv_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssysvx.o -c -MT -O3 -fpp ssysvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssysvxx.o -c -MT -O3 -fpp ssysvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssyswapr.o -c -MT -O3 -fpp ssyswapr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytd2.o -c -MT -O3 -fpp ssytd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytf2.o -c -MT -O3 -fpp ssytf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytf2_rook.o -c -MT -O3 -fpp ssytf2_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrd.o -c -MT -O3 -fpp ssytrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrf.o -c -MT -O3 -fpp ssytrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrf_rook.o -c -MT -O3 -fpp ssytrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytri2.o -c -MT -O3 -fpp ssytri2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytri2x.o -c -MT -O3 -fpp ssytri2x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytri.o -c -MT -O3 -fpp ssytri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytri_rook.o -c -MT -O3 -fpp ssytri_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs2.o -c -MT -O3 -fpp ssytrs2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs.o -c -MT -O3 -fpp ssytrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs_rook.o -c -MT -O3 -fpp ssytrs_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stbcon.o -c -MT -O3 -fpp stbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stbrfs.o -c -MT -O3 -fpp stbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stbtrs.o -c -MT -O3 -fpp stbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stfsm.o -c -MT -O3 -fpp stfsm.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stftri.o -c -MT -O3 -fpp stftri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stfttp.o -c -MT -O3 -fpp stfttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stfttr.o -c -MT -O3 -fpp stfttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgevc.o -c -MT -O3 -fpp stgevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgex2.o -c -MT -O3 -fpp stgex2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgexc.o -c -MT -O3 -fpp stgexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgsen.o -c -MT -O3 -fpp stgsen.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgsja.o -c -MT -O3 -fpp stgsja.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgsna.o -c -MT -O3 -fpp stgsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgsy2.o -c -MT -O3 -fpp stgsy2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stgsyl.o -c -MT -O3 -fpp stgsyl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpcon.o -c -MT -O3 -fpp stpcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpmqrt.o -c -MT -O3 -fpp stpmqrt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpqrt2.o -c -MT -O3 -fpp stpqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpqrt.o -c -MT -O3 -fpp stpqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stprfb.o -c -MT -O3 -fpp stprfb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stprfs.o -c -MT -O3 -fpp stprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stptri.o -c -MT -O3 -fpp stptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stptrs.o -c -MT -O3 -fpp stptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpttf.o -c -MT -O3 -fpp stpttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stpttr.o -c -MT -O3 -fpp stpttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strcon.o -c -MT -O3 -fpp strcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strevc.o -c -MT -O3 -fpp strevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strexc.o -c -MT -O3 -fpp strexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strrfs.o -c -MT -O3 -fpp strrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strsen.o -c -MT -O3 -fpp strsen.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strsna.o -c -MT -O3 -fpp strsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strsyl.o -c -MT -O3 -fpp strsyl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strti2.o -c -MT -O3 -fpp strti2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strtri.o -c -MT -O3 -fpp strtri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strtrs.o -c -MT -O3 -fpp strtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strttf.o -c -MT -O3 -fpp strttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o strttp.o -c -MT -O3 -fpp strttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stzrqf.o -c -MT -O3 -fpp stzrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o stzrzf.o -c -MT -O3 -fpp stzrzf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zbbcsd.o -c -MT -O3 -fpp zbbcsd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zbdsqr.o -c -MT -O3 -fpp zbdsqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zcgesv.o -c -MT -O3 -fpp zcgesv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zcposv.o -c -MT -O3 -fpp zcposv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zdrscl.o -c -MT -O3 -fpp zdrscl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbbrd.o -c -MT -O3 -fpp zgbbrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbcon.o -c -MT -O3 -fpp zgbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbequb.o -c -MT -O3 -fpp zgbequb.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbequ.o -c -MT -O3 -fpp zgbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbrfs.o -c -MT -O3 -fpp zgbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbrfsx.o -c -MT -O3 -fpp zgbrfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbsv.o -c -MT -O3 -fpp zgbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbsvx.o -c -MT -O3 -fpp zgbsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbsvxx.o -c -MT -O3 -fpp zgbsvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbtf2.o -c -MT -O3 -fpp zgbtf2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbtrf.o -c -MT -O3 -fpp zgbtrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgbtrs.o -c -MT -O3 -fpp zgbtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgebak.o -c -MT -O3 -fpp zgebak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgebal.o -c -MT -O3 -fpp zgebal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgebd2.o -c -MT -O3 -fpp zgebd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgebrd.o -c -MT -O3 -fpp zgebrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgecon.o -c -MT -O3 -fpp zgecon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
C:\Source\PETSC-~1.4\PETSC-~1.4_W\EXTERN~1\PETSC-~1\lapack\zgebal.f(207): remark #7713: This statement function has not been used.   [CABS1]
      DOUBLE PRECISION   CABS1
-------------------------^
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeequb.o -c -MT -O3 -fpp zgeequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeequ.o -c -MT -O3 -fpp zgeequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgees.o -c -MT -O3 -fpp zgees.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeesx.o -c -MT -O3 -fpp zgeesx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeev.o -c -MT -O3 -fpp zgeev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeevx.o -c -MT -O3 -fpp zgeevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgegs.o -c -MT -O3 -fpp zgegs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgegv.o -c -MT -O3 -fpp zgegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgehd2.o -c -MT -O3 -fpp zgehd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgehrd.o -c -MT -O3 -fpp zgehrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelq2.o -c -MT -O3 -fpp zgelq2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelqf.o -c -MT -O3 -fpp zgelqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelsd.o -c -MT -O3 -fpp zgelsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgels.o -c -MT -O3 -fpp zgels.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelss.o -c -MT -O3 -fpp zgelss.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelsx.o -c -MT -O3 -fpp zgelsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgelsy.o -c -MT -O3 -fpp zgelsy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgemqrt.o -c -MT -O3 -fpp zgemqrt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeql2.o -c -MT -O3 -fpp zgeql2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqlf.o -c -MT -O3 -fpp zgeqlf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqp3.o -c -MT -O3 -fpp zgeqp3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqpf.o -c -MT -O3 -fpp zgeqpf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqr2.o -c -MT -O3 -fpp zgeqr2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqr2p.o -c -MT -O3 -fpp zgeqr2p.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrf.o -c -MT -O3 -fpp zgeqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrfp.o -c -MT -O3 -fpp zgeqrfp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt2.o -c -MT -O3 -fpp zgeqrt2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt3.o -c -MT -O3 -fpp zgeqrt3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt.o -c -MT -O3 -fpp zgeqrt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgerfs.o -c -MT -O3 -fpp zgerfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgerfsx.o -c -MT -O3 -fpp zgerfsx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgerq2.o -c -MT -O3 -fpp zgerq2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgerqf.o -c -MT -O3 -fpp zgerqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesc2.o -c -MT -O3 -fpp zgesc2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesdd.o -c -MT -O3 -fpp zgesdd.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesvd.o -c -MT -O3 -fpp zgesvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesv.o -c -MT -O3 -fpp zgesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesvx.o -c -MT -O3 -fpp zgesvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgesvxx.o -c -MT -O3 -fpp zgesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgetc2.o -c -MT -O3 -fpp zgetc2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgetf2.o -c -MT -O3 -fpp zgetf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgetrf.o -c -MT -O3 -fpp zgetrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgetri.o -c -MT -O3 -fpp zgetri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgetrs.o -c -MT -O3 -fpp zgetrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggbak.o -c -MT -O3 -fpp zggbak.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggbal.o -c -MT -O3 -fpp zggbal.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgges.o -c -MT -O3 -fpp zgges.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggesx.o -c -MT -O3 -fpp zggesx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggev.o -c -MT -O3 -fpp zggev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggevx.o -c -MT -O3 -fpp zggevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggglm.o -c -MT -O3 -fpp zggglm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgghrd.o -c -MT -O3 -fpp zgghrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgglse.o -c -MT -O3 -fpp zgglse.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggqrf.o -c -MT -O3 -fpp zggqrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggrqf.o -c -MT -O3 -fpp zggrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggsvd.o -c -MT -O3 -fpp zggsvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zggsvp.o -c -MT -O3 -fpp zggsvp.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgtcon.o -c -MT -O3 -fpp zgtcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgtrfs.o -c -MT -O3 -fpp zgtrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgtsv.o -c -MT -O3 -fpp zgtsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgtsvx.o -c -MT -O3 -fpp zgtsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgttrf.o -c -MT -O3 -fpp zgttrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgttrs.o -c -MT -O3 -fpp zgttrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zgtts2.o -c -MT -O3 -fpp zgtts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbevd.o -c -MT -O3 -fpp zhbevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbev.o -c -MT -O3 -fpp zhbev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbevx.o -c -MT -O3 -fpp zhbevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbgst.o -c -MT -O3 -fpp zhbgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbgvd.o -c -MT -O3 -fpp zhbgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbgv.o -c -MT -O3 -fpp zhbgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbgvx.o -c -MT -O3 -fpp zhbgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhbtrd.o -c -MT -O3 -fpp zhbtrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhecon.o -c -MT -O3 -fpp zhecon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhecon_rook.o -c -MT -O3 -fpp zhecon_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheequb.o -c -MT -O3 -fpp zheequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheevd.o -c -MT -O3 -fpp zheevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheev.o -c -MT -O3 -fpp zheev.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheevr.o -c -MT -O3 -fpp zheevr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheevx.o -c -MT -O3 -fpp zheevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhegs2.o -c -MT -O3 -fpp zhegs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhegst.o -c -MT -O3 -fpp zhegst.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhegvd.o -c -MT -O3 -fpp zhegvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhegv.o -c -MT -O3 -fpp zhegv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhegvx.o -c -MT -O3 -fpp zhegvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zherfs.o -c -MT -O3 -fpp zherfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zherfsx.o -c -MT -O3 -fpp zherfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhesv.o -c -MT -O3 -fpp zhesv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhesv_rook.o -c -MT -O3 -fpp zhesv_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhesvx.o -c -MT -O3 -fpp zhesvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhesvxx.o -c -MT -O3 -fpp zhesvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zheswapr.o -c -MT -O3 -fpp zheswapr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetd2.o -c -MT -O3 -fpp zhetd2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetf2.o -c -MT -O3 -fpp zhetf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetf2_rook.o -c -MT -O3 -fpp zhetf2_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrd.o -c -MT -O3 -fpp zhetrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrf.o -c -MT -O3 -fpp zhetrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrf_rook.o -c -MT -O3 -fpp zhetrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetri2.o -c -MT -O3 -fpp zhetri2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetri2x.o -c -MT -O3 -fpp zhetri2x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetri.o -c -MT -O3 -fpp zhetri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetri_rook.o -c -MT -O3 -fpp zhetri_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs2.o -c -MT -O3 -fpp zhetrs2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs.o -c -MT -O3 -fpp zhetrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs_rook.o -c -MT -O3 -fpp zhetrs_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhfrk.o -c -MT -O3 -fpp zhfrk.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhgeqz.o -c -MT -O3 -fpp zhgeqz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpcon.o -c -MT -O3 -fpp zhpcon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpevd.o -c -MT -O3 -fpp zhpevd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpev.o -c -MT -O3 -fpp zhpev.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpevx.o -c -MT -O3 -fpp zhpevx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpgst.o -c -MT -O3 -fpp zhpgst.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpgvd.o -c -MT -O3 -fpp zhpgvd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpgv.o -c -MT -O3 -fpp zhpgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpgvx.o -c -MT -O3 -fpp zhpgvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhprfs.o -c -MT -O3 -fpp zhprfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpsv.o -c -MT -O3 -fpp zhpsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhpsvx.o -c -MT -O3 -fpp zhpsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhptrd.o -c -MT -O3 -fpp zhptrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhptrf.o -c -MT -O3 -fpp zhptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhptri.o -c -MT -O3 -fpp zhptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhptrs.o -c -MT -O3 -fpp zhptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhsein.o -c -MT -O3 -fpp zhsein.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zhseqr.o -c -MT -O3 -fpp zhseqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlabrd.o -c -MT -O3 -fpp zlabrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacgv.o -c -MT -O3 -fpp zlacgv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacn2.o -c -MT -O3 -fpp zlacn2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacon.o -c -MT -O3 -fpp zlacon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacp2.o -c -MT -O3 -fpp zlacp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacpy.o -c -MT -O3 -fpp zlacpy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacrm.o -c -MT -O3 -fpp zlacrm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlacrt.o -c -MT -O3 -fpp zlacrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zladiv.o -c -MT -O3 -fpp zladiv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaed0.o -c -MT -O3 -fpp zlaed0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaed7.o -c -MT -O3 -fpp zlaed7.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaed8.o -c -MT -O3 -fpp zlaed8.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaein.o -c -MT -O3 -fpp zlaein.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaesy.o -c -MT -O3 -fpp zlaesy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaev2.o -c -MT -O3 -fpp zlaev2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlag2c.o -c -MT -O3 -fpp zlag2c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbamv.o -c -MT -O3 -fpp zla_gbamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrcond_c.o -c -MT -O3 -fpp zla_gbrcond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrcond_x.o -c -MT -O3 -fpp zla_gbrcond_x.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrfsx_extended.o -c -MT -O3 -fpp zla_gbrfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrpvgrw.o -c -MT -O3 -fpp zla_gbrpvgrw.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_geamv.o -c -MT -O3 -fpp zla_geamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gercond_c.o -c -MT -O3 -fpp zla_gercond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gercond_x.o -c -MT -O3 -fpp zla_gercond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gerfsx_extended.o -c -MT -O3 -fpp zla_gerfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_gerpvgrw.o -c -MT -O3 -fpp zla_gerpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlags2.o -c -MT -O3 -fpp zlags2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlagtm.o -c -MT -O3 -fpp zlagtm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_heamv.o -c -MT -O3 -fpp zla_heamv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlahef.o -c -MT -O3 -fpp zlahef.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlahef_rook.o -c -MT -O3 -fpp zlahef_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_hercond_c.o -c -MT -O3 -fpp zla_hercond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_hercond_x.o -c -MT -O3 -fpp zla_hercond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_herfsx_extended.o -c -MT -O3 -fpp zla_herfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_herpvgrw.o -c -MT -O3 -fpp zla_herpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlahqr.o -c -MT -O3 -fpp zlahqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlahr2.o -c -MT -O3 -fpp zlahr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlahrd.o -c -MT -O3 -fpp zlahrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaic1.o -c -MT -O3 -fpp zlaic1.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_lin_berr.o -c -MT -O3 -fpp zla_lin_berr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlals0.o -c -MT -O3 -fpp zlals0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlalsa.o -c -MT -O3 -fpp zlalsa.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlalsd.o -c -MT -O3 -fpp zlalsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlangb.o -c -MT -O3 -fpp zlangb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlange.o -c -MT -O3 -fpp zlange.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlangt.o -c -MT -O3 -fpp zlangt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanhb.o -c -MT -O3 -fpp zlanhb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanhe.o -c -MT -O3 -fpp zlanhe.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanhf.o -c -MT -O3 -fpp zlanhf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanhp.o -c -MT -O3 -fpp zlanhp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanhs.o -c -MT -O3 -fpp zlanhs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlanht.o -c -MT -O3 -fpp zlanht.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlansb.o -c -MT -O3 -fpp zlansb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlansp.o -c -MT -O3 -fpp zlansp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlansy.o -c -MT -O3 -fpp zlansy.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlantb.o -c -MT -O3 -fpp zlantb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlantp.o -c -MT -O3 -fpp zlantp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlantr.o -c -MT -O3 -fpp zlantr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlapll.o -c -MT -O3 -fpp zlapll.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlapmr.o -c -MT -O3 -fpp zlapmr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlapmt.o -c -MT -O3 -fpp zlapmt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_porcond_c.o -c -MT -O3 -fpp zla_porcond_c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_porcond_x.o -c -MT -O3 -fpp zla_porcond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_porfsx_extended.o -c -MT -O3 -fpp zla_porfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_porpvgrw.o -c -MT -O3 -fpp zla_porpvgrw.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqgb.o -c -MT -O3 -fpp zlaqgb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqge.o -c -MT -O3 -fpp zlaqge.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhb.o -c -MT -O3 -fpp zlaqhb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhe.o -c -MT -O3 -fpp zlaqhe.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhp.o -c -MT -O3 -fpp zlaqhp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqp2.o -c -MT -O3 -fpp zlaqp2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqps.o -c -MT -O3 -fpp zlaqps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr0.o -c -MT -O3 -fpp zlaqr0.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr1.o -c -MT -O3 -fpp zlaqr1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr2.o -c -MT -O3 -fpp zlaqr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr3.o -c -MT -O3 -fpp zlaqr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr4.o -c -MT -O3 -fpp zlaqr4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr5.o -c -MT -O3 -fpp zlaqr5.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsb.o -c -MT -O3 -fpp zlaqsb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsp.o -c -MT -O3 -fpp zlaqsp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsy.o -c -MT -O3 -fpp zlaqsy.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlar1v.o -c -MT -O3 -fpp zlar1v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlar2v.o -c -MT -O3 -fpp zlar2v.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarcm.o -c -MT -O3 -fpp zlarcm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarfb.o -c -MT -O3 -fpp zlarfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarf.o -c -MT -O3 -fpp zlarf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarfg.o -c -MT -O3 -fpp zlarfg.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarfgp.o -c -MT -O3 -fpp zlarfgp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarft.o -c -MT -O3 -fpp zlarft.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarfx.o -c -MT -O3 -fpp zlarfx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlargv.o -c -MT -O3 -fpp zlargv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarnv.o -c -MT -O3 -fpp zlarnv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarrv.o -c -MT -O3 -fpp zlarrv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarscl2.o -c -MT -O3 -fpp zlarscl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlartg.o -c -MT -O3 -fpp zlartg.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlartv.o -c -MT -O3 -fpp zlartv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarzb.o -c -MT -O3 -fpp zlarzb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarz.o -c -MT -O3 -fpp zlarz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlarzt.o -c -MT -O3 -fpp zlarzt.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlascl2.o -c -MT -O3 -fpp zlascl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlascl.o -c -MT -O3 -fpp zlascl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaset.o -c -MT -O3 -fpp zlaset.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlasr.o -c -MT -O3 -fpp zlasr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlassq.o -c -MT -O3 -fpp zlassq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlaswp.o -c -MT -O3 -fpp zlaswp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_syamv.o -c -MT -O3 -fpp zla_syamv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlasyf.o -c -MT -O3 -fpp zlasyf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlasyf_rook.o -c -MT -O3 -fpp zlasyf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrcond_c.o -c -MT -O3 -fpp zla_syrcond_c.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrcond_x.o -c -MT -O3 -fpp zla_syrcond_x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrfsx_extended.o -c -MT -O3 -fpp zla_syrfsx_extended.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrpvgrw.o -c -MT -O3 -fpp zla_syrpvgrw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlat2c.o -c -MT -O3 -fpp zlat2c.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatbs.o -c -MT -O3 -fpp zlatbs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatdf.o -c -MT -O3 -fpp zlatdf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatps.o -c -MT -O3 -fpp zlatps.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatrd.o -c -MT -O3 -fpp zlatrd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatrs.o -c -MT -O3 -fpp zlatrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatrz.o -c -MT -O3 -fpp zlatrz.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlatzm.o -c -MT -O3 -fpp zlatzm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlauu2.o -c -MT -O3 -fpp zlauu2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zlauum.o -c -MT -O3 -fpp zlauum.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zla_wwaddw.o -c -MT -O3 -fpp zla_wwaddw.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbcon.o -c -MT -O3 -fpp zpbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbequ.o -c -MT -O3 -fpp zpbequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbrfs.o -c -MT -O3 -fpp zpbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbstf.o -c -MT -O3 -fpp zpbstf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbsv.o -c -MT -O3 -fpp zpbsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbsvx.o -c -MT -O3 -fpp zpbsvx.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbtf2.o -c -MT -O3 -fpp zpbtf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbtrf.o -c -MT -O3 -fpp zpbtrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpbtrs.o -c -MT -O3 -fpp zpbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpftrf.o -c -MT -O3 -fpp zpftrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpftri.o -c -MT -O3 -fpp zpftri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpftrs.o -c -MT -O3 -fpp zpftrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpocon.o -c -MT -O3 -fpp zpocon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpoequb.o -c -MT -O3 -fpp zpoequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpoequ.o -c -MT -O3 -fpp zpoequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zporfs.o -c -MT -O3 -fpp zporfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zporfsx.o -c -MT -O3 -fpp zporfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zposv.o -c -MT -O3 -fpp zposv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zposvx.o -c -MT -O3 -fpp zposvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zposvxx.o -c -MT -O3 -fpp zposvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpotf2.o -c -MT -O3 -fpp zpotf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpotrf.o -c -MT -O3 -fpp zpotrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpotri.o -c -MT -O3 -fpp zpotri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpotrs.o -c -MT -O3 -fpp zpotrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zppcon.o -c -MT -O3 -fpp zppcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zppequ.o -c -MT -O3 -fpp zppequ.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpprfs.o -c -MT -O3 -fpp zpprfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zppsv.o -c -MT -O3 -fpp zppsv.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zppsvx.o -c -MT -O3 -fpp zppsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpptrf.o -c -MT -O3 -fpp zpptrf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpptri.o -c -MT -O3 -fpp zpptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpptrs.o -c -MT -O3 -fpp zpptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpstf2.o -c -MT -O3 -fpp zpstf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpstrf.o -c -MT -O3 -fpp zpstrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zptcon.o -c -MT -O3 -fpp zptcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpteqr.o -c -MT -O3 -fpp zpteqr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zptrfs.o -c -MT -O3 -fpp zptrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zptsv.o -c -MT -O3 -fpp zptsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zptsvx.o -c -MT -O3 -fpp zptsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpttrf.o -c -MT -O3 -fpp zpttrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zpttrs.o -c -MT -O3 -fpp zpttrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zptts2.o -c -MT -O3 -fpp zptts2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zrot.o -c -MT -O3 -fpp zrot.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zspcon.o -c -MT -O3 -fpp zspcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zspmv.o -c -MT -O3 -fpp zspmv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zspr.o -c -MT -O3 -fpp zspr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsprfs.o -c -MT -O3 -fpp zsprfs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zspsv.o -c -MT -O3 -fpp zspsv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zspsvx.o -c -MT -O3 -fpp zspsvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsptrf.o -c -MT -O3 -fpp zsptrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsptri.o -c -MT -O3 -fpp zsptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsptrs.o -c -MT -O3 -fpp zsptrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zstedc.o -c -MT -O3 -fpp zstedc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zstegr.o -c -MT -O3 -fpp zstegr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zstein.o -c -MT -O3 -fpp zstein.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zstemr.o -c -MT -O3 -fpp zstemr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsteqr.o -c -MT -O3 -fpp zsteqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsycon.o -c -MT -O3 -fpp zsycon.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsycon_rook.o -c -MT -O3 -fpp zsycon_rook.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyconv.o -c -MT -O3 -fpp zsyconv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyequb.o -c -MT -O3 -fpp zsyequb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsymv.o -c -MT -O3 -fpp zsymv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyr.o -c -MT -O3 -fpp zsyr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyrfs.o -c -MT -O3 -fpp zsyrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyrfsx.o -c -MT -O3 -fpp zsyrfsx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsysv.o -c -MT -O3 -fpp zsysv.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsysv_rook.o -c -MT -O3 -fpp zsysv_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsysvx.o -c -MT -O3 -fpp zsysvx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsysvxx.o -c -MT -O3 -fpp zsysvxx.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsyswapr.o -c -MT -O3 -fpp zsyswapr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytf2.o -c -MT -O3 -fpp zsytf2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytf2_rook.o -c -MT -O3 -fpp zsytf2_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytrf.o -c -MT -O3 -fpp zsytrf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytrf_rook.o -c -MT -O3 -fpp zsytrf_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytri2.o -c -MT -O3 -fpp zsytri2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytri2x.o -c -MT -O3 -fpp zsytri2x.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytri.o -c -MT -O3 -fpp zsytri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytri_rook.o -c -MT -O3 -fpp zsytri_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs2.o -c -MT -O3 -fpp zsytrs2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs.o -c -MT -O3 -fpp zsytrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs_rook.o -c -MT -O3 -fpp zsytrs_rook.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztbcon.o -c -MT -O3 -fpp ztbcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztbrfs.o -c -MT -O3 -fpp ztbrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztbtrs.o -c -MT -O3 -fpp ztbtrs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztfsm.o -c -MT -O3 -fpp ztfsm.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztftri.o -c -MT -O3 -fpp ztftri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztfttp.o -c -MT -O3 -fpp ztfttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztfttr.o -c -MT -O3 -fpp ztfttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgevc.o -c -MT -O3 -fpp ztgevc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgex2.o -c -MT -O3 -fpp ztgex2.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgexc.o -c -MT -O3 -fpp ztgexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgsen.o -c -MT -O3 -fpp ztgsen.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgsja.o -c -MT -O3 -fpp ztgsja.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgsna.o -c -MT -O3 -fpp ztgsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgsy2.o -c -MT -O3 -fpp ztgsy2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztgsyl.o -c -MT -O3 -fpp ztgsyl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpcon.o -c -MT -O3 -fpp ztpcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpmqrt.o -c -MT -O3 -fpp ztpmqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpqrt2.o -c -MT -O3 -fpp ztpqrt2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpqrt.o -c -MT -O3 -fpp ztpqrt.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztprfb.o -c -MT -O3 -fpp ztprfb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztprfs.o -c -MT -O3 -fpp ztprfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztptri.o -c -MT -O3 -fpp ztptri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztptrs.o -c -MT -O3 -fpp ztptrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpttf.o -c -MT -O3 -fpp ztpttf.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztpttr.o -c -MT -O3 -fpp ztpttr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrcon.o -c -MT -O3 -fpp ztrcon.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrevc.o -c -MT -O3 -fpp ztrevc.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrexc.o -c -MT -O3 -fpp ztrexc.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrrfs.o -c -MT -O3 -fpp ztrrfs.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrsen.o -c -MT -O3 -fpp ztrsen.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrsna.o -c -MT -O3 -fpp ztrsna.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrsyl.o -c -MT -O3 -fpp ztrsyl.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrti2.o -c -MT -O3 -fpp ztrti2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrtri.o -c -MT -O3 -fpp ztrtri.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrtrs.o -c -MT -O3 -fpp ztrtrs.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrttf.o -c -MT -O3 -fpp ztrttf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztrttp.o -c -MT -O3 -fpp ztrttp.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztzrqf.o -c -MT -O3 -fpp ztzrqf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o ztzrzf.o -c -MT -O3 -fpp ztzrzf.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb1.o -c -MT -O3 -fpp zunbdb1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb2.o -c -MT -O3 -fpp zunbdb2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb3.o -c -MT -O3 -fpp zunbdb3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb4.o -c -MT -O3 -fpp zunbdb4.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb5.o -c -MT -O3 -fpp zunbdb5.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb6.o -c -MT -O3 -fpp zunbdb6.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb.o -c -MT -O3 -fpp zunbdb.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zuncsd2by1.o -c -MT -O3 -fpp zuncsd2by1.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zuncsd.o -c -MT -O3 -fpp zuncsd.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zung2l.o -c -MT -O3 -fpp zung2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zung2r.o -c -MT -O3 -fpp zung2r.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungbr.o -c -MT -O3 -fpp zungbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunghr.o -c -MT -O3 -fpp zunghr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungl2.o -c -MT -O3 -fpp zungl2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunglq.o -c -MT -O3 -fpp zunglq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungql.o -c -MT -O3 -fpp zungql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungqr.o -c -MT -O3 -fpp zungqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungr2.o -c -MT -O3 -fpp zungr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungrq.o -c -MT -O3 -fpp zungrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zungtr.o -c -MT -O3 -fpp zungtr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunm2l.o -c -MT -O3 -fpp zunm2l.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunm2r.o -c -MT -O3 -fpp zunm2r.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmbr.o -c -MT -O3 -fpp zunmbr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmhr.o -c -MT -O3 -fpp zunmhr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunml2.o -c -MT -O3 -fpp zunml2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmlq.o -c -MT -O3 -fpp zunmlq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmql.o -c -MT -O3 -fpp zunmql.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmqr.o -c -MT -O3 -fpp zunmqr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmr2.o -c -MT -O3 -fpp zunmr2.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmr3.o -c -MT -O3 -fpp zunmr3.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmrq.o -c -MT -O3 -fpp zunmrq.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmrz.o -c -MT -O3 -fpp zunmrz.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zunmtr.o -c -MT -O3 -fpp zunmtr.f
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zupgtr.o -c -MT -O3 -fpp zupgtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -o zupmtr.o -c -MT -O3 -fpp zupmtr.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/bin/ar cr ../libflapack.lib slaruv.o dlaruv.o cbbcsd.o cbdsqr.o cgbbrd.o cgbcon.o cgbequb.o cgbequ.o cgbrfs.o cgbrfsx.o cgbsv.o cgbsvx.o cgbsvxx.o cgbtf2.o cgbtrf.o cgbtrs.o cgebak.o cgebal.o cgebd2.o cgebrd.o cgecon.o cgeequb.o cgeequ.o cgees.o cgeesx.o cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgehrd.o cgelq2.o cgelqf.o cgelsd.o cgels.o cgelss.o cgelsx.o cgelsy.o cgemqrt.o cgeql2.o cgeqlf.o cgeqp3.o cgeqpf.o cgeqr2.o cgeqr2p.o cgeqrf.o cgeqrfp.o cgeqrt2.o cgeqrt3.o cgeqrt.o cgerfs.o cgerfsx.o cgerq2.o cgerqf.o cgesc2.o cgesdd.o cgesvd.o cgesv.o cgesvx.o cgesvxx.o cgetc2.o cgetf2.o cgetrf.o cgetri.o cgetrs.o cggbak.o cggbal.o cgges.o cggesx.o cggev.o cggevx.o cggglm.o cgghrd.o cgglse.o cggqrf.o cggrqf.o cggsvd.o cggsvp.o cgtcon.o cgtrfs.o cgtsv.o cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbevd.o chbev.o chbevx.o chbgst.o chbgvd.o chbgv.o chbgvx.o chbtrd.o checon.o checon_rook.o cheequb.o cheevd.o cheev.o cheevr.o cheevx.o chegs2.o chegst.o chegvd.o chegv.o chegvx.o cherfs.o cherfsx.o chesv.o chesv_rook.o chesvx.o chesvxx.o cheswapr.o chetd2.o chetf2.o chetf2_rook.o chetrd.o chetrf.o chetrf_rook.o chetri2.o chetri2x.o chetri.o chetri_rook.o chetrs2.o chetrs.o chetrs_rook.o chfrk.o chgeqz.o chla_transtype.o chpcon.o chpevd.o chpev.o chpevx.o chpgst.o chpgvd.o chpgv.o chpgvx.o chprfs.o chpsv.o chpsvx.o chptrd.o chptrf.o chptri.o chptrs.o chsein.o chseqr.o clabrd.o clacgv.o clacn2.o clacon.o clacp2.o clacpy.o clacrm.o clacrt.o cladiv.o claed0.o claed7.o claed8.o claein.o claesy.o claev2.o clag2z.o cla_gbamv.o cla_gbrcond_c.o cla_gbrcond_x.o cla_gbrfsx_extended.o cla_gbrpvgrw.o cla_geamv.o cla_gercond_c.o cla_gercond_x.o cla_gerfsx_extended.o cla_gerpvgrw.o clags2.o clagtm.o cla_heamv.o clahef.o clahef_rook.o cla_hercond_c.o cla_hercond_x.o cla_herfsx_extended.o cla_herpvgrw.o clahqr.o clahr2.o clahrd.o claic1.o cla_lin_berr.o clals0.o clalsa.o clalsd.o clangb.o clange.o clangt.o clanhb.o clanhe.o clanhf.o clanhp.o clanhs.o clanht.o clansb.o clansp.o clansy.o clantb.o clantp.o clantr.o clapll.o clapmr.o clapmt.o cla_porcond_c.o cla_porcond_x.o cla_porfsx_extended.o cla_porpvgrw.o claqgb.o claqge.o claqhb.o claqhe.o claqhp.o claqp2.o claqps.o claqr0.o claqr1.o claqr2.o claqr3.o claqr4.o claqr5.o claqsb.o claqsp.o claqsy.o clar1v.o clar2v.o clarcm.o clarfb.o clarf.o clarfg.o clarfgp.o clarft.o clarfx.o clargv.o clarnv.o clarrv.o clarscl2.o clartg.o clartv.o clarzb.o clarz.o clarzt.o clascl2.o clascl.o claset.o clasr.o classq.o claswp.o cla_syamv.o clasyf.o clasyf_rook.o cla_syrcond_c.o cla_syrcond_x.o cla_syrfsx_extended.o cla_syrpvgrw.o clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o clatzm.o clauu2.o clauum.o cla_wwaddw.o cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o cpftrf.o cpftri.o cpftrs.o cpocon.o cpoequb.o cpoequ.o cporfs.o cporfsx.o cposv.o cposvx.o cposvxx.o cpotf2.o cpotrf.o cpotri.o cpotrs.o cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o cpstf2.o cpstrf.o cptcon.o cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o cptts2.o crot.o cspcon.o cspmv.o cspr.o csprfs.o cspsv.o cspsvx.o csptrf.o csptri.o csptrs.o csrscl.o cstedc.o cstegr.o cstein.o cstemr.o csteqr.o csycon.o csycon_rook.o csyconv.o csyequb.o csymv.o csyr.o csyrfs.o csyrfsx.o csysv.o csysv_rook.o csysvx.o csysvxx.o csyswapr.o csytf2.o csytf2_rook.o csytrf.o csytrf_rook.o csytri2.o csytri2x.o csytri.o csytri_rook.o csytrs2.o csytrs.o csytrs_rook.o ctbcon.o ctbrfs.o ctbtrs.o ctfsm.o ctftri.o ctfttp.o ctfttr.o ctgevc.o ctgex2.o ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o ctpcon.o ctpmqrt.o ctpqrt2.o ctpqrt.o ctprfb.o ctprfs.o ctptri.o ctptrs.o ctpttf.o ctpttr.o ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctrttf.o ctrttp.o ctzrqf.o ctzrzf.o cunbdb1.o cunbdb2.o cunbdb3.o cunbdb4.o cunbdb5.o cunbdb6.o cunbdb.o cuncsd2by1.o cuncsd.o cung2l.o cung2r.o cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o cungr2.o cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o cunmhr.o cunml2.o cunmlq.o cunmql.o cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o cunmtr.o cupgtr.o cupmtr.o dbbcsd.o dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o dgbcon.o dgbequb.o dgbequ.o dgbrfs.o dgbrfsx.o dgbsv.o dgbsvx.o dgbsvxx.o dgbtf2.o dgbtrf.o dgbtrs.o dgebak.o dgebal.o dgebd2.o dgebrd.o dgecon.o dgeequb.o dgeequ.o dgees.o dgeesx.o dgeev.o dgeevx.o dgegs.o dgegv.o dgehd2.o dgehrd.o dgejsv.o dgelq2.o dgelqf.o dgelsd.o dgels.o dgelss.o dgelsx.o dgelsy.o dgemqrt.o dgeql2.o dgeqlf.o dgeqp3.o dgeqpf.o dgeqr2.o dgeqr2p.o dgeqrf.o dgeqrfp.o dgeqrt2.o dgeqrt3.o dgeqrt.o dgerfs.o dgerfsx.o dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesvd.o dgesv.o dgesvj.o dgesvx.o dgesvxx.o dgetc2.o dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o dggglm.o dgghrd.o dgglse.o dggqrf.o dggrqf.o dggsvd.o dggsvp.o dgsvj0.o dgsvj1.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o dhgeqz.o dhsein.o dhseqr.o disnan.o dlabad.o dlabrd.o dlacn2.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaebz.o dlaed0.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o dlaed6.o dlaed7.o dlaed8.o dlaed9.o dlaeda.o dlaein.o dlaev2.o dlaexc.o dlag2.o dlag2s.o dla_gbamv.o dla_gbrcond.o dla_gbrfsx_extended.o dla_gbrpvgrw.o dla_geamv.o dla_gercond.o dla_gerfsx_extended.o dla_gerpvgrw.o dlags2.o dlagtf.o dlagtm.o dlagts.o dlagv2.o dlahqr.o dlahr2.o dlahrd.o dlaic1.o dlaisnan.o dla_lin_berr.o dlaln2.o dlals0.o dlalsa.o dlalsd.o dlamrg.o dlaneg.o dlangb.o dlange.o dlangt.o dlanhs.o dlansb.o dlansf.o dlansp.o dlanst.o dlansy.o dlantb.o dlantp.o dlantr.o dlanv2.o dlapll.o dlapmr.o dlapmt.o dla_porcond.o dla_porfsx_extended.o dla_porpvgrw.o dlapy2.o dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o dlaqps.o dlaqr0.o dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlaqsb.o dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o dlar2v.o dlarfb.o dlarf.o dlarfg.o dlarfgp.o dlarft.o dlarfx.o dlargv.o dlarnv.o dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlarscl2.o dlartg.o dlartgp.o dlartgs.o dlartv.o dlaruv.o dlarzb.o dlarz.o dlarzt.o dlas2.o dlascl2.o dlascl.o dlasd0.o dlasd1.o dlasd2.o dlasd3.o dlasd4.o dlasd5.o dlasd6.o dlasd7.o dlasd8.o dlasda.o dlasdq.o dlasdt.o dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o dlassq.o dlasv2.o dlaswp.o dlasy2.o dla_syamv.o dlasyf.o dlasyf_rook.o dla_syrcond.o dla_syrfsx_extended.o dla_syrpvgrw.o dlat2s.o dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o dlatzm.o dlauu2.o dlauum.o dla_wwaddw.o dlazq3.o dlazq4.o dopgtr.o dopmtr.o dorbdb1.o dorbdb2.o dorbdb3.o dorbdb4.o dorbdb5.o dorbdb6.o dorbdb.o dorcsd2by1.o dorcsd.o dorg2l.o dorg2r.o dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o dorgrq.o dorgtr.o dorm2l.o dorm2r.o dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o dormr2.o dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o dpbstf.o dpbsv.o dpbsvx.o dpbtf2.o dpbtrf.o dpbtrs.o dpftrf.o dpftri.o dpftrs.o dpocon.o dpoequb.o dpoequ.o dporfs.o dporfsx.o dposv.o dposvx.o dposvxx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dppcon.o dppequ.o dpprfs.o dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dpstf2.o dpstrf.o dptcon.o dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o dpttrs.o dptts2.o drscl.o dsbevd.o dsbev.o dsbevx.o dsbgst.o dsbgvd.o dsbgv.o dsbgvx.o dsbtrd.o dsfrk.o dsgesv.o dspcon.o dspevd.o dspev.o dspevx.o dspgst.o dspgvd.o dspgv.o dspgvx.o dsposv.o dsprfs.o dspsv.o dspsvx.o dsptrd.o dsptrf.o dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o dstein.o dstemr.o dsteqr.o dsterf.o dstevd.o dstev.o dstevr.o dstevx.o dsycon.o dsycon_rook.o dsyconv.o dsyequb.o dsyevd.o dsyev.o dsyevr.o dsyevx.o dsygs2.o dsygst.o dsygvd.o dsygv.o dsygvx.o dsyrfs.o dsyrfsx.o dsysv.o dsysv_rook.o dsysvx.o dsysvxx.o dsyswapr.o dsytd2.o dsytf2.o dsytf2_rook.o dsytrd.o dsytrf.o dsytrf_rook.o dsytri2.o dsytri2x.o dsytri.o dsytri_rook.o dsytrs2.o dsytrs.o dsytrs_rook.o dtbcon.o dtbrfs.o dtbtrs.o dtfsm.o dtftri.o dtfttp.o dtfttr.o dtgevc.o dtgex2.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o dtgsyl.o dtpcon.o dtpmqrt.o dtpqrt2.o dtpqrt.o dtprfb.o dtprfs.o dtptri.o dtptrs.o dtpttf.o dtpttr.o dtrcon.o dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o dtrti2.o dtrtri.o dtrtrs.o dtrttf.o dtrttp.o dtzrqf.o dtzrzf.o dzsum1.o icmax1.o ieeeck.o ilaclc.o ilaclr.o iladiag.o iladlc.o iladlr.o ilaenv.o ilaprec.o ilaslc.o ilaslr.o ilatrans.o ilauplo.o ilaver.o ilazlc.o ilazlr.o iparmq.o izmax1.o lsamen.o sbbcsd.o sbdsdc.o sbdsqr.o scsum1.o sdisna.o sgbbrd.o sgbcon.o sgbequb.o sgbequ.o sgbrfs.o sgbrfsx.o sgbsv.o sgbsvx.o sgbsvxx.o sgbtf2.o sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o sgebrd.o sgecon.o sgeequb.o sgeequ.o sgees.o sgeesx.o sgeev.o sgeevx.o sgegs.o sgegv.o sgehd2.o sgehrd.o sgejsv.o sgelq2.o sgelqf.o sgelsd.o sgels.o sgelss.o sgelsx.o sgelsy.o sgemqrt.o sgeql2.o sgeqlf.o sgeqp3.o sgeqpf.o sgeqr2.o sgeqr2p.o sgeqrf.o sgeqrfp.o sgeqrt2.o sgeqrt3.o sgeqrt.o sgerfs.o sgerfsx.o sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesv.o sgesvj.o sgesvx.o sgesvxx.o sgetc2.o sgetf2.o sgetrf.o sgetri.o sgetrs.o sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o sggglm.o sgghrd.o sgglse.o sggqrf.o sggrqf.o sggsvd.o sggsvp.o sgsvj0.o sgsvj1.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o sisnan.o slabad.o slabrd.o slacn2.o slacon.o slacpy.o sladiv.o slae2.o slaebz.o slaed0.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slaein.o slaev2.o slaexc.o slag2d.o slag2.o sla_gbamv.o sla_gbrcond.o sla_gbrfsx_extended.o sla_gbrpvgrw.o sla_geamv.o sla_gercond.o sla_gerfsx_extended.o sla_gerpvgrw.o slags2.o slagtf.o slagtm.o slagts.o slagv2.o slahqr.o slahr2.o slahrd.o slaic1.o slaisnan.o sla_lin_berr.o slaln2.o slals0.o slalsa.o slalsd.o slamrg.o slaneg.o slangb.o slange.o slangt.o slanhs.o slansb.o slansf.o slansp.o slanst.o slansy.o slantb.o slantp.o slantr.o slanv2.o slapll.o slapmr.o slapmt.o sla_porcond.o sla_porfsx_extended.o sla_porpvgrw.o slapy2.o slapy3.o slaqgb.o slaqge.o slaqp2.o slaqps.o slaqr0.o slaqr1.o slaqr2.o slaqr3.o slaqr4.o slaqr5.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o slar2v.o slarfb.o slarf.o slarfg.o slarfgp.o slarft.o slarfx.o slargv.o slarnv.o slarra.o slarrb.o slarrc.o slarrd.o slarre.o slarrf.o slarrj.o slarrk.o slarrr.o slarrv.o slarscl2.o slartg.o slartgp.o slartgs.o slartv.o slaruv.o slarzb.o slarz.o slarzt.o slas2.o slascl2.o slascl.o slasd0.o slasd1.o slasd2.o slasd3.o slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasda.o slasdq.o slasdt.o slaset.o slasq1.o slasq2.o slasq3.o slasq4.o slasq5.o slasq6.o slasr.o slasrt.o slassq.o slasv2.o slaswp.o slasy2.o sla_syamv.o slasyf.o slasyf_rook.o sla_syrcond.o sla_syrfsx_extended.o sla_syrpvgrw.o slatbs.o slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o slauu2.o slauum.o sla_wwaddw.o slazq3.o slazq4.o sopgtr.o sopmtr.o sorbdb1.o sorbdb2.o sorbdb3.o sorbdb4.o sorbdb5.o sorbdb6.o sorbdb.o sorcsd2by1.o sorcsd.o sorg2l.o sorg2r.o sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o spbrfs.o spbstf.o spbsv.o spbsvx.o spbtf2.o spbtrf.o spbtrs.o spftrf.o spftri.o spftrs.o spocon.o spoequb.o spoequ.o sporfs.o sporfsx.o sposv.o sposvx.o sposvxx.o spotf2.o spotrf.o spotri.o spotrs.o sppcon.o sppequ.o spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o spstf2.o spstrf.o sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o spttrf.o spttrs.o sptts2.o srscl.o ssbevd.o ssbev.o ssbevx.o ssbgst.o ssbgvd.o ssbgv.o ssbgvx.o ssbtrd.o ssfrk.o sspcon.o sspevd.o sspev.o sspevx.o sspgst.o sspgvd.o sspgv.o sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o ssptrf.o ssptri.o ssptrs.o sstebz.o sstedc.o sstegr.o sstein.o sstemr.o ssteqr.o ssterf.o sstevd.o sstev.o sstevr.o sstevx.o ssycon.o ssycon_rook.o ssyconv.o ssyequb.o ssyevd.o ssyev.o ssyevr.o ssyevx.o ssygs2.o ssygst.o ssygvd.o ssygv.o ssygvx.o ssyrfs.o ssyrfsx.o ssysv.o ssysv_rook.o ssysvx.o ssysvxx.o ssyswapr.o ssytd2.o ssytf2.o ssytf2_rook.o ssytrd.o ssytrf.o ssytrf_rook.o ssytri2.o ssytri2x.o ssytri.o ssytri_rook.o ssytrs2.o ssytrs.o ssytrs_rook.o stbcon.o stbrfs.o stbtrs.o stfsm.o stftri.o stfttp.o stfttr.o stgevc.o stgex2.o stgexc.o stgsen.o stgsja.o stgsna.o stgsy2.o stgsyl.o stpcon.o stpmqrt.o stpqrt2.o stpqrt.o stprfb.o stprfs.o stptri.o stptrs.o stpttf.o stpttr.o strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o strsyl.o strti2.o strtri.o strtrs.o strttf.o strttp.o stzrqf.o stzrzf.o zbbcsd.o zbdsqr.o zcgesv.o zcposv.o zdrscl.o zgbbrd.o zgbcon.o zgbequb.o zgbequ.o zgbrfs.o zgbrfsx.o zgbsv.o zgbsvx.o zgbsvxx.o zgbtf2.o zgbtrf.o zgbtrs.o zgebak.o zgebal.o zgebd2.o zgebrd.o zgecon.o zgeequb.o zgeequ.o zgees.o zgeesx.o zgeev.o zgeevx.o zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o zgelsd.o zgels.o zgelss.o zgelsx.o zgelsy.o zgemqrt.o zgeql2.o zgeqlf.o zgeqp3.o zgeqpf.o zgeqr2.o zgeqr2p.o zgeqrf.o zgeqrfp.o zgeqrt2.o zgeqrt3.o zgeqrt.o zgerfs.o zgerfsx.o zgerq2.o zgerqf.o zgesc2.o zgesdd.o zgesvd.o zgesv.o zgesvx.o zgesvxx.o zgetc2.o zgetf2.o zgetrf.o zgetri.o zgetrs.o zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o zggglm.o zgghrd.o zgglse.o zggqrf.o zggrqf.o zggsvd.o zggsvp.o zgtcon.o zgtrfs.o zgtsv.o zgtsvx.o zgttrf.o zgttrs.o zgtts2.o zhbevd.o zhbev.o zhbevx.o zhbgst.o zhbgvd.o zhbgv.o zhbgvx.o zhbtrd.o zhecon.o zhecon_rook.o zheequb.o zheevd.o zheev.o zheevr.o zheevx.o zhegs2.o zhegst.o zhegvd.o zhegv.o zhegvx.o zherfs.o zherfsx.o zhesv.o zhesv_rook.o zhesvx.o zhesvxx.o zheswapr.o zhetd2.o zhetf2.o zhetf2_rook.o zhetrd.o zhetrf.o zhetrf_rook.o zhetri2.o zhetri2x.o zhetri.o zhetri_rook.o zhetrs2.o zhetrs.o zhetrs_rook.o zhfrk.o zhgeqz.o zhpcon.o zhpevd.o zhpev.o zhpevx.o zhpgst.o zhpgvd.o zhpgv.o zhpgvx.o zhprfs.o zhpsv.o zhpsvx.o zhptrd.o zhptrf.o zhptri.o zhptrs.o zhsein.o zhseqr.o zlabrd.o zlacgv.o zlacn2.o zlacon.o zlacp2.o zlacpy.o zlacrm.o zlacrt.o zladiv.o zlaed0.o zlaed7.o zlaed8.o zlaein.o zlaesy.o zlaev2.o zlag2c.o zla_gbamv.o zla_gbrcond_c.o zla_gbrcond_x.o zla_gbrfsx_extended.o zla_gbrpvgrw.o zla_geamv.o zla_gercond_c.o zla_gercond_x.o zla_gerfsx_extended.o zla_gerpvgrw.o zlags2.o zlagtm.o zla_heamv.o zlahef.o zlahef_rook.o zla_hercond_c.o zla_hercond_x.o zla_herfsx_extended.o zla_herpvgrw.o zlahqr.o zlahr2.o zlahrd.o zlaic1.o zla_lin_berr.o zlals0.o zlalsa.o zlalsd.o zlangb.o zlange.o zlangt.o zlanhb.o zlanhe.o zlanhf.o zlanhp.o zlanhs.o zlanht.o zlansb.o zlansp.o zlansy.o zlantb.o zlantp.o zlantr.o zlapll.o zlapmr.o zlapmt.o zla_porcond_c.o zla_porcond_x.o zla_porfsx_extended.o zla_porpvgrw.o zlaqgb.o zlaqge.o zlaqhb.o zlaqhe.o zlaqhp.o zlaqp2.o zlaqps.o zlaqr0.o zlaqr1.o zlaqr2.o zlaqr3.o zlaqr4.o zlaqr5.o zlaqsb.o zlaqsp.o zlaqsy.o zlar1v.o zlar2v.o zlarcm.o zlarfb.o zlarf.o zlarfg.o zlarfgp.o zlarft.o zlarfx.o zlargv.o zlarnv.o zlarrv.o zlarscl2.o zlartg.o zlartv.o zlarzb.o zlarz.o zlarzt.o zlascl2.o zlascl.o zlaset.o zlasr.o zlassq.o zlaswp.o zla_syamv.o zlasyf.o zlasyf_rook.o zla_syrcond_c.o zla_syrcond_x.o zla_syrfsx_extended.o zla_syrpvgrw.o zlat2c.o zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o zlatrz.o zlatzm.o zlauu2.o zlauum.o zla_wwaddw.o zpbcon.o zpbequ.o zpbrfs.o zpbstf.o zpbsv.o zpbsvx.o zpbtf2.o zpbtrf.o zpbtrs.o zpftrf.o zpftri.o zpftrs.o zpocon.o zpoequb.o zpoequ.o zporfs.o zporfsx.o zposv.o zposvx.o zposvxx.o zpotf2.o zpotrf.o zpotri.o zpotrs.o zppcon.o zppequ.o zpprfs.o zppsv.o zppsvx.o zpptrf.o zpptri.o zpptrs.o zpstf2.o zpstrf.o zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o zpttrs.o zptts2.o zrot.o zspcon.o zspmv.o zspr.o zsprfs.o zspsv.o zspsvx.o zsptrf.o zsptri.o zsptrs.o zstedc.o zstegr.o zstein.o zstemr.o zsteqr.o zsycon.o zsycon_rook.o zsyconv.o zsyequb.o zsymv.o zsyr.o zsyrfs.o zsyrfsx.o zsysv.o zsysv_rook.o zsysvx.o zsysvxx.o zsyswapr.o zsytf2.o zsytf2_rook.o zsytrf.o zsytrf_rook.o zsytri2.o zsytri2x.o zsytri.o zsytri_rook.o zsytrs2.o zsytrs.o zsytrs_rook.o ztbcon.o ztbrfs.o ztbtrs.o ztfsm.o ztftri.o ztfttp.o ztfttr.o ztgevc.o ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o ztgsyl.o ztpcon.o ztpmqrt.o ztpqrt2.o ztpqrt.o ztprfb.o ztprfs.o ztptri.o ztptrs.o ztpttf.o ztpttr.o ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztrttf.o ztrttp.o ztzrqf.o ztzrzf.o zunbdb1.o zunbdb2.o zunbdb3.o zunbdb4.o zunbdb5.o zunbdb6.o zunbdb.o zuncsd2by1.o zuncsd.o zung2l.o zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o zunm2r.o zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o zupgtr.o zupmtr.o
make[1]: Leaving directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/lapack'
cd lapack-extra; /bin/make lib FC="/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MT -O3 -fpp" FNOOPT="-MT " AR="/bin/ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libflapack.lib"
make[1]: Entering directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/lapack-extra'
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -MT  slamch.f dlamch.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -MT -O3 -fpp ilaver.f
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
/bin/ar cr ../libflapack.lib slamch.o dlamch.o ilaver.o 
/bin/rm -f slamch.o dlamch.o ilaver.o
make[1]: Leaving directory '/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c/lapack-extra'
/bin/ranlib libflapack.libmake[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
********End of Output of running make on FBLASLAPACK *******
            Not checking for library in Download FBLASLAPACK: [] because no functions given to check for
=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
                No functions to check for in library [] []
            Checking for headers [] in Download FBLASLAPACK: ['/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/include']
=============================================================================================
TESTING: checkVersion from config.packages.fblaslapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1169)
  Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version
=============================================================================================
TESTING: checkSharedLibrary from config.packages.fblaslapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1082)
  By default we don't care about checking if the library is shared
    child config.packages.fblaslapack took 905.965450 seconds
=============================================================================================
TESTING: locateCMake from config.packages.cmake(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/cmake.py:54)
Looking for default CMake executable
    Checking for program /bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/cmake...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/cmake...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/cmake...not found
    Checking for program /cygdrive/c/Windows/system32/cmake...not found
    Checking for program /cygdrive/c/Windows/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/cmake...not found
    Checking for program /cygdrive/c/Program Files/dotnet/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/cmake...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/cmake...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/cmake...not found
    Checking for program //AEX02/NETLOGON/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/cmake...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/cmake...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/cmake...not found
    Checking for program /cygdrive/c/Windows/system32/cmake...not found
    Checking for program /cygdrive/c/Windows/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/cmake...not found
    Checking for program /cygdrive/c/Program Files/dotnet/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/cmake...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/cmake...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/cmake...not found
    Checking for program //DC05/NETLOGON/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/cmake...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/cmake...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/cmake...not found
    Checking for program /cygdrive/c/Windows/system32/cmake...not found
    Checking for program /cygdrive/c/Windows/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/cmake...not found
    Checking for program /cygdrive/c/Program Files/dotnet/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/cmake...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/cmake...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/cmake...not found
    Checking for program /cygdrive/c/Windows/system32/cmake...not found
    Checking for program /cygdrive/c/Windows/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/cmake...not found
    Checking for program /cygdrive/c/Program Files/dotnet/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/cmake...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/cmake...not found
    Checking for program /cygdrive/c/Windows/system32/cmake...not found
    Checking for program /cygdrive/c/Windows/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/cmake...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/cmake...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/cmake...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/cmake...not found
    Checking for program /cygdrive/c/Users/tslt/cmake...not found
    Checking for program /cygdrive/c/MinGW/bin/cmake...not found
    Checking for program /cygdrive/i/win/dll/cmake...not found
    Checking for program /cygdrive/i/win/bin/cmake...not found
    Checking for program /cygdrive/i/orawin95/bin/cmake...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake...found
              Defined make macro "CMAKE" to "/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake"
Looking for default CTest executable
    Checking for program /bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/opt/mpi/libfabric/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/opt/debugger/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/host/windows64/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/opt/oclfpga/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/HostX64/x64/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/VC/VCPackages/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TestWindow/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/bin/Roslyn/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/x64/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/Performance Tools/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/HTML Help Workshop/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Team Tools/DiagnosticsHub/Collector/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/ctest...not found
    Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/Tools/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/ctest...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/ctest...not found
    Checking for program /cygdrive/c/Windows/system32/ctest...not found
    Checking for program /cygdrive/c/Windows/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/ctest...not found
    Checking for program /cygdrive/c/Program Files/dotnet/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/ctest...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/ctest...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/ctest...not found
    Checking for program //AEX02/NETLOGON/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/ctest...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/ctest...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/ctest...not found
    Checking for program /cygdrive/c/Windows/system32/ctest...not found
    Checking for program /cygdrive/c/Windows/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/ctest...not found
    Checking for program /cygdrive/c/Program Files/dotnet/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/ctest...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/ctest...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/ctest...not found
    Checking for program //DC05/NETLOGON/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/VMware/VMware Player/bin/ctest...not found
    Checking for program /cygdrive/c/Microsoft_MPI/Bin/ctest...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/ctest...not found
    Checking for program /cygdrive/c/Windows/system32/ctest...not found
    Checking for program /cygdrive/c/Windows/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/ctest...not found
    Checking for program /cygdrive/c/Program Files/dotnet/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/ctest...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/ctest...not found
    Checking for program /cygdrive/c/Program Files/Git/cmd/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft VS Code/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2023 R1/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/ctest...not found
    Checking for program /cygdrive/c/Windows/system32/ctest...not found
    Checking for program /cygdrive/c/Windows/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/ctest...not found
    Checking for program /cygdrive/c/Program Files/dotnet/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/ctest...not found
    Checking for program /cygdrive/c/Program Files/Docker/Docker/resources/bin/ctest...not found
    Checking for program /cygdrive/c/Windows/system32/ctest...not found
    Checking for program /cygdrive/c/Windows/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/Wbem/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/ctest...not found
    Checking for program /cygdrive/c/Windows/System32/OpenSSH/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X64/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Pulse Secure/VC142.CRT/X86/ctest...not found
    Checking for program /cygdrive/c/Program Files (x86)/Common Files/Pulse Secure/TNC Client Plugin/ctest...not found
    Checking for program /cygdrive/c/Users/tsltaywb/AppData/Local/Microsoft/WindowsApps/ctest...not found
    Checking for program /cygdrive/c/Users/tslt/ctest...not found
    Checking for program /cygdrive/c/MinGW/bin/ctest...not found
    Checking for program /cygdrive/i/win/dll/ctest...not found
    Checking for program /cygdrive/i/win/bin/ctest...not found
    Checking for program /cygdrive/i/orawin95/bin/ctest...not found
    Checking for program /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest...found
              Defined make macro "CTEST" to "/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest"
Executing: /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake --version
stdout: /bin/sh: line 1: /cygdrive/c/Program: No such file or directory
cmake --version failed: Could not execute "['/cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake --version']":
/bin/sh: line 1: /cygdrive/c/Program: No such file or directory

    child config.packages.cmake took 0.721477 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.unittestcpp(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.unittestcpp(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.unittestcpp took 0.000605 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.muparser(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.muparser(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.muparser took 0.000588 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.med(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.med(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.med took 0.000560 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.hcephes(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.hcephes(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.hcephes took 0.000601 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.googletest(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.googletest(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.googletest took 0.000769 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.opencascade(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.opencascade(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.opencascade took 0.000550 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.combblas(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.combblas(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.combblas took 0.000691 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.cgns(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.cgns(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.cgns took 0.000625 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.amgx(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.amgx(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.amgx took 0.000555 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.alquimia(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.alquimia(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.alquimia took 0.000562 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.exodusii(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.exodusii(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.exodusii took 0.000522 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.eigen(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.eigen(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.eigen took 0.000537 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.grid(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.grid(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.grid took 0.000521 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.metis(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.metis(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.metis took 0.000534 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.pragmatic(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.pragmatic(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.pragmatic took 0.000519 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.parmetis(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.parmetis(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.parmetis took 0.000528 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.netlib-lapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.netlib-lapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.netlib-lapack took 0.000489 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.pthread(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: checkDependencies from config.packages.pthread(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:986)
  Loop over declared dependencies of package and error if any are missing
=============================================================================================
TESTING: configureLibrary from config.packages.pthread(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/pthread.py:19)
   Checks for pthread_barrier_t 
==================================================================================
            Checking for a functional pthread
            Checking for library in Compiler specific search PTHREAD: []
=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
                Checking for functions [pthread_create] in library [] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char pthread_create();
static void _check_pthread_create() { pthread_create(); }

int main(void) {
_check_pthread_create();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe5BC4.tmp.obj : error LNK2019: unresolved external symbol pthread_create referenced in function _check_pthread_create
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe5BC4.tmp.obj : error LNK2019: unresolved external symbol pthread_create referenced in function _check_pthread_create
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals            Checking for library in Compiler specific search PTHREAD: ['libpthread.a']
=============================================================================================
TESTING: check from config.libraries(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/libraries.py:168)
  Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName"
       - libDir may be a list of directories
       - libName may be a list of library names
                Checking for functions [pthread_create] in library ['libpthread.a'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char pthread_create();
static void _check_pthread_create() { pthread_create(); }

int main(void) {
_check_pthread_create();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -lpthread Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libpthread.lib'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
LINK : fatal error LNK1181: cannot open input file 'libpthread.lib'Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.PTH\conftest.c(3): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\CONFIG~1.PTH\conftest.c(3): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"
#include <pthread.h>

int main(void) {
pthread_barrier_t *a;
(void)a;
  return 0;
}

=============================================================================================
TESTING: checkVersion from config.packages.pthread(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1169)
  Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version
=============================================================================================
TESTING: checkSharedLibrary from config.packages.pthread(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1082)
  By default we don't care about checking if the library is shared
    child config.packages.pthread took 19.535497 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.egads(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.egads(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.egads took 0.000659 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.PTScotch(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.PTScotch(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.PTScotch took 0.000550 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.mmg(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.mmg(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mmg took 0.000553 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.parmmg(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.parmmg(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.parmmg took 0.000559 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.Zoltan(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.Zoltan(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Zoltan took 0.000790 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.ADIOS(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.ADIOS(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ADIOS took 0.000992 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.openmp(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.openmp(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.openmp took 0.000908 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.viennacl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.viennacl(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.viennacl took 0.000830 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.zfp(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.zfp(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.zfp took 0.000663 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.ColPack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.ColPack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ColPack took 0.000600 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.ADOLC(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.ADOLC(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ADOLC took 0.000532 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.openblas(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.openblas(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.openblas took 0.000542 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.blis(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.blis(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.blis took 0.000529 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.f2cblaslapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.f2cblaslapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.f2cblaslapack took 0.000660 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.BlasLapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: checkDependencies from config.packages.BlasLapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:986)
  Loop over declared dependencies of package and error if any are missing
=============================================================================================
TESTING: configureLibrary from config.packages.BlasLapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/BlasLapack.py:506)
================================================================================
Checking for BLAS and LAPACK in fblaslapack
=============================================================================================
TESTING: checkLib from config.packages.BlasLapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/BlasLapack.py:114)
  Checking for BLAS and LAPACK symbols
              Checking for Fortran name mangling caps on BLAS/LAPACK
                  Checking for functions [DDOT] in library ['/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib/libfblas.a'] ['/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib']
                  Checking directory of requested libraries:/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib for first library:libfblas.
                  Files in directory:['libfblas.lib', 'libflapack.lib']
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char DDOT();
static void _check_DDOT() { DDOT(); }

int main(void) {
_check_DDOT();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char DDOT();
static void _check_DDOT() { DDOT(); }
void dummy(void) {_check_DDOT();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
                    Defined "HAVE_LIBFBLAS" to "1"
                  Checking for functions [DGETRS] in library ['/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib/libflapack.a'] ['/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib/libfblas.a', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib']
                  Checking directory of requested libraries:/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib for first library:libflapack.
                  Files in directory:['libfblas.lib', 'libflapack.lib']
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char DGETRS();
static void _check_DGETRS() { DGETRS(); }

int main(void) {
_check_DGETRS();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char DGETRS();
static void _check_DGETRS() { DGETRS(); }
void dummy(void) {_check_DGETRS();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
                    Defined "HAVE_LIBFLAPACK" to "1"
                  Checking for functions [DGEEV] in library ['/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib/libflapack.a'] ['/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib/libfblas.a', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib']
                  Checking directory of requested libraries:/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib for first library:libflapack.
                  Files in directory:['libfblas.lib', 'libflapack.lib']
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char DGEEV();
static void _check_DGEEV() { DGEEV(); }

int main(void) {
_check_DGEEV();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char DGEEV();
static void _check_DGEEV() { DGEEV(); }
void dummy(void) {_check_DGEEV();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
                    Defined "HAVE_LIBFLAPACK" to "1"
              Found Fortran mangling on BLAS/LAPACK which is caps
            Defined "BLASLAPACK_CAPS" to "1"
=============================================================================================
TESTING: checklsame from config.packages.BlasLapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/BlasLapack.py:703)
   Do the BLAS/LAPACK libraries have a valid lsame() function with correct binding.
                Checking for functions [LSAME] in library ['/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib/libflapack.a', '/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib/libfblas.a', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib', '/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib'] []
                Checking directory of requested libraries:/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib for first library:libflapack.
                Files in directory:['libfblas.lib', 'libflapack.lib']
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char LSAME();
static void _check_LSAME() { LSAME(); }

int main(void) {
_check_LSAME();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
char LSAME();
static void _check_LSAME() { LSAME(); }
void dummy(void) {_check_LSAME();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
                  Defined "HAVE_LIBFLAPACK" to "1"
                  Defined "HAVE_LIBFBLAS" to "1"
                  Defined "HAVE_LIBMSMPIFEC" to "1"
                  Defined "HAVE_LIBMSMPI" to "1"
=============================================================================================
TESTING: checkRuntimeIssues from config.packages.BlasLapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/BlasLapack.py:762)
  Determines if BLAS/LAPACK routines use 32 or 64-bit integers
32-bit BLAS indices based on the BLAS/LAPACK library being used
Checking if sdot() returns a float or a double
======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>

int main(void) {
FILE *output = fopen("runtimetestoutput","w");
extern float SDOT(const int*,const float*,const int *,const float*,const int*);
                  float x1[1] = {3.0};
                  int one1 = 1;
                  long long int ione1 = 1;
                  float sdotresult = 0;
                  int blasint64 = 0;

                  if (!blasint64) {
                       sdotresult = SDOT(&one1,x1,&one1,x1,&one1);
                     } else {
                       sdotresult = SDOT((const int*)&ione1,x1,(const int*)&ione1,x1,(const int*)&ione1);
                     }
                  fprintf(output, "--known-sdot-returns-double=%d",sdotresult != 9);

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.o -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
Testing executable /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.exe to see if it can be run
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.exe
Running Executable with threads to time it out at 60
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.exe
Checking for sdot() return double: result 0
Checking if snrm() returns a float or a double
======== Checking running linked program
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>

int main(void) {
FILE *output = fopen("runtimetestoutput","w");
extern float SNRM2(const int*,const float*,const int*);
                  float x2[1] = {3.0};
                  int one2 = 1;
                  long long int ione2 = 1;
                  float normresult = 0;
                  int blasint64 = 0;

                  if (!blasint64) {
                       normresult = SNRM2(&one2,x2,&one2);
                     } else {
                       normresult = SNRM2((const int*)&ione2,x2,(const int*)&ione2);
                     }
                  fprintf(output, "--known-snrm2-returns-double=%d",normresult != 3);

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.o -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib'
Testing executable /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.exe to see if it can be run
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.exe
Running Executable with threads to time it out at 60
Executing: /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack/conftest.exe
Checking for snrm2() return double: result 0
=============================================================================================
TESTING: checkVersion from config.packages.BlasLapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1169)
  Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version
=============================================================================================
TESTING: checkSharedLibrary from config.packages.BlasLapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1082)
  By default we don't care about checking if the library is shared
    child config.packages.BlasLapack took 104.345224 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.sundials2(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.sundials2(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.sundials2 took 0.000498 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.spai(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/spai.py:53)
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.spai(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.spai took 0.000497 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.raja(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.raja(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.raja took 0.000506 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.pARMS(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.pARMS(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.pARMS took 0.000520 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.p4est(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.p4est(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.p4est took 0.000418 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.mkl_sparse_optimize(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: checkDependencies from config.packages.mkl_sparse_optimize(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:986)
  Loop over declared dependencies of package and error if any are missing
=============================================================================================
TESTING: configureLibrary from config.packages.mkl_sparse_optimize(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/mkl_sparse_optimize.py:52)
=============================================================================================
TESTING: checkVersion from config.packages.mkl_sparse_optimize(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1169)
  Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version
=============================================================================================
TESTING: checkSharedLibrary from config.packages.mkl_sparse_optimize(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1082)
  By default we don't care about checking if the library is shared
    child config.packages.mkl_sparse_optimize took 0.000462 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.mkl_sparse(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: checkDependencies from config.packages.mkl_sparse(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:986)
  Loop over declared dependencies of package and error if any are missing
=============================================================================================
TESTING: configureLibrary from config.packages.mkl_sparse(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/mkl_sparse.py:25)
=============================================================================================
TESTING: checkVersion from config.packages.mkl_sparse(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1169)
  Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version
=============================================================================================
TESTING: checkSharedLibrary from config.packages.mkl_sparse(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1082)
  By default we don't care about checking if the library is shared
    child config.packages.mkl_sparse took 0.000495 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.mkl_cpardiso(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/mkl_cpardiso.py:20)
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.mkl_cpardiso(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mkl_cpardiso took 0.000407 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.kokkos(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.kokkos(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.kokkos took 0.000443 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.kokkos-kernels(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.kokkos-kernels(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.kokkos-kernels took 0.000440 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.htool(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.htool(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.htool took 0.000407 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.magma(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.magma(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.magma took 0.000428 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.kblas(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.kblas(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.kblas took 0.000446 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.h2opus(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.h2opus(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.h2opus took 0.000408 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.fftw(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.fftw(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.fftw took 0.000484 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.elemental(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.elemental(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.elemental took 0.000430 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.ml(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.ml(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ml took 0.000435 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.mkl_pardiso(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/mkl_pardiso.py:21)
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.mkl_pardiso(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mkl_pardiso took 0.000407 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.SuperLU_DIST(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.SuperLU_DIST(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.SuperLU_DIST took 0.000426 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.SuperLU(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.SuperLU(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.SuperLU took 0.000452 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.PaStiX(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.PaStiX(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.PaStiX took 0.000446 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.scalapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.scalapack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.scalapack took 0.000418 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.slate(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.slate(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.slate took 0.000440 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.butterflypack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.butterflypack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.butterflypack took 0.000447 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.strumpack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/strumpack.py:108)
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.strumpack(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.strumpack took 0.000467 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.MUMPS(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MUMPS.py:68)
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.MUMPS(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.MUMPS took 0.000566 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.MOAB(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.MOAB(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.MOAB took 0.000446 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.SuiteSparse(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/SuiteSparse.py:176)
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.SuiteSparse(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.SuiteSparse took 0.000466 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.Chombo(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/Chombo.py:126)
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.Chombo(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Chombo took 0.000541 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.hypre(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/hypre.py:181)
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.hypre(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.hypre took 0.000499 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.Trilinos(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.Trilinos(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Trilinos took 0.000445 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.xSDKTrilinos(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.xSDKTrilinos(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.xSDKTrilinos took 0.000425 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.mstk(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.mstk(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1086)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mstk took 0.000528 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.slepc(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.slepc(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/slepc.py:109)
            Defined make rule "slepc-build" with dependencies "" and code []
            Defined make rule "slepc-install" with dependencies "" and code []
    child config.packages.slepc took 0.006998 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.hpddm(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.hpddm(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/hpddm.py:108)
            Defined make rule "hpddm-build" with dependencies "" and code []
            Defined make rule "hpddm-install" with dependencies "" and code []
    child config.packages.hpddm took 0.006711 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.bamg(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.bamg(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/bamg.py:94)
            Defined make rule "bamg-build" with dependencies "" and code []
            Defined make rule "bamg-install" with dependencies "" and code []
    child config.packages.bamg took 0.007045 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.MFEM(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.MFEM(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/MFEM.py:236)
            Defined make rule "mfem-build" with dependencies "" and code []
            Defined make rule "mfem-install" with dependencies "" and code []
    child config.packages.MFEM took 0.006952 seconds
=============================================================================================
TESTING: consistencyChecks from config.packages.AMReX(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/package.py:1090)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
=============================================================================================
TESTING: alternateConfigureLibrary from config.packages.AMReX(/cygdrive/c/Source/petsc-3.20.4/config/BuildSystem/config/packages/AMReX.py:166)
  Adds rules for building AMReX to PETSc makefiles
            Defined make rule "amrex-build" with dependencies "" and code []
            Defined make rule "amrex-install" with dependencies "" and code []
    child config.packages.AMReX took 0.006681 seconds
=============================================================================================
TESTING: configureRTLDDefault from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:778)
  Check for dynamic library feature
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): fatal error C1083: Cannot open include file: 'dlfcn.h': No such file or directory
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): fatal error C1083: Cannot open include file: 'dlfcn.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"
#include <dlfcn.h>
 void *ptr =  RTLD_DEFAULT;

int main(void) {
  return 0;
}

=============================================================================================
TESTING: configurePrefetch from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:554)
  Sees if there are any prefetch functions supported
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <xmmintrin.h>

int main(void) {
void *v = 0;_mm_prefetch((const char*)v,_MM_HINT_NTA);

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_XMMINTRIN_H" to "1"
            Defined "Prefetch(a,b,c)" to "_mm_prefetch((const char*)(a),(c))"
            Defined "PREFETCH_HINT_NTA" to "_MM_HINT_NTA"
            Defined "PREFETCH_HINT_T0" to "_MM_HINT_T0"
            Defined "PREFETCH_HINT_T1" to "_MM_HINT_T1"
            Defined "PREFETCH_HINT_T2" to "_MM_HINT_T2"
=============================================================================================
TESTING: configureUnused from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:622)
  Sees if __attribute((unused)) is supported
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2085: 'myfunc': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ';' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2085: 'name': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): warning C4047: 'return': 'int (__cdecl *)()' differs in levels of indirection from 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(10): error C2065: 'unused': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(10): error C2146: syntax error: missing ';' before identifier 'atype'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(10): error C2275: 'atype': expected an expression instead of a type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(10): error C2146: syntax error: missing ';' before identifier 'a'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(10): error C2065: 'a': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2085: 'myfunc': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ';' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2085: 'name': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): warning C4047: 'return': 'int (__cdecl *)()' differs in levels of indirection from 'int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(10): error C2065: 'unused': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(10): error C2146: syntax error: missing ';' before identifier 'atype'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(10): error C2275: 'atype': expected an expression instead of a type
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(10): error C2146: syntax error: missing ';' before identifier 'a'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(10): error C2065: 'a': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
__attribute((unused)) static int myfunc(__attribute((unused)) void *name){ return 1;}

int main(void) {
int i = 0;
int j = myfunc(&i);
(void)j;
typedef void* atype;
__attribute((unused))  atype a;
  return 0;
}

              Compile failed inside link

            Defined "UNUSED" to " "
=============================================================================================
TESTING: configureDeprecated from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:640)
  Check if __attribute((deprecated)) is supported
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Detected Intel compiler
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing '{' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing '{' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_FUNCTION_BASE(string_literal_why) __attribute__((deprecated(string_literal_why)))
DEPRECATED_FUNCTION_BASE("asdasdadsasd") int myfunc(void) { return 1; }

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2085: 'myfunc': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): warning C4047: 'return': 'int (__cdecl *)()' differs in levels of indirection from 'int'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2085: 'myfunc': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): warning C4047: 'return': 'int (__cdecl *)()' differs in levels of indirection from 'int'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_FUNCTION_BASE(string_literal_why) __attribute__((deprecated))
DEPRECATED_FUNCTION_BASE("asdasdadsasd") int myfunc(void) { return 1; }

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing '{' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing '{' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_FUNCTION_BASE(string_literal_why) __attribute((deprecated(string_literal_why)))
DEPRECATED_FUNCTION_BASE("asdasdadsasd") int myfunc(void) { return 1; }

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2085: 'myfunc': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): warning C4047: 'return': 'int (__cdecl *)()' differs in levels of indirection from 'int'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2085: 'myfunc': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ';' before '{'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): warning C4047: 'return': 'int (__cdecl *)()' differs in levels of indirection from 'int'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_FUNCTION_BASE(string_literal_why) __attribute((deprecated))
DEPRECATED_FUNCTION_BASE("asdasdadsasd") int myfunc(void) { return 1; }

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_FUNCTION_BASE(string_literal_why) __declspec(deprecated(string_literal_why))
DEPRECATED_FUNCTION_BASE("asdasdadsasd") int myfunc(void) { return 1; }

int main(void) {
  return 0;
}

            configureDeprecated: '__declspec(deprecated(string_literal_why))' appears to work
              Defined "DEPRECATED_FUNCTION_BASE(string_literal_why)" to "__declspec(deprecated(string_literal_why))"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute__'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute__'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_TYPEDEF_BASE(string_literal_why) __attribute__((deprecated(string_literal_why)))
typedef int my_int DEPRECATED_TYPEDEF_BASE("asdasdadsasd");

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute__'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ';'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute__'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ';'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_TYPEDEF_BASE(string_literal_why) __attribute__((deprecated))
typedef int my_int DEPRECATED_TYPEDEF_BASE("asdasdadsasd");

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ';'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_TYPEDEF_BASE(string_literal_why) __attribute((deprecated(string_literal_why)))
typedef int my_int DEPRECATED_TYPEDEF_BASE("asdasdadsasd");

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ';'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ';'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_TYPEDEF_BASE(string_literal_why) __attribute((deprecated))
typedef int my_int DEPRECATED_TYPEDEF_BASE("asdasdadsasd");

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2054: expected '(' to follow 'my_int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2085: 'main': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2143: syntax error: missing ';' before '{'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2054: expected '(' to follow 'my_int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2085: 'main': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2143: syntax error: missing ';' before '{'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_TYPEDEF_BASE(string_literal_why) __declspec(deprecated(string_literal_why))
typedef int my_int DEPRECATED_TYPEDEF_BASE("asdasdadsasd");

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2054: expected '(' to follow 'my_int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2085: 'main': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2143: syntax error: missing ';' before '{'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2054: expected '(' to follow 'my_int'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2085: 'main': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2143: syntax error: missing ';' before '{'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_TYPEDEF_BASE(string_literal_why) __declspec(deprecated)
typedef int my_int DEPRECATED_TYPEDEF_BASE("asdasdadsasd");

int main(void) {
  return 0;
}

              Defined "DEPRECATED_TYPEDEF_BASE(string_literal_why)" to " "
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute__'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute__'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_ENUM_BASE(string_literal_why) __attribute__((deprecated(string_literal_why)))
enum E { oldval DEPRECATED_ENUM_BASE("asdasdadsasd"), newval };

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute__'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute__'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_ENUM_BASE(string_literal_why) __attribute__((deprecated))
enum E { oldval DEPRECATED_ENUM_BASE("asdasdadsasd"), newval };

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_ENUM_BASE(string_literal_why) __attribute((deprecated(string_literal_why)))
enum E { oldval DEPRECATED_ENUM_BASE("asdasdadsasd"), newval };

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2061: syntax error: identifier '__attribute'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_ENUM_BASE(string_literal_why) __attribute((deprecated))
enum E { oldval DEPRECATED_ENUM_BASE("asdasdadsasd"), newval };

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'type'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'type'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_ENUM_BASE(string_literal_why) __declspec(deprecated(string_literal_why))
enum E { oldval DEPRECATED_ENUM_BASE("asdasdadsasd"), newval };

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'type'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'type'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_ENUM_BASE(string_literal_why) __declspec(deprecated)
enum E { oldval DEPRECATED_ENUM_BASE("asdasdadsasd"), newval };

int main(void) {
  return 0;
}

              Defined "DEPRECATED_ENUM_BASE(string_literal_why)" to " "
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing '{' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing '{' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_OBJECT_BASE(string_literal_why) __attribute__((deprecated(string_literal_why)))
DEPRECATED_OBJECT_BASE("asdasdadsasd") int x;

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2085: 'x': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2085: 'main': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2143: syntax error: missing ';' before '{'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2085: 'x': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2085: 'main': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2143: syntax error: missing ';' before '{'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_OBJECT_BASE(string_literal_why) __attribute__((deprecated))
DEPRECATED_OBJECT_BASE("asdasdadsasd") int x;

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing '{' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing '{' before 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: 'string'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_OBJECT_BASE(string_literal_why) __attribute((deprecated(string_literal_why)))
DEPRECATED_OBJECT_BASE("asdasdadsasd") int x;

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2085: 'x': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2085: 'main': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2143: syntax error: missing ';' before '{'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2143: syntax error: missing ')' before 'type'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2085: 'x': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2085: 'main': not in formal parameter list
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2143: syntax error: missing ';' before '{'Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_OBJECT_BASE(string_literal_why) __attribute((deprecated))
DEPRECATED_OBJECT_BASE("asdasdadsasd") int x;

int main(void) {
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#define DEPRECATED_OBJECT_BASE(string_literal_why) __declspec(deprecated(string_literal_why))
DEPRECATED_OBJECT_BASE("asdasdadsasd") int x;

int main(void) {
  return 0;
}

            configureDeprecated: '__declspec(deprecated(string_literal_why))' appears to work
              Defined "DEPRECATED_OBJECT_BASE(string_literal_why)" to "__declspec(deprecated(string_literal_why))"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#define TEST _Pragma("GCC warning "Testing _Pragma"") value

int main(void) {
  return 0;
}

            Defined "DEPRECATED_MACRO_BASE_(why)" to "_Pragma(#why)"
            Defined "DEPRECATED_MACRO_BASE(string_literal_why)" to "PETSC_DEPRECATED_MACRO_BASE_(GCC warning string_literal_why)"
=============================================================================================
TESTING: configureIsatty from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:634)
  Check if the Unix C function isatty() works correctly
       Actually just assumes it does not work correctly on batch systems
            Defined "USE_ISATTY" to "1"
=============================================================================================
TESTING: configureExpect from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:707)
  Sees if the __builtin_expect directive is supported
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
if (__builtin_expect(0,1)) return 1;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeB4D2.tmp.obj : error LNK2019: unresolved external symbol __builtin_expect referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfeB4D2.tmp.obj : error LNK2019: unresolved external symbol __builtin_expect referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externals=============================================================================================
TESTING: configureAlign from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:691)
  Check if __attribute(aligned) is supported
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'constant'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing '{' before 'constant'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: 'constant'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2118: negative subscript
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'constant'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing '{' before 'constant'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: 'constant'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(4): error C2118: negative subscriptSource:
#include "confdefs.h"
#include "conffix.h"
struct mystruct {int myint;} __attribute((aligned(16)));
char assert_aligned[(sizeof(struct mystruct)==16)*2-1];

int main(void) {
  return 0;
}

          Incorrect attribute(aligned)
            Defined "ATTRIBUTEALIGNED(size)" to " "
=============================================================================================
TESTING: configureFunctionName from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:714)
  Sees if the compiler supports __func__ or a variant.
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
if (__func__[0] != 'm') return 1;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
if (__func__[0] != 'm') return 1;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "FUNCTION_NAME_C" to "__func__"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
if (__func__[0] != 'm') return 1;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main(void) {
if (__func__[0] != 'm') return 1;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "FUNCTION_NAME_CXX" to "__func__"
=============================================================================================
TESTING: configureIntptrt from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:732)
  Determine what to use for uintptr_t and intptr_t
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdint.h>

int main(void) {
int x; uintptr_t i = (uintptr_t)&x; (void)i;
  return 0;
}

              Defined "UINTPTR_T" to "uintptr_t"
              Defined "UINTPTR_T_FMT" to ""#" PRIxPTR"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdint.h>

int main(void) {
int x; intptr_t i = (intptr_t)&x; (void)i;
  return 0;
}

              Defined "INTPTR_T" to "intptr_t"
              Defined "INTPTR_T_FMT" to ""#" PRIxPTR"
=============================================================================================
TESTING: configureSolaris from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:784)
  Solaris specific stuff
=============================================================================================
TESTING: configureLinux from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:806)
  Linux specific stuff
            Defined "HAVE_DOUBLE_ALIGN_MALLOC" to "1"
=============================================================================================
TESTING: configureDarwin from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:797)
  Log brew configuration for Apple systems
Executing: ['brew', 'config']
stdout: [Errno 13] Permission denied: 'brew'
=============================================================================================
TESTING: configureWin32 from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:812)
  Win32 non-cygwin specific stuff
              Checking for functions [GetComputerName] in library ['Kernel32.lib'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <windows.h>
static void _check_GetComputerName() { GetComputerName(NULL,NULL);; }

int main(void) {
_check_GetComputerName();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <windows.h>
static void _check_GetComputerName() { GetComputerName(NULL,NULL);; }
void dummy(void) {_check_GetComputerName();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  Kernel32.lib Ws2_32.lib 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
                Defined "HAVE_LIBKERNEL32" to "1"
            Adding ['Kernel32.lib'] to LIBS
            Defined "HAVE_WINDOWS_H" to "1"
            Defined "HAVE_GETCOMPUTERNAME" to "1"
            Defined "USE_WINDOWS_GRAPHICS" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main(void) {
LoadLibrary(0);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_LOADLIBRARY" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main(void) {
GetProcAddress(0,0);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_GETPROCADDRESS" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main(void) {
FreeLibrary(0);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_FREELIBRARY" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main(void) {
GetLastError();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_GETLASTERROR" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main(void) {
SetLastError(0);
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_SETLASTERROR" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main(void) {
QueryPerformanceCounter(0);

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "USE_MICROSOFT_TIME" to "1"
              Checking for functions [GetUserName] in library ['Advapi32.lib'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <windows.h>
static void _check_GetUserName() { GetUserName(NULL,NULL);; }

int main(void) {
_check_GetUserName();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <windows.h>
static void _check_GetUserName() { GetUserName(NULL,NULL);; }
void dummy(void) {_check_GetUserName();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
                Defined "HAVE_LIBADVAPI32" to "1"
            Adding ['Advapi32.lib'] to LIBS
            Defined "HAVE_GET_USER_NAME" to "1"
              Checking for functions [GetDC] in library ['User32.lib'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <windows.h>
static void _check_GetDC() { GetDC(0);; }

int main(void) {
_check_GetDC();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <windows.h>
static void _check_GetDC() { GetDC(0);; }
void dummy(void) {_check_GetDC();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
                Defined "HAVE_LIBUSER32" to "1"
            Adding ['User32.lib'] to LIBS
              Checking for functions [CreateCompatibleDC] in library ['Gdi32.lib'] []
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <windows.h>
static void _check_CreateCompatibleDC() { CreateCompatibleDC(0);; }

int main(void) {
_check_CreateCompatibleDC();
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries/conftest.o  Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
/* Override any gcc2 internal prototype to avoid an error. */
#include <windows.h>
static void _check_CreateCompatibleDC() { CreateCompatibleDC(0);; }
void dummy(void) {_check_CreateCompatibleDC();}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilersFortran -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries  -MT -O3 -fpp  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.F90 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.exe    -MT -O3 -fpp /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/conftest.o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers/confc.o  Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout: ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.
                Defined "HAVE_LIBGDI32" to "1"
            Adding ['Gdi32.lib'] to LIBS
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2065: 'uid_t': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'u'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2065: 'u': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(7): error C2065: 'u': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2065: 'uid_t': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'u'
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(6): error C2065: 'u': undeclared identifier
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(7): error C2065: 'u': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <sys/types.h>

int main(void) {
uid_t u;
(void)u;
  return 0;
}

            Typedefed "int" to "uid_t"
            Typedefed "int" to "gid_t"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(8): error C2065: 'R_OK': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.c(8): error C2065: 'R_OK': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#if defined(PETSC_HAVE_UNISTD_H)
#include <unistd.h>
#endif

int main(void) {
int a=R_OK;
(void)a;
  return 0;
}

              Compile failed inside link

            Defined "R_OK" to "04"
            Defined "W_OK" to "02"
            Defined "X_OK" to "01"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/stat.h>

int main(void) {
int a=0;
if (S_ISDIR(a)){}

  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe7985.tmp.obj : error LNK2019: unresolved external symbol S_ISDIR referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
conftest.wfe7985.tmp.obj : error LNK2019: unresolved external symbol S_ISDIR referenced in function main
C:\Users\tsltaywb\AppData\Local\Temp\PE1E0C~1\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externals            Defined "S_ISREG(a)" to "(((a)&_S_IFMT) == _S_IFREG)"
            Defined "S_ISDIR(a)" to "(((a)&_S_IFMT) == _S_IFDIR)"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\Users\tsltaywb\AppData\Local\Temp\petsc-rzhbf0id\PETSc.Configure\conftest.c(7) : warning C4700: uninitialized local variable 'a' used
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main(void) {
LARGE_INTEGER a;
DWORD b=a.u.HighPart;

  return 0;
}

            Defined "HAVE_LARGE_INTEGER_U" to "1"
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>
#include <fcntl.h>

int main(void) {
int flags = O_BINARY;
  return 0;
}

            Defined "HAVE_O_BINARY" to "1"
            Defined "HAVE_WINDOWS_COMPILERS" to "1"
            Defined "DIR_SEPARATOR" to "'\\'"
            Defined "REPLACE_DIR_SEPARATOR" to "'/'"
            Defined "CANNOT_START_DEBUGGER" to "1"
Executing: cygpath -w /cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel
stdout: D:\Lib\petsc-3.20.4_win64_msmpi_vs2022_rel
            Defined "DIR" to ""D:\\Lib\\petsc-3.20.4_win64_msmpi_vs2022_rel""
Executing: cygpath -m /cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel
stdout: D:/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel
            Defined make macro "wPETSC_DIR" to "D:/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel"
            Defined "ARCH" to """"
=============================================================================================
TESTING: configureCygwinBrokenPipe from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:1251)
  Cygwin version <= 1.7.18 had issues with pipes and long commands invoked from gnu-make
    http://cygwin.com/ml/cygwin/2013-05/msg00340.html 
=============================================================================================
TESTING: configureDefaultArch from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:1267)
=============================================================================================
TESTING: configureScript from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:1284)
  Output a script in the conf directory which will reproduce the configuration
=============================================================================================
TESTING: configureInstall from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:1323)
  Setup the directories for installation
            Defined make rule "print_mesg_after_build" with dependencies "" and code ['- at echo "========================================="', '- at echo "Now to install the libraries do:"', '- at echo "${MAKE_USER} PETSC_DIR=${PETSC_DIR} PETSC_ARCH=${PETSC_ARCH} install"', '- at echo "========================================="']
=============================================================================================
TESTING: configureAtoll from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:617)
  Checks if atoll exists
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilerFlags -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.headers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.cacheDetails -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.types -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.functions -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.featureTestMacros -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.utilities.missing -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.options.scalarTypes -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.setCompilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.MPI -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.pthread -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.packages.BlasLapack -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.compilers -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/config.libraries -I/cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure  -GF -MT -wd4996 -Zc:preprocessor  -O2  /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#define _POSIX_C_SOURCE 200112L
#include <stdlib.h>

int main(void) {
long v = atoll("25");
(void)v;
  return 0;
}

Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -o /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.exe  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2 /cygdrive/c/Users/tsltaywb/AppData/Local/Temp/petsc-rzhbf0id/PETSc.Configure/conftest.o Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
            Defined "HAVE_ATOLL" to "1"
=============================================================================================
TESTING: configureCoverage from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:999)
  
    Configure coverage for all available languages.

    If user did not request coverage, this function does nothing and returns immediatel.
    Therefore the following only apply to the case where the user requested coverage.

    On success:
    - defines PETSC_USE_COVERAGE to 1

    On failure:
    - If no compilers supported the coverage flag, throws RuntimeError
    -
    
            configureCoverage(): coverage was disabled from command line or default
=============================================================================================
TESTING: configureCoverageExecutable from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:1137)
  
    Check that a code-coverage collecting tool exists and is on PATH.

    On success:
    - Adds PETSC_COVERAGE_EXEC make macro containing the full path to the coverage tool executable.

    Raises RuntimeError if:
    - User explicitly requests auto-detection of the coverage tool from command line, and this
      routine fails to guess the suitable tool name.
    - The routine fails to find the tool, and --with-coverage is true
    
            checkCoverage: NOT required to find an executable
            checkCoverage: User did not explicitly set coverage exec (got 'default-auto'), trying to auto-detect based on compiler '/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl'
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help
stdout:
Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM

Usage: win32fe <tool> --<win32fe options> -<tool options> <files>
  <tool> must be the first argument to win32fe

<tool>: {cl,icl,df,f90,ifl,bcc32,lib,tlib}
  cl:    Microsoft 32-bit C/C++ Optimizing Compiler
  icl:   Intel C/C++ Optimizing Compiler
  df:    Compaq Visual Fortran Optimizing Compiler
  f90:   Compaq Visual Fortran90 Optimizing Compiler
  ifl:   Intel Fortran Optimizing Compiler
  ifort: Intel Fortran Optimizing Compiler
  nvcc:  NVIDIA CUDA Compiler Driver
  bcc32: Borland C++ for Win32
  lib:   Microsoft Library Manager
  tlib:  Borland Library Manager

<win32fe options>:
  --help:       Output this help message and help for <tool>
  --path <arg>: <arg> specifies an addition to the PATH that is required
                (ex. the location of a required .dll)
  --use <arg>:  <arg> specifies the variant of <tool> to use
  --verbose:    Echo to stdout the translated commandline
                and other diagnostic information
  --version:    Output version info for win32fe and <tool>
  --wait_for_debugger:  Inserts an infinite wait after creation of <tool>
                and outputs PID so one can manually attach a debugger to the
                current process.  In the debugger, one must set:
                   tool::waitfordebugger = 0
                to continue the execution normally.
  --win-l:      For compilers, define -lfoo to link foo.lib instead of libfoo.lib
  --woff:       Suppress win32fe specific warning messages
=================================================================================

For compilers:
  win32fe will map the following <tool options> to their native options:
    -c:          Compile Only, generates an object file with .o extension
                 This will invoke the compiler once for each file listed.
    -l<library>: Link the file lib<library>.lib or if using --win-l also, <library>.lib
    -o <file>:   Output=<file> context dependent
    -D<macro>:   Define <macro>
    -I<path>:    Add <path> to the include path
    -L<path>:    Add <path> to the link path
    -g:          Generate debug symbols in objects when specified for compilation,
                 and in executables when specified for linking (some compilers
                 specification at both times for full debugging support).
    -O:          Enable compiletime and/or linktime optimizations.
Ex: win32fe cl -g -c foo.c --verbose -Iinclude

Note: win32fe will automatically find the system library paths and
      system include paths, relieving the user of the need to invoke a
      particular shell.

=========================================================================

cl specific help:
  win32fe uses -nologo by default for nonverbose output.  Use the flag:
     -logo  to disable this feature.
  -g is identical to -Z7.
  -O is identical to -O2.

=========================================================================

Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

                         C/C++ COMPILER OPTIONS


                              -OPTIMIZATION-

/O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed)

/Ob<n> inline expansion (default n=0)   /Od disable optimizations (default)
/Og enable global optimization          /Oi[-] enable intrinsic functions
/Os favor code space                    /Ot favor code speed
/Ox optimizations (favor speed)         
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
    blend - a combination of optimizations for several different x64 processors

    AMD64 - 64-bit AMD processors                                 
    INTEL64 - Intel(R)64 architecture processors                  
    ATOM - Intel(R) Atom(TM) processors                           

                             -CODE GENERATION-

/Gu[-] ensure distinct functions have distinct addresses
/Gw[-] separate global variables for linker
/GF enable read-only string pooling     /Gm[-] enable minimal rebuild
/Gy[-] separate functions for linker    /GS[-] enable security checks
/GR[-] enable C++ RTTI                  /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions)  /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow     
/EHr always generate noexcept runtime termination checks
/fp:<contract|except[-]|fast|precise|strict> choose floating-point model:
    contract - consider floating-point contractions when generating code
    except[-] - consider floating-point exceptions when generating code
    fast - "fast" floating-point model; results are less predictable
    precise - "precise" floating-point model; results are predictable
    strict - "strict" floating-point model (implies /fp:except)
/Qfast_transcendentals generate inline FP intrinsics even with /fp:except
/Qspectre[-] enable mitigations for CVE 2017-5753
/Qpar[-] enable parallel code generation
/Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops
/Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized
/Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops
/Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized
/GL[-] enable link-time code generation 
/volatile:<iso|ms> choose volatile model:
    iso - Acquire/release semantics not guaranteed on volatile accesses
    ms  - Acquire/release semantics guaranteed on volatile accesses
/GA optimize for Windows Application    /Ge force stack checking for all funcs
/Gs[num] control stack checking calls   /Gh enable _penter function call
/GH enable _pexit function call         /GT generate fiber-safe TLS accesses
/RTC1 Enable fast checks (/RTCsu)       /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking      /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
    pure : produce IL-only output file (no native executable code)
    safe : produce IL-only verifiable output file
    netcore : produce assemblies targeting .NET Core runtime
    noAssembly : do not produce an assembly
    nostdlib : ignore the system .NET framework directory when searching for assemblies
    nostdimport : do not import any required assemblies implicitly
    initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
    implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs)         /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
   AVX - enable use of instructions available with AVX-enabled CPUs
   AVX2 - enable use of instructions available with AVX2-enabled CPUs
   AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions

/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
   IA - results compatible with VCVTTSD2USI instruction
   BC - results compatible with VS2017 and earlier compiler
/jumptablerdata Place jump tables for switch case statements in .rdata section

                              -OUTPUT FILES-

/Fa[file] name assembly listing file    /FA[scu] configure assembly listing
/Fd[file] name .PDB file                /Fe<file> name executable file
/Fm[file] name map file                 /Fo<file> name object file
/Fp<file> name precompiled header file  /Fr[file] name source browser file
/FR[file] name extended .SBR file       /Fi[file] name preprocessed file
/Fd: <file> name .PDB file              /Fe: <file> name executable file
/Fm: <file> name map file               /Fo: <file> name object file
/Fp: <file> name .PCH file              /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file      
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file


                              -PREPROCESSOR-

/AI<dir> add to assembly search path    /FU<file> import .NET assembly/module
/FU:asFriend<file> import .NET assembly/module as friend
/C don't strip comments                 /D<name>{=|#}<text> define macro
/E preprocess to stdout                 /EP preprocess to stdout, no #line
/P preprocess to file                   /Fx merge injected code to file
/FI<file> name forced include file      /U<name> remove predefined macro
/u remove all predefined macros         /I<dir> add to include search path
/X ignore "standard places"             
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions         

                                -LANGUAGE-

/std:<c++14|c++17|c++20|c++latest> C++ standard version
    c++14 - ISO/IEC 14882:2014 (default)
    c++17 - ISO/IEC 14882:2017
    c++20 - ISO/IEC 14882:2020
    c++latest - latest draft standard (feature set subject to change)
/permissive[-] enable some nonconforming code to compile (feature set subject to change) (on by default)
/Ze enable extensions (default)         /Za disable extensions
/ZW enable WinRT language extensions    /Zs syntax check only
/Zc:arg1[,arg2] C++ language conformance, where arguments can be:
  forScope[-]           enforce Standard C++ for scoping rules
  wchar_t[-]            wchar_t is the native type, not a typedef
  auto[-]               enforce the new Standard C++ meaning for auto
  trigraphs[-]          enable trigraphs (off by default)
  rvalueCast[-]         enforce Standard C++ explicit type conversion rules
  strictStrings[-]      disable string-literal to [char|wchar_t]*
                        conversion (off by default)
  implicitNoexcept[-]   enable implicit noexcept on required functions
  threadSafeInit[-]     enable thread-safe local static initialization
  inline[-]             remove unreferenced function or data if it is
                        COMDAT or has internal linkage only (off by default)
  sizedDealloc[-]       enable C++14 global sized deallocation
                        functions (on by default)
  throwingNew[-]        assume operator new throws on failure (off by default)
  referenceBinding[-]   a temporary will not bind to an non-const
                        lvalue reference (off by default)
  twoPhase-             disable two-phase name lookup
  ternary[-]            enforce C++11 rules for conditional operator (off by default)
  noexceptTypes[-]      enforce C++17 noexcept rules (on by default in C++17 or later)
  alignedNew[-]         enable C++17 alignment of dynamically allocated objects (on by default)
  hiddenFriend[-]       enforce Standard C++ hidden friend rules (implied by /permissive-)
  externC[-]            enforce Standard C++ rules for 'extern "C"' functions (implied by /permissive-)
  lambda[-]             better lambda support by using the newer lambda processor (off by default)
  tlsGuards[-]          generate runtime checks for TLS variable initialization (on by default)
  zeroSizeArrayNew[-]   call member new/delete for 0-size arrays of objects (on by default)
  static_assert[-]      strict handling of 'static_assert' (implied by /permissive-)
  gotoScope[-]          cannot jump past the initialization of a variable (implied by /permissive-)
  templateScope[-]      enforce Standard C++ template parameter shadowing rules

  enumTypes[-]          enable Standard C++ underlying enum types (off by default)
  checkGwOdr[-]         enforce Standard C++ one definition rule violations
                        when /Gw has been enabled (off by default)
  __STDC__              define __STDC__ to 1 in C
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N>     recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N>     terminate constexpr evaluation after N steps (default: 100000)
/Zi enable debugging information        /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)

/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)
/Zp[n] pack structs on n-byte boundary  /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp      /vm<x> type of pointers to members
/std:<c11|c17> C standard version
    c11 - ISO/IEC 9899:2011
    c17 - ISO/IEC 9899:2018
/ZI enable Edit and Continue debug info 
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime

                              -MISCELLANEOUS-

@<file> options response file           /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
    none - do not send report                
    prompt - prompt to immediately send report
    queue - at next admin logon, prompt to send report (default)
    send - send report automatically         
/FC use full pathnames in diagnostics   /H<num> max external name length
/J default char type is unsigned        
/MP[n] use up to 'n' processes for compilation
/nologo suppress copyright message      /showIncludes show include file names
/Tc<source file> compile file as .c     /Tp<source file> compile file as .cpp
/TC compile all files as .c             /TP compile all files as .cpp
/V<string> set version string           /Yc[file] create .PCH file
/Yd put debug info in every .OBJ        /Yl[sym] inject .PCH ref for debug lib
/Yu[file] use .PCH file                 /Y- disable all PCH options
/Zm<n> max memory alloc (% of default)  /FS force to use MSPDBSRV.EXE
/source-charset:<iana-name>|.nnnn set source character set
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode      /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
/sourcelink [file] file containing source link information

                                -LINKING-

/LD Create .DLL                         /LDd Create .DLL debug library
/LN Create a .netmodule                 /F<num> set stack size
/link [linker options and libraries]    /MD link with MSVCRT.LIB
/MT link with LIBCMT.LIB                /MDd link with MSVCRTD.LIB debug lib
/MTd link with LIBCMTD.LIB debug lib    

                              -CODE ANALYSIS-

/analyze[-] Enable native analysis      /analyze:quiet[-] No warning to console

/analyze:log<name> Warnings to file     /analyze:autolog Log to *.pftlog
/analyze:autolog:ext<ext> Log to *.<ext>/analyze:autolog- No log file
/analyze:WX- Warnings not fatal         /analyze:stacksize<num> Max stack frame

/analyze:max_paths<num> Max paths       /analyze:only Analyze, no code gen

                              -DIAGNOSTICS-

/diagnostics:<args,...> controls the format of diagnostic messages:
             classic   - retains prior format
             column[-] - prints column information
             caret[-]  - prints column and the indicated line of source
/Wall enable all warnings               /w   disable all warnings
/W<n> set warning level (default n=1)   
/Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz
/WX treat warnings as errors            /WL enable one line diagnostics
/wd<n> disable warning n                /we<n> treat warning n as an error
/wo<n> issue warning n once             /w<l><n> set warning level 1-4 for n
/external:I <path>      - location of external headers
/external:env:<var>     - environment variable with locations of external headers
/external:anglebrackets - treat all headers included via <> as external
/external:W<n>          - warning level for external headers
/external:templates[-]  - evaluate warning level across template instantiation chain
/sdl enable additional security features and warnings
/options:strict unrecognized compiler options are an error
Executing: /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl --help | head -n 500
            checkCoverage: Could not auto-detect coverage tool for '/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl', not a gnuish compiler. Bailing since user did not explicitly set exec on the commandline
=============================================================================================
TESTING: configureStrictPetscErrorCode from PETSc.Configure(/cygdrive/c/Source/petsc-3.20.4/config/PETSc/Configure.py:1232)
  
    Enables or disables strict PetscErrorCode checking.

    If --with-strict-petscerrorcode = 1:
    - defines PETSC_USE_STRICT_PETSCERRORCODE to 1

    Else:
    - deletes any prior PETSC_USE_STRICT_PETSCERRORCODE definitions (if they exist)
    
=============================================================================================
Executing: CC -VV
stdout: /bin/sh: line 1: CC: command not found
=============================================================================================
          Defined "MPICC_SHOW" to ""Unavailable""
          Defined make macro "CC_FLAGS" to " -GF -MT -wd4996 -Zc:preprocessor  -O2"
          Defined "HAVE_CXX" to "1"
          Defined make macro "CXXPP_FLAGS" to ""
          Defined make macro "CXX_FLAGS" to " -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP"
          Defined make macro "CXX_LINKER" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl"
          Defined make macro "CXX_LINKER_FLAGS" to " -Qwd10161  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200"
          Defined make macro "CPP_FLAGS" to ""
          Defined make macro "PCC" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl"
          Defined make macro "PCC_FLAGS" to "$(CC_FLAGS)"
          Defined make macro "CC_SUFFIX" to "o"
          Defined make macro "PCC_LINKER" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl"
          Defined make macro "PCC_LINKER_FLAGS" to " -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2"
          Defined make macro "CC_LINKER_SUFFIX" to ""
          Defined "USE_FORTRAN_BINDINGS" to "1"
          Defined make macro "FPP_FLAGS" to ""
          Defined make macro "FC_FLAGS" to " -MT -O3 -fpp "
          Defined make macro "FC_SUFFIX" to "o"
          Defined make macro "FC_LINKER" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort"
          Defined make macro "FC_LINKER_FLAGS" to "   -MT -O3 -fpp"
          Defined make macro "FC_MODULE_FLAG" to "-I"
          Defined make macro "FC_MODULE_OUTPUT_FLAG" to "-module:"
          Defined make macro "SL_LINKER" to "/cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl"
          Defined make macro "SL_LINKER_FLAGS" to "${PCC_LINKER_FLAGS}"
          Defined make macro "SL_LINKER_SUFFIX" to ""
          Defined "SLSUFFIX" to """"
          Defined make macro "SL_LINKER_LIBS" to "${PETSC_EXTERNAL_LIB_BASIC}"
          Defined make macro "PETSC_LANGUAGE" to "CONLY"
          Defined make macro "PETSC_SCALAR" to "real"
          Defined make macro "PETSC_PRECISION" to "double"
=============================================================================================
          Defined make macro "BLASLAPACK_LIB" to "-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -lfblas"
          Defined make macro "BLASLAPACK_INCLUDE" to ""
          Defined "HAVE_FBLASLAPACK" to "1"
          Defined make macro "FBLASLAPACK_LIB" to ""
          Defined make macro "FBLASLAPACK_INCLUDE" to ""
          Defined "HAVE_MATHLIB" to "1"
          Defined make macro "MATHLIB_LIB" to ""
          Defined make macro "MATHLIB_INCLUDE" to ""
          Defined make macro "MPI_LIB" to "/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib"
          Defined make macro "MPI_INCLUDE" to "-I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64"
          Defined make macro "PETSC_EXTERNAL_LIB_BASIC" to "-R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib"
          Defined make macro "PETSC_CC_INCLUDES" to "-I/cygdrive/c/Source/petsc-3.20.4/include -I/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/include -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64"
          Defined make macro "PETSC_CC_INCLUDES_INSTALL" to "-I/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/include -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64"
          Defined make macro "PETSC_FC_INCLUDES" to "-I/cygdrive/c/Source/petsc-3.20.4/include -I/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/include -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64"
          Defined make macro "PETSC_FC_INCLUDES_INSTALL" to "-I/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/include -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64"
          Defined "LIB_DIR" to ""/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib""
          Defined make macro "LIBNAME" to "${INSTALL_LIB_DIR}/libpetsc.${AR_LIB_SUFFIX}"
          Defined make macro "SHLIBS" to "libpetsc"
          Defined make macro "PETSC_LIB_BASIC" to "-lpetsc"
          Defined make macro "PETSC_KSP_LIB_BASIC" to "-lpetsc"
          Defined make macro "PETSC_TS_LIB_BASIC" to "-lpetsc"
          Defined make macro "PETSC_TAO_LIB_BASIC" to "-lpetsc"
          Defined make macro "PETSC_WITH_EXTERNAL_LIB" to "-L${PETSC_DIR}/${PETSC_ARCH}/lib -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lpetsc -lflapack -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib"
          Defined "USE_SINGLE_LIBRARY" to "1"
          Defined make macro "PETSC_SYS_LIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_VEC_LIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_MAT_LIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_DM_LIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_KSP_LIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_SNES_LIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_TS_LIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_TAO_LIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_CHARACTERISTIC_LIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_LIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_CONTRIB" to "${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "CONFIGURE_OPTIONS" to "--with-cc=\"win32fe cl\" --with-fc=\"win32fe ifort\" --with-cxx=\"win32fe cl\" --with-mpi-include=\"[/cygdrive/c/Microsoft_SDKs/MPI/Include,/cygdrive/c/Microsoft_SDKs/MPI/Include/x64]\" --with-mpi-lib=\"[/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib,/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib]\" --with-shared-libraries=0 --download-fblaslapack=1 --with-debugging=0 --with-fortran-interfaces=1 --prefix=/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel --with-mpi-mpiexec=/cygdrive/c/MS_MPI/Bin/mpiexec.exe"
          Defined "HAVE_TAU_PERFSTUBS" to "1"
================================================================================
    child PETSc.Configure took 235.832337 seconds
    child sum 4364.056736
    child total 4364.279694
**** petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf/petscvariables ****
FAST_AR_FLAGS = Scq
AR_FLAGS = cr
AR_ARGFILE = yes
C_VERSION = Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
MPICC_SHOW = Unavailable
Cxx_VERSION = Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
MPICXX_SHOW = Unavailable
FC_VERSION = Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nIntel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000
MPIFC_SHOW = Unavailable
FC_DEFINE_FLAG = -D
wPETSC_DIR = D:/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel
CC_FLAGS =  -GF -MT -wd4996 -Zc:preprocessor  -O2
CXXPP_FLAGS = 
CXX_FLAGS =  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP
CXX_LINKER = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl
CXX_LINKER_FLAGS =  -Qwd10161  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200
CPP_FLAGS = 
PCC = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl
PCC_FLAGS = $(CC_FLAGS)
CC_SUFFIX = o
PCC_LINKER = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl
PCC_LINKER_FLAGS =  -Qwd10161  -GF -MT -wd4996 -Zc:preprocessor  -O2
CC_LINKER_SUFFIX = 
FPP_FLAGS = 
FC_FLAGS =  -MT -O3 -fpp 
FC_SUFFIX = o
FC_LINKER = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort
FC_LINKER_FLAGS =    -MT -O3 -fpp
FC_MODULE_FLAG = -I
FC_MODULE_OUTPUT_FLAG = -module:
SL_LINKER = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl
SL_LINKER_FLAGS = ${PCC_LINKER_FLAGS}
SL_LINKER_SUFFIX = 
SL_LINKER_LIBS = ${PETSC_EXTERNAL_LIB_BASIC}
PETSC_LANGUAGE = CONLY
PETSC_SCALAR = real
PETSC_PRECISION = double
BLASLAPACK_LIB = -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -lfblas
BLASLAPACK_INCLUDE = 
FBLASLAPACK_LIB = 
FBLASLAPACK_INCLUDE = 
MATHLIB_LIB = 
MATHLIB_INCLUDE = 
MPI_LIB = /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib
MPI_INCLUDE = -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64
PETSC_EXTERNAL_LIB_BASIC = -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib
PETSC_CC_INCLUDES = -I/cygdrive/c/Source/petsc-3.20.4/include -I/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/include -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64
PETSC_CC_INCLUDES_INSTALL = -I/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/include -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64
PETSC_FC_INCLUDES = -I/cygdrive/c/Source/petsc-3.20.4/include -I/cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/include -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64
PETSC_FC_INCLUDES_INSTALL = -I/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/include -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64
LIBNAME = ${INSTALL_LIB_DIR}/libpetsc.${AR_LIB_SUFFIX}
SHLIBS = libpetsc
PETSC_LIB_BASIC = -lpetsc
PETSC_KSP_LIB_BASIC = -lpetsc
PETSC_TS_LIB_BASIC = -lpetsc
PETSC_TAO_LIB_BASIC = -lpetsc
PETSC_WITH_EXTERNAL_LIB = -L${PETSC_DIR}/${PETSC_ARCH}/lib -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lpetsc -lflapack -lfblas /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib
PETSC_SYS_LIB = ${PETSC_WITH_EXTERNAL_LIB}
PETSC_VEC_LIB = ${PETSC_WITH_EXTERNAL_LIB}
PETSC_MAT_LIB = ${PETSC_WITH_EXTERNAL_LIB}
PETSC_DM_LIB = ${PETSC_WITH_EXTERNAL_LIB}
PETSC_KSP_LIB = ${PETSC_WITH_EXTERNAL_LIB}
PETSC_SNES_LIB = ${PETSC_WITH_EXTERNAL_LIB}
PETSC_TS_LIB = ${PETSC_WITH_EXTERNAL_LIB}
PETSC_TAO_LIB = ${PETSC_WITH_EXTERNAL_LIB}
PETSC_CHARACTERISTIC_LIB = ${PETSC_WITH_EXTERNAL_LIB}
PETSC_LIB = ${PETSC_WITH_EXTERNAL_LIB}
PETSC_CONTRIB = ${PETSC_WITH_EXTERNAL_LIB}
CONFIGURE_OPTIONS = --with-cc=\"win32fe cl\" --with-fc=\"win32fe ifort\" --with-cxx=\"win32fe cl\" --with-mpi-include=\"[/cygdrive/c/Microsoft_SDKs/MPI/Include,/cygdrive/c/Microsoft_SDKs/MPI/Include/x64]\" --with-mpi-lib=\"[/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib,/cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib]\" --with-shared-libraries=0 --download-fblaslapack=1 --with-debugging=0 --with-fortran-interfaces=1 --prefix=/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel --with-mpi-mpiexec=/cygdrive/c/MS_MPI/Bin/mpiexec.exe
MKDIR = /bin/mkdir -p
SHELL = /bin/bash
SED = /bin/sed
SEDINPLACE = /bin/sed -i
MV = /bin/mv
CP = /bin/cp
GREP = /bin/grep
RM = /bin/rm -f
DIFF = /bin/diff -w
PYTHON = /bin/python3
CC = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl
CPP = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E
CXX = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl
CXXPP = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl -E
FC = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort
FPP = /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort -E
AR = /bin/ar
RANLIB = /bin/ranlib
AR_LIB_SUFFIX = lib
LD_SHARED = /bin/ar
CC_LINKER_SLFLAG = -R
FC_LINKER_SLFLAG = -Wl,-rpath,
CLANGUAGE = C
GIT = git
PREFIXDIR = /cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel
PETSC_SCALAR_SIZE = 64
PETSC_INDEX_SIZE = 32
MAKE = /bin/make
MAKE_USER = make
OMAKE_PRINTDIR = /bin/make --print-directory
OMAKE = /bin/make --no-print-directory
MAKE_PAR_OUT_FLG = --output-sync=recurse
MAKE_NP = 10
MAKE_TEST_NP = 6
MAKE_LOAD = 18.0
NPMAX = 12
BUILDSHAREDLIB = no
DSYMUTIL = true
MPIEXEC = /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/mpiexec
MPIEXEC_TAIL = 
PYTHON_EXE = "/bin/python3"
CMAKE = /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake
CTEST = /cygdrive/c/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest
PETSC_TEST_OPTIONS = -checkfunctionlist -use_gpu_aware_mpi 0 -nox_warning
**** petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf/petscrules ****
print_mesg_after_build: 
	- at echo "========================================="
	- at echo "Now to install the libraries do:"
	- at echo "${MAKE_USER} PETSC_DIR=${PETSC_DIR} PETSC_ARCH=${PETSC_ARCH} install"
	- at echo "========================================="

libc: ${LIBNAME}(${OBJSC})

libcxx: ${LIBNAME}(${OBJSCXX})

libcu: ${LIBNAME}(${OBJSCU})

libf: ${OBJSF}
	-${AR} ${AR_FLAGS} ${LIBNAME} ${OBJSF}

shared_arch: 

amrex-build: 

amrex-install: 

mfem-build: 

mfem-install: 

slepc-build: 

slepc-install: 

bamg-build: 

bamg-install: 

hpddm-build: 

hpddm-install: 

libmesh-build: 

libmesh-install: 

petsc4py-build: 

petsc4py-install: 

petsc4pytest: 

**** petsc-3.20.4_win64_msmpi_vs2022_rel/include/petscconf.h ****
#if !defined(INCLUDED_UNKNOWN)
#define INCLUDED_UNKNOWN

#define PETSC_ARCH ""
#define PETSC_ATTRIBUTEALIGNED(size)  
#define PETSC_BLASLAPACK_CAPS 1
#define PETSC_CANNOT_START_DEBUGGER 1
#define PETSC_CLANGUAGE_C 1
#define PETSC_CXX_RESTRICT __restrict
#define PETSC_DEPRECATED_ENUM_BASE(string_literal_why)  
#define PETSC_DEPRECATED_FUNCTION_BASE(string_literal_why) __declspec(deprecated(string_literal_why))
#define PETSC_DEPRECATED_MACRO_BASE(string_literal_why) PETSC_DEPRECATED_MACRO_BASE_(GCC warning string_literal_why)
#define PETSC_DEPRECATED_MACRO_BASE_(why) _Pragma(#why)
#define PETSC_DEPRECATED_OBJECT_BASE(string_literal_why) __declspec(deprecated(string_literal_why))
#define PETSC_DEPRECATED_TYPEDEF_BASE(string_literal_why)  
#define PETSC_DIR "D:\\Lib\\petsc-3.20.4_win64_msmpi_vs2022_rel"
#define PETSC_DIR_SEPARATOR '\\'
#define PETSC_FORTRAN_CHARLEN_T int
#define PETSC_FORTRAN_TYPE_INITIALIZE  = -2
#define PETSC_FUNCTION_NAME_C __func__
#define PETSC_FUNCTION_NAME_CXX __func__
#define PETSC_HAVE_ACCESS 1
#define PETSC_HAVE_ATOLL 1
#define PETSC_HAVE_CLOCK 1
#define PETSC_HAVE_CLOSESOCKET 1
#define PETSC_HAVE_CXX 1
#define PETSC_HAVE_CXX_COMPLEX 1
#define PETSC_HAVE_CXX_COMPLEX_FIX 1
#define PETSC_HAVE_CXX_DIALECT_CXX11 1
#define PETSC_HAVE_CXX_DIALECT_CXX14 1
#define PETSC_HAVE_CXX_DIALECT_CXX17 1
#define PETSC_HAVE_CXX_DIALECT_CXX20 1
#define PETSC_HAVE_DIRECT_H 1
#define PETSC_HAVE_DOS_H 1
#define PETSC_HAVE_DOUBLE_ALIGN_MALLOC 1
#define PETSC_HAVE_ERF 1
#define PETSC_HAVE_FBLASLAPACK 1
#define PETSC_HAVE_FCNTL_H 1
#define PETSC_HAVE_FENV_H 1
#define PETSC_HAVE_FE_VALUES 1
#define PETSC_HAVE_FLOAT_H 1
#define PETSC_HAVE_FORTRAN_CAPS 1
#define PETSC_HAVE_FORTRAN_FLUSH 1
#define PETSC_HAVE_FORTRAN_FREE_LINE_LENGTH_NONE 1
#define PETSC_HAVE_FORTRAN_GET_COMMAND_ARGUMENT 1
#define PETSC_HAVE_FORTRAN_TYPE_STAR 1
#define PETSC_HAVE_FREELIBRARY 1
#define PETSC_HAVE_GETCOMPUTERNAME 1
#define PETSC_HAVE_GETCWD 1
#define PETSC_HAVE_GETLASTERROR 1
#define PETSC_HAVE_GETPROCADDRESS 1
#define PETSC_HAVE_GET_USER_NAME 1
#define PETSC_HAVE_IMMINTRIN_H 1
#define PETSC_HAVE_INTTYPES_H 1
#define PETSC_HAVE_IO_H 1
#define PETSC_HAVE_ISINF 1
#define PETSC_HAVE_ISNAN 1
#define PETSC_HAVE_ISNORMAL 1
#define PETSC_HAVE_LARGE_INTEGER_U 1
#define PETSC_HAVE_LGAMMA 1
#define PETSC_HAVE_LOADLIBRARY 1
#define PETSC_HAVE_LOG2 1
#define PETSC_HAVE_LSEEK 1
#define PETSC_HAVE_MALLOC_H 1
#define PETSC_HAVE_MEMMOVE 1
#define PETSC_HAVE_MPI_COMBINER_CONTIGUOUS 1
#define PETSC_HAVE_MPI_COMBINER_DUP 1
#define PETSC_HAVE_MPI_COMBINER_NAMED 1
#define PETSC_HAVE_MPI_F90MODULE_VISIBILITY 1
#define PETSC_HAVE_MPI_FEATURE_DYNAMIC_WINDOW 1
#define PETSC_HAVE_MPI_GET_ACCUMULATE 1
#define PETSC_HAVE_MPI_GET_LIBRARY_VERSION 1
#define PETSC_HAVE_MPI_INIT_THREAD 1
#define PETSC_HAVE_MPI_INT64_T 1
#define PETSC_HAVE_MPI_LONG_DOUBLE 1
#define PETSC_HAVE_MPI_NONBLOCKING_COLLECTIVES 1
#define PETSC_HAVE_MPI_PROCESS_SHARED_MEMORY 1
#define PETSC_HAVE_MPI_REDUCE_LOCAL 1
#define PETSC_HAVE_MPI_REDUCE_SCATTER_BLOCK 1
#define PETSC_HAVE_MPI_RGET 1
#define PETSC_HAVE_MPI_WIN_CREATE 1
#define PETSC_HAVE_MSMPI 1
#define PETSC_HAVE_MSMPI_VERSION 0x100
#define PETSC_HAVE_O_BINARY 1
#define PETSC_HAVE_RAND 1
#define PETSC_HAVE_SETJMP_H 1
#define PETSC_HAVE_SETLASTERROR 1
#define PETSC_HAVE_SNPRINTF 1
#define PETSC_HAVE_STDINT_H 1
#define PETSC_HAVE_STRICMP 1
#define PETSC_HAVE_SYS_TYPES_H 1
#define PETSC_HAVE_TAU_PERFSTUBS 1
#define PETSC_HAVE_TGAMMA 1
#define PETSC_HAVE_TIME 1
#define PETSC_HAVE_TIME_H 1
#define PETSC_HAVE_TMPNAM_S 1
#define PETSC_HAVE_VA_COPY 1
#define PETSC_HAVE_VSNPRINTF 1
#define PETSC_HAVE_WINDOWSX_H 1
#define PETSC_HAVE_WINDOWS_COMPILERS 1
#define PETSC_HAVE_WINDOWS_H 1
#define PETSC_HAVE_WINSOCK2_H 1
#define PETSC_HAVE_WS2TCPIP_H 1
#define PETSC_HAVE_WSAGETLASTERROR 1
#define PETSC_HAVE_XMMINTRIN_H 1
#define PETSC_HAVE__ACCESS 1
#define PETSC_HAVE__GETCWD 1
#define PETSC_HAVE__LSEEK 1
#define PETSC_HAVE__MKDIR 1
#define PETSC_HAVE__SLEEP 1
#define PETSC_HAVE___INT64 1
#define PETSC_INTPTR_T intptr_t
#define PETSC_INTPTR_T_FMT "#" PRIxPTR
#define PETSC_IS_COLORING_MAX USHRT_MAX
#define PETSC_IS_COLORING_VALUE_TYPE short
#define PETSC_IS_COLORING_VALUE_TYPE_F integer2
#define PETSC_LEVEL1_DCACHE_LINESIZE 32
#define PETSC_LIB_DIR "/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib"
#define PETSC_MAX_PATH_LEN 4096
#define PETSC_MEMALIGN 16
#define PETSC_MISSING_GETLINE 1
#define PETSC_MISSING_SIGALRM 1
#define PETSC_MISSING_SIGBUS 1
#define PETSC_MISSING_SIGCHLD 1
#define PETSC_MISSING_SIGCONT 1
#define PETSC_MISSING_SIGHUP 1
#define PETSC_MISSING_SIGKILL 1
#define PETSC_MISSING_SIGPIPE 1
#define PETSC_MISSING_SIGQUIT 1
#define PETSC_MISSING_SIGSTOP 1
#define PETSC_MISSING_SIGSYS 1
#define PETSC_MISSING_SIGTRAP 1
#define PETSC_MISSING_SIGTSTP 1
#define PETSC_MISSING_SIGURG 1
#define PETSC_MISSING_SIGUSR1 1
#define PETSC_MISSING_SIGUSR2 1
#define PETSC_MPICC_SHOW "Unavailable"
#define PETSC_MPIU_IS_COLORING_VALUE_TYPE MPI_UNSIGNED_SHORT
#define PETSC_NEEDS_UTYPE_TYPEDEFS 1
#define PETSC_OMAKE "/bin/make --no-print-directory"
#define PETSC_PREFETCH_HINT_NTA _MM_HINT_NTA
#define PETSC_PREFETCH_HINT_T0 _MM_HINT_T0
#define PETSC_PREFETCH_HINT_T1 _MM_HINT_T1
#define PETSC_PREFETCH_HINT_T2 _MM_HINT_T2
#define PETSC_PYTHON_EXE "/bin/python3"
#define PETSC_Prefetch(a,b,c) _mm_prefetch((const char*)(a),(c))
#define PETSC_REPLACE_DIR_SEPARATOR '/'
#define PETSC_SIGNAL_CAST  
#define PETSC_SIZEOF_INT 4
#define PETSC_SIZEOF_LONG 4
#define PETSC_SIZEOF_LONG_LONG 8
#define PETSC_SIZEOF_SIZE_T 8
#define PETSC_SIZEOF_VOID_P 8
#define PETSC_SLSUFFIX ""
#define PETSC_UINTPTR_T uintptr_t
#define PETSC_UINTPTR_T_FMT "#" PRIxPTR
#define PETSC_UNUSED  
#define PETSC_USE_AVX512_KERNELS 1
#define PETSC_USE_BACKWARD_LOOP 1
#define PETSC_USE_CTABLE 1
#define PETSC_USE_DMLANDAU_2D 1
#define PETSC_USE_FORTRAN_BINDINGS 1
#define PETSC_USE_INFO 1
#define PETSC_USE_ISATTY 1
#define PETSC_USE_LOG 1
#define PETSC_USE_MALLOC_COALESCED 1
#define PETSC_USE_MICROSOFT_TIME 1
#define PETSC_USE_PROC_FOR_SIZE 1
#define PETSC_USE_REAL_DOUBLE 1
#define PETSC_USE_SINGLE_LIBRARY 1
#define PETSC_USE_WINDOWS_GRAPHICS 1
#define PETSC_USING_64BIT_PTR 1
#define PETSC_USING_F2003 1
#define PETSC_USING_F90FREEFORM 1
#define PETSC__BSD_SOURCE 1
#define PETSC__DEFAULT_SOURCE 1
#define R_OK 04
#define S_ISDIR(a) (((a)&_S_IFMT) == _S_IFDIR)
#define S_ISREG(a) (((a)&_S_IFMT) == _S_IFREG)
#define W_OK 02
#define X_OK 01
#define _USE_MATH_DEFINES 1
#endif
**** petsc-3.20.4_win64_msmpi_vs2022_rel/include/petscfix.h ****
#if !defined(INCLUDED_UNKNOWN)
#define INCLUDED_UNKNOWN

typedef int uid_t;
typedef int gid_t;
typedef int mode_t;
typedef int int32_t;
typedef int pid_t;
#if defined(__cplusplus)
extern "C" {
#include <stddef.h>
int getdomainname(char *, size_t);
double drand48(void);
void   srand48(long int);
}
#else
#include <stddef.h>
int getdomainname(char *, size_t);
double drand48(void);
void   srand48(long int);
#endif
#endif
**** petsc-3.20.4_win64_msmpi_vs2022_rel/include/petscpkg_version.h ****
#if !defined(INCLUDED_UNKNOWN)
#define INCLUDED_UNKNOWN

#define PETSC_PKG_MPI_VERSION_MAJOR 2
#define PETSC_PKG_MPI_VERSION_MINOR 0
#define PETSC_PKG_MPI_VERSION_SUBMINOR 0
#define PETSC_PKG_MPI_VERSION_ PETSC_PKG_MPI_VERSION_EQ

#define PETSC_PKG_MPI_VERSION_EQ(MAJOR,MINOR,SUBMINOR)         \
      ((PETSC_PKG_MPI_VERSION_MAJOR    == (MAJOR)) &&          \
       (PETSC_PKG_MPI_VERSION_MINOR    == (MINOR)) &&          \
       (PETSC_PKG_MPI_VERSION_SUBMINOR == (SUBMINOR)))

#define PETSC_PKG_MPI_VERSION_LT(MAJOR,MINOR,SUBMINOR)         \
       (PETSC_PKG_MPI_VERSION_MAJOR  < (MAJOR) ||              \
        (PETSC_PKG_MPI_VERSION_MAJOR == (MAJOR) &&             \
         (PETSC_PKG_MPI_VERSION_MINOR  < (MINOR) ||            \
          (PETSC_PKG_MPI_VERSION_MINOR == (MINOR) &&           \
           (PETSC_PKG_MPI_VERSION_SUBMINOR  < (SUBMINOR))))))

#define PETSC_PKG_MPI_VERSION_LE(MAJOR,MINOR,SUBMINOR)         \
       (PETSC_PKG_MPI_VERSION_LT(MAJOR,MINOR,SUBMINOR) ||      \
        PETSC_PKG_MPI_VERSION_EQ(MAJOR,MINOR,SUBMINOR))

#define PETSC_PKG_MPI_VERSION_GT(MAJOR,MINOR,SUBMINOR)         \
       ( 0 == PETSC_PKG_MPI_VERSION_LE(MAJOR,MINOR,SUBMINOR))

#define PETSC_PKG_MPI_VERSION_GE(MAJOR,MINOR,SUBMINOR)         \
       ( 0 == PETSC_PKG_MPI_VERSION_LT(MAJOR,MINOR,SUBMINOR))

#endif

  Attempting to save configure hash file: petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf/configure-hash
  Saved configure hash file: petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf/configure-hash
Configure Actions
   These are the actions performed by configure on the filesystem
---------------------------------------------------------------------------------------------
Framework:
  Directory creation : Created the external packages directory: /cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages
  RDict update       : Substitutions were stored in RDict with parent None
  File creation      : Created makefile configure header petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf/petscvariables
  File creation      : Created makefile configure header petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf/petscrules
  File creation      : Created configure header petsc-3.20.4_win64_msmpi_vs2022_rel/include/petscconf.h
  File creation      : Created C specific configure header petsc-3.20.4_win64_msmpi_vs2022_rel/include/petscfix.h
  File creation      : Created configure pkg header petsc-3.20.4_win64_msmpi_vs2022_rel/include/petscpkg_version.h
FBLASLAPACK:
  Download           : Downloaded FBLASLAPACK into /cygdrive/c/Source/petsc-3.20.4/petsc-3.20.4_win64_msmpi_vs2022_rel/externalpackages/petsc-pkg-fblaslapack-e8a03f57d64c
  Install            : Installed FBLASLAPACK into /cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel
PETSc:
  Build              : Set default architecture to petsc-3.20.4_win64_msmpi_vs2022_rel in lib/petsc/conf/petscvariables
  File creation      : Created petsc-3.20.4_win64_msmpi_vs2022_rel/lib/petsc/conf/reconfigure-petsc-3.20.4_win64_msmpi_vs2022_rel.py for automatic reconfiguration
Compilers:
  C Compiler:         /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -GF -MT -wd4996 -Zc:preprocessor  -O2 
    Version: Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
  C++ Compiler:         /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe cl  -GF -MT -GR -EHsc -Zc:preprocessor  -Zc:__cplusplus -O2 -Zm200  -std:c++20 -TP 
    Version: Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.38.33134 for x64
  Fortran Compiler:         /cygdrive/c/Source/petsc-3.20.4/lib/petsc/bin/win32fe/win32fe ifort  -MT -O3 -fpp 
    Version: Win32 Development Tool Front End, version 1.11.4 Fri, Sep 10, 2021  6:33:40 PM\nIntel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.11.1 Build 20231117_000000
Linkers:
  Static linker:   /bin/ar cr
BlasLapack:
  Libraries:  -R/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -L/cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel/lib -lflapack -lfblas
  uses 4 byte integers
MPI:
  Version:    2
  Includes:   -I/cygdrive/c/Microsoft_SDKs/MPI/Include -I/cygdrive/c/Microsoft_SDKs/MPI/Include/x64
  Libraries:  /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpifec.lib /cygdrive/c/Microsoft_SDKs/MPI/Lib/x64/msmpi.lib
  mpiexec: /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/mpiexec
  MSMPI_VERSION: 0x100
python:
  Executable: /bin/python3
fblaslapack:
PETSc:
  Language used to compile PETSc: C
  PETSC_ARCH: petsc-3.20.4_win64_msmpi_vs2022_rel
  PETSC_DIR: /cygdrive/c/Source/petsc-3.20.4
  Prefix: /cygdrive/d/Lib/petsc-3.20.4_win64_msmpi_vs2022_rel
  Scalar type: real
  Precision: double
  Integer size: 4 bytes
  Single library: yes
  Shared libraries: no
  Memory alignment from malloc(): 16 bytes
  Using GNU make: /bin/make
xxx=======================================================================================xxx
 Configure stage complete. Now build PETSc libraries with:
   make PETSC_DIR=/cygdrive/c/Source/petsc-3.20.4 PETSC_ARCH=petsc-3.20.4_win64_msmpi_vs2022_rel all
xxx=======================================================================================xxx
================================================================================
Finishing configure run at Fri, 16 Feb 2024 14:03:19 +0800
================================================================================


More information about the petsc-users mailing list