[petsc-users] Can't compile code after upgrading to VS2017 and Intel One API + PETSc 3.15

TAY wee-beng zonexo at gmail.com
Thu Apr 15 09:23:33 CDT 2021


Hi,

Using main gave errors too. Attached configure.log.

Is there any other solution?

Thank you very much.

Yours sincerely,

================================================
TAY Wee-Beng 郑伟明 (Zheng Weiming)
Personal research webpage: _http://tayweebeng.wixsite.com/website_
Youtube research showcase: _https://goo.gl/PtvdwQ_
linkedin: _https://www.linkedin.com/in/tay-weebeng_
================================================

On 15/4/2021 12:27 pm, Satish Balay wrote:
> On Thu, 15 Apr 2021, TAY wee-beng wrote:
>
>> On 15/4/2021 11:42 am, Satish Balay wrote:
>>> The c examples ran fine. However fortran has issues.
>>>
>>> ex5f.F90(83): error #6405: The same named entity from different modules
>>> and/or program units cannot be referenced.   [PETSC_COMM_WORLD]
>>>         call MPI_Comm_size(PETSC_COMM_WORLD,size,ierr)
>>> -------------------------^
>>>
>>> Is the fortran compiler defaulting to F2008/2018 mode?
>>>
>>> You can try building 'release' branch of petsc git repo and see if this
>>> problem persists.
>> I tried and got this error below, configure.log attached.
>>
>> export PETSC_DIR=`pwd`
>> export PETSC_ARCH=petsc-dev_win64_impi_vs2017
>> ./configure --with-cc='win32fe cl' --with-fc='win32fe ifort'
>> --with-cxx='win32fe cl' --with-mpi-include=/cygdrive/c/Program\ Files\
>> \(x86\)/Intel/oneAPI/mpi/latest/include --with-mpi-lib='[/cygdrive/c/Program\
>>   Files\
>> \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib,/cygdrive/c/Program\ Files\
>> \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib,/cygdrive/c/Program\
>> Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi
>> _ilp64.lib]' --download-fblaslapack=1 --with-debugging=1
>> --with-fortran-interfaces=1
>>
>> ===============================================================================
>>               Configuring PETSc to compile on your system
>> ===============================================================================
>> TESTING: alternateConfigureLibrary from
>> config.packages.sprng(config/BuildSystem/config/package.py:959)
>> *******************************************************************************
>>           UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for
>> details):
>> -------------------------------------------------------------------------------
>> Error! sowing on windows requires cygwin/g++. Please install it with cygwin
>> setup.exe
> yes - this is a requirement for using the git repo.
>
> I guess alternatively  - you can try:
>
> https://ftp.mcs.anl.gov/pub/petsc/petsc-main.tar.gz
>
> Satish
>
>>> Satish
>>>
>>>
>>> On Thu, 15 Apr 2021, TAY wee-beng wrote:
>>>
>>>> Hi Satish,
>>>>
>>>> I use option 1, but the errors I got from make check seems similar. I have
>>>> attached the output.
>>>>
>>>> Thank you very much.
>>>>
>>>> Yours sincerely,
>>>>
>>>> ================================================
>>>> TAY Wee-Beng 郑伟明 (Zheng Weiming)
>>>> Personal research webpage: _http://tayweebeng.wixsite.com/website_
>>>> Youtube research showcase: _https://goo.gl/PtvdwQ_
>>>> linkedin: _https://www.linkedin.com/in/tay-weebeng_
>>>> ================================================
>>>>
>>>> On 15/4/2021 9:54 am, Satish Balay wrote:
>>>>> 1. You can avoid this complexity if you can use in-place install of PETSc
>>>>> [i.e do not use --prefix option to build PETSc]
>>>>>
>>>>> 2. For a prefix install - the following patch should fix the issue [i.e
>>>>> requires rerunning 'configure; make; make install']
>>>>>
>>>>> diff --git a/config/BuildSystem/config/compilerOptions.py
>>>>> b/config/BuildSystem/config/compilerOptions.py
>>>>> index bdfd209203..b2e02783d9 100644
>>>>> --- a/config/BuildSystem/config/compilerOptions.py
>>>>> +++ b/config/BuildSystem/config/compilerOptions.py
>>>>> @@ -310,6 +310,7 @@ class CompilerOptions(config.base.Configure):
>>>>>           if not status:
>>>>>             if compiler.find('win32fe') > -1:
>>>>>               version = '\\n'.join(output.split('\n')[0:2])
>>>>> +          version = version.replace('\r','')
>>>>>             else:
>>>>>               #PGI/Windows writes an empty '\r\n' on the first line of
>>>>>               output
>>>>>               if output.count('\n') > 1 and output.split('\n')[0] == '\r':
>>>>>
>>>>> 3. For testing a prefix install - you would do:
>>>>>
>>>>> cd /cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0
>>>>> make check PETSC_DIR=/cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017
>>>>> PETSC_ARCH=""
>>>>>
>>>>> [these instructions are printed to the screen when you run 'make install'
>>>>>
>>>>> Satish
>>>>>
>>>>> On Thu, 15 Apr 2021, TAY wee-beng wrote:
>>>>>
>>>>>> Hi Satish,
>>>>>>
>>>>>> I tried a few things, not sure if it's correct. But it doesn't seem to
>>>>>> work
>>>>>>
>>>>>> I edit petscvariables in
>>>>>>
>>>>>> D:\Lib\petsc-3.15.0_win64_impi_vs2017\lib\petsc\conf
>>>>>>
>>>>>> and
>>>>>>
>>>>>> D:\wtay\Downloads\Source_codes\petsc-3.15.0\petsc-3.15.0_win64_impi_vs2017\lib\petsc\conf
>>>>>>
>>>>>> from:
>>>>>>
>>>>>> C_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27,
>>>>>> 2017 11:10:38 AM
>>>>>> \nMicrosoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64
>>>>>> MPICC_SHOW = Unavailable
>>>>>> Cxx_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb
>>>>>> 27,
>>>>>> 2017 11:10:38 AM
>>>>>> \nMicrosoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64
>>>>>> MPICXX_SHOW = Unavailable
>>>>>> FC_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb
>>>>>> 27,
>>>>>> 2017 11:10:38 AM
>>>>>> \nIntel(R) Fortran Intel(R) 64 Compiler Classic for applications running
>>>>>> on
>>>>>> Intel(R) 64, Version 2021.2.0 Build 20210228_000000
>>>>>>
>>>>>> to
>>>>>>
>>>>>> C_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27,
>>>>>> 2017 11:10:38 AM\nMicrosoft (R) C/C++ Optimizing Compiler Version
>>>>>> 19.16.27045 for x64
>>>>>> MPICC_SHOW = Unavailable
>>>>>> Cxx_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb
>>>>>> 27,
>>>>>> 2017 11:10:38 AM\nMicrosoft (R) C/C++ Optimizing Compiler Version
>>>>>> 19.16.27045 for x64
>>>>>> MPICXX_SHOW = Unavailable
>>>>>> FC_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb
>>>>>> 27,
>>>>>> 2017 11:10:38 AM\nIntel(R) Fortran Intel(R) 64 Compiler Classic for
>>>>>> applications running on Intel(R) 64, Version 2021.2.0 Build
>>>>>> 20210228_000000
>>>>>>
>>>>>> Then in cygwin,
>>>>>>
>>>>>> cd /cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017/share/petsc
>>>>>>
>>>>>> export PETSC_DIR=`pwd`
>>>>>> export PETSC_ARCH=petsc-3.15.0_win64_impi_vs2017
>>>>>> make check
>>>>>>
>>>>>> make: *** No rule to make target 'check'.  Stop.
>>>>>>
>>>>>> Also:
>>>>>>
>>>>>> /cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0
>>>>>>
>>>>>> $ export PETSC_DIR=`pwd`
>>>>>> export PETSC_ARCH=petsc-3.15.0_win64_impi_vs2017
>>>>>> make check
>>>>>>
>>>>>> petsc-3.15.0_win64_impi_vs2017/lib/petsc/conf/petscvariables:5: ***
>>>>>> target
>>>>>> pattern contains no '%'.  Stop.
>>>>>>
>>>>>> Thank you very much.
>>>>>>
>>>>>> Yours sincerely,
>>>>>>
>>>>>> ================================================
>>>>>> TAY Wee-Beng 郑伟明 (Zheng Weiming)
>>>>>> Personal research webpage: _http://tayweebeng.wixsite.com/website_
>>>>>> Youtube research showcase: _https://goo.gl/PtvdwQ_
>>>>>> linkedin: _https://www.linkedin.com/in/tay-weebeng_
>>>>>> ================================================
>>>>>>
>>>>>> On 15/4/2021 9:22 am, Satish Balay wrote:
>>>>>>> On Thu, 15 Apr 2021, TAY wee-beng wrote:
>>>>>>>
>>>>>>>> Hi Satish,
>>>>>>>>
>>>>>>>> Sorry, what do you mean by "manually fix up this file"?
>>>>>>>>
>>>>>>>> Should I edit the petscvariables file?
>>>>>>> yes
>>>>>>>> Do I need to rebuild the lib?
>>>>>>> no
>>>>>>>
>>>>>>> After editing the file - run 'make check'
>>>>>>>
>>>>>>> Satish
>>>>>>>
>>>>>>>> I guess this problem is related to the new Intel oneAPI if I'm not
>>>>>>>> wrong.
>>>>>>>> No
>>>>>>>> such problem previously.
>>>>>>>>
>>>>>>>> Thank you very much.
>>>>>>>>
>>>>>>>> Yours sincerely,
>>>>>>>>
>>>>>>>> ================================================
>>>>>>>> TAY Wee-Beng 郑伟明 (Zheng Weiming)
>>>>>>>> Personal research webpage: _http://tayweebeng.wixsite.com/website_
>>>>>>>> Youtube research showcase: _https://goo.gl/PtvdwQ_
>>>>>>>> linkedin: _https://www.linkedin.com/in/tay-weebeng_
>>>>>>>> ================================================
>>>>>>>>
>>>>>>>> On 15/4/2021 9:06 am, Satish Balay wrote:
>>>>>>>>> C_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb
>>>>>>>>> 27,
>>>>>>>>> 2017 11:10:38 AM
>>>>>>>>> \nMicrosoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64
>>>>>>>>> MPICC_SHOW = Unavailable
>>>>>>>>> Cxx_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon,
>>>>>>>>> Feb
>>>>>>>>> 27,
>>>>>>>>> 2017 11:10:38 AM
>>>>>>>>> \nMicrosoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64
>>>>>>>>> MPICXX_SHOW = Unavailable
>>>>>>>>> FC_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb
>>>>>>>>> 27,
>>>>>>>>> 2017 11:10:38 AM
>>>>>>>>> \nIntel(R) Fortran Intel(R) 64 Compiler Classic for applications
>>>>>>>>> running
>>>>>>>>> on
>>>>>>>>> Intel(R) 64, Version 2021.2.0 Build 20210228_000000
>>>>>>>>> <<<<
>>>>>>>>>
>>>>>>>>> I'm not sure what happened here. You might want to just manually fix
>>>>>>>>> up
>>>>>>>>> this
>>>>>>>>> file
>>>>>>>>>
>>>>>>>>> C_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb
>>>>>>>>> 27,
>>>>>>>>> 2017 11:10:38 AM\nMicrosoft (R) C/C++ Optimizing Compiler Version
>>>>>>>>> 19.16.27045 for x64
>>>>>>>>> MPICC_SHOW = Unavailable
>>>>>>>>> Cxx_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon,
>>>>>>>>> Feb
>>>>>>>>> 27,
>>>>>>>>> 2017 11:10:38 AM\nMicrosoft (R) C/C++ Optimizing Compiler Version
>>>>>>>>> 19.16.27045 for x64
>>>>>>>>> MPICXX_SHOW = Unavailable
>>>>>>>>> FC_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb
>>>>>>>>> 27,
>>>>>>>>> 2017 11:10:38 AM\nIntel(R) Fortran Intel(R) 64 Compiler Classic for
>>>>>>>>> applications running on Intel(R) 64, Version 2021.2.0 Build
>>>>>>>>> 20210228_000000
>>>>>>>>>
>>>>>>>>> Satish
>>>>>>>>>
>>>>>>>>> On Thu, 15 Apr 2021, TAY wee-beng wrote:
>>>>>>>>>
>>>>>>>>>> Hi all,
>>>>>>>>>>
>>>>>>>>>> I have attached the req file
>>>>>>>>>>
>>>>>>>>>> Thank you very much.
>>>>>>>>>>
>>>>>>>>>> Yours sincerely,
>>>>>>>>>>
>>>>>>>>>> ================================================
>>>>>>>>>> TAY Wee-Beng 郑伟明 (Zheng Weiming)
>>>>>>>>>> Personal research webpage: _http://tayweebeng.wixsite.com/website_
>>>>>>>>>> Youtube research showcase: _https://goo.gl/PtvdwQ_
>>>>>>>>>> linkedin: _https://www.linkedin.com/in/tay-weebeng_
>>>>>>>>>> ================================================
>>>>>>>>>>
>>>>>>>>>> On 14/4/2021 11:55 pm, Satish Balay wrote:
>>>>>>>>>>> Please send the file
>>>>>>>>>>> /cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017//lib/petsc/conf/petscvariables
>>>>>>>>>>>
>>>>>>>>>>> Satish
>>>>>>>>>>>
>>>>>>>>>>> On Wed, 14 Apr 2021, TAY wee-beng wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> I redo the installation:
>>>>>>>>>>>>
>>>>>>>>>>>> /*Now to install the libraries do:*//*
>>>>>>>>>>>> *//*make
>>>>>>>>>>>> PETSC_DIR=/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0
>>>>>>>>>>>> PETSC_ARCH=petsc-3.15.0_win64_impi_vs2017 install*//*
>>>>>>>>>>>> *//*=========================================*//*
>>>>>>>>>>>> *//*
>>>>>>>>>>>> *//*DELL-T7610+wtay at DELL-T7610
>>>>>>>>>>>> /cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0*//*
>>>>>>>>>>>> *//*$ make
>>>>>>>>>>>> PETSC_DIR=/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0
>>>>>>>>>>>> PETSC_ARCH=petsc-3.15.0_win64_impi_vs2017 install*//*
>>>>>>>>>>>> *//**** Using
>>>>>>>>>>>> PETSC_DIR=/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0
>>>>>>>>>>>> PETSC_ARCH=petsc-3.15.0_win64_impi_vs2017 ****//*
>>>>>>>>>>>> *//**** Installing PETSc at prefix location:
>>>>>>>>>>>> /cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017  ****//*
>>>>>>>>>>>> *//*====================================*//*
>>>>>>>>>>>> *//*Install complete.*//*
>>>>>>>>>>>> *//*Now to check if the libraries are working do (in current
>>>>>>>>>>>> directory):*//*
>>>>>>>>>>>> *//*make PETSC_DIR=/cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017
>>>>>>>>>>>> PETSC_ARCH="" check*//*
>>>>>>>>>>>> *//*====================================*//*
>>>>>>>>>>>> *//*/usr/bin/make  --no-print-directory -f makefile
>>>>>>>>>>>> PETSC_ARCH=petsc-3.15.0_win64_impi_vs2017
>>>>>>>>>>>> PETSC_DIR=/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0
>>>>>>>>>>>> mpi4py-install
>>>>>>>>>>>> petsc4py-install libmesh-install mfem-insta*//*
>>>>>>>>>>>> *//*ll slepc-install hpddm-install amrex-install bamg-install*//*
>>>>>>>>>>>> *//*make[2]: Nothing to be done for 'mpi4py-install'.*//*
>>>>>>>>>>>> *//*make[2]: Nothing to be done for 'petsc4py-install'.*//*
>>>>>>>>>>>> *//*make[2]: Nothing to be done for 'libmesh-install'.*//*
>>>>>>>>>>>> *//*make[2]: Nothing to be done for 'mfem-install'.*//*
>>>>>>>>>>>> *//*make[2]: Nothing to be done for 'slepc-install'.*//*
>>>>>>>>>>>> *//*make[2]: Nothing to be done for 'hpddm-install'.*//*
>>>>>>>>>>>> *//*make[2]: Nothing to be done for 'amrex-install'.*//*
>>>>>>>>>>>> *//*make[2]: Nothing to be done for 'bamg-install'.*//*
>>>>>>>>>>>> */
>>>>>>>>>>>> DELL-T7610+wtay at DELL-T7610
>>>>>>>>>>>> /cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0
>>>>>>>>>>>>
>>>>>>>>>>>> I ran the check:
>>>>>>>>>>>>
>>>>>>>>>>>> /*$ make PETSC_DIR=/cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017
>>>>>>>>>>>> PETSC_ARCH="" check*//*
>>>>>>>>>>>> *//*/cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017//lib/petsc/conf/petscvariables:5:
>>>>>>>>>>>> *** missing separator.  Stop.*/
>>>>>>>>>>>>
>>>>>>>>>>>> Why is this happening?
>>>>>>>>>>>>
>>>>>>>>>>>> Thank you very much.
>>>>>>>>>>>>
>>>>>>>>>>>> Yours sincerely,
>>>>>>>>>>>>
>>>>>>>>>>>> ================================================
>>>>>>>>>>>> TAY Wee-Beng 郑伟明 (Zheng Weiming)
>>>>>>>>>>>> Personal research webpage: _http://tayweebeng.wixsite.com/website_
>>>>>>>>>>>> Youtube research showcase: _https://goo.gl/PtvdwQ_
>>>>>>>>>>>> linkedin: _https://www.linkedin.com/in/tay-weebeng_
>>>>>>>>>>>> ================================================
>>>>>>>>>>>>
>>>>>>>>>>>> On 14/4/2021 6:01 pm, Mark Adams wrote:
>>>>>>>>>>>>> You have PETSC_ARCH=petsc-3.15.0_win64_impi_vs2017
>>>>>>>>>>>>> I think you use PETSC_ARCH="" for installed libs.
>>>>>>>>>>>>> When you do the install it will tell you exactly what to run to
>>>>>>>>>>>>> run
>>>>>>>>>>>>> "check".
>>>>>>>>>>>>> You might double check that .
>>>>>>>>>>>>> Mark
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Apr 14, 2021 at 4:10 AM TAY wee-beng <zonexo at gmail.com
>>>>>>>>>>>>> <mailto:zonexo at gmail.com>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>           Hi Barry,
>>>>>>>>>>>>>
>>>>>>>>>>>>>           Ops, which dir should I run /*export PETSC_DIR=`pwd`*//*
>>>>>>>>>>>>>           */
>>>>>>>>>>>>>
>>>>>>>>>>>>>           Maybe I ran it wrongly initially at where the lib is
>>>>>>>>>>>>>           stored:
>>>>>>>>>>>>>           /*/cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017/*//*
>>>>>>>>>>>>>           */
>>>>>>>>>>>>>
>>>>>>>>>>>>>           My source is at
>>>>>>>>>>>>>
>>>>>>>>>>>>>           /*/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0*/
>>>>>>>>>>>>>
>>>>>>>>>>>>>           Now I ran:
>>>>>>>>>>>>>
>>>>>>>>>>>>>           /*export PETSC_DIR=`pwd`*//*
>>>>>>>>>>>>>           *//*cd src/ksp/ksp/tutorials/*//*
>>>>>>>>>>>>>           *//*make ex2f*/
>>>>>>>>>>>>>
>>>>>>>>>>>>>           /*/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0/lib/petsc/bin/win32fe/win32fe
>>>>>>>>>>>>>           ifort -MD -Z7 -fpp  -MD -Z7 -fpp
>>>>>>>>>>>>>           -I/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0/include
>>>>>>>>>>>>>           -I/cygdrive/d/wtay/Downloads/S*//*
>>>>>>>>>>>>>           *//*ource_codes/petsc-3.15.0/petsc-3.15.0_win64_impi_vs2017/include
>>>>>>>>>>>>>           -I/cygdrive/c/Program\ Files\
>>>>>>>>>>>>>           \(x86\)/Intel/oneAPI/mpi/latest/include     ex2f.F90
>>>>>>>>>>>>>           -R/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0/petsc-3.*//*
>>>>>>>>>>>>>           *//*15.0_win64_impi_vs2017/lib
>>>>>>>>>>>>>           -L/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0/petsc-3.15.0_win64_impi_vs2017/lib
>>>>>>>>>>>>>           -R/cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017/lib
>>>>>>>>>>>>>           -L/cygdrive/d/Lib/petsc-3.15.0_win64_impi*//*
>>>>>>>>>>>>>           *//*_vs2017/lib -lpetsc -lflapack -lfblas
>>>>>>>>>>>>>           /cygdrive/c/Program\
>>>>>>>>>>>>>           Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib
>>>>>>>>>>>>>           /cygdrive/c/Program\ Files\
>>>>>>>>>>>>>           \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib
>>>>>>>>>>>>>           /cygdrive/c/*//*
>>>>>>>>>>>>>           *//*Program\ Files\
>>>>>>>>>>>>>           \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib
>>>>>>>>>>>>>           Gdi32.lib
>>>>>>>>>>>>>           User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib -o
>>>>>>>>>>>>>           ex2f*//*
>>>>>>>>>>>>>           *//*ifort: command line warning #10006: ignoring unknown
>>>>>>>>>>>>>           option
>>>>>>>>>>>>>           '/R/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0/petsc-3.15.0_win64_impi_vs2017/lib'*//*
>>>>>>>>>>>>>           *//*ifort: command line warning #10006: ignoring unknown
>>>>>>>>>>>>>           option
>>>>>>>>>>>>>           '/R/cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017/lib'*//*
>>>>>>>>>>>>>           *//*ex2f.F90(80): error #6405: The same named entity from
>>>>>>>>>>>>>           different modules and/or program units cannot be
>>>>>>>>>>>>>           referenced.
>>>>>>>>>>>>>           [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call
>>>>>>>>>>>>>           MPI_Comm_rank(PETSC_COMM_WORLD,rank,ierr)*//*
>>>>>>>>>>>>>           *//*-------------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(80): error #7112: This actual argument must
>>>>>>>>>>>>>           not
>>>>>>>>>>>>>           be
>>>>>>>>>>>>>           the name of a procedure. [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call
>>>>>>>>>>>>>           MPI_Comm_rank(PETSC_COMM_WORLD,rank,ierr)*//*
>>>>>>>>>>>>>           *//*-------------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(81): error #6405: The same named entity from
>>>>>>>>>>>>>           different modules and/or program units cannot be
>>>>>>>>>>>>>           referenced.
>>>>>>>>>>>>>           [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call
>>>>>>>>>>>>>           MPI_Comm_size(PETSC_COMM_WORLD,size,ierr)*//*
>>>>>>>>>>>>>           *//*-------------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(81): error #7112: This actual argument must
>>>>>>>>>>>>>           not
>>>>>>>>>>>>>           be
>>>>>>>>>>>>>           the name of a procedure. [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call
>>>>>>>>>>>>>           MPI_Comm_size(PETSC_COMM_WORLD,size,ierr)*//*
>>>>>>>>>>>>>           *//*-------------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(93): error #6405: The same named entity from
>>>>>>>>>>>>>           different modules and/or program units cannot be
>>>>>>>>>>>>>           referenced.
>>>>>>>>>>>>>           [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call MatCreate(PETSC_COMM_WORLD,A,ierr)*//*
>>>>>>>>>>>>>           *//*---------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(93): error #7112: This actual argument must
>>>>>>>>>>>>>           not
>>>>>>>>>>>>>           be
>>>>>>>>>>>>>           the name of a procedure. [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call MatCreate(PETSC_COMM_WORLD,A,ierr)*//*
>>>>>>>>>>>>>           *//*---------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(159): error #6405: The same named entity
>>>>>>>>>>>>>           from
>>>>>>>>>>>>>           different modules and/or program units cannot be
>>>>>>>>>>>>>           referenced.
>>>>>>>>>>>>>           [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call
>>>>>>>>>>>>>           VecCreateMPI(PETSC_COMM_WORLD,PETSC_DECIDE,m*n,u,ierr)*//*
>>>>>>>>>>>>>           *//*------------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(159): error #7112: This actual argument must
>>>>>>>>>>>>>           not
>>>>>>>>>>>>>           be
>>>>>>>>>>>>>           the name of a procedure. [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call
>>>>>>>>>>>>>           VecCreateMPI(PETSC_COMM_WORLD,PETSC_DECIDE,m*n,u,ierr)*//*
>>>>>>>>>>>>>           *//*------------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(171): error #6405: The same named entity
>>>>>>>>>>>>>           from
>>>>>>>>>>>>>           different modules and/or program units cannot be
>>>>>>>>>>>>>           referenced.
>>>>>>>>>>>>>           [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*         call
>>>>>>>>>>>>>           PetscRandomCreate(PETSC_COMM_WORLD,rctx,ierr)*//*
>>>>>>>>>>>>>           *//*--------------------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(171): error #7112: This actual argument must
>>>>>>>>>>>>>           not
>>>>>>>>>>>>>           be
>>>>>>>>>>>>>           the name of a procedure. [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*         call
>>>>>>>>>>>>>           PetscRandomCreate(PETSC_COMM_WORLD,rctx,ierr)*//*
>>>>>>>>>>>>>           *//*--------------------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(193): error #6405: The same named entity
>>>>>>>>>>>>>           from
>>>>>>>>>>>>>           different modules and/or program units cannot be
>>>>>>>>>>>>>           referenced.
>>>>>>>>>>>>>           [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call KSPCreate(PETSC_COMM_WORLD,ksp,ierr)*//*
>>>>>>>>>>>>>           *//*---------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(193): error #7112: This actual argument must
>>>>>>>>>>>>>           not
>>>>>>>>>>>>>           be
>>>>>>>>>>>>>           the name of a procedure. [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call KSPCreate(PETSC_COMM_WORLD,ksp,ierr)*//*
>>>>>>>>>>>>>           *//*---------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(319): error #6405: The same named entity
>>>>>>>>>>>>>           from
>>>>>>>>>>>>>           different modules and/or program units cannot be
>>>>>>>>>>>>>           referenced.
>>>>>>>>>>>>>           [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call
>>>>>>>>>>>>>           MPI_Comm_rank(PETSC_COMM_WORLD,rank,ierr)*//*
>>>>>>>>>>>>>           *//*-------------------------^*//*
>>>>>>>>>>>>>           *//*ex2f.F90(319): error #7112: This actual argument must
>>>>>>>>>>>>>           not
>>>>>>>>>>>>>           be
>>>>>>>>>>>>>           the name of a procedure. [PETSC_COMM_WORLD]*//*
>>>>>>>>>>>>>           *//*      call
>>>>>>>>>>>>>           MPI_Comm_rank(PETSC_COMM_WORLD,rank,ierr)*//*
>>>>>>>>>>>>>           *//*-------------------------^*//*
>>>>>>>>>>>>>           *//*compilation aborted for ex2f.F90 (code 1)*//*
>>>>>>>>>>>>>           *//*make: ***
>>>>>>>>>>>>>           [/cygdrive/d/wtay/Downloads/Source_codes/petsc-3.15.0/lib/petsc/conf/test:23:
>>>>>>>>>>>>>           ex2f] Error 1*/
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>           I have also attached the "/*make check*/" output. Seems
>>>>>>>>>>>>>           like
>>>>>>>>>>>>>           there's problem with fortran compile.
>>>>>>>>>>>>>
>>>>>>>>>>>>>           Thank you very much.
>>>>>>>>>>>>>
>>>>>>>>>>>>>           Yours sincerely,
>>>>>>>>>>>>>
>>>>>>>>>>>>>           ================================================
>>>>>>>>>>>>>           TAY Wee-Beng 郑伟明 (Zheng Weiming)
>>>>>>>>>>>>>           Personal research webpage:
>>>>>>>>>>>>>           _http://tayweebeng.wixsite.com/website
>>>>>>>>>>>>>           <http://tayweebeng.wixsite.com/website>_
>>>>>>>>>>>>>           Youtube research showcase: _https://goo.gl/PtvdwQ
>>>>>>>>>>>>>           <https://goo.gl/PtvdwQ>_
>>>>>>>>>>>>>           linkedin: _https://www.linkedin.com/in/tay-weebeng
>>>>>>>>>>>>>           <https://www.linkedin.com/in/tay-weebeng>_
>>>>>>>>>>>>>           ================================================
>>>>>>>>>>>>>
>>>>>>>>>>>>>           On 14/4/2021 3:47 pm, Barry Smith wrote:
>>>>>>>>>>>>>>            Please send configure.log and make.log and the results
>>>>>>>>>>>>>>           of
>>>>>>>>>>>>>>           "make
>>>>>>>>>>>>>>           check" so we have the details on the build process.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           /*No rule to make target
>>>>>>>>>>>>>>>           '/cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017/share/petsc/examples/src/ksp/ksp/tutori*//*als/lib/petsc/conf/test'.
>>>>>>>>>>>>>>>           Stop.*/
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>            Looks funny; it does not seem to separate the PETSc
>>>>>>>>>>>>>>           directory
>>>>>>>>>>>>>>           from its configuration directory appropriately.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>             Are you sure
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           /*export PETSC_DIR=`pwd`*//*
>>>>>>>>>>>>>>>           *//*export PETSC_ARCH=petsc-3.15.0_win64_impi_vs2017*/
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>           are run in the appropriate directory so that PETSC_DIR
>>>>>>>>>>>>>>           is
>>>>>>>>>>>>>>           correct.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>           Barry
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           On Apr 14, 2021, at 2:20 AM, TAY wee-beng
>>>>>>>>>>>>>>>           <zonexo at gmail.com
>>>>>>>>>>>>>>>           <mailto:zonexo at gmail.com>> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           Hi Mark,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           I'm not sure what's wrong.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           In VS2017 + Intel oneAPI,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           even after adding the full path:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           #include
>>>>>>>>>>>>>>>           <D:/Lib/petsc-3.15.0_win64_impi_vs2017/include/petsc/finclude/petscksp.h>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           I got a new error:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           /*Compiling with Intel® Fortran Compiler Classic
>>>>>>>>>>>>>>>           2021.2.0
>>>>>>>>>>>>>>>           [Intel(R) 64]...*//*
>>>>>>>>>>>>>>>           *//*ex2f.F90*//*
>>>>>>>>>>>>>>>           *//*petscksp.h(8): #error: can't find include file:
>>>>>>>>>>>>>>>           petsc/finclude/petscpc.h*//*
>>>>>>>>>>>>>>>           *//*ex2f : error PRJ0019: A tool returned an error
>>>>>>>>>>>>>>>           code*/
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           Note that I have also specified the include dir in the
>>>>>>>>>>>>>>>           properties:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           /*Debug/;$(PETSC_DIR);$(PETSC_DIR)/include;$(I_MPI_ONEAPI_ROOT)/include*/
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           I also tried in cygwin:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           /*export PETSC_DIR=`pwd`*//*
>>>>>>>>>>>>>>>           *//*export
>>>>>>>>>>>>>>>           PETSC_ARCH=petsc-3.15.0_win64_impi_vs2017*//*
>>>>>>>>>>>>>>>           *//*make ex2f*/
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           I got the error:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           /*$ make ex2f*//*
>>>>>>>>>>>>>>>           *//*makefile:41:
>>>>>>>>>>>>>>>           /cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017/share/petsc/examples/src/ksp/ksp/tutorials/lib/petsc/conf/te*//*st:
>>>>>>>>>>>>>>>           No such file or directory*//*
>>>>>>>>>>>>>>>           *//*make: *** No rule to make target
>>>>>>>>>>>>>>>           '/cygdrive/d/Lib/petsc-3.15.0_win64_impi_vs2017/share/petsc/examples/src/ksp/ksp/tutori*//*als/lib/petsc/conf/test'.
>>>>>>>>>>>>>>>           Stop.*/
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           Somehow it just doesn't work. Building the library has
>>>>>>>>>>>>>>>           no
>>>>>>>>>>>>>>>           problem though.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           I wonder what's wrong.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           Thank you very much.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           Yours sincerely,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           ================================================
>>>>>>>>>>>>>>>           TAY Wee-Beng 郑伟明 (Zheng Weiming)
>>>>>>>>>>>>>>>           Personal research webpage:
>>>>>>>>>>>>>>>           _http://tayweebeng.wixsite.com/website
>>>>>>>>>>>>>>>           <http://tayweebeng.wixsite.com/website>_
>>>>>>>>>>>>>>>           Youtube research showcase: _https://goo.gl/PtvdwQ
>>>>>>>>>>>>>>>           <https://goo.gl/PtvdwQ>_
>>>>>>>>>>>>>>>           linkedin: _https://www.linkedin.com/in/tay-weebeng
>>>>>>>>>>>>>>>           <https://www.linkedin.com/in/tay-weebeng>_
>>>>>>>>>>>>>>>           ================================================
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>           On 14/4/2021 9:31 am, Mark Adams wrote:
>>>>>>>>>>>>>>>>           PETSc has changed Fortran syntax since v3.9. You
>>>>>>>>>>>>>>>>           should
>>>>>>>>>>>>>>>>           upgrade. Look at examples for how to use modules etc.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>               /*Compiling with Intel® Fortran Compiler Classic
>>>>>>>>>>>>>>>>               2021.2.0
>>>>>>>>>>>>>>>>               [Intel(R) 64]...*//*
>>>>>>>>>>>>>>>>               *//*global.F90*//*
>>>>>>>>>>>>>>>>               *//*global.F90(3): #error: can't find include
>>>>>>>>>>>>>>>>               file:
>>>>>>>>>>>>>>>>               petsc/finclude/petsc.h*//*
>>>>>>>>>>>>>>>>               *//*global.F90(937): #error: can't find include
>>>>>>>>>>>>>>>>               file:
>>>>>>>>>>>>>>>>               petsc/finclude/petsc.h*/
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>           It looks like you might not have your PETSC_ARCH
>>>>>>>>>>>>>>>>           variable set.
>>>>>>>>>>>>>>>>           You should get a full path to /finclude/petsc.h. Look
>>>>>>>>>>>>>>>>           at
>>>>>>>>>>>>>>>>           the
>>>>>>>>>>>>>>>>           compile line.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>           There are PETSc examples that you you can make to see
>>>>>>>>>>>>>>>>           an
>>>>>>>>>>>>>>>>           example of a correct make. For example,
>>>>>>>>>>>>>>>>           > cd petsc/src/ksp/ksp/tutorials
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > make
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  >  >  >  >  >  >  >
>>>>>>>>>>>>>>>>            >  >  >  >  >  >  >  >  > ex2f
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>           should make an executable and you can look at the
>>>>>>>>>>>>>>>>           compile
>>>>>>>>>>>>>>>>           and
>>>>>>>>>>>>>>>>           link lines, and compare to what you are using.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>           Mark
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>               --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>               Thank you very much.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>               Yours sincerely,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>               ================================================
>>>>>>>>>>>>>>>>               TAY Wee-Beng 郑伟明 (Zheng Weiming)
>>>>>>>>>>>>>>>>               Personal research webpage:
>>>>>>>>>>>>>>>>               _http://tayweebeng.wixsite.com/website
>>>>>>>>>>>>>>>>               <http://tayweebeng.wixsite.com/website>_
>>>>>>>>>>>>>>>>               Youtube research showcase: _https://goo.gl/PtvdwQ
>>>>>>>>>>>>>>>>               <https://goo.gl/PtvdwQ>_
>>>>>>>>>>>>>>>>               linkedin: _https://www.linkedin.com/in/tay-weebeng
>>>>>>>>>>>>>>>>               <https://www.linkedin.com/in/tay-weebeng>_
>>>>>>>>>>>>>>>>               ================================================
>>>>>>>>>>>>>>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20210415/6916095d/attachment-0001.html>
-------------- next part --------------
Executing: uname -s
stdout: CYGWIN_NT-10.0

================================================================================
================================================================================
Starting configure run at Thu, 15 Apr 2021 12:32:41 +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/Program Files (x86)/Intel/oneAPI/mpi/latest/include" --with-mpi-lib="[/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib,/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib,/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib]" --download-fblaslapack=1 --with-debugging=1 --with-fortran-interfaces=1
Working directory: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main
Machine platform:
uname_result(system='CYGWIN_NT-10.0-17763', node='DELL-T7610', release='3.2.0-340.x86_64', version='2021-03-29 08:42 UTC', machine='x86_64', processor='')
Python version:
3.8.8 (default, Mar  4 2021, 21:24:42) 
[GCC 10.2.0]
================================================================================
  Environmental variables
VSCMD_ARG_TGT_ARCH=x64
DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\
USERDOMAIN=DELL-T7610
OS=Windows_NT
__DOTNET_PREFERRED_BITNESS=64
COMMONPROGRAMFILES=C:\Program Files\Common Files
VCToolsVersion=14.16.27023
SW_SIM_TEMP=C:\ProgramData\SOLIDWORKS\SW_net_sim_temp\
PROCESSOR_LEVEL=6
PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\Intel\Wired Networking\
CommonProgramW6432=C:\Program Files\Common Files
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\dpcpp-ct\latest\env\..\include;C:\Program Files (x86)\Intel\oneAPI\dev-utilities\latest\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\include\intel64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\ATLMFC\include;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\cppwinrt
!ExitCode=00000000
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
OCL_ICD_FILENAMES=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\emu\intelocl64_emu.dll;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\x64\intelocl64.dll
VSCMD_ARG_app_plat=Desktop
LANG=en_US.UTF-8
TZ=Asia/Singapore
VS150COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools\
HOSTNAME=DELL-T7610
CUDA_PATH_V11_2=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2
PUBLIC=C:\Users\Public
TEC_360_2020R2=C:\Program Files\Tecplot\Tecplot 360 EX 2020 R2\
OLDPWD=/cygdrive/e/wtay/Downloads/Source_codes
TARGET_VS=vs2017
SW_SIM_HYDRA=C:\Program Files\Common Files\SolidWorks Shared\Simulation Worker Agent\
I_MPI_ONEAPI_ROOT=C:\Program Files (x86)\Intel\oneAPI\mpi\2021.2.0
VSCMD_START_DIR=C:\Program Files (x86)\Intel\oneAPI
WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\
ANSYS_SYSDIR32=win32
VS2017INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional
CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2
PETSC_ARCH=petsc-dev_win64_impi_vs2017
VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\
UATDATA=C:\Windows\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
FrameworkVersion64=v4.0.30319
USERNAME=wtay
MOZ_PLUGIN_PATH=C:\PROGRAM FILES (X86)\FOXIT SOFTWARE\FOXIT READER\plugins\
LOGONSERVER=\\DELL-T7610
PROCESSOR_ARCHITECTURE=AMD64
VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\
ERRORSTATE=0
LOCALAPPDATA=C:\Users\wtay\AppData\Local
TBB_TARGET_ARCH=intel64
ANS_OLD_ATTACH=1
COMPUTERNAME=DELL-T7610
__MS_VC_INSTALL_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\
ANSYS_SYSDIR=winx64
FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer
!::=::\
WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.17763.0
USER=DELL-T7610+wtay
CMPLR_ROOT=C:\Program Files (x86)\Intel\oneAPI\compiler\latest
IFORT_COMPILER21=C:\Program Files (x86)\Intel\oneAPI\compiler\2021.2.0\windows\
FrameworkDIR64=C:\Windows\Microsoft.NET\Framework64
SYSTEMDRIVE=C:
USERPROFILE=C:\Users\wtay
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
SYSTEMROOT=C:\Windows
USERDOMAIN_ROAMINGPROFILE=DELL-T7610
OneDriveCommercial=D:\wtay\OneDrive
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 62 Stepping 4, GenuineIntel
MSMPI_BENCHMARKS=C:\Program Files\Microsoft MPI\Benchmarks\
MIC_LIBRARY_PATH=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\lib\mic;
TBB_BIN_DIR=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\
PWD=/cygdrive/e/wtay/Downloads/Source_codes/petsc-main
MSMPI_BIN=C:\Program Files\Microsoft MPI\Bin\
HOME=/home/wtay
__DOTNET_ADD_64BIT=1
TMP=/tmp
ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs
CMAKE_PREFIX_PATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..;
TBB_TARGET_VS=vc14
INTEL_TARGET_ARCH=intel64
VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\
INTELGTDEBUGGERROOT=C:\Program Files (x86)\Intel\oneAPI\debugger\latest\env\\..
Platform=x64
CommandPromptType=Native
CPATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\include;C:\Program Files (x86)\Intel\oneAPI\dpl\latest\windows\include;C:\Program Files (x86)\Intel\oneAPI\dpcpp-ct\latest\env\..\include;C:\Program Files (x86)\Intel\oneAPI\dev-utilities\latest\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\include\intel64;
INTELFPGAOCLSDKROOT=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\oclfpga
NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt\
FrameworkDir=C:\Windows\Microsoft.NET\Framework64\
VSCMD_ARG_HOST_ARCH=x64
OneDrive=D:\wtay\OneDrive
VARSDIR=C:\Program Files (x86)\Intel\oneAPI\dpl\latest\env\
SW_SIM_MPIT=INTELMPI
DPL_ROOT=C:\Program Files (x86)\Intel\oneAPI\dpl\latest
!C:=C:\cygwin64\bin
VisualStudioVersion=15.0
PROCESSOR_REVISION=3e04
FPS_BROWSER_USER_PROFILE_STRING=Default
CADOE_LIBDIR202=C:\Program Files\ANSYS Inc\ANSYS Student\v202\CommonFiles\Language\en-us
PROFILEREAD=true
ANSYS202_DIR=C:\Program Files\ANSYS Inc\ANSYS Student\v202\ANSYS
NVCUDASAMPLES_ROOT=C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.2
AWP_LOCALE202=en-us
WindowsSDKLibVersion=10.0.17763.0\
VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\
LIB=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\lib\intel64\vc14;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\..\lib\release;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\..\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\lib\intel64_win;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\ATLMFC\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\lib\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64;
LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\ATLMFC\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.17763.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;
SETVARS_COMPLETED=1
VSCMD_VER=15.9.35
PROMPT=$P$G
NUMBER_OF_PROCESSORS=48
ProgramW6432=C:\Program Files
INTEL_LICENSE_FILE=C:\Program Files (x86)\Common Files\Intel\Licenses
MIC_LD_LIBRARY_PATH=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\lib\mic;
WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\
COMSPEC=C:\Windows\system32\cmd.exe
APPDATA=C:\Users\wtay\AppData\Roaming
TERM=xterm-256color
SHELL=/bin/bash
INTEL_TARGET_PLATFORM=windows
WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\
WindowsSDKVersion=10.0.17763.0\
AWP_ROOT202=C:\Program Files\ANSYS Inc\ANSYS Student\v202
PETSC_DIR_OLD=D:\wtay\Lib\petsc-3.9.3_win64_impi_vs2017
UCRTVersion=10.0.17763.0
WINDIR=C:\Windows
TARGET_VS_ARCH=amd64
ProgramData=C:\ProgramData
SHLVL=1
PRINTER=\\http://172.18.66.189:631\tsl_ljlvl2
PROGRAMFILES=C:\Program Files
FrameworkVersion=v4.0.30319
ALLUSERSPROFILE=C:\ProgramData
TEMP=/tmp
__VSCMD_PREINIT_PATH=C:\Program Files\Microsoft MPI\Bin\;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\libnvvp;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Tecplot\Tecplot 360 EX 2020 R2\bin;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.4.311\windows\mpi\intel64\bin;C:\ProgramData\Miniconda3;C:\ProgramData\Miniconda3\Library\mingw-w64\bin;C:\ProgramData\Miniconda3\Library\usr\bin;C:\ProgramData\Miniconda3\Library\bin;C:\ProgramData\Miniconda3\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\NVIDIA Corporation\Nsight Compute 2020.3.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Users\wtay\AppData\Local\Microsoft\WindowsApps;C:\Users\wtay\AppData\Local\GitHubDesktop\bin;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.4.311\windows\mpi\intel64\lib;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.4.311\windows\mpi\intel64\libfabric;
DPCPP_ROOT=C:\Program Files (x86)\Intel\oneAPI
DriverData=C:\Windows\System32\Drivers\DriverData
UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\
ONEAPI_ROOT=C:\Program Files (x86)\Intel\oneAPI
SESSIONNAME=Console
ProgramFiles(x86)=C:\Program Files (x86)
PATH=/usr/local/bin:/usr/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/dpcpp-ct/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/gdb/intel64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin:/cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools:/cygdrive/c/Program Files/Microsoft MPI/Bin:/cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin:/cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin:/cygdrive/c/ProgramData/Miniconda3:/cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin:/cygdrive/c/ProgramData/Miniconda3/Library/usr/bin:/cygdrive/c/ProgramData/Miniconda3/Library/bin:/cygdrive/c/ProgramData/Miniconda3/Scripts:/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/NVIDIA Corporation/NVIDIA NvDLISR:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/NVIDIA Corporation/Nsight Compute 2020.3.0:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc
TBBROOT=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..
HOMEDRIVE=C:
HCPAW=D:\wtay\nBox
INFOPATH=/usr/local/info:/usr/share/info:/usr/info
PETSC_DIR=/cygdrive/e/wtay/Downloads/Source_codes/petsc-main
NVCUDASAMPLES11_2_ROOT=C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.2
I_MPI_ROOT=C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\..
Framework40Version=v4.0
HOMEPATH=\Users\wtay
ORIGINAL_PATH=/cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/dpcpp-ct/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/gdb/intel64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin:/cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools:/cygdrive/c/Program Files/Microsoft MPI/Bin:/cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin:/cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin:/cygdrive/c/ProgramData/Miniconda3:/cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin:/cygdrive/c/ProgramData/Miniconda3/Library/usr/bin:/cygdrive/c/ProgramData/Miniconda3/Library/bin:/cygdrive/c/ProgramData/Miniconda3/Scripts:/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/NVIDIA Corporation/NVIDIA NvDLISR:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/NVIDIA Corporation/Nsight Compute 2020.3.0:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc
LSTC_LICENSE=ANSYS
VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Redist\MSVC\14.16.27012\
EXECIGNORE=*.dll
library_kind=release
VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\
    Files in path provided by default path
      /usr/local/bin: 
      /usr/bin: addftinfo.exe addr2line.exe apropos ar.exe arch.exe as.exe ash.exe awk b2sum.exe base32.exe base64.exe basename.exe bash.exe bashbug 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 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 corelist cp.exe cpan csplit.exe cut.exe cygargp-0.dll cygattr-1.dll cygblkid-1.dll cygbrotlicommon-1.dll cygbrotlidec-1.dll cygbz2-1.dll cygcbor-0.dll cygcheck.exe cygcom_err-2.dll cygcrypt-2.dll cygcrypto-1.0.0.dll cygcrypto-1.1.dll cygcurl-4.dll cygdb-5.3.dll cygdb_cxx-5.3.dll cygdb_sql-5.3.dll cygedit-0.dll cygexpat-1.dll cygfdisk-1.dll cygffi-6.dll cygfido2-1.dll cygformw-10.dll cyggc-1.dll cyggcc_s-seh-1.dll cyggdbm-6.dll cyggdbm_compat-4.dll cyggmp-10.dll cyggssapi_krb5-2.dll cygguile-2.2-1.dll cyghistory7.dll cygiconv-2.dll cygidn2-0.dll cygintl-8.dll cygk5crypto-3.dll cygkrb5-3.dll cygkrb5support-0.dll cyglber-2-4-2.dll cygldap-2-4-2.dll cygldap_r-2-4-2.dll cygltdl-7.dll cyglz4-1.dll cyglzma-5.dll cygmagic-1.dll cygman-2-9-4.dll cygmandb-2-9-4.dll cygmenuw-10.dll cygmpfr-6.dll cygncursesw-10.dll cygnghttp2-14.dll cygp11-kit-0.dll cygpanelw-10.dll cygpath.exe cygpcre-1.dll cygperl5_32.dll cygpipeline-1.dll cygpkgconf-3.dll cygpopt-0.dll cygpsl-5.dll cygreadline7.dll cygrunsrv.exe cygsasl2-3.dll cygserver-config cygsigsegv-2.dll cygsmartcols-1.dll cygsqlite3-0.dll cygssh2-1.dll cygssl-1.0.0.dll cygssl-1.1.dll cygstart.exe cygstdc++-6.dll cygtasn1-6.dll cygticw-10.dll cygunistring-2.dll cyguuid-1.dll cygwin-console-helper.exe cygwin1.dll cygxxhash-0.dll cygz.dll cygzstd-1.dll dash.exe date.exe dd.exe df.exe diff.exe diff3.exe diffstat.exe dir.exe dircolors.exe dirname.exe dlltool.exe dllwrap.exe dnsdomainname domainname du.exe dumper.exe easy_install-2.7 easy_install-3.8 echo.exe editrights.exe egrep elfedit.exe enc2xs encguess env.exe eqn.exe eqn2graph ex expand.exe expr.exe factor.exe false.exe fgrep fido2-assert.exe fido2-cred.exe fido2-token.exe file.exe find.exe flock.exe fmt.exe fold.exe gawk-5.1.0.exe gawk.exe gdiffmk gencat.exe getconf.exe getent.exe getfacl.exe getopt.exe git-receive-pack.exe git-shell.exe git-upload-archive.exe git-upload-pack.exe git.exe gkill.exe gprof.exe grap2graph grep.exe grn.exe grodvi.exe groff.exe grolbp.exe grolj4.exe grops.exe grotty.exe groups.exe gunzip gzexe gzip.exe h2ph h2xs 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 instmodsh ipcmk.exe ipcrm.exe ipcs.exe isosize.exe join.exe json_pp kill.exe lastlog.exe ld.bfd.exe ld.exe ldd.exe ldh.exe less.exe lessecho.exe lesskey.exe lexgrog.exe libnetcfg libpython2.7.dll libpython3.8.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 perl.exe perl5.32.1.exe perlbug perldoc perlivp perlthanks pfbtops.exe pg.exe pic.exe pic2graph piconv pinky.exe pip2 pip2.7 pip3 pip3.8 pkg-config pkgconf.exe pl2pm pldd.exe pod2html pod2man pod2text pod2usage podchecker post-grohtml.exe pr.exe pre-grohtml.exe preconv.exe printenv.exe printf.exe prove ps.exe ptar ptardiff ptargrep ptx.exe pwd.exe pydoc2.7 pydoc3 pydoc3.8 python python2.7.exe python3 python3.8.exe pzstd.exe ranlib.exe 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 rsync-ssl rsync.exe run.exe runcon.exe rvi rview rvim scp.exe script.exe scriptreplay.exe sdiff.exe sed.exe seq.exe setfacl.exe setmetamode.exe setsid.exe sftp.exe sh.exe sha1sum.exe sha224sum.exe sha256sum.exe sha384sum.exe sha512sum.exe shasum shred.exe shuf.exe size.exe sleep.exe slogin soelim.exe sort.exe splain split.exe ssh-add.exe ssh-agent.exe ssh-copy-id ssh-host-config ssh-keygen.exe ssh-keyscan.exe ssh-user-config ssh.exe ssp.exe stat.exe stdbuf.exe strace.exe streamzip 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 tzselect tzset.exe ul.exe umount.exe uname.exe unexpand.exe uniq.exe unlink.exe unlzma unxz unzstd update-ca-trust update-crypto-policies updatedb users.exe uuidgen.exe uuidparse.exe vdir.exe vi.exe view vim.exe vimdiff vimtutor 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 xsubpp 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 zipdetails zless zmore znew zstd.exe zstdcat zstdgrep zstdless zstdmt [.exe
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14: 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_4.dll tbbbind_2_4.pdb tbbbind_2_4_debug.dll tbbbind_2_4_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
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils: fi_info.exe fi_pingpong.exe
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin: libfabric.dll utils
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release: impi.dll impi.pdb
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin: cpuinfo.exe debug hydra_bstrap_proxy.exe hydra_pmi_proxy.exe hydra_service.exe IMB-MPI1.exe IMB-NBC.exe IMB-RMA.exe impi_info.exe libmpi_ilp64.dll mpicc.bat mpicl.bat mpicxx.bat mpiexec.exe mpif77.bat mpif90.bat mpifc.bat mpiicc.bat mpiicpc.bat mpiifort.bat mpitune.bat release tune
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/dpcpp-ct/latest/bin: dpct.exe
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin: oneapi-cli.exe OneAPI.vsix version.txt
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/gdb/intel64/bin: gdb-add-index-oneapi gdb-oneapi.exe gdbserver-gt.exe iga64.dll igfxdbg.dll igfxdbgxchg64.dll
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin: aocl-ioc64.exe clang++.exe clang-cl.exe clang-offload-bundler.exe clang-offload-deps.exe clang-offload-wrapper.exe clang.exe dpcpp.exe file-table-tform.exe fpp.exe icx.exe ifx.exe intel64 intel64_ia32 ioc64.exe ld.lld.exe ld64.lld.darwinnew.exe ld64.lld.exe libomp-fallback-cassert.spv libomp-fallback-cmath-fp64.spv libomp-fallback-cmath.spv libomp-fallback-complex-fp64.spv libomp-fallback-complex.spv libsycl-fallback-cassert.spv libsycl-fallback-cmath-fp64.spv libsycl-fallback-cmath.spv libsycl-fallback-complex-fp64.spv libsycl-fallback-complex.spv llc.exe lld-link.exe lld.exe llvm-ar.exe llvm-cov.exe llvm-foreach.exe llvm-lib.exe llvm-link.exe llvm-no-spir-kernel.exe llvm-objcopy.exe llvm-profdata.exe llvm-spirv.exe omptarget.dll omptarget.rtl.level0.dll omptarget.rtl.opencl.dll opencl-aot.exe pi_level_zero.dll pi_opencl.dll sycl-ls.exe sycl-post-link.exe sycl.conf sycl.dll sycld.dll wasm-ld.exe xfortcom.exe
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib: clang clbltfnshared.rtl emu libfortran-target.obj libomp-cmath-fp64.obj libomp-cmath.obj libomp-complex-fp64.obj libomp-complex.obj libomp-fallback-cassert.obj libomp-fallback-cmath-fp64.obj libomp-fallback-cmath.obj libomp-fallback-complex-fp64.obj libomp-fallback-complex.obj libomp-msvc.obj libomptarget-opencl.bc libomptarget-spirvdevicertl.obj libsycl-cmath-fp64.obj libsycl-cmath.obj libsycl-complex-fp64.obj libsycl-complex.obj libsycl-crt.obj libsycl-fallback-cassert.obj libsycl-fallback-cmath-fp64.obj libsycl-fallback-cmath.obj libsycl-fallback-complex-fp64.obj libsycl-fallback-complex.obj oclfpga ocloc omptarget.lib OpenCL.lib sycl.lib sycld.lib x64 x86
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64: 1033 cilkrts20.dll codecov.exe deftofd.exe fortcom.exe fpp.exe fqwin.hlp icl.cfg icl.exe ifort.cfg ifort.exe map_opts.exe mcpcom.exe profdcg.exe profmerge.exe profmergesampling.exe proforder.exe tselect.exe xilib.exe xilink.exe
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler: 1033 cilkrts20.dll cilkrts20.pdb ifdlg100.dll libchkp.dll libicaf.dll libifcoremd.dll libifcoremdd.dll libifcorert.dll libifcorertd.dll libifportmd.dll libiomp5md.dll libiomp5md.pdb libiompstubs5md.dll libirngmd.dll libmmd.dll libmmd.pdb libmmdd.dll libmmdd.pdb svml_dispmd.dll svml_dispmd.pdb
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin: acl_emulator_kernel_rt.dll acl_hostxml.dll alteracl_icd.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 hls_cosim_msim.dll hls_cosim_msim32.dll hls_emul.dll hls_fixed_point_math_x86.dll hls_vpfp_library.dll libelf.dll perl psg_mpfr.dll psg_mpir.dll
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin: aocl-clang.exe aocl-link.exe aocl-llc.exe aocl-llvm-spirv.exe aocl-opt.exe
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin: acl_emulator_kernel_rt.dll acl_hostxml.dll alteracl_icd.dll aoc_cosim_mmd.dll aoc_cosim_msim.dll aoc_cosim_msim32.dll coffcopy.exe devinfo.exe hls_cosim_msim.dll hls_cosim_msim32.dll hls_emul.dll hls_fixed_point_math_x86.dll hls_vpfp_library.dll libelf.dll profile-report.bat system_integrator.exe zlib1.dll
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin: aoc.exe aocl.exe fpga_crossgen.exe fpga_libtool.exe vswhere.exe
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64: 1033 atlprov.dll bscmake.exe c1.dll c1xx.dll c2.dll cl.exe cl.exe.config CppCoreCheck.dll cvtres.exe d3dcompiler_47.dll dpcmi.dll dumpbin.exe editbin.exe EspXEngine.dll lib.exe link.exe link.exe.config LocalESPC.dll 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 Newtonsoft.Json.dll nmake.exe pgocvt.exe pgodb140.dll pgomgr.exe pgort140.dll pgosweep.exe undname.exe vcmeta.dll vcruntime140.dll vctip.exe xdcmake.exe xdcmake.exe.config
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages: 1033 autolayt.dll bined.dll clang-format.exe 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.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 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 vcruntime140.dll
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow: ActivateApplication.exe catalog.json CertificateInformation.dat ComComponents cs de EntityFramework.dll es extension.vsixmanifest Extensions fr it ja ko manifest.json Microsoft.TeamFoundation.TestPlatform.Client.dll Microsoft.TestTools.Cpp.targets Microsoft.VisualStudio.Diagnostics.Measurement.dll Microsoft.VisualStudio.MSTest.TestWindow.dll Microsoft.VisualStudio.QualityTools.Common.dll Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll Microsoft.VisualStudio.QualityTools.Resource.dll Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll Microsoft.VisualStudio.TestPlatform.BuildTasks.dll Microsoft.VisualStudio.TestPlatform.Client.dll Microsoft.VisualStudio.TestPlatform.Common.dll Microsoft.VisualStudio.TestPlatform.Core.dll Microsoft.VisualStudio.TestPlatform.ObjectModel.dll Microsoft.VisualStudio.TestPlatform.TestExecutor.Core.dll Microsoft.VisualStudio.TestPlatform.Utilities.AppContainer.dll Microsoft.VisualStudio.TestPlatform.Utilities.dll Microsoft.VisualStudio.TestWindow.Core.dll Microsoft.VisualStudio.TestWindow.CppUnitTestExtension.dll Microsoft.VisualStudio.TestWindow.dll Microsoft.VisualStudio.TestWindow.Interfaces.dll Microsoft.VisualStudio.TestWindow.pkgdef Microsoft.VisualStudio.TestWindow.VSTest.dll msdia140typelib_clr0200.dll pl pt-BR ru TestPlatform.ObjectModel.manifest TestPlatform.ObjectModel.x86.manifest TestWindowProvideCodeBase.pkgdef tr vstest.console.exe vstest.console.exe.config vstest.discoveryengine.exe vstest.discoveryengine.exe.config vstest.discoveryengine.x86.exe vstest.discoveryengine.x86.exe.config vstest.executionengine.clr20.exe vstest.executionengine.clr20.exe.config vstest.executionengine.exe vstest.executionengine.exe.config vstest.executionengine.x86.clr20.exe vstest.executionengine.x86.clr20.exe.config vstest.executionengine.x86.exe vstest.executionengine.x86.exe.config x64 zh-Hans zh-Hant
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/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 git2-msvstfs.dll it ja ko libgit2-src.zip LibGit2Sharp.dll manifest.json Microsoft.IdentityModel.Clients.ActiveDirectory.dll Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.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.Common.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.Controls.dll Microsoft.TeamFoundation.Git.CoreServices.dll Microsoft.TeamFoundation.Git.dll Microsoft.TeamFoundation.Git.Graph.dll Microsoft.TeamFoundation.Git.Provider.dll Microsoft.TeamFoundation.Lab.Client.dll Microsoft.TeamFoundation.Lab.Common.dll Microsoft.TeamFoundation.Lab.TestIntegration.Client.dll Microsoft.TeamFoundation.Lab.Workflow.Activities.dll Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.dll Microsoft.TeamFoundation.OfficeIntegration.Common.dll Microsoft.TeamFoundation.ProjectManagement.dll Microsoft.TeamFoundation.SharePointReporting.Integration.dll Microsoft.TeamFoundation.SourceControl.WebApi.dll Microsoft.TeamFoundation.Sync.Mapping.dll Microsoft.TeamFoundation.Sync.Project.Server.Library.dll Microsoft.TeamFoundation.Sync.ProjectServerApi.dll Microsoft.TeamFoundation.Sync.Shared.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.Common.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.Proxy.dll Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll Microsoft.VisualStudio.ContextManagement.Package.dll Microsoft.VisualStudio.ContextManagement.Public.dll Microsoft.VisualStudio.Services.Client.Interactive.dll Microsoft.VisualStudio.Services.Common.dll Microsoft.VisualStudio.Services.Integration.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 pl pt-BR ru System.IdentityModel.Tokens.Jwt.dll System.Net.Http.Formatting.dll System.Web.Http.dll 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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn: csc.exe csc.exe.config csc.rsp csi.exe csi.exe.config csi.rsp Microsoft.Build.Tasks.CodeAnalysis.dll Microsoft.CodeAnalysis.CSharp.dll Microsoft.CodeAnalysis.CSharp.Scripting.dll Microsoft.CodeAnalysis.dll Microsoft.CodeAnalysis.Scripting.dll Microsoft.CodeAnalysis.VisualBasic.dll Microsoft.CSharp.Core.targets Microsoft.DiaSymReader.Native.amd64.dll Microsoft.DiaSymReader.Native.x86.dll Microsoft.Managed.Core.targets Microsoft.VisualBasic.Core.targets Microsoft.Win32.Primitives.dll System.AppContext.dll System.Collections.Immutable.dll System.Console.dll System.Diagnostics.DiagnosticSource.dll System.Diagnostics.FileVersionInfo.dll System.Diagnostics.StackTrace.dll System.Globalization.Calendars.dll System.IO.Compression.dll System.IO.Compression.ZipFile.dll System.IO.FileSystem.dll System.IO.FileSystem.Primitives.dll System.Net.Http.dll System.Net.Sockets.dll System.Reflection.Metadata.dll System.Runtime.InteropServices.RuntimeInformation.dll System.Security.Cryptography.Algorithms.dll System.Security.Cryptography.Encoding.dll System.Security.Cryptography.Primitives.dll System.Security.Cryptography.X509Certificates.dll System.Text.Encoding.CodePages.dll System.Threading.Tasks.Extensions.dll System.ValueTuple.dll System.Xml.ReaderWriter.dll System.Xml.XmlDocument.dll System.Xml.XPath.dll System.Xml.XPath.XDocument.dll vbc.exe vbc.exe.config vbc.rsp VBCSCompiler.exe VBCSCompiler.exe.config
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64: 1033 KernelTraceControl.dll msdia140.dll msdia140.dll.manifest PerfSDK vsinstr.exe vsinstr.legacy.exe vsperfrelogger.dll vspmsg.dll
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools: 1033 CoverageDSPriv.xsd dbgcore.dll dbghelp.dll KernelTraceControl.dll Microsoft.DbgHelp.manifest Microsoft.VisualStudio.PerformanceTools.CounterInfo.dll Microsoft.VisualStudio.PerformanceTools.EtwMon.dll Microsoft.VisualStudio.PerformanceTools.RulesEngine.dll Microsoft.VisualStudio.PerformanceTools.Visualization.dll msdia140.dll msdia140.dll.manifest PerfItems PerfPkg.dll PerfSDK Plugins ProfilingTasks.xml ProfilingTasks.xsd ReportMetadata.xsd Setups symsrv.dll symsrv.yes vsinstr.exe vsinstr.legacy.exe VSPerf.exe VSPerf.exe.config VSPerfAnalysis.dll VSPerfControl.Interop.dll VSPerfData.dll VSPerfPresentation.dll VsPerfReader.dll vsperfrelogger.dll VSPerfReport.exe VSPerfReport.exe.manifest VSPerf_Rule_Definitions.xml vspmsg.dll x64
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64: 1033 dbgcore.dll dbghelp.dll Microsoft.DbgHelp.manifest Microsoft.VisualStudio.Profiler.dll SamplingRuntime.dll VSPerfCmd.exe VSPerfControl.dll VSPerfControl.Interop.dll VSPerfCorProf.dll VSPerfCpuCounters.xsd VSPerfDrv150.sys VSPerfMon.exe VSPerfSrv.exe VSPerfSys150.cat vspmsg.dll
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools: 1033 dbgcore.dll dbghelp.dll Microsoft.DbgHelp.manifest Microsoft.VisualStudio.Enterprise.AspNetHelper.dll Microsoft.VisualStudio.PerformanceTools.CmdHelper.dll Microsoft.VisualStudio.Profiler.dll ReportMetadata.xsd SamplingRuntime.dll VSPerfASPNetCmd.exe VSPerfCLREnv.cmd VSPerfCmd.exe VSPerfCollectionPlan.xml VSPerfControl.dll VSPerfControl.Interop.dll VSPerfCorProf.dll VSPerfCpuCounters.xsd VSPerfDrv150.sys VSPerfMon.exe VSPerfSrv.exe VSPerfSys150.cat VSPerf_Platform_K7.xml VSPerf_Platform_K8.xml VSPerf_Platform_P4.xml VSPerf_Platform_P6.xml VSPerf_Platform_P6_arch.xml VSPerf_Portable.xml VSPerf_Rule_Definitions.xml vspmsg.dll VsWebSite.Interop.dll x64
      /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64: 1033 AccChecker accevent.exe adpcmencode3.exe AppAnalysis appxpackaging.dll appxsip.dll betest.exe betest.xml BetestSample.xml bulkmetadatapackagingwizard.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 devicemetadatacommon.dll DeviceMetadataWizard.exe dxc.exe dxcapsviewer.exe dxcompiler.dll dxil.dll 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 genxbf.dll graphedt.exe ifilttst.exe IFiltTst.Ini inspect.exe install-sampleprovider.cmd interop.searchapi.dll interop.taskscheduler.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.IdentityModel.Clients.ActiveDirectory.dll Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll Microsoft.Ingestion.Shared.Metrics.dll Microsoft.Ingestion.Shared.WebApi.Client.dll Microsoft.PackageEditor.Lib.dll Microsoft.Packaging.SDKUtils.dll Microsoft.StoreUploader.Lib.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 mlgen.exe mlgenlib.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 pktextract.exe proppage.dll provisioningtesthelper.dll ProvisioningTestHelper.psd1 ptconform.dll pvk2pfx.exe rc.exe rcdll.dll register_app.vbs regwinmd.exe signtool.exe signtool.exe.manifest 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 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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin: 1028 1031 1033 1036 1040 1041 1042 1049 2052 3082 amd64 AssemblyFolders.config cs de de-DE en en-US es es-ES FileTracker32.dll FileTracker64.dll fr fr-FR it it-IT ja ja-JP ko ko-KR Microsoft.Build.Conversion.Core.dll Microsoft.Build.dll Microsoft.Build.Engine.dll Microsoft.Build.Framework.dll 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.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 ref Roslyn ru ru-RU SdkResolvers System.Collections.Immutable.dll System.IO.Compression.dll System.Runtime.InteropServices.RuntimeInformation.dll System.Threading.Tasks.Dataflow.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 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.mof aspnet.mof.uninstall 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 Temporary ASP.NET Files 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
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/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 blend.isolation.ini CodeMarkersEtw.man CodeMarkersEtwRc.dll CommonExtensions compluslm.dll concrt140.dll convert.dir DDConfigCA.exe devenv.com devenv.exe devenv.exe.config devenv.isolation.ini devenv.prf devenv.visualelementsmanifest.xml devenv.winprf devenvdesc.dll en en-US Extensions FeedbackCollector.exe FeedbackCollector.exe.config iisresolver.dll ItemTemplates master.pkgdef Microsoft.Data.ConnectionUI.Dialog.dll Microsoft.Data.ConnectionUI.dll Microsoft.JavaScript.Services.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.Converters.Interop.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.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.OnlineLicensing.dll Microsoft.VisualStudio.Package.LanguageService.10.0.dll Microsoft.VisualStudio.Package.LanguageService.11.0.dll Microsoft.VisualStudio.Package.LanguageService.12.0.dll Microsoft.VisualStudio.Package.LanguageService.14.0.dll 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.ProjectConverters.DLL Microsoft.VisualStudio.QualityTools.Wizard.TestProjectWizards.manifest Microsoft.VisualStudio.RegDetour.dll Microsoft.VisualStudio.ServerExplorer.dll Microsoft.VisualStudio.Settings.15.0.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.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.HTML.dll Microsoft.VisualStudio.Web.PublishContract.dll Microsoft.VisualStudio.Windows.Forms.dll Microsoft.VisualStudio.WizardFramework.Dll Microsoft.VisualStudio.WPFFlavor.dll Microsoft.VSDesigner.dll Microsoft.VSDesigner.WCF.dll Microsoft.Web.Design.Client.dll Microsoft.WebPublisher.dll Microsoft.WizardFramework.dll Microsoft.WizardFrameworkVS.dll MinimalResponsivenessTrackingManifest.xml msdia120.dll msdia140.dll msenv.dll msenvico.dll msenvmnu.dll msobj120.dll msobj140.dll mspdb140.dll mspdbcore.dll mspdbsrv.exe mspdbst.dll MSTest.exe MSTest.exe.config msvcdis120.dll msvcdis140.dll msvcp140.dll msvcr120_clr0400.dll NewFileItems NewScriptItems offreg.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 StartPages 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 TCM.exe TCM.exe.config TestTools TextTemplate.ico TextTransform.exe TextTransform.exe.config TfsLabConfig.exe TfsLabConfig.exe.config ToolboxCaches ucrtbase.dll UserControlTestContainer.exe usertype.dat vb7to8.exe vb7to8DL.dll vbdebug.dll VC VCGraphicsWizard.dll vcruntime140.dll VcxprojReader.exe VcxprojReader.exe.config 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 VSConvertersPackage.dll VSConvertersPackage.dll.manifest vsdebugeng.dll VsDebugWERHelper.exe VSFinalizer.exe 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 VSIXInstaller.exe VSIXInstaller.exe.config VSLaunchBrowser.exe vslog.dll vsn.exe vsn.exe.config VsRegEdit.exe VsRegistryDetour.dll vssln.dll vstlbinf.dll VSWebHandler.exe VSWebLauncher.exe VsWerHandler.dll VsWizard.dll VsWizards.manifest WindowsFormsIntegration.Design.dll WindowsFormsIntegration.Package.dll WinFxBrowserApplicationTemplateWizard.dll WinFxCustomControlTemplateWizard.dll x64 Xml
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/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 errlook.exe errlook.hlp guidgen.exe 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 Rules2BuildRules.xslt Rules2Props.xslt Rules2Targets.xslt spyxx.chm spyxx.exe spyxxhk.dll spyxxhk_amd64.dll spyxx_amd64.chm spyxx_amd64.exe ucrtbase.dll vcconvertengine.dll VCProjectConversion.dll vcruntime140.dll VDT vsdevcmd VsDevCmd.bat VsMSBuildCmd.bat
      /cygdrive/c/Program Files/Microsoft MPI/Bin: mpiexec.exe mpitrace.man msmpilaunchsvc.exe smpd.exe
      /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin: bin2c.exe compute-sanitizer.bat crt cu++filt.exe cublas64_11.dll cublasLt64_11.dll cuda-memcheck.exe cudafe++.exe cudart32_110.dll cudart64_110.dll cudnn64_8.dll cudnn_adv_infer64_8.dll cudnn_adv_train64_8.dll cudnn_cnn_infer64_8.dll cudnn_cnn_train64_8.dll cudnn_ops_infer64_8.dll cudnn_ops_train64_8.dll cufft64_10.dll cufftw64_10.dll cuinj64_112.dll cuobjdump.exe curand64_10.dll cusolver64_11.dll cusolverMg64_11.dll cusparse64_11.dll fatbinary.exe nppc64_11.dll nppial64_11.dll nppicc64_11.dll nppidei64_11.dll nppif64_11.dll nppig64_11.dll nppim64_11.dll nppist64_11.dll nppisu64_11.dll nppitc64_11.dll npps64_11.dll nvblas64_11.dll nvcc.exe nvcc.profile nvdisasm.exe nvjpeg64_11.dll nvlink.exe nvprof.exe nvprune.exe nvrtc-builtins64_112.dll nvrtc-prev nvrtc64_112_0.dll nvvp.bat ptxas.exe
      /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp: .eclipseproduct artifacts.xml configuration eclipsec.exe epl-v10.html features notice.html nvvp.exe nvvp.ini p2 plugins readme
      /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/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin: ABQDMP_Core.dll ABQSMAAbuBasicUtils.dll ABQSMAAbuGeom.dll ABQSMAAspCommunications.dll ABQSMAAspDiagExtractor.dll ABQSMAAspSchemaSupport.dll ABQSMAAspSupport.dll ABQSMABasAlloc.dll ABQSMABasCoreUtils.dll ABQSMABasGenericsLib.dll ABQSMABasPrfTrkLib.dll ABQSMABasShared.dll ABQSMABasXmlDocument.dll ABQSMABasXmlParser.dll ABQSMABlaModule.dll ABQSMAEliLicenseModule.dll ABQSMAElkCore.dll ABQSMAFeoModules.dll ABQSMAFsmShared.dll ABQSMAMsgCommModules.dll ABQSMAMsgModules.dll ABQSMAMtxCoreModule.dll ABQSMAObjSimObjectsMod.dll ABQSMAOdbApi.dll ABQSMAOdbAttrEO.dll ABQSMAOdbCore.dll ABQSMAOdbCoreGeom.dll ABQSMAOdbDdbOdb.dll ABQSMARfmInterface.dll ABQSMARomDiagEx.dll ABQSMASglSharedLib.dll ABQSMASglSimXmlFndLib.dll ABQSMAShpCore.dll ABQSMASimBCompress.dll ABQSMASimBulkAPI.dll ABQSMASimContainers.dll ABQSMASimInterface.dll ABQSMASimManifestSubcomp.dll ABQSMASimPoolManager.dll ABQSMASrvBasic.dll ABQSMAUzlZlib.dll boost_date_time-vc141-mt-x64-1_69.dll boost_filesystem-vc141-mt-x64-1_69.dll boost_iostreams-vc141-mt-x64-1_69.dll boost_log-vc141-mt-x64-1_69.dll boost_regex-vc141-mt-x64-1_69.dll boost_thread-vc141-mt-x64-1_69.dll CATSysAllocator.dll CATSysCommunication.dll CATSysMultiThreading.dll CATSysTS.dll CATSysTSObjectModeler.dll common_analytics.dll common_helpabout.dll common_helplauncher.dll common_settings.dll common_socketutil.dll common_strutil.dll common_ui.dll common_ui_qt.dll common_welcomescreen.dll ctkwidgets.dll dataio_metadata.dll dataio_utils.dll DSYSysDlg.dll DSYSysWMIDriver.dll exception.dll ffmpeg.exe ftgl.dll gethostids.bat gethostids.vbs icudt63.dll icuuc63.dll JS0BASEILB.dll JS0GROUP.dll libfftw.dll libifcoremd.dll libifportmd.dll libmmd.dll lpkview.exe mesa mfc140u.dll MSMpiSetup.exe pltview.exe plugins preplot.exe property.dll pthreadVC2.dll qt.conf Qt5Core.dll Qt5Gui.dll Qt5Network.dll Qt5OpenGL.dll Qt5Positioning.dll Qt5PrintSupport.dll Qt5Qml.dll Qt5Quick.dll Qt5QuickWidgets.dll Qt5Svg.dll Qt5WebChannel.dll Qt5WebEngineCore.dll Qt5WebEngineWidgets.dll Qt5Widgets.dll QtWebEngineProcess.exe qxtgui.dll resources rlmutil.exe signals.dll SMAFeaBackbone.dll styleproperties.dll szcombine.exe szpltview.exe tec360.exe tecgui.dll tecio.dll teciompi.dll tecquery.dll tecutilbatch.dll tecutilchecked.dll tecutilcurvefit_crvakima.dll tecutilcurvefit_crvgen.dll tecutilcurvefit_stineinterp.dll tecutildataio_convergehdf5.dll tecutildataio_convergeout.dll tecutildataio_excsv.dll tecutildataio_exodus.dll tecutildataio_fluent.dll tecutildataio_fvcom.dll tecutildataio_h5load.dll tecutildataio_loadcgns.dll tecutildataio_loaddem.dll tecutildataio_loaddxf.dll tecutildataio_loadensight.dll tecutildataio_loadexcel.dll tecutildataio_loadfea.dll tecutildataio_loadflow3d.dll tecutildataio_loadgen.dll tecutildataio_loadhdf.dll tecutildataio_loadkiva.dll tecutildataio_loadply.dll tecutildataio_loadss.dll tecutildataio_plot3d.dll tecutildataio_roms.dll tecutildataio_szlclient.dll tecutildataio_szlfile.dll tecutildataio_telemac.dll tecutildataio_utils.dll tecutildataio_vtkfile.dll tecutildataio_wrf.dll tecutilinternal_connectLOD_exer.dll tecutilinternal_convertzone.dll tecutilinternal_createpolydata.dll tecutilinternal_dialoglaunch.dll tecutilinternal_dockwidget.dll tecutilinternal_getstyle.dll tecutilinternal_handletest.dll tecutilinternal_JournalValidator.dll tecutilinternal_loadrel.dll tecutilinternal_multithread_exer.dll tecutilinternal_tecio_exer.dll tecutilinternal_TecUtilAPIExerciser.dll tecutilinternal_testdata.dll tecutilinternal_testgeom.dll tecutilinternal_transientdatainspector.dll tecutilmisc_guibld.dll tecutilscript_extendmcr.dll tecutilscript_extendtimemcr.dll tecutilscript_tecutilserver.dll tecutiltools_advqet.dll tecutiltools_cfd.dll tecutiltools_combinezones.dll tecutiltools_editauxdata.dll tecutiltools_extractblankedzones.dll tecutiltools_extractovertime.dll tecutiltools_extractpreciseline.dll tecutiltools_keyframe.dll tecutiltools_maxincolumn.dll tecutiltools_measuredistance.dll tecutiltools_mulframe.dll tecutiltools_multiframe3d.dll tecutiltools_nodemapcompressor.dll tecutiltools_performancemonitor.dll tecutiltools_pickalter.dll tecutiltools_statechg.dll tecutiltools_statistics.dll tecutiltools_strandeditor.dll tecutiltools_tensoregn.dll tecutiltools_timelink.dll tecutiltools_timeseries.dll tecutilutil_utils.dll tp360addonuiaction.dll tp360event.dll tpdataload.dll tpsdkbase.dll tpsdkcommon.dll tpsdkdialogsx_qt.dll tpsdkdialogs_common_qt.dll tpsdkdialogs_data_qt.dll tpsdkdialogs_fieldplot_qt.dll tpsdkdialogs_io_qt.dll tpsdkdialogs_lineplot_qt.dll tpsdkdialogs_misc_qt.dll tpsdkdialogs_prompt_qt.dll tpsdkdialogs_scripting_qt.dll tpsdkdialogs_view_qt.dll tpsdkdialogs_zonestyle_qt.dll tpsdkintegrationmanager.dll tpsdkintegrationmanager_qt.dll tpsdkolddialogs_qt.dll tpsdkproperty.dll tpsdkpropertybindings_qt.dll tpsdkpropertymanager.dll tpsdkrendering_gl.dll tpsdkrendering_opengl.dll tpsdkuicommon.dll tpsdkuicommon_qt.dll tptoolbox.dll translations VCRUNTIME140.dll VCRUNTIME140_1.dll vs2008_vcredist_x64.exe vs2015-2019_vcredist_x64.exe
      /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin: cpuinfo.exe debug hydra_bstrap_proxy.exe hydra_pmi_proxy.exe hydra_service.exe IMB-MPI1.exe IMB-NBC.exe IMB-RMA.exe impi_info.exe legacy libmpi_ilp64.dll mpicc.bat mpicl.bat mpicxx.bat mpiexec.exe mpif77.bat mpif90.bat mpifc.bat mpiicc.bat mpiicpc.bat mpiifort.bat mpitune.bat mpivars.bat release tune
      /cygdrive/c/ProgramData/Miniconda3: api-ms-win-core-console-l1-1-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-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 concrt140.dll conda-meta condabin cwp.py DLLs envs etc include Lib Library libs LICENSE_PYTHON.txt Menu msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll pkgs python.exe python.pdb python3.dll python38.dll python38.pdb pythonw.exe pythonw.pdb Scripts shell tcl Tools ucrtbase.dll Uninstall-Miniconda3.exe vccorlib140.dll vcomp140.dll vcruntime140.dll vcruntime140_1.dll venvlauncher.exe venvwlauncher.exe _conda.exe
      Warning accessing /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin gives errors: [Errno 2] No such file or directory: '/cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin'
      Warning accessing /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin gives errors: [Errno 2] No such file or directory: '/cygdrive/c/ProgramData/Miniconda3/Library/usr/bin'
      /cygdrive/c/ProgramData/Miniconda3/Library/bin: api-ms-win-core-console-l1-1-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-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 concrt140.dll conda.bat c_rehash.pl libcrypto-1_1-x64.dll libcrypto-1_1-x64.pdb libssl-1_1-x64.dll libssl-1_1-x64.pdb mfc140u.dll mfcm140u.dll msvcp140.dll msvcp140_1.dll msvcp140_2.dll msvcp140_codecvt_ids.dll openssl.exe openssl.pdb pythoncom38.dll pywintypes38.dll sqlite3.dll sqlite3.dll.c~.conda_trash sqlite3.exe ucrtbase.dll vccorlib140.dll vcomp140.dll vcruntime140.dll vcruntime140_1.dll yaml.dll
      /cygdrive/c/ProgramData/Miniconda3/Scripts: 2to3-script.py 2to3.exe activate activate.bat chardetect-script.py chardetect.exe conda-env-script.py conda-env.exe conda-script.py conda.exe cph-script.py cph.exe deactivate idle-script.py idle.exe menuinst-script.py menuinst.exe pip-script.py pip.exe pip3-script.py pip3.exe pydoc-script.py pydoc.exe pywin32_postinstall.py pywin32_testall.py tqdm-script.py tqdm.exe wheel-script.py wheel.exe
      /cygdrive/c/Windows/system32: 0409 1028 1029 1031 1033 1036 1040 1041 1042 1045 1046 1049 1055 2052 3082 @AppHelpToast.png @AudioToastIcon.png @BackgroundAccessToastIcon.png @bitlockertoastimage.png @edptoastimage.png @EnrollmentToastIcon.png @language_notification_icon.png @optionalfeatures.png @VpnToastIcon.png @WiFiNotificationIcon.png @windows-hello-V4.1.gif @WindowsHelloFaceToastIcon.png @WindowsUpdateToastIcon.contrast-black.png @WindowsUpdateToastIcon.contrast-white.png @WindowsUpdateToastIcon.png @WirelessDisplayToast.png @WwanNotificationIcon.png @WwanSimLockIcon.png aadauthhelper.dll aadcloudap.dll aadjcsp.dll aadtb.dll aadWamExtension.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 ActionMgr.dll ActionQueue.dll ActivationClient.dll ActivationManager.dll activeds.dll activeds.tlb 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 AgentService.exe aitstatic.exe AJRouter.dll alg.exe altspace.dll am-et amsi.dll amsiproxy.dll amstream.dll AnalogCommonProxyStub.dll apds.dll APHostClient.dll APHostRes.dll APHostService.dll ApiSetHost.AppExecutionAlias.dll apisetschema.dll APMon.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 ApplicationFrame.dll ApplicationFrameHost.exe 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 AsIO2.dll aspnet_counters.dll AssignedAccessCsp.dll 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 autoconv.exe autofmt.exe autopilot.dll autoplay.dll AverageRoom.bin avicap32.dll avifil32.dll avrt.dll AxInstSv.dll AxInstUI.exe azman.msc azroles.dll azroleui.dll AzSqlExt.dll AzureSettingSyncProvider.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 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 bootcfg.exe bootim.exe BootMenuUX.dll bootsect.exe bootstr.dll bootux.dll BOOTVID.DLL bopomofo.uce bridgeres.dll bridgeunattend.exe BrokerLib.dll browcli.dll browserbroker.dll browserexport.exe BrowserSettingSync.dll 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 cabapi.dll cabinet.dll cabview.dll cacls.exe calc.exe CallButtons.dll CallButtons.ProxyStub.dll CallHistoryClient.dll CameraCaptureUI.dll canonurl.dll 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 ccmcore.dll CcmFramework.h CcmFramework.ini ccmperf.dll CcmUsrCse.dll cdd.dll cdosys.dll cdp.dll cdprt.dll cdpsvc.dll cdpusersvc.dll CellularAPI.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 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 chkwudrv.dll choice.exe CHookExt.dll ChsStrokeDS.dll chs_singlechar_pinyin.dat ChtAdvancedDS.dll 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 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 ClipRenew.exe ClipSVC.dll ClipUp.exe cloudAP.dll CloudDomainJoinAUG.dll CloudDomainJoinDataModelServer.dll CloudExperienceHost.dll CloudExperienceHostBroker.dll CloudExperienceHostBroker.exe CloudExperienceHostCommon.dll CloudExperienceHostUser.dll CloudNotifications.exe CloudStorageWizard.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 cofire.exe cofiredm.dll colbact.dll coloradapterclient.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 ContentDeliveryManager.Utilities.dll control.exe convert.exe convertvhd.exe coreaudiopolicymanagerext.dll coredpus.dll coredpussvr.exe CoreMessaging.dll CoreShell.dll CoreShellAPI.dll CoreShellExtFramework.dll CoreUIComponents.dll correngine.dll Cortana.Persona.dll CortanaMapiHelper.dll CortanaMapiHelper.ProxyStub.dll CourtesyEngine.dll CPFilters.dll CredDialogBroker.dll CredentialMigrationHandler.dll CredentialUIBroker.exe CredProv2faHelper.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 ctfmon.exe cttune.exe cttunesvr.exe curl.exe cuzzapi.dll cwsqlite3odbc.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 d2d1debug1.dll d3d10.dll d3d10core.dll d3d10level9.dll d3d10ref.dll d3d10sdklayers.dll d3d10warp.dll d3d10_1.dll d3d10_1core.dll d3d11.dll d3d11on12.dll d3d11ref.dll d3d11sdklayers.dll d3d11_1sdklayers.dll D3D12.dll d3d8thk.dll d3d9.dll d3d9on12.dll D3DCompiler_33.dll D3DCompiler_34.dll D3DCompiler_35.dll D3DCompiler_36.dll D3DCompiler_37.dll D3DCompiler_38.dll D3DCompiler_39.dll D3DCompiler_40.dll D3DCompiler_41.dll D3DCompiler_42.dll D3DCompiler_43.dll D3DCompiler_47.dll d3dcsx_42.dll d3dcsx_43.dll d3dref9.dll D3DSCache.dll d3dx10.dll d3dx10_33.dll d3dx10_34.dll d3dx10_35.dll d3dx10_36.dll d3dx10_37.dll d3dx10_38.dll d3dx10_39.dll d3dx10_40.dll d3dx10_41.dll d3dx10_42.dll d3dx10_43.dll d3dx11_42.dll d3dx11_43.dll d3dx9_24.dll d3dx9_25.dll d3dx9_26.dll d3dx9_27.dll d3dx9_28.dll d3dx9_29.dll d3dx9_30.dll d3dx9_31.dll d3dx9_32.dll d3dx9_33.dll d3dx9_34.dll d3dx9_35.dll d3dx9_36.dll D3DX9_37.dll D3DX9_38.dll D3DX9_39.dll D3DX9_40.dll D3DX9_41.dll D3DX9_42.dll D3DX9_43.dll da-DK dab.dll dabapi.dll DAConn.dll dafAspInfraProvider.dll dafBth.dll DafDnsSd.dll dafDockingProvider.dll DafGip.dll DAFIoT.dll DAFIPP.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 datamarketsvc.dll DataStoreCacheDumpTool.exe DataUsageHandlers.dll DataUsageLiveTileTask.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 DDACLSys.dll DdcAntiTheftApi.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 DefaultAccountTile.png DefaultDeviceManager.dll DefaultHrtfs.bin DefaultPrinterProvider.dll DefaultQuestions.json Defrag.exe defragproxy.dll defragres.dll defragsvc.dll delegatorprovider.dll desk.cpl deskadp.dll deskmon.dll desktopimgdownldr.exe DesktopKeepOnToastImg.gif DesktopShellAppStateContract.dll DesktopShellExt.dll DesktopSwitcherDataModel.dll DetailedReading-Default.xml DevDispItemProvider.dll DeveloperOptionsSettingsHandlers.dll devenum.dll deviceaccess.dll deviceassociation.dll DeviceCensus.exe DeviceCenter.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 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 DiagCpl.dll DiagnosticInvoker.dll DiagnosticLogCSP.dll diagperf.dll DiagSvc.dll DiagSvcs diagtrack.dll dialclient.dll dialer.exe dialserver.dll DictationManager.dll difxapi.dll dimsjob.dll dimsroam.dll dinput.dll dinput8.dll Direct2DDesktop.dll directmanipulation.dll directml.dll discan.dll diskmgmt.msc diskpart.exe diskperf.exe diskraid.exe DiskSnapshot.conf DiskSnapshot.exe Dism Dism.exe DismApi.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 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 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 DolbyHrtfEnc.dll DolbyMATEnc.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 DragDropExperienceDataExchangeDelegated.dll driverquery.exe drivers DriverState DriverStore drprov.dll drt.dll DrtmAuth1.bin DrtmAuth10.bin DrtmAuth11.bin DrtmAuth2.bin DrtmAuth3.bin DrtmAuth4.bin DrtmAuth5.bin DrtmAuth6.bin DrtmAuth7.bin DrtmAuth8.bin DrtmAuth9.bin drtprov.dll drttransport.dll drvcfg.exe 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 dsrole.dll dssec.dat dssec.dll dssenh.dll dssvc.dll dstokenclean.exe Dsui.dll dsuiext.dll dswave.dll dtsh.dll DTUHandler.exe DTUHandlerPS.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 DWrite.dll DWWIN.EXE dxcpl.exe dxdiag.exe dxdiagn.dll dxgi.dll dxgiadaptercache.exe dxgidebug.dll dxgwdi.dll dxilconv.dll DXP.dll dxpps.dll Dxpserver.exe DxpTaskSync.dll dxtmsft.dll dxtrans.dll dxva2.dll DynamicLong.bin DynamicMedium.bin DynamicShort.bin dynamoapi.dll e1c65x64.din e1cmsg.dll e1r68x64.din e1rmsg.dll EAMProgressHandler.dll Eap3Host.exe eapp3hst.dll eappcfg.dll eappcfgui.dll eappgnui.dll eapphost.dll eappprxy.dll eapprovp.dll eapsimextdesktop.dll eapsvc.dll easconsent.dll EaseOfAccessDialog.exe easinvoker.exe easinvoker.proxystub.dll EASPolicyManagerBrokerHost.exe EasPolicyManagerBrokerPS.dll easwrt.dll edgeangle.dll EdgeContent.dll edgehtml.dll edgehtmlpluginpolicy.bin edgeIso.dll EdgeManager.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 EmailApis.dll embeddedmodesvc.dll embeddedmodesvcapi.dll EmojiDS.dll en en-GB en-US encapi.dll EncDump.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 eqossnap.dll ErrorDetails.dll ErrorDetailsCore.dll es-ES es-MX es.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 eudcedit.exe eUICCsCSP.dll EventAggregation.dll eventcls.dll eventcreate.exe EventViewer_EventDetails.xsl eventvwr.exe eventvwr.msc ExecModelClient.dll execmodelproxy.dll expand.exe ExplorerFrame.dll ExSMime.dll extrac32.exe ExtrasXmlParser.dll E_2D4B0DE.DLL E_2LM0DE.DLL F12 f3ahvoas.dll facecredentialprovider.dll Family.Authentication.dll Family.Cache.dll Family.Client.dll Family.SyncEngine.dll FamilySafetyExt.dll Faultrep.dll FaxPrinterInstaller.dll fc.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 fhlisten.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 FrameworkPerf.dll frprov.dll fsavailux.exe FSClient.dll FsIso.exe fsmgmt.msc 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 gamemode.dll GamePanel.exe GamePanelExternalHook.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 glmf32.dll GlobCollationHost.dll globinputhost.dll glu32.dll gmsaclient.dll gpapi.dll gpedit.dll gpedit.msc gpprefcl.dll gpprnext.dll gpresult.exe gpscript.dll gpscript.exe gpsvc.dll gptext.dll gpupdate.exe GraphicsCapture.dll GraphicsPerfSvc.dll grb.rs Groupinghc.dll GroupPolicy GroupPolicyUsers grpconv.exe hal.dll HalExtIntcLpioDMA.dll HalExtPL080.dll HandwritingSystemToastIcon.contrast-white.png HandwritingSystemToastIcon.png hascsp.dll HashtagDS.dll hbaapi.dll hcproviders.dll HdcpHandler.dll hdwwiz.cpl hdwwiz.exe he-IL HeadphoneSystemToastIcon.contrast-white.png HeadphoneSystemToastIcon.png HeadsetSystemToastIcon.contrast-white.png HeadsetSystemToastIcon.png HealthSystemToastIcon.contrast-white.png HealthSystemToastIcon.png HeatCore.dll help.exe HelpPaneProxy.dll hgcpl.dll hgprint.dll hhctrl.ocx hhsetup.dll hid.dll hidphone.tsp hidserv.dll hlink.dll hmkd.dll hnetcfg.dll HNetCfgClient.dll hnetmon.dll HOSTNAME.EXE hotplug.dll hr-HR HrtfApo.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 HvSocket.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 icsxml icuin.dll icuuc.dll IdCtrls.dll ideograf.uce IdListen.dll idndl.dll IDStore.dll ie4uinit.exe ie4ushowIE.exe IEAdvpack.dll ieapfltr.dll iedkcs32.dll ieframe.dll iemigplugin.dll iepeers.dll ieproxy.dll iernonce.dll iertutil.dll iesetup.dll iesysprep.dll ieui.dll ieuinit.inf ieUnatt.exe iexpress.exe ifmon.dll ifsutil.dll ifsutilx.dll igdDiag.dll IHDS.dll ihvrilproxy.dll IKEEXT.DLL imaadp32.acm imagehlp.dll imageres.dll imagesp1.dll imapi.dll imapi2.dll imapi2fs.dll IME 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 InputController.dll InputHost.dll InputInjectionBroker.dll InputLocaleManager.dll InputMethod InputService.dll InputSwitch.dll InputSystemToastIcon.contrast-white.png InputSystemToastIcon.png inseng.dll InstallService.dll InstallServiceTasks.dll InstallUtil.InstallLog 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 IPROSetMonitor.exe iprtprio.dll iprtrmgr.dll ipsecsnp.dll IPSECSVC.DLL ipsmsnap.dll ipxlatcfg.dll irclass.dll irftp.exe iri.dll irmon.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 ISMIF32.dll 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 joinproviderol.dll joinutil.dll joy.cpl JpMapControl.dll jpndecoder.dll jpninputrouter.dll jpnranker.dll JpnServiceDS.dll jscript.dll jscript9.dll jscript9diag.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 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 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 KeyboardSystemToastIcon.contrast-white.png KeyboardSystemToastIcon.png KeyCredMgr.dll keyiso.dll keymgr.dll KeywordDetectorMsftSidAdapter.dll 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 label.exe LangCleanupSysprepAction.dll LanguageComponentsInstaller.dll LanguageComponentsInstallerComHandler.exe LanguageOverlayServer.dll LanguageOverlayUtil.dll LanguagePackDiskCleanup.dll LaptopPlugInToastImg.gif LargeRoom.bin LaunchTM.exe LaunchWinApp.exe lcphrase.tbl lcptr.tbl LegacyNetUX.dll LegacyNetUXHost.exe LESDebug.log lfsvc.dll libcrypto.dll license.rtf LicenseManager.dll LicenseManagerApi.dll LicenseManagerShellext.exe LicenseManagerSvc.dll Licenses LicensingCSP.dll licensingdiag.exe LicensingDiagSpp.dll LicensingUI.exe LicensingWinRT.dll licmgr10.dll linkinfo.dll ListSvc.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 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 LsaIso.exe lsasrv.dll lsass.exe LSCSHostPolicy.dll lsm.dll lsmproxy.dll lstelemetry.dll lt-LT luainstall.dll luiapi.dll lusrmgr.msc lv-LV lxss lz32.dll l_intl.nls Macromed Magnification.dll Magnify.exe MailContactsCalendarSync main.cpl MaintenanceUI.dll makecab.exe manage-bde.exe manage-bde.wsf MapConfiguration.dll MapControlCore.dll MapControlStringsRes.dll MapGeocoder.dll mapi32.dll mapistub.dll MapRouter.dll MapsBtSvc.dll MapsBtSvcProxy.dll MapsCSP.dll MapsStore.dll MapsTelemetry.dll mapstoasttask.dll mapsupdatetask.dll mavinject.exe MbaeApi.dll MbaeApiPublic.dll MbaeParserTask.exe MbaeXmlParser.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 MCRecvSrc.dll MCU.exe mcupdate_AuthenticAMD.dll mcupdate_GenuineIntel.dll 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 mf3216.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 mfc110d.dll mfc110deu.dll mfc110enu.dll mfc110esn.dll mfc110fra.dll mfc110ita.dll mfc110jpn.dll mfc110kor.dll mfc110rus.dll mfc110u.dll mfc110ud.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 mfcm100.dll mfcm100u.dll mfcm110.dll mfcm110d.dll mfcm110u.dll mfcm110ud.dll mfcm120.dll mfcm120u.dll mfcm140.dll mfcm140d.dll mfcm140u.dll mfcm140ud.dll mfcsubs.dll mfksproxy.dll mfsensorgroup.dll mgmtapi.dll mgmtrefreshcredprov.dll mi.dll mibincodec.dll Microsoft Microsoft-ConfigMgr-Events.dll Microsoft-Windows-AppModelExecEvents.dll microsoft-windows-battery-events.dll microsoft-windows-hal-events.dll Microsoft-Windows-Internal-Shell-NearShareExperience.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.Proxy.dll Microsoft.Bluetooth.Service.dll Microsoft.Bluetooth.UserService.dll Microsoft.Graphics.Display.DisplayEnhancementService.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 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 mintdh.dll MiracastInputMgr.dll MiracastReceiver.dll MirrorDrvCompat.dll mispace.dll MitigationConfiguration.dll miutils.dll mlang.dat mlang.dll mmc.exe mmc.exe.config mmcbase.dll mmci.dll mmcico.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 more.com moricons.dll moshost.dll MosHostClient.dll moshostcore.dll MosStorage.dll mountvol.exe MouseSystemToastIcon.contrast-white.png MouseSystemToastIcon.png Mpeg2Data.ax mpeval.dll mpg2splt.ax mpnotify.exe mpr.dll mprapi.dll mprddm.dll mprdim.dll mprext.dll mprmsg.dll MpSigStub.exe MPSSVC.dll mpunits.dll MRINFO.EXE MrmCoreR.dll MrmDeploy.dll MrmIndexer.dll MRT MRT.exe mrt100.dll mrt_map.dll ms3dthumbnailprovider.dll msaatext.dll msacm32.dll msacm32.drv msadp32.acm msafd.dll MSAJApi.dll MsApoFxProxy.dll MSAProfileNotificationHandler.dll msasn1.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 msfeeds.dll msfeedsbs.dll msfeedssync.exe msftedit.dll MsftOemDllIgneous.dll msg.exe msg711.acm msgsm32.acm 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 mskeyprotcli.dll mskeyprotect.dll msls31.dll msmpi.dll msmpires.dll MSNP.ax msobjs.dll msoert2.dll mspaint.exe mspatcha.dll mspatchc.dll msports.dll msprivs.dll msra.exe msrahc.dll MsraLegacy.tlb msrating.dll msrdc.dll MsRdpWebAccess.dll msrle32.dll msscntrs.dll mssecuser.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 msvcp110d.dll msvcp110_win.dll msvcp120.dll msvcp120_clr0400.dll msvcp140.dll msvcp140d.dll msvcp140_1.dll msvcp140_1d.dll msvcp140_2.dll msvcp140_2d.dll msvcp140_clr0400.dll msvcp140_codecvt_ids.dll msvcp60.dll msvcp_win.dll msvcr100.dll msvcr100_clr0400.dll msvcr110.dll msvcr110d.dll msvcr120.dll msvcr120_clr0400.dll msvcrt.dll msvfw32.dll msvidc32.dll MSVidCtl.dll MSWB7.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 MusUpdateHandlers.dll my-mm mycomput.dll mydocs.dll Mystify.scr NAPCRYPT.DLL NapiNSP.dll Narrator.exe 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 ncs2dmix.dll ncs2instutility.dll Ncs2Setp.dll ncscolib.dll ncsi.dll ncuprov.dll ndadmin.exe nddeapi.dll NDF ndfapi.dll ndfetw.dll NdfEventView.xml ndfhcdiscovery.dll ndishc.dll ndproxystub.dll nduprov.dll negoexts.dll net.exe net1.exe netapi32.dll netbios.dll netbtugc.exe NetCellcoreCellManagerProviderResources.dll 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 networkitemfactory.dll networklist NetworkMobileSettings.dll NetworkProxyCsp.dll NetworkStatus.dll NetworkUXBroker.dll netwphelper.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 NicCo4.dll NicInstC.dll ninput.dll nl-NL nlaapi.dll nlahc.dll nlasvc.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.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 nshhttp.dll nshipsec.dll nshwfp.dll nsi.dll nsisvc.dll nslookup.exe ntasn1.dll ntdll.dll ntdsapi.dll ntlanman.dll ntlanui2.dll NtlmShared.dll ntmarta.dll ntoskrnl.exe ntprint.dll ntprint.exe ntshrui.dll ntvdm64.dll Nui nvapi64.dll nvaudcap64v.dll nvcompiler.dll nvcpl.dll nvcuda.dll nvcuvid.dll nvdebugdump.exe nvEncodeAPI64.dll nvfatbinaryLoader.dll NvFBC64.dll nvidia-smi.1.pdf nvidia-smi.exe NvIFR64.dll NvIFROpenGL.dll nvinfo.pb nvmcumd.dll nvml.dll nvofapi64.dll nvptxJitCompiler.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 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 OneDriveSettingSyncProvider.dll onex.dll onexui.dll oobe 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 pacjsworker.exe PackagedCWALauncher.exe PackageInspector.exe packager.dll PackageStateRoaming.dll panmap.dll PasswordOnWakeSettingFlyout.exe PATHPING.EXE pautoenr.dll PayloadRestrictions.dll PaymentMediatorServiceProxy.dll 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 PeopleAPIs.dll PeopleBand.dll PerceptionDriverClient.dll PerceptionSimulation PerceptionSimulation.ProxyStubs.dll PerceptionSimulationDevice.exe PerceptionSimulationExtensions.dll PerceptionSimulationManager.dll perfc009.dat perfctrs.dll perfd009.dat perfdisk.dll perfh009.dat perfi009.dat perfmon.exe perfmon.msc perfnet.dll perfos.dll perfproc.dll PerfStringBackup.INI perftrack.dll perfts.dll PersonalizationCSP.dll PersonaX.dll phoneactivate.exe PhoneCallHistoryApis.dll PhoneDataSync.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 PlayToStatusProvider.dll ploptin.dll pmcsnap.dll pngfilt.dll pnidui.dll pnpclean.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 PortableDeviceSyncProvider.dll 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 prflbmsg.dll print.exe Print.Workflow.Source.dll PrintBrmUi.exe printfilterpipelineprxy.dll printfilterpipelinesvc.exe Printing_Admin_Scripts PrintIsolationHost.exe PrintIsolationProxy.dll printmanagement.msc PrintPlatformConfig.dll PrintRenderAPIHost.DLL printui.dll printui.exe PrintWorkflowProxy.dll 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 PRONtObj.dll propsys.dll proquota.exe PROUnstl.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 provsvc.dll ProvSysprep.dll provthrd.dll provtool.exe ProximityCommon.dll ProximityCommonPal.dll ProximityRtapiPal.dll ProximityService.dll ProximityServicePal.dll ProximityToast ProximityUxHost.exe prproc.exe prvdmofcomp.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 pwcreator.exe 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 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 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 RCoInstII64.dll RCoRes64.dat rdbui.dll rdpbase.dll rdpcfgex.dll rdpclip.exe rdpcore.dll rdpcorets.dll rdpencom.dll rdpendp.dll rdpinit.exe rdpinput.exe rdpnano.dll RdpRelayTransport.dll RdpSa.exe RdpSaProxy.exe RdpSaPs.dll RdpSaUacHelper.exe rdpserverbase.dll rdpshell.exe rdpsign.exe rdpudd.dll rdrleakdiag.exe RDSAppXHelper.dll rdsdwmdr.dll RDSPnf.exe 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 rendezvousSession.tlb repair-bde.exe replace.exe ReportingCSP.dll reset.exe reseteng.dll ResetEngine.dll ResetEngine.exe ResetEngOnline.dll resmon.exe ResourceMapper.dll ResourcePolicyClient.dll ResourcePolicyServer.dll ResPriHMImageList ResPriHMImageListLowCost ResPriImageList ResPriImageListLowCost 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 rilproxy.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 RotMgr.dll ROUTE.EXE RP3DAA64.dll RP3DHT64.dll RpcEpMap.dll rpchttp.dll RpcNs4.dll rpcnsh.dll RpcPing.exe rpcrt4.dll RpcRtRemote.dll rpcss.dll rsaenh.dll rshx32.dll rsop.msc RstrtMgr.dll rstrui.exe RTCOM64.dll RTDSnM64.cpl rtffilt.dll RtkApi64.dll RtkAPO64.dll RtkCfg64.dll RtkCoLDR64.dll RtlCPAPI64.dll rtm.dll rtmcodecs.dll RTMediaFrame.dll rtmmvrortc.dll rtmpal.dll rtmpltfm.dll RtPgEx64.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 sbservicetrigger.dll sc.exe 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 SearchProtocolHost.exe SebBackgroundManagerPolicy.dll SecConfig.efi SecEdit.exe sechost.dll secinit.exe seclogon.dll secpol.msc secproc.dll secproc_isv.dll secproc_ssp.dll secproc_ssp_isv.dll secur32.dll SecureAssessmentHandlers.dll SecureBioSysprep.dll SecureBootUpdates securekernel.exe SecureTimeAggregator.dll security.dll SecurityAndMaintenance.png SecurityAndMaintenance_Alert.png SecurityAndMaintenance_Error.png SecurityCenterBroker.dll SecurityCenterBrokerPS.dll SecurityHealthAgent.dll SecurityHealthProxyStub.dll SecurityHealthService.exe SecurityHealthSSO.dll SecurityHealthSystray.exe SEMgrPS.dll SEMgrSvc.dll SEMgrSvcPAL.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 serwvdrv.dll SessEnv.dll sessionmsg.exe setbcdlocale.dll sethc.exe SetNetworkLocation.dll SetNetworkLocationFlyout.dll SetProxyCredential.dll setspn.exe SettingMonitor.dll settings.dat SettingsEnvironment.Desktop.dll SettingsExtensibilityHandlers.dll SettingsHandlers_Accessibility.dll SettingsHandlers_AppControl.dll SettingsHandlers_AppExecutionAlias.dll SettingsHandlers_AssignedAccess.dll SettingsHandlers_BackgroundApps.dll SettingsHandlers_BatteryUsage.dll SettingsHandlers_CapabilityAccess.dll SettingsHandlers_ClosedCaptioning.dll SettingsHandlers_ContentDeliveryManager.dll SettingsHandlers_Cortana.dll SettingsHandlers_Devices.dll SettingsHandlers_Display.dll SettingsHandlers_Flights.dll SettingsHandlers_Fonts.dll SettingsHandlers_Gaming.dll SettingsHandlers_Geolocation.dll SettingsHandlers_Gpu.dll SettingsHandlers_InkingTypingPrivacy.dll SettingsHandlers_InputPersonalization.dll SettingsHandlers_Language.dll SettingsHandlers_ManagePhone.dll SettingsHandlers_Maps.dll SettingsHandlers_Notifications.dll SettingsHandlers_nt.dll SettingsHandlers_OneCore_BatterySaver.dll SettingsHandlers_PCDisplay.dll SettingsHandlers_Pen.dll SettingsHandlers_Privacy.dll SettingsHandlers_QuickActions.dll SettingsHandlers_Region.dll SettingsHandlers_SharedExperiences_Rome.dll SettingsHandlers_SignInOptions.dll SettingsHandlers_SIUF.dll SettingsHandlers_SpeechPrivacy.dll SettingsHandlers_Startup.dll SettingsHandlers_StorageSense.dll SettingsHandlers_Troubleshoot.dll SettingsHandlers_User.dll SettingsHandlers_UserAccount.dll SettingsHandlers_WorkAccess.dll SettingSync.dll SettingSyncCore.dll SettingSyncHost.exe SettingSyncPolicy.dll setup setupapi.dll SetupBD.din setupcl.exe setupcln.dll setupetw.dll setupugc.exe setx.exe sfc.dll sfc.exe sfc_os.dll Sgrm SgrmBroker.exe SgrmClientApi.dll SgrmEnclave.dll SgrmEnclave_secure.dll SgrmLpac.exe shacct.dll shacctprofile.dll SharedPCCSP.dll SharedRealitySvc.dll SharedStartModel.dll SharedStartModelShim.dll ShareHost.dll sharemediacpl.dll SHCore.dll shdocvw.dll shell32.dll 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 si-lk 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 SMSRouter.dll SmsRouterSvc.dll smss.exe SndVol.exe SndVolSSO.dll SnippingTool.exe 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 SortWindows6Compat.dll SpaceAgent.exe spacebridge.dll SpaceControl.dll spaceman.exe SpatialAudioLicenseSrv.exe SpatializerApo.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 sppinst.dll sppnp.dll sppobjs.dll sppsvc.exe sppui sppwinob.dll sppwmi.dll spwinsat.dll spwizeng.dll spwizimg.dll spwizres.dll SqlServerSpatial.dll SqlServerSpatial110.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.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 sstpsvc.dll StartMenuHelper64.dll StartTileData.dll Startupscan.dll StateRepository.Core.dll StaticDictDS.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 StructuredQuery.dll SubRange.uce subst.exe sud.dll sv-SE svchost.exe 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 ta-in ta-lk 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 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 TDLMigration.dll telephon.cpl TelephonyInteractiveUser.dll TelephonyInteractiveUserRes.dll tellib.dll telnet.exe TempSignedLicenseExchangeTask.dll termmgr.dll termsrv.dll tetheringclient.dll tetheringconfigsp.dll TetheringIeProvider.dll TetheringMgr.dll tetheringservice.dll TetheringStation.dll TextInputFramework.dll th-TH themecpl.dll themeservice.dll themeui.dll ThirdPartyNoticesBySHS.txt threadpoolwinrt.dll thumbcache.dll ThumbnailExtractionHost.exe ti-et tier2punctuations.dll TieringEngineProxy.dll TieringEngineService.exe TileDataRepository.dll TimeBrokerClient.dll TimeBrokerServer.dll timedate.cpl TimeDateMUICallback.dll timeout.exe TimeSyncTask.dll tlscsp.dll TmInstall.log TmSysEvtEventTrackSM.log tmumh tokenbinding.dll TokenBroker.dll TokenBrokerCookies.exe TokenBrokerUI.dll tpm.msc TpmCertResources.dll tpmcompc.dll TpmCoreProvisioning.dll TpmInit.exe TpmTasks.dll 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 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 ttdwriter.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 umpnpmgr.dll umpo-overrides.dll umpo.dll umpoext.dll umpowmi.dll umrdp.dll unattend.dll unenrollhook.dll unimdm.tsp unimdmat.dll uniplat.dll Unistore.dll unlodctr.exe UNP untfs.dll UpdateAgent.dll updatecsp.dll updatehandlers.dll updatepolicy.dll upfc.exe UpgradeResultsUI.exe upnp.dll upnpcont.exe upnphost.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 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 usocore.dll usp10.dll ustprov.dll 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 vcamp110.dll vcamp110d.dll vcamp120.dll vcamp140.dll vcamp140d.dll VCardParser.dll vccorlib110.dll vccorlib110d.dll vccorlib120.dll vccorlib140.dll vccorlib140d.dll vcomp100.dll vcomp110.dll vcomp110d.dll vcomp120.dll vcomp140.dll vcomp140d.dll vcruntime140.dll vcruntime140d.dll vcruntime140_1.dll vcruntime140_clr0400.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 vid.dll vidcap.ax VideoHandlers.dll virtdisk.dll VmApplicationHealthMonitorProxy.dll vmbuspipe.dll vmdevicehost.dll vmictimeprovider.dll vmnetbridge.dll vmrdvcore.dll vmsif.dll vmsifproxystub.dll vnetinst.dll vnetlib64.dll VocabRoamingHandler.dll VoiceActivationManager.dll VoipRT.dll vpnike.dll vpnikeapi.dll VpnSohDesktop.dll VPNv2CSP.dll vrfcore.dll VscMgrPS.dll VSCover110.dll vscover150.dll VSD3DRefDebug.dll vsflex8n.ocx VsGraphicsHelper.dll vsjitdebugger.exe vsocklib.dll VSPerf110.dll VSPerf150.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 wcimage.dll wcmapi.dll wcmcsp.dll wcmsvc.dll WCN WcnApi.dll wcncsvc.dll WcnEapAuthProxy.dll WcnEapPeerProxy.dll WcnNetsh.dll wcnwiz.dll wc_storage.dll wdc.dll WdfCoInstaller01009.dll WdfCoInstaller01011.dll WDI wdi.dll wdigest.dll wdmaud.drv wdscore.dll WdsUnattendTemplate.xml WEB.rs webauthn.dll WebCache.exe 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 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 wificonnapi.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 WindowManagement.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.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.PAL.Desktop.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.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.Bluetooth.dll Windows.Internal.CapturePicker.Desktop.dll Windows.Internal.CapturePicker.dll Windows.Internal.Devices.Sensors.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.FilePickerExperienceMEM.dll Windows.Internal.ShellCommon.PrintExperience.dll windows.internal.shellcommon.shareexperience.dll windows.internal.shellcommon.ShellPosition.dll windows.internal.shellcommon.TokenBrokerModal.dll Windows.Internal.Signals.dll Windows.Internal.UI.BioEnrollment.ProxyStub.dll Windows.Internal.UI.Logon.ProxyStub.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.BackgroundMediaPlayback.dll Windows.Media.BackgroundPlayback.exe Windows.Media.Devices.dll Windows.Media.FaceAnalysis.dll Windows.Media.Import.dll Windows.Media.MediaControl.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.Speech.dll Windows.Media.Speech.UXRes.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.Search.UriHandler.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.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.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.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.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.ComposerFramework.dll WindowsInternal.ComposableShell.DesktopHosting.dll windowslivelogin.dll windowsperformancerecordercontrol.dll WindowsPowerShell WindowsSecurityIcon.png WindowsUpdateElevatedInstaller.exe 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 winjson.dll Winlangdb.dll winload.efi winload.exe winlogon.exe winlogonext.dll WinMetadata winml.dll winmm.dll winmmbase.dll winmsipc.dll WinMsoIrmProtector.dll winnlsres.dll winnsi.dll WinOpcIrmProtector.dll winquic.dll winresume.efi winresume.exe winrm winrm.cmd winrm.vbs winrnr.dll winrs.exe winrscmd.dll winrshost.exe winrsmgr.dll winrssrv.dll WinRtTracing.dll WinSAT.exe WinSATAPI.dll WinSCard.dll WinSetupUI.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 WMALFXGFXDSP.dll wmdrmsdk.dll wmi.dll wmiclnt.dll wmicmiplugin.dll wmidcom.dll WmiMgmt.msc wmiprop.dll wmitomi.dll WMPhoto.dll wmsgapi.dll WMSPDMOD.DLL wnvapi.dll WofTasks.dll WofUtil.dll WordBreakers.dll WorkFolders.exe WorkfoldersControl.dll WorkFoldersGPExt.dll WorkFoldersRes.dll WorkFoldersShell.dll workfolderssvc.dll wosc.dll wow64.dll wow64cpu.dll wow64win.dll wowreg32.exe WpAXHolder.dll wpbcreds.dll Wpc.dll WpcApi.dll WpcDesktopMonSvc.dll WpcMon.exe wpcmon.png WpcRefreshTask.dll WpcTok.exe WpcWebFilter.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 wscadminui.exe wscapi.dll wscinterop.dll wscisvif.dll WSClient.dll WSCollect.exe wscproxystub.dll wscript.exe wscsvc.dll wscui.cpl WSDApi.dll wsdchngr.dll WSDPrintProxy.DLL WSDScanProxy.dll wsecedit.dll wsepno.dll wshbth.dll wshcon.dll wshelper.dll wshext.dll wshhyperv.dll wship6.dll wshirda.dll wshom.ocx wshqos.dll wshrm.dll WSHTCPIP.DLL wshunix.dll wsl.exe wslapi.dll wslconfig.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 wuuhext.dll wuuhosdeployment.dll wvc.dll WwaApi.dll WwaExt.dll WWAHost.exe WWanAPI.dll wwancfg.dll wwanconn.dll WWanHC.dll wwanmm.dll Wwanpref.dll wwanprotdim.dll WwanRadioManager.dll wwansvc.dll wwapi.dll x3daudio1_0.dll x3daudio1_1.dll X3DAudio1_2.dll X3DAudio1_3.dll X3DAudio1_4.dll X3DAudio1_5.dll X3DAudio1_6.dll X3DAudio1_7.dll xactengine2_0.dll xactengine2_1.dll xactengine2_10.dll xactengine2_2.dll xactengine2_3.dll xactengine2_4.dll xactengine2_5.dll xactengine2_6.dll xactengine2_7.dll xactengine2_8.dll xactengine2_9.dll xactengine3_0.dll xactengine3_1.dll xactengine3_2.dll xactengine3_3.dll xactengine3_4.dll xactengine3_5.dll xactengine3_6.dll xactengine3_7.dll XamlTileRender.dll XAPOFX1_0.dll XAPOFX1_1.dll XAPOFX1_2.dll XAPOFX1_3.dll XAPOFX1_4.dll XAPOFX1_5.dll XAudio2_0.dll XAudio2_1.dll XAudio2_2.dll XAudio2_3.dll XAudio2_4.dll XAudio2_5.dll XAudio2_6.dll XAudio2_7.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_1.dll xinput1_2.dll xinput1_3.dll XInput1_4.dll XInput9_1_0.dll XInputUap.dll xmlfilter.dll xmllite.dll xmlprovi.dll xolehlp.dll XpsDocumentTargetPrint.dll XpsGdiConverter.dll XpsPrint.dll XpsRasterService.dll xpsservices.dll xwizard.dtd xwizard.exe xwizards.dll xwreg.dll xwtpdui.dll xwtpw32.dll zh-CN zh-TW zipcontainer.dll zipfldr.dll ztrace_maps.dll {3DA228BE-34DA-49f4-A081-66465B077429}
      /cygdrive/c/Windows: addins appcompat apppatch AppReadiness assembly bcastdvr bfsvc.exe BitLockerDiscoveryVolumeContents Boot bootstat.dat Branding CbsTemp CCM ccmcache ccmsetup cfgall.ini cfgwtp.ini Containers CSC Cursors debug diagnostics DigitalLocker DirectX.log dot3svc Downloaded Installations Downloaded Program Files DtcInstall.log eDrawingOfficeAutomator.INI EducationN.xml ELAMBKUP en-US EnterpriseN.xml explorer.exe FireEye Fonts GameBarPresenceWriter Globalization Help HelpPane.exe hh.exe IdentityCRL IME ImmersiveControlPanel INF InputMethod Installer L2Schemas LanguageOverlayCache LiveKernelReports Logs lsasetup.log media 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 ProfessionalEducationN.xml ProfessionalN.xml ProfessionalWorkstationN.xml Provisioning regedit.exe Registration RemotePackages rescache Resources SchCache schemas security ServiceProfiles ServiceState servicing Setup setupact.log setuperr.log ShellComponents ShellExperiences SKB SMSCFG.INI SoftwareDistribution SolidWorks Speech Speech_OneCore splwow64.exe symbols System system.ini System32 SystemApps SystemResources SysWOW64 TAPI Tasks Temp TextInput TmComm.log TMFilter.log tracing twain_32 twain_32.dll Vss WaaS Web win.ini WindowsShell.Manifest WindowsUpdate.log winhlp32.exe WinSxS write.exe
      /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 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-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 irda.mof irmon.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 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 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 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 WUAProvider.dll WUAProvider.mof WUAProvider_Uninstall.mof WUDFx.mof Wudfx02000.mof Wudfx02000Uninstall.mof WUDFxUninstall.mof xml xsl-mappings.xml xwizards.mof
      /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
      /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/NVIDIA Corporation/NVIDIA NvDLISR: GfeXCode64.dll nvdlisrwrapper.exe nvngx_dlisr.dll
      /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/NVIDIA Corporation/Nsight Compute 2020.3.0: docs EULA.txt extras host ncu-ui.bat ncu.bat nv-nsight-cu-cli.bat nv-nsight-cu.bat sections target
      /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn: Resources SqlLocalDB.exe
      /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps: CanonicalGroupLimited.Ubuntu20.04onWindows_79rhkp1fndgsc Microsoft.MicrosoftEdge_8wekyb3d8bbwe MicrosoftEdge.exe ubuntu2004.exe
      /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin: github github.bat
      /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib: debug impicxx.lib impicxxd.lib libmpi_ilp64.lib release
      /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric: bin
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin: cmake.exe cmcldeps.exe cpack.exe ctest.exe
      /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja: ninja.exe
      Warning accessing /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu gives errors: [Errno 2] No such file or directory: '/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu'
      Warning accessing /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin gives errors: [Errno 2] No such file or directory: '/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin'
      /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc: clangFEWrapper.dll iga64.dll igc64.dll igdfcl64.dll ocloc.exe ocloc64.dll ocloc64.lib ocloc_api.h opencl-clang64.dll SPIRVDLL.dll
    =============================================================================================
TESTING: configureExternalPackagesDir from config.framework(config/BuildSystem/config/framework.py:978)
    child config.utilities.macosFirewall 0.000006
          =============================================================================================
TESTING: configureDebuggers from config.utilities.debuggers(config/BuildSystem/config/utilities/debuggers.py:21)
  Find a default debugger and determine its arguments
Executing: uname -s
stdout: CYGWIN_NT-10.0
Checking for program /usr/local/bin/gdb...not found
Checking for program /usr/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/gdb...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/gdb...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/gdb...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/gdb...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/gdb...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/gdb...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/gdb...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/gdb...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/gdb...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/gdb...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/gdb...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/gdb...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/gdb...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/gdb...not found
Checking for program /usr/local/bin/dbx...not found
Checking for program /usr/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/dbx...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/dbx...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/dbx...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/dbx...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/dbx...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/dbx...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/dbx...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/dbx...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/dbx...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/dbx...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/dbx...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/dbx...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/dbx...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/dbx...not found
Executing: uname -s
stdout: CYGWIN_NT-10.0
            Defined make macro "DSYMUTIL" to "true"
Executing: uname -s
stdout: CYGWIN_NT-10.0
    child config.utilities.debuggers 1.668108
          =============================================================================================
TESTING: configureDirectories from PETSc.options.petscdir(config/PETSc/options/petscdir.py:23)
  Checks PETSC_DIR and sets if not set
          Version Information:
          #define PETSC_VERSION_RELEASE    0
          #define PETSC_VERSION_MAJOR      3
          #define PETSC_VERSION_MINOR      15
          #define PETSC_VERSION_SUBMINOR   0
          #define PETSC_VERSION_PATCH      0
          #define PETSC_VERSION_DATE       "Apr 14, 2021"
          #define PETSC_VERSION_GIT        "v3.15.0-162-g4982446"
          #define PETSC_VERSION_DATE_GIT   "2021-04-13 12:52:20 +0000"
          #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 0.079733
          =============================================================================================
TESTING: getDatafilespath from PETSc.options.dataFilesPath(config/PETSc/options/dataFilesPath.py:29)
  Checks what DATAFILESPATH should be
    child PETSc.options.dataFilesPath 0.019330
          =============================================================================================
TESTING: configureGit from config.sourceControl(config/BuildSystem/config/sourceControl.py:24)
  Find the Git executable
Checking for program /usr/local/bin/git...not found
Checking for program /usr/bin/git...found
              Defined make macro "GIT" to "git"
Executing: git --version
stdout: git version 2.31.1
          =============================================================================================
TESTING: configureMercurial from config.sourceControl(config/BuildSystem/config/sourceControl.py:35)
  Find the Mercurial executable
Checking for program /usr/local/bin/hg...not found
Checking for program /usr/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/hg...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/hg...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/hg...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/hg...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/hg...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/hg...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/hg...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/hg...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/hg...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/hg...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/hg...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/hg...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/hg...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/hg...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/hg...not found
    child config.sourceControl 0.868171
          =============================================================================================
TESTING: configureInstallationMethod from PETSc.options.petscclone(config/PETSc/options/petscclone.py:20)
          This is a tarball installation
    child PETSc.options.petscclone 0.017068
          =============================================================================================
TESTING: setNativeArchitecture from PETSc.options.arch(config/PETSc/options/arch.py:31)
          =============================================================================================
TESTING: configureArchitecture from PETSc.options.arch(config/PETSc/options/arch.py:43)
  Checks PETSC_ARCH and sets if not set
        No previous hashfile found
          Setting hashfile: petsc-dev_win64_impi_vs2017/lib/petsc/conf/configure-hash
          Deleting configure hash file: petsc-dev_win64_impi_vs2017/lib/petsc/conf/configure-hash
          Unable to delete configure hash file: petsc-dev_win64_impi_vs2017/lib/petsc/conf/configure-hash
    child PETSc.options.arch 0.396512
          =============================================================================================
TESTING: setInstallDir from PETSc.options.installDir(config/PETSc/options/installDir.py:39)
   setup installDir to either prefix or if that is not set to PETSC_DIR/PETSC_ARCH
            Defined make macro "PREFIXDIR" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017"
          =============================================================================================
TESTING: saveReconfigure from PETSc.options.installDir(config/PETSc/options/installDir.py:85)
          =============================================================================================
TESTING: cleanConfDir from PETSc.options.installDir(config/PETSc/options/installDir.py:78)
          =============================================================================================
TESTING: configureInstallDir from PETSc.options.installDir(config/PETSc/options/installDir.py:62)
  Makes  installDir subdirectories if it does not exist for both prefix install location and PETSc work install location
          Changed persistence directory to /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib/petsc/conf
          =============================================================================================
TESTING: restoreReconfigure from PETSc.options.installDir(config/PETSc/options/installDir.py:98)
    child PETSc.options.installDir 0.073368
          =============================================================================================
TESTING: setExternalPackagesDir from PETSc.options.externalpackagesdir(config/PETSc/options/externalpackagesdir.py:15)
          =============================================================================================
TESTING: cleanExternalpackagesDir from PETSc.options.externalpackagesdir(config/PETSc/options/externalpackagesdir.py:22)
    child PETSc.options.externalpackagesdir 0.011472
          =============================================================================================
TESTING: configureCLanguage from PETSc.options.languages(config/PETSc/options/languages.py:27)
  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 0.019318
          =============================================================================================
TESTING: resetEnvCompilers from config.setCompilers(config/BuildSystem/config/setCompilers.py:1957)
          =============================================================================================
TESTING: checkEnvCompilers from config.setCompilers(config/BuildSystem/config/setCompilers.py:1987)
          =============================================================================================
TESTING: checkMPICompilerOverride from config.setCompilers(config/BuildSystem/config/setCompilers.py:1927)
  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(config/BuildSystem/config/setCompilers.py:1948)
  OpenMPI wrappers require LD_LIBRARY_PATH set
          =============================================================================================
TESTING: checkInitialFlags from config.setCompilers(config/BuildSystem/config/setCompilers.py:526)
  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 SYCLCXXFLAGS to 
          Initialized SYCLCXXFLAGS to 
          Initialized LDFLAGS 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 -Wno-deprecated-gpu-targets
          Initialized CXXPPFLAGS to 
          Initialized HIPPPFLAGS to -Wno-deprecated-gpu-targets
          Initialized SYCLPPFLAGS to -Wno-deprecated-gpu-targets
          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 SYCLCXX_LINKER_FLAGS to []
          Initialized sharedLibraryFlags to []
          Initialized dynamicLibraryFlags to []
          =============================================================================================
TESTING: checkCCompiler from config.setCompilers(config/BuildSystem/config/setCompilers.py:701)
  Locate a functional C compiler
Checking for program /usr/local/bin/win32fe...not found
Checking for program /usr/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/win32fe...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/win32fe...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/win32fe...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/win32fe...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/win32fe...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/win32fe...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "CC" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/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'Linker output before filtering:
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'
:
Linker output after filtering:
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib':
======== Checking running linked program
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
Testing executable /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe to see if it can be run
Executing: /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe
Running Executable with threads to time it out at 60
Executing: /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl --version
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64
          =============================================================================================
TESTING: checkCPreprocessor from config.setCompilers(config/BuildSystem/config/setCompilers.py:740)
  Locate a functional C preprocessor
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "CPP" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E"
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <stdlib.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          =============================================================================================
TESTING: checkCUDACompiler from config.setCompilers(config/BuildSystem/config/setCompilers.py:776)
  Locate a functional CUDA compiler
Checking for program /usr/local/bin/nvcc...not found
Checking for program /usr/bin/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/nvcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/nvcc...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/nvcc...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/nvcc...found
              Defined make macro "CUDAC" to "nvcc"
===== Checking compiler
Executing: nvcc -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -Wno-deprecated-gpu-targets /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cu 
stdout: conftest.cu
Possible ERROR while running compiler: exit code 2
stdout:
conftest.custderr:
c1xx: fatal error C1083: Cannot open source file: 'E:/tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cu': No such file or directory
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
          Error testing CUDA compiler: Cannot compile CUDA with nvcc.
            Deleting "CUDAC"
Checking for program /Developer/NVIDIA/CUDA-6.5/bin/nvcc...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/nvcc...not found
  Unable to find programs ['nvcc'] providing listing of the specific search path
      Warning accessing /Developer/NVIDIA/CUDA-6.5/bin gives errors: can only concatenate str (not "builtin_function_or_method") to str
Checking for program /usr/local/cuda/bin/nvcc...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/nvcc...not found
  Unable to find programs ['nvcc'] providing listing of the specific search path
      Warning accessing /usr/local/cuda/bin gives errors: can only concatenate str (not "builtin_function_or_method") to str
          =============================================================================================
TESTING: checkCUDAPreprocessor from config.setCompilers(config/BuildSystem/config/setCompilers.py:816)
  Locate a functional CUDA preprocessor
          =============================================================================================
TESTING: checkHIPCompiler from config.setCompilers(config/BuildSystem/config/setCompilers.py:850)
  Locate a functional HIP compiler
Checking for program /usr/local/bin/hipcc...not found
Checking for program /usr/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/hipcc...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/hipcc...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/hipcc...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/hipcc...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/hipcc...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/hipcc...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/hipcc...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/hipcc...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/hipcc...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/hipcc...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/hipcc...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/hipcc...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/hipcc...not found
Checking for program /usr/local/bin/opt/rocm/bin/hipcc...not found
Checking for program /usr/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/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/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/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/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/opt/rocm/bin/hipcc...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/opt/rocm/bin/hipcc...not found
          =============================================================================================
TESTING: checkHIPPreprocessor from config.setCompilers(config/BuildSystem/config/setCompilers.py:886)
   Placeholder for now 
          =============================================================================================
TESTING: checkSYCLCompiler from config.setCompilers(config/BuildSystem/config/setCompilers.py:907)
  Locate a functional SYCL compiler
          =============================================================================================
TESTING: checkSYCLPreprocessor from config.setCompilers(config/BuildSystem/config/setCompilers.py:933)
   Placeholder for now 
          =============================================================================================
TESTING: checkCxxCompiler from config.setCompilers(config/BuildSystem/config/setCompilers.py:1020)
  Locate a functional Cxx compiler
Checking for program /usr/local/bin/win32fe...not found
Checking for program /usr/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/win32fe...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/win32fe...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/win32fe...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/win32fe...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/win32fe...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/win32fe...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "CXX" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/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'Linker output before filtering:
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'
:
Linker output after filtering:
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib':
======== Checking running linked program
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
Testing executable /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe to see if it can be run
Executing: /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe
Running Executable with threads to time it out at 60
Executing: /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl --version
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64
          =============================================================================================
TESTING: checkCxxPreprocessor from config.setCompilers(config/BuildSystem/config/setCompilers.py:1061)
  Locate a functional Cxx preprocessor
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "CXXPP" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E"
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <cstdlib>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          =============================================================================================
TESTING: checkFortranCompiler from config.setCompilers(config/BuildSystem/config/setCompilers.py:1160)
  Locate a functional Fortran compiler
Checking for program /usr/local/bin/win32fe...not found
Checking for program /usr/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/win32fe...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/win32fe...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/win32fe...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/win32fe...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/win32fe...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/win32fe...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/win32fe...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/win32fe...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/win32fe...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "FC" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o  -lpetsc-ufod4vtr9mqHvKIQiVAm
stdout:
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:
ipo: error #11018: Cannot open libpetsc-ufod4vtr9mqHvKIQiVAm.lib
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'Linker output before filtering:
ipo: error #11018: Cannot open libpetsc-ufod4vtr9mqHvKIQiVAm.lib
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'
:
Linker output after filtering:
ipo: error #11018: Cannot open libpetsc-ufod4vtr9mqHvKIQiVAm.lib
LINK : fatal error LNK1181: cannot open input file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib':
======== Checking running linked program
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
Testing executable /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe to see if it can be run
Executing: /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe
Running Executable with threads to time it out at 60
Executing: /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort --version
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.2.0 Build 20210228_000000
          =============================================================================================
TESTING: checkFortranPreprocessor from config.setCompilers(config/BuildSystem/config/setCompilers.py:1197)
  Locate a functional Fortran preprocessor
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "FPP" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -E"
            Deleting "FPP"
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "FPP" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort --use cpp32"
            Deleting "FPP"
          =============================================================================================
TESTING: checkFortranComments from config.setCompilers(config/BuildSystem/config/setCompilers.py:1219)
  Make sure fortran comment "!" works
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main
! comment

      end
          Fortran comments can use ! in column 1
          =============================================================================================
TESTING: checkLargeFileIO from config.setCompilers(config/BuildSystem/config/setCompilers.py:1366)
          =============================================================================================
TESTING: checkArchiver from config.setCompilers(config/BuildSystem/config/setCompilers.py:1465)
  Check that the archiver exists and can make a library usable by the compiler
Executing: ar -V
stdout:
GNU ar (GNU Binutils) 2.36.1
Copyright (C) 2021 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.36.1
Copyright (C) 2021 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"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/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 /usr/local/bin/ar...not found
Checking for program /usr/bin/ar...found
              Defined make macro "AR" to "/usr/bin/ar"
Checking for program /usr/local/bin/ranlib...not found
Checking for program /usr/bin/ranlib...found
              Defined make macro "RANLIB" to "/usr/bin/ranlib -c"
Executing: /usr/bin/ar cr /tmp/petsc-n3d4q6b0/config.setCompilers/libconf1.a /tmp/petsc-n3d4q6b0/config.setCompilers/conf1.o
Executing: /usr/bin/ranlib -c /tmp/petsc-n3d4q6b0/config.setCompilers/libconf1.a
Possible ERROR while running ranlib:
stderr:
/usr/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.36.1
Copyright (C) 2021 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.36.1
Copyright (C) 2021 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"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/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 /usr/local/bin/ar...not found
Checking for program /usr/bin/ar...found
              Defined make macro "AR" to "/usr/bin/ar"
Checking for program /usr/local/bin/ranlib...not found
Checking for program /usr/bin/ranlib...found
              Defined make macro "RANLIB" to "/usr/bin/ranlib"
Executing: /usr/bin/ar cr /tmp/petsc-n3d4q6b0/config.setCompilers/libconf1.a /tmp/petsc-n3d4q6b0/config.setCompilers/conf1.o
Executing: /usr/bin/ranlib /tmp/petsc-n3d4q6b0/config.setCompilers/libconf1.a
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
extern int foo(int);

int main() {
  int b = foo(1);  if (b);
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -L/tmp/petsc-n3d4q6b0/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'Linker output before filtering:
LINK : fatal error LNK1181: cannot open input file 'libconf1.lib'
:
Linker output after filtering:
LINK : fatal error LNK1181: cannot open input file 'libconf1.lib':
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
extern int foo(int);

int main() {
  int b = foo(1);  if (b);
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -L/tmp/petsc-n3d4q6b0/config.setCompilers -lconf1 
            Defined make macro "AR_FLAGS" to "cr"
            Defined make macro "AR_LIB_SUFFIX" to "lib"
          =============================================================================================
TESTING: checkArchiverRecipeArgfile from config.setCompilers(config/BuildSystem/config/setCompilers.py:1529)
  Checks if AR handles @ notation
Executing: /usr/bin/ar cr checkRecipeArgfile.lib @checkRecipeArgfile.args
            Defined make macro "AR_ARGFILE" to "yes"
          =============================================================================================
TESTING: checkSharedLinker from config.setCompilers(config/BuildSystem/config/setCompilers.py:1609)
  Check that the linker can produce shared libraries
Executing: uname -s
stdout: CYGWIN_NT-10.0
          Checking shared linker /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "LD_SHARED" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM

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/e/wtay/Downloads/Source_codes/petsc-main/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 likly not an MPI compiler
          Trying C compiler flag -PIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -PIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
          Trying C compiler flag -fPIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -fPIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
          Trying C compiler flag -KPIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -KPIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
          Trying C compiler flag -qpic
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -qpic   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
          Trying C compiler flag 
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers     /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with   
conftest.c
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -shared   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-shared'
Linker output before filtering:
cl : Command line warning D9002 : ignoring unknown option '-shared'
:
Linker output after filtering:
cl : Command line warning D9002 : ignoring unknown option '-shared':
            Rejecting C linker flag -shared due to 
cl : Command line warning D9002 : ignoring unknown option '-shared'
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/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;
void  foo(void){
  fprintf_ptr(stdout,"hello");
  return;
}
void bar(void){foo();}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/libconftest.so    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: LINK : fatal error LNK1561: entry point must be defined
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1561: entry point must be definedLinker output before filtering:
LINK : fatal error LNK1561: entry point must be defined
:
Linker output after filtering:
LINK : fatal error LNK1561: entry point must be defined:
          Rejected C compiler flag  because it was not compatible with shared linker /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
            Deleting "LD_SHARED"
          Checking shared linker /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-dynamic']
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "LD_SHARED" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM

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/e/wtay/Downloads/Source_codes/petsc-main/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 likly not an MPI compiler
          Trying C compiler flag -PIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -PIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-dynamic']
          Trying C compiler flag -fPIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -fPIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-dynamic']
          Trying C compiler flag -KPIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -KPIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-dynamic']
          Trying C compiler flag -qpic
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -qpic   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-dynamic']
          Trying C compiler flag 
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers     /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with   
conftest.c
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -dynamic   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-dynamic'
Linker output before filtering:
cl : Command line warning D9002 : ignoring unknown option '-dynamic'
:
Linker output after filtering:
cl : Command line warning D9002 : ignoring unknown option '-dynamic':
            Rejecting C linker flag -dynamic due to 
cl : Command line warning D9002 : ignoring unknown option '-dynamic'
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/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;
void  foo(void){
  fprintf_ptr(stdout,"hello");
  return;
}
void bar(void){foo();}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/libconftest.so    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: LINK : fatal error LNK1561: entry point must be defined
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1561: entry point must be definedLinker output before filtering:
LINK : fatal error LNK1561: entry point must be defined
:
Linker output after filtering:
LINK : fatal error LNK1561: entry point must be defined:
          Rejected C compiler flag  because it was not compatible with shared linker /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-dynamic']
            Deleting "LD_SHARED"
          Checking shared linker /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-qmkshrobj']
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "LD_SHARED" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM

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/e/wtay/Downloads/Source_codes/petsc-main/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 likly not an MPI compiler
          Trying C compiler flag -PIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -PIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-qmkshrobj']
          Trying C compiler flag -fPIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -fPIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-qmkshrobj']
          Trying C compiler flag -KPIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -KPIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-qmkshrobj']
          Trying C compiler flag -qpic
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -qpic   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-qmkshrobj']
          Trying C compiler flag 
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers     /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with   
conftest.c
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -qmkshrobj   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-qmkshrobj'
Linker output before filtering:
cl : Command line warning D9002 : ignoring unknown option '-qmkshrobj'
:
Linker output after filtering:
cl : Command line warning D9002 : ignoring unknown option '-qmkshrobj':
            Rejecting C linker flag -qmkshrobj due to 
cl : Command line warning D9002 : ignoring unknown option '-qmkshrobj'
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/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;
void  foo(void){
  fprintf_ptr(stdout,"hello");
  return;
}
void bar(void){foo();}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/libconftest.so    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: LINK : fatal error LNK1561: entry point must be defined
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1561: entry point must be definedLinker output before filtering:
LINK : fatal error LNK1561: entry point must be defined
:
Linker output after filtering:
LINK : fatal error LNK1561: entry point must be defined:
          Rejected C compiler flag  because it was not compatible with shared linker /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-qmkshrobj']
            Deleting "LD_SHARED"
          Checking shared linker /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "LD_SHARED" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM

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/e/wtay/Downloads/Source_codes/petsc-main/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 likly not an MPI compiler
          Trying C compiler flag -PIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -PIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
          Trying C compiler flag -fPIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -fPIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
          Trying C compiler flag -KPIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -KPIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
          Trying C compiler flag -qpic
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -qpic   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
          Trying C compiler flag 
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers     /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with   
conftest.c
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -shared   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-shared'
Linker output before filtering:
cl : Command line warning D9002 : ignoring unknown option '-shared'
:
Linker output after filtering:
cl : Command line warning D9002 : ignoring unknown option '-shared':
            Rejecting C linker flag -shared due to 
cl : Command line warning D9002 : ignoring unknown option '-shared'
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/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;
void __declspec(dllexport)  foo(void){
  fprintf_ptr(stdout,"hello");
  return;
}
void bar(void){foo();}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/libconftest.dll    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout:
Creating library C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.lib and object C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.exp
LINK : fatal error LNK1561: entry point must be defined
Possible ERROR while running linker: exit code 2
stdout:
Creating library C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.lib and object C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.exp
LINK : fatal error LNK1561: entry point must be definedLinker output before filtering:
Creating library C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.lib and object C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.exp
LINK : fatal error LNK1561: entry point must be defined
:
Linker output after filtering:
LINK : fatal error LNK1561: entry point must be defined:
          Rejected C compiler flag  because it was not compatible with shared linker /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-shared']
            Deleting "LD_SHARED"
          Checking shared linker /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-LD']
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe...found
              Defined make macro "LD_SHARED" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM

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/e/wtay/Downloads/Source_codes/petsc-main/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 likly not an MPI compiler
          Trying C compiler flag -PIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -PIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-LD']
          Trying C compiler flag -fPIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -fPIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-LD']
          Trying C compiler flag -KPIC
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -KPIC   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-LD']
          Trying C compiler flag -qpic
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -qpic   /tmp/petsc-n3d4q6b0/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() {
;
  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 /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl using flags ['-LD']
          Trying C compiler flag 
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers     /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with   
conftest.c
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -LD   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
            Valid C linker flag -LD
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/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;
void __declspec(dllexport)  foo(void){
  fprintf_ptr(stdout,"hello");
  return;
}
void bar(void){foo();}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/libconftest.dll  -LD  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: Creating library C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.lib and object C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.exp
Linker output before filtering:
Creating library C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.lib and object C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.exp
:
Linker output after filtering:
:
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
__declspec(dllimport) int foo(void);

int main() {
int ret = foo();
if (ret) {}
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o  -L/tmp/petsc-n3d4q6b0/config.setCompilers -lconftest
          Using shared linker /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl with flags ['-LD'] and library extension dll
Executing: uname -s
stdout: CYGWIN_NT-10.0
Executing: uname -s
stdout: CYGWIN_NT-10.0
Detected Cygwin
          =============================================================================================
TESTING: checkLinkerWindows from config.setCompilers(config/BuildSystem/config/setCompilers.py:1704)
  Turns off linker warning about unknown .o files extension
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -Qwd10161   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Linker output before filtering:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
:
Linker output after filtering:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161':
            Rejecting C linker flag -Qwd10161 due to 
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -Qwd10161   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
Linker output before filtering:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
:
Linker output after filtering:
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161':
            Rejecting Cxx linker flag -Qwd10161 due to 
cl : Command line warning D9002 : ignoring unknown option '-Qwd10161'
          =============================================================================================
TESTING: checkPIC from config.setCompilers(config/BuildSystem/config/setCompilers.py:1309)
  Determine the PIC option for each compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM

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/e/wtay/Downloads/Source_codes/petsc-main/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 likly not an MPI compiler
          Trying Cxx compiler flag -PIC for PIC code
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   -PIC   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-PIC'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -PIC 
cl : Command line warning D9002 : ignoring unknown option '-PIC'
conftest.cc
              Rejecting compiler flag -PIC  due to 
cl : Command line warning D9002 : ignoring unknown option '-PIC'
conftest.cc
          Rejected Cxx compiler flag -PIC because shared linker cannot handle it
          Trying Cxx compiler flag -fPIC for PIC code
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   -fPIC   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-fPIC'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -fPIC 
cl : Command line warning D9002 : ignoring unknown option '-fPIC'
conftest.cc
              Rejecting compiler flag -fPIC  due to 
cl : Command line warning D9002 : ignoring unknown option '-fPIC'
conftest.cc
          Rejected Cxx compiler flag -fPIC because shared linker cannot handle it
          Trying Cxx compiler flag -KPIC for PIC code
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   -KPIC   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-KPIC'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -KPIC 
cl : Command line warning D9002 : ignoring unknown option '-KPIC'
conftest.cc
              Rejecting compiler flag -KPIC  due to 
cl : Command line warning D9002 : ignoring unknown option '-KPIC'
conftest.cc
          Rejected Cxx compiler flag -KPIC because shared linker cannot handle it
          Trying Cxx compiler flag -qpic for PIC code
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   -qpic   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-qpic'
conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -qpic 
cl : Command line warning D9002 : ignoring unknown option '-qpic'
conftest.cc
              Rejecting compiler flag -qpic  due to 
cl : Command line warning D9002 : ignoring unknown option '-qpic'
conftest.cc
          Rejected Cxx compiler flag -qpic because shared linker cannot handle it
          Trying Cxx for PIC code without any compiler flag
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers      /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with   
conftest.cc
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
int (*fprintf_ptr)(FILE*,const char*,...) = fprintf;
void  foo(void){
  fprintf_ptr(stdout,"hello");
  return;
}
void bar(void){foo();}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/libconftest.dll  -LD  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
          Accepted Cxx PIC code without compiler flag
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM

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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -show
stdout: ifort: command line error: no files specified; for help type "ifort /help"
            Skipping checking MPI compiler command for PIC flag since MPI compiler -show causes an exception so is likly not an MPI compiler
          Trying FC compiler flag -PIC for PIC code
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -PIC   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
stdout: ifort: command line warning #10006: ignoring unknown option '/PIC'
Successful compile:
Source:
      program main

      end
              Output from compiling with  -PIC 
ifort: command line warning #10006: ignoring unknown option '/PIC'
              Rejecting compiler flag -PIC  due to 
ifort: command line warning #10006: ignoring unknown option '/PIC'
          Rejected FC compiler flag -PIC because shared linker cannot handle it
          Trying FC compiler flag -fPIC for PIC code
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -fPIC   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
stdout: ifort: command line warning #10006: ignoring unknown option '/fPIC'
Successful compile:
Source:
      program main

      end
              Output from compiling with  -fPIC 
ifort: command line warning #10006: ignoring unknown option '/fPIC'
              Rejecting compiler flag -fPIC  due to 
ifort: command line warning #10006: ignoring unknown option '/fPIC'
          Rejected FC compiler flag -fPIC because shared linker cannot handle it
          Trying FC compiler flag -KPIC for PIC code
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -KPIC   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
stdout: ifort: command line warning #10006: ignoring unknown option '/KPIC'
Successful compile:
Source:
      program main

      end
              Output from compiling with  -KPIC 
ifort: command line warning #10006: ignoring unknown option '/KPIC'
              Rejecting compiler flag -KPIC  due to 
ifort: command line warning #10006: ignoring unknown option '/KPIC'
          Rejected FC compiler flag -KPIC because shared linker cannot handle it
          Trying FC compiler flag -qpic for PIC code
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -qpic   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
stdout: ifort: command line warning #10006: ignoring unknown option '/qpic'
Successful compile:
Source:
      program main

      end
              Output from compiling with  -qpic 
ifort: command line warning #10006: ignoring unknown option '/qpic'
              Rejecting compiler flag -qpic  due to 
ifort: command line warning #10006: ignoring unknown option '/qpic'
          Rejected FC compiler flag -qpic because shared linker cannot handle it
          Trying FC for PIC code without any compiler flag
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers     /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
              Output from compiling with   

===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      function foo(a)
      real:: a,x,bar
      common /xx/ x
      x=a
      foo = bar(x)
      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/libconftest.dll  -LD  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol BAR referenced in function FOO
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.dll : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol BAR referenced in function FOO
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.dll : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol BAR referenced in function FOO
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.dll : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol BAR referenced in function FOO
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\libconftest.dll : fatal error LNK1120: 1 unresolved externals:
          Rejected FC compiler flag  because shared linker cannot handle it
          =============================================================================================
TESTING: checkSharedLinkerPaths from config.setCompilers(config/BuildSystem/config/setCompilers.py:1722)
  Determine the shared linker path options
       - IRIX: -rpath
       - Linux, OSF: -Wl,-rpath,
       - Solaris: -R
       - FreeBSD: -Wl,-R,
Executing: uname -s
stdout: CYGWIN_NT-10.0
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'            Rejecting linker flag -Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to nonzero status from link
Linker output before filtering:
cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
:
Linker output after filtering:
cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main':
          Rejected C linker flag -Wl,-rpath,
          Trying C linker flag -R
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
Linker output before filtering:
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
:
Linker output after filtering:
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main':
            Rejecting C linker flag -R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to 
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
          Rejected C linker flag -R
          Trying C linker flag -rpath 
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -rpath /cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-rpath'
cl : Command line warning D9024 : unrecognized source file type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main', object file assumed
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-rpath'
cl : Command line warning D9024 : unrecognized source file type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main', object file assumed
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'            Rejecting linker flag -rpath /cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to nonzero status from link
Linker output before filtering:
cl : Command line warning D9002 : ignoring unknown option '-rpath'
cl : Command line warning D9024 : unrecognized source file type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main', object file assumed
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'
:
Linker output after filtering:
cl : Command line warning D9002 : ignoring unknown option '-rpath'
cl : Command line warning D9024 : unrecognized source file type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main', object file assumed
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj':
            Rejecting C linker flag -rpath /cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to 
cl : Command line warning D9002 : ignoring unknown option '-rpath'
cl : Command line warning D9024 : unrecognized source file type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main', object file assumed
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'
          Rejected C linker flag -rpath 
          Trying C linker flag -Wl,-R,
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line error D8021 : invalid numeric argument '/Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line error D8021 : invalid numeric argument '/Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'            Rejecting linker flag -Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to nonzero status from link
Linker output before filtering:
cl : Command line error D8021 : invalid numeric argument '/Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
:
Linker output after filtering:
cl : Command line error D8021 : invalid numeric argument '/Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main':
          Rejected C linker flag -Wl,-R,
Executing: uname -s
stdout: CYGWIN_NT-10.0
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'            Rejecting linker flag -Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to nonzero status from link
Linker output before filtering:
cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
:
Linker output after filtering:
cl : Command line error D8021 : invalid numeric argument '/Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main':
          Rejected Cxx linker flag -Wl,-rpath,
          Trying Cxx linker flag -R
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
Linker output before filtering:
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
:
Linker output after filtering:
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main':
            Rejecting Cxx linker flag -R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to 
cl : Command line warning D9002 : ignoring unknown option '-R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
          Rejected Cxx linker flag -R
          Trying Cxx linker flag -rpath 
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -rpath /cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-rpath'
cl : Command line warning D9024 : unrecognized source file type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main', object file assumed
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-rpath'
cl : Command line warning D9024 : unrecognized source file type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main', object file assumed
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'            Rejecting linker flag -rpath /cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to nonzero status from link
Linker output before filtering:
cl : Command line warning D9002 : ignoring unknown option '-rpath'
cl : Command line warning D9024 : unrecognized source file type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main', object file assumed
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'
:
Linker output after filtering:
cl : Command line warning D9002 : ignoring unknown option '-rpath'
cl : Command line warning D9024 : unrecognized source file type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main', object file assumed
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj':
            Rejecting Cxx linker flag -rpath /cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to 
cl : Command line warning D9002 : ignoring unknown option '-rpath'
cl : Command line warning D9024 : unrecognized source file type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main', object file assumed
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'
          Rejected Cxx linker flag -rpath 
          Trying Cxx linker flag -Wl,-R,
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: cl : Command line error D8021 : invalid numeric argument '/Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
Possible ERROR while running linker: exit code 2
stdout:
cl : Command line error D8021 : invalid numeric argument '/Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'            Rejecting linker flag -Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to nonzero status from link
Linker output before filtering:
cl : Command line error D8021 : invalid numeric argument '/Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
:
Linker output after filtering:
cl : Command line error D8021 : invalid numeric argument '/Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main':
          Rejected Cxx linker flag -Wl,-R,
Executing: uname -s
stdout: CYGWIN_NT-10.0
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: ifort: command line warning #10157: ignoring option '/W'; argument is of wrong type
Linker output before filtering:
ifort: command line warning #10157: ignoring option '/W'; argument is of wrong type
:
Linker output after filtering:
ifort: command line warning #10157: ignoring option '/W'; argument is of wrong type:
            Rejecting FC linker flag -Wl,-rpath,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to 
ifort: command line warning #10157: ignoring option '/W'; argument is of wrong type
          Rejected FC linker flag -Wl,-rpath,
          Trying FC linker flag -R
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
Linker output before filtering:
ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
:
Linker output after filtering:
ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main':
            Rejecting FC linker flag -R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to 
ifort: command line warning #10006: ignoring unknown option '/R/cygdrive/e/wtay/Downloads/Source_codes/petsc-main'
          Rejected FC linker flag -R
          Trying FC linker flag -rpath 
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -rpath /cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout:
ifort: command line warning #10006: ignoring unknown option '/rpath'
ifort: command line warning #10161: unrecognized source type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main'; object file assumed
ipo: error #11018: Cannot open E:\wtay\DOWNLO~1\SOURCE~1\petsc-main
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'
Possible ERROR while running linker: exit code 157
stdout:
ifort: command line warning #10006: ignoring unknown option '/rpath'
ifort: command line warning #10161: unrecognized source type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main'; object file assumed
ipo: error #11018: Cannot open E:\wtay\DOWNLO~1\SOURCE~1\petsc-main
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'            Rejecting linker flag -rpath /cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to nonzero status from link
Linker output before filtering:
ifort: command line warning #10006: ignoring unknown option '/rpath'
ifort: command line warning #10161: unrecognized source type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main'; object file assumed
ipo: error #11018: Cannot open E:\wtay\DOWNLO~1\SOURCE~1\petsc-main
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'
:
Linker output after filtering:
ifort: command line warning #10006: ignoring unknown option '/rpath'
ifort: command line warning #10161: unrecognized source type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main'; object file assumed
ipo: error #11018: Cannot open E:\wtay\DOWNLO~1\SOURCE~1\petsc-main
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj':
            Rejecting FC linker flag -rpath /cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to 
ifort: command line warning #10006: ignoring unknown option '/rpath'
ifort: command line warning #10161: unrecognized source type 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main'; object file assumed
ipo: error #11018: Cannot open E:\wtay\DOWNLO~1\SOURCE~1\petsc-main
LINK : fatal error LNK1181: cannot open input file 'E:\wtay\DOWNLO~1\SOURCE~1\petsc-main.obj'
          Rejected FC linker flag -rpath 
          Trying FC linker flag -Wl,-R,
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe  -Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
stdout: ifort: command line warning #10157: ignoring option '/W'; argument is of wrong type
Linker output before filtering:
ifort: command line warning #10157: ignoring option '/W'; argument is of wrong type
:
Linker output after filtering:
ifort: command line warning #10157: ignoring option '/W'; argument is of wrong type:
            Rejecting FC linker flag -Wl,-R,/cygdrive/e/wtay/Downloads/Source_codes/petsc-main due to 
ifort: command line warning #10157: ignoring option '/W'; argument is of wrong type
          Rejected FC linker flag -Wl,-R,
          =============================================================================================
TESTING: checkLibC from config.setCompilers(config/BuildSystem/config/setCompilers.py:1761)
  Test whether we need to explicitly include libc in shared linking
       - Mac OSX requires an explicit reference to libc for shared linking
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdlib.h> 
int foo(void) {void *chunk = malloc(31); free(chunk); return 0;}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/libconftest.dll  -LD  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o 
          Shared linking does not require an explicit libc reference
          =============================================================================================
TESTING: checkDynamicLinker from config.setCompilers(config/BuildSystem/config/setCompilers.py:1807)
  Check that the linker can dynamicaly load shared libraries
Checking for header: dlfcn.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <dlfcn.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers  /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'dlfcn.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"




#line 6 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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: output from config.setCompilers(config/BuildSystem/config/setCompilers.py:1856)
  Output module data as defines and substitutions
            Substituting "CC" with "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
            Substituting "CFLAGS" with ""
            Defined make macro "CC_LINKER_SLFLAG" to "-L"
            Substituting "CPP" with "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E"
            Substituting "CPPFLAGS" with ""
            Substituting "CXX" with "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
            Substituting "CXX_CXXFLAGS" with ""
            Substituting "CXXFLAGS" with ""
            Substituting "CXX_LINKER_SLFLAG" with "-L"
            Substituting "CXXPP" with "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E"
            Substituting "CXXPPFLAGS" with ""
            Substituting "FC" with "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort"
            Substituting "FFLAGS" with ""
            Defined make macro "FC_LINKER_SLFLAG" to "-L"
            Substituting "LDFLAGS" with ""
            Substituting "LIBS" with ""
            Substituting "SHARED_LIBRARY_FLAG" with "-LD"
    child config.setCompilers 165.181243
          =============================================================================================
TESTING: configureIndexSize from PETSc.options.indexTypes(config/PETSc/options/indexTypes.py:39)
            Defined make macro "PETSC_INDEX_SIZE" to "32"
    child PETSc.options.indexTypes 0.011233
          =============================================================================================
TESTING: configureCompilerFlags from config.compilerFlags(config/BuildSystem/config/compilerFlags.py:82)
  Get the default compiler flags
              Defined make macro "C_VERSION" to "Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64"
                Defined make macro "MPICC_SHOW" to "Unavailable"
          Trying C compiler flag -MD
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -MD 
conftest.c
Added C compiler flag -MD
          Trying C compiler flag -wd4996
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -wd4996   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -MD -wd4996 
conftest.c
Added C compiler flag -wd4996
                Defined make macro "MPICC_SHOW" to "Unavailable"
          Trying C compiler flag -Z7
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -MD -wd4996 -Z7 
conftest.c
Added C compiler flag -Z7
              Defined make macro "Cxx_VERSION" to "Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64"
                Defined make macro "MPICXX_SHOW" to "Unavailable"
          Trying Cxx compiler flag -MD
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -MD 
conftest.cc
Added Cxx compiler flag -MD
          Trying Cxx compiler flag -GR
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -GR    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -MD -GR 
conftest.cc
Added Cxx compiler flag -GR
          Trying Cxx compiler flag -EHsc
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -GR -EHsc    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -MD -GR -EHsc 
conftest.cc
Added Cxx compiler flag -EHsc
                Defined make macro "MPICXX_SHOW" to "Unavailable"
          Trying Cxx compiler flag -Z7
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -GR -EHsc -Z7    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -MD -GR -EHsc -Z7 
conftest.cc
Added Cxx compiler flag -Z7
          Trying Cxx compiler flag -Zm200
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -GR -EHsc -Z7 -Zm200    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
              Output from compiling with  -MD -GR -EHsc -Z7 -Zm200 
conftest.cc
Added Cxx compiler flag -Zm200
              Defined make macro "FC_VERSION" to "Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
\nIntel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.2.0 Build 20210228_000000"
                Defined make macro "MPIFC_SHOW" to "Unavailable"
          Trying FC compiler flag -MD
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
              Output from compiling with  -MD 

Added FC compiler flag -MD
                Defined make macro "MPIFC_SHOW" to "Unavailable"
          Trying FC compiler flag -Z7
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -Z7   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
              Output from compiling with  -MD -Z7 

Added FC compiler flag -Z7
          =============================================================================================
TESTING: checkIntelHardwareSupport from config.compilerFlags(config/BuildSystem/config/compilerFlags.py:173)
  Use Linux/MacOS commands to determine what operations the hardware supports
Executing: lscpu
Executing: sysctl -a
          =============================================================================================
TESTING: checkCompilerMacros from config.compilerFlags(config/BuildSystem/config/compilerFlags.py:164)
  Save the list of CPP macros defined by the C and C++ compiler, does not work for all compilers
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilerFlags  -MD -wd4996 -Z7  /tmp/petsc-n3d4q6b0/config.compilerFlags/conftest.c  -E -dM 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-dM'
conftest.c
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.COM\\conftest.c"
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilerFlags  -MD -GR -EHsc -Z7 -Zm200   /tmp/petsc-n3d4q6b0/config.compilerFlags/conftest.cc  -E -dM 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-dM'
conftest.cc
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.COM\\conftest.cc"
    child config.compilerFlags 25.766409
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM

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>
          =============================================================================================
TESTING: checkC99Flag from config.compilers(config/BuildSystem/config/compilers.py:1429)
  Check for -std=c99 or equivalent flag
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <float.h>

int main() {

    float x[2],y;
    y = FLT_ROUNDS;
    // c++ comment
    int j = 2;
    for (int i=0; i<2; i++){
      x[i] = i*j*y;
    }
    ;
  return 0;
}
            Output from compiling with  -MD -wd4996 -Z7 
conftest.c
          Accepted C99 compile flag: 
          =============================================================================================
TESTING: checkRestrict from config.compilers(config/BuildSystem/config/compilers.py:158)
  Check for the C/CXX restrict keyword
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -V
stdout: cl : Command line error D8004 : '/V' requires an argument
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
float * __restrict x;;
  return 0;
}
          compilers: Set C restrict keyword to __restrict
            Defined "C_RESTRICT" to "__restrict"
          =============================================================================================
TESTING: checkCFormatting from config.compilers(config/BuildSystem/config/compilers.py:413)
  Activate format string checking if using the GNU compilers
          =============================================================================================
TESTING: checkCInline from config.compilers(config/BuildSystem/config/compilers.py:128)
  Check for C inline keyword
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
static inline int foo(int a) {return a;}

int main() {
foo(1);;
  return 0;
}
          compilers: Set C Inline keyword to inline
            Defined "C_INLINE" to "inline"
          =============================================================================================
TESTING: checkDynamicLoadFlag from config.compilers(config/BuildSystem/config/compilers.py:424)
  Checks that dlopen() takes RTLD_XXX, and defines PETSC_HAVE_RTLD_XXX if it does
          =============================================================================================
TESTING: checkCLibraries from config.compilers(config/BuildSystem/config/compilers.py:222)
  Determines the libraries needed to link with C compiled code
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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);}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/confc.o 
          C libraries are not needed when using Fortran linker
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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);}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   /tmp/petsc-n3d4q6b0/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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -GR -EHsc -Z7 -Zm200 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/confc.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
          C libraries are not needed when using C++ linker
          =============================================================================================
TESTING: checkDependencyGenerationFlag from config.compilers(config/BuildSystem/config/compilers.py:1380)
  Check if -MMD works for dependency generation, and add it if it does
          Trying C compiler flag -MMD -MP
          Rejected C compiler flag -MMD -MP
          Trying C compiler flag -MMD
          Rejected C compiler flag -MMD
          Trying C compiler flag -xMMD
          Rejected C compiler flag -xMMD
          Trying C compiler flag -qmakedep=gcc
          Rejected C compiler flag -qmakedep=gcc
          Trying C compiler flag -MD
          Rejected C compiler flag -MD because no dependency file (/tmp/petsc-n3d4q6b0/config.setCompilers/conftest.d) was generated
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7 -MMD -MP   /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Output from compiling with  -MD -wd4996 -Z7 -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
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7 -MMD   /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Output from compiling with  -MD -wd4996 -Z7 -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
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7 -xMMD   /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Output from compiling with  -MD -wd4996 -Z7 -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
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7 -qmakedep=gcc   /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Output from compiling with  -MD -wd4996 -Z7 -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
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7 -MD   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
            Output from compiling with  -MD -wd4996 -Z7 -MD
conftest.c
          Trying Cxx compiler flag -MMD -MP
          Rejected Cxx compiler flag -MMD -MP
          Trying Cxx compiler flag -MMD
          Rejected Cxx compiler flag -MMD
          Trying Cxx compiler flag -xMMD
          Rejected Cxx compiler flag -xMMD
          Trying Cxx compiler flag -qmakedep=gcc
          Rejected Cxx compiler flag -qmakedep=gcc
          Trying Cxx compiler flag -MD
          Rejected Cxx compiler flag -MD because no dependency file (/tmp/petsc-n3d4q6b0/config.setCompilers/conftest.d) was generated
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -GR -EHsc -Z7 -Zm200  -MMD -MP  /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Output from compiling with  -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
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -GR -EHsc -Z7 -Zm200  -MMD  /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Output from compiling with  -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
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -GR -EHsc -Z7 -Zm200  -xMMD  /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Output from compiling with  -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
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -GR -EHsc -Z7 -Zm200  -qmakedep=gcc  /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Output from compiling with  -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
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -GR -EHsc -Z7 -Zm200  -MD  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
            Output from compiling with  -MD
conftest.cc
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl --help | head -n 20 
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM

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>
          =============================================================================================
TESTING: checkRestrict from config.compilers(config/BuildSystem/config/compilers.py:158)
  Check for the C/CXX restrict keyword
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -V
stdout: cl : Command line error D8004 : '/V' requires an argument
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   /tmp/petsc-n3d4q6b0/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
float * __restrict x;;
  return 0;
}
          compilers: Set Cxx restrict keyword to __restrict
            Defined "CXX_RESTRICT" to "__restrict"
          =============================================================================================
TESTING: checkCxxDialect from config.compilers(config/BuildSystem/config/compilers.py:471)
  Determine the CXX dialect supported by the compiler(language) [and correspoding compiler option - if any].
    isGNU indicates if the compiler is g++.
    -with-<lang>-dialect can take options:
      auto: use highest dialect configure can determine
      cxx17: [future?]
      cxx14: gnu++14 or c++14
      cxx11: gnu++11 or c++11
      0: disable CxxDialect check and use compiler default
    
          checkCxxDialect: checking CXX14 for Cxx with flag: 
            Defined "HAVE_CXX_DIALECT_CXX14" to "1"
            Defined "HAVE_CXX_DIALECT_CXX11" to "1"
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

          #include <random>
          #include <iostream>
          #include <complex>
          template<typename T> constexpr T Cubed( T x ) { return x*x*x; }
          

int main() {

          std::random_device rd;
          std::mt19937 mt(rd());
          std::normal_distribution<double> dist(0,1);
          const double x = dist(mt);
          std::cout << x;
          
          constexpr std::complex<double> I(0.0,1.0);
          auto lambda = [](auto x, auto y) {return x + y;};
          return lambda(3,4) + (int)std::real(I);
          ;
  return 0;
}
            Output from compiling with  -MD -GR -EHsc -Z7 -Zm200 
conftest.cc
          =============================================================================================
TESTING: checkCxxOptionalExtensions from config.compilers(config/BuildSystem/config/compilers.py:443)
  Check whether the C++ compiler (IBM xlC, OSF5) need special flag for .c files which contain C++
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200       /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
class somename { int i; };;
  return 0;
}
              Output from compiling with  -MD -GR -EHsc -Z7 -Zm200   
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
PETSc Error: No output file produced
              Rejecting compiler flag   due to nonzero status from link
              Rejecting compiler flag   due to 
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
PETSc Error: No output file produced
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200  -+     /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-+'
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
Possible ERROR while running compiler: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-+'
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
class somename { int i; };;
  return 0;
}
              Output from compiling with  -MD -GR -EHsc -Z7 -Zm200  -+ 
cl : Command line warning D9002 : ignoring unknown option '-+'
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
PETSc Error: No output file produced
              Rejecting compiler flag -+  due to nonzero status from link
              Rejecting compiler flag -+  due to 
cl : Command line warning D9002 : ignoring unknown option '-+'
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
PETSc Error: No output file produced
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200  -x cxx -tlocal     /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: Error: win32fe: Input File Not Found: E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\cxx
Possible ERROR while running compiler: exit code 127
stdout:
Error: win32fe: Input File Not Found: E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\cxxSource:
#include "confdefs.h"
#include "conffix.h"

int main() {
class somename { int i; };;
  return 0;
}
              Output from compiling with  -MD -GR -EHsc -Z7 -Zm200  -x cxx -tlocal 
Error: win32fe: Input File Not Found: E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\cxx
PETSc Error: No output file produced
              Rejecting compiler flag -x cxx -tlocal  due to nonzero status from link
              Rejecting compiler flag -x cxx -tlocal  due to 
Error: win32fe: Input File Not Found: E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\cxx
PETSc Error: No output file produced
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200  -Kc++     /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Kc++'
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
Possible ERROR while running compiler: exit code 2
stdout:
cl : Command line warning D9002 : ignoring unknown option '-Kc++'
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
class somename { int i; };;
  return 0;
}
              Output from compiling with  -MD -GR -EHsc -Z7 -Zm200  -Kc++ 
cl : Command line warning D9002 : ignoring unknown option '-Kc++'
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
PETSc Error: No output file produced
              Rejecting compiler flag -Kc++  due to nonzero status from link
              Rejecting compiler flag -Kc++  due to 
cl : Command line warning D9002 : ignoring unknown option '-Kc++'
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'class': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2146: syntax error: missing ';' before identifier 'somename'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2065: 'somename': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.c(5): error C2143: syntax error: missing ';' before '{'
PETSc Error: No output file produced
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -x c++    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: Error: win32fe: Input File Not Found: E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\c++
Possible ERROR while running compiler: exit code 127
stdout:
Error: win32fe: Input File Not Found: E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\c++Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
class somename { int i; };;
  return 0;
}
              Output from compiling with  -x c++ 
Error: win32fe: Input File Not Found: E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\c++
PETSc Error: No output file produced
              Rejecting compiler flag -x c++  due to nonzero status from link
              Rejecting compiler flag -x c++  due to 
Error: win32fe: Input File Not Found: E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\c++
PETSc Error: No output file produced
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP    /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
class somename { int i; };;
  return 0;
}
              Output from compiling with  -TP 
conftest.c
Added Cxx compiler flag -TP
          =============================================================================================
TESTING: checkCxxInline from config.compilers(config/BuildSystem/config/compilers.py:143)
  Check for C++ inline keyword
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
static inline int foo(int a) {return a;}

int main() {
foo(1);;
  return 0;
}
          compilers: Set Cxx Inline keyword to inline
            Defined "CXX_INLINE" to "inline"
          =============================================================================================
TESTING: checkCxxLibraries from config.compilers(config/BuildSystem/config/compilers.py:566)
  Determines the libraries needed to link with C++ from C and Fortran
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/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";  }}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/confc.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
          C++ libraries are not needed when using C linker
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/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";  }}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
Successful compile:
Source:
      program main
      print*,'testing'
      stop
      end
 Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/confc.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
          C++ libraries are not needed when using FC linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -V
stdout: cl : Command line error D8004 : '/V' requires an argument
          =============================================================================================
TESTING: checkFortranNameMangling from config.compilers(config/BuildSystem/config/compilers.py:873)
  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;}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
void d1chk_(void){return;}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
Successful compile:
Source:
      program main
       call d1chk()

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/confc.o  
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 96
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Testing Fortran mangling type unchanged with code void d1chk(void){return;}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
void d1chk(void){return;}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
Successful compile:
Source:
      program main
       call d1chk()

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/confc.o  
stdout:
conftest.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 96
stdout:
conftest.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol D1CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Testing Fortran mangling type caps with code void D1CHK(void){return;}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
void D1CHK(void){return;}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
Successful compile:
Source:
      program main
       call d1chk()

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/confc.o  
          compilers: Fortran name mangling is caps
            Defined "HAVE_FORTRAN_CAPS" to "1"
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort --version
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.2.0 Build 20210228_000000
            Defined "FORTRAN_CHARLEN_T" to "int"
          =============================================================================================
TESTING: checkFortranNameManglingDouble from config.compilers(config/BuildSystem/config/compilers.py:911)
  Checks if symbols containing an underscore append an extra underscore, and defines HAVE_FORTRAN_UNDERSCORE_UNDERSCORE if necessary
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.compilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
void d1_chk__(void){return;}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
Successful compile:
Source:
      program main
       call d1_chk()

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/confc.o  
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol D1_CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 96
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol D1_CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol D1_CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol D1_CHK referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals:
          =============================================================================================
TESTING: checkFortranLibraries from config.compilers(config/BuildSystem/config/compilers.py:921)
  Substitutes for FLIBS the libraries needed to link with Fortran

    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.
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
stdout:
C:\cygwin64\tmp\PETSC-~3\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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol MPI_ALLREDUCE referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 96
stdout:
conftest.obj : error LNK2019: unresolved external symbol MPI_ALLREDUCE referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol MPI_ALLREDUCE referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol MPI_ALLREDUCE referenced in function MAIN__
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals:
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
Successful compile:
Source:
      subroutine asub()
      print*,'testing'
      return
      end
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/confc.o 
          Fortran libraries are not needed when using C linker
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
Successful compile:
Source:
      subroutine asub()
      print*,'testing'
      return
      end
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.compilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
 extern void ASUB(void);
int main(int argc,char **args)
{
  ASUB();
  return 0;
}
 Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -GR -EHsc -Z7 -Zm200  /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/confc.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol "void __cdecl ASUB(void)" (?ASUB@@YAXXZ) referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol "void __cdecl ASUB(void)" (?ASUB@@YAXXZ) referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol "void __cdecl ASUB(void)" (?ASUB@@YAXXZ) referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol "void __cdecl ASUB(void)" (?ASUB@@YAXXZ) referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe : fatal error LNK1120: 1 unresolved externals:
          Fortran code cannot directly be linked with C++ linker, therefore will determine needed Fortran libraries
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
Successful compile:
Source:
      program main

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe  -v   -MD -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o 
stdout: ifort: command line warning #10006: ignoring unknown option '/v'
          compilers: Checking arg ifort:
          compilers: Unknown arg ifort:
          compilers: Checking arg command
          compilers: Unknown arg command
          compilers: Checking arg line
          compilers: Unknown arg line
          compilers: Checking arg warning
          compilers: Unknown arg warning
          compilers: Checking arg #10006:
          compilers: Unknown arg #10006:
          compilers: Checking arg ignoring
          compilers: Unknown arg ignoring
          compilers: Checking arg unknown
          compilers: Unknown arg unknown
          compilers: Checking arg option
          compilers: Unknown arg option
          compilers: Libraries needed to link Fortran code with the C linker: []
          compilers: Libraries needed to link Fortran main with the C linker: []
          compilers: Check that Fortran libraries can be used with C as the linker
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.exe not found or not built by the last incremental link; performing full link
LINK : fatal error LNK1104: cannot open file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib':
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o  
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o   -lpetsc-ufod4vtr9mqHvKIQiVAm
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.exe not found or not built by the last incremental link; performing full link
LINK : fatal error LNK1104: cannot open file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.exe not found or not built by the last incremental link; performing full link
LINK : fatal error LNK1104: cannot open file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'======== Checking running linked program
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o  
Testing executable /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe to see if it can be run
Executing: /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe
Running Executable with threads to time it out at 60
Executing: /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe
          compilers: Check that Fortran libraries can be used with C++ as linker
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.exe not found or not built by the last incremental link; performing full link
LINK : fatal error LNK1104: cannot open file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib':
          compilers: Fortran libraries can be used from C++
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    -MD -GR -EHsc -Z7 -Zm200  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o  
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.exe not found or not built by the last incremental link; performing full link
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    -MD -GR -EHsc -Z7 -Zm200  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o   -lpetsc-ufod4vtr9mqHvKIQiVAm
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.exe not found or not built by the last incremental link; performing full link
LINK : fatal error LNK1104: cannot open file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.SET\conftest.exe not found or not built by the last incremental link; performing full link
LINK : fatal error LNK1104: cannot open file 'libpetsc-ufod4vtr9mqHvKIQiVAm.lib'======== Checking running linked program
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe    -MD -GR -EHsc -Z7 -Zm200  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o  
Testing executable /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe to see if it can be run
Executing: /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe
Running Executable with threads to time it out at 60
Executing: /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.exe
          =============================================================================================
TESTING: checkFortranLinkingCxx from config.compilers(config/BuildSystem/config/compilers.py:1345)
  Check that Fortran can link C++ libraries
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/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();}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/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;}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilers/conftest.F90 
Successful compile:
Source:
      program main
       call d1chk()

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilers/conftest.exe    -MD -Z7 /tmp/petsc-n3d4q6b0/config.compilers/conftest.o /tmp/petsc-n3d4q6b0/config.compilers/cxxobj.o  /tmp/petsc-n3d4q6b0/config.compilers/confc.o  
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~2.COM\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
          compilers: Fortran can link C++ functions
            =============================================================================================
TESTING: setupFrameworkCompilers from config.compilers(config/BuildSystem/config/compilers.py:1506)
    child config.compilers 96.350789
          =============================================================================================
TESTING: configureClosure from config.utilities.closure(config/BuildSystem/config/utilities/closure.py:17)
  Determine if Apple ^close syntax is supported in C
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.closure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.closure/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.CLO\conftest.c(6): error C2059: syntax error: '^'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.CLO\conftest.c(6): error C2059: syntax error: '^'Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>

int main() {
int (^closure)(int);;
  return 0;
}
              Compile failed inside link

    child config.utilities.closure 1.282577
          =============================================================================================
TESTING: checkFortranTypeSizes from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:56)
  Check whether real*8 is supported and suggest flags which will allow support
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7  /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.F90 
Successful compile:
Source:
      program main
      real*8 variable
      end
          =============================================================================================
TESTING: checkFortranPreprocessor from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:73)
  Determine if Fortran handles preprocessing properly
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -Z7 -fpp   /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main
#define dummy 
           dummy
#ifndef dummy
       fooey
#endif
      end
              Output from compiling with  -MD -Z7 -fpp 

Added FC compiler flag -fpp
          compilers: Fortran uses -fpp preprocessor
          =============================================================================================
TESTING: checkFortranDefineCompilerOption from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:96)
  Check if -WF,-Dfoobar or -Dfoobar is the compiler option to define a macro
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran -I/tmp/petsc-n3d4q6b0/config.setCompilers  -MD -Z7 -fpp -DTesting  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main
#define dummy 
           dummy
#ifndef Testing
       fooey
#endif
      end
            Output from compiling with  -MD -Z7 -fpp -DTesting

            Defined make macro "FC_DEFINE_FLAG" to "-D"
          compilers: Fortran uses -D for defining macro
          =============================================================================================
TESTING: checkFortran90 from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:146)
  Determine whether the Fortran compiler handles F90
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp  /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.F90 
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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.exe    -MD -Z7 -fpp /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o 
          Fortran compiler supports F90
          =============================================================================================
TESTING: checkFortran90FreeForm from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:162)
  Determine whether the Fortran compiler handles F90FreeForm
       We also require that the compiler handles lines longer than 132 characters
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp  /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.F90 
Successful compile:
Source:
      program main
      INTEGER, PARAMETER ::        int = SELECTED_INT_KIND(8);              INTEGER (KIND=int) :: ierr;       ierr                            =                                                                                                               1
      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.exe    -MD -Z7 -fpp /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~3.COM\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~3.COM\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "USING_F90FREEFORM" to "1"
          Fortran compiler supports F90FreeForm
          =============================================================================================
TESTING: checkFortran2003 from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:176)
  Determine whether the Fortran compiler handles F2003
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp  /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.F90 
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 = (/(c_loc(list1(i)),i=1,5),c_loc(nullc)/)
      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.exe    -MD -Z7 -fpp /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~3.COM\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~3.COM\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "USING_F2003" to "1"
          Fortran compiler supports F2003
          =============================================================================================
TESTING: checkFortran90Array from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:211)
  Check for F90 array interfaces
Executing: uname -s
stdout: CYGWIN_NT-10.0
Detected Cygwin
          Cygwin detected: ignoring HAVE_F90_2PTR_ARG test
          =============================================================================================
TESTING: checkFortran90AssumedType from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:298)
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -qversion
stdout:
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(config/BuildSystem/config/compilersFortran.py:303)
  Figures out what flag is used to specify the include path for Fortran modules
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp  /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.F90 
Successful compile:
Source:
      module configtest
      integer testint
      parameter (testint = 42)
      end module configtest
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran -I/tmp/petsc-n3d4q6b0/config.compilersFortran/confdir  -MD -Z7 -fpp  /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.F90 
Successful compile:
Source:
      program main
      use configtest

      write(*,*) testint

      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.exe   -I/tmp/petsc-n3d4q6b0/config.compilersFortran/confdir  -MD -Z7 -fpp /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o /tmp/petsc-n3d4q6b0/config.compilersFortran/configtest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~3.COM\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~3.COM\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
          compilers: Fortran module include flag -I found
          =============================================================================================
TESTING: checkFortranModuleOutput from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:369)
  Figures out what flag is used to specify the output path for Fortran modules
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran -module /tmp/petsc-n3d4q6b0/config.compilersFortran/confdir  -MD -Z7 -fpp  /tmp/petsc-n3d4q6b0/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
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran -module:/tmp/petsc-n3d4q6b0/config.compilersFortran/confdir  -MD -Z7 -fpp  /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.F90 
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(config/BuildSystem/config/compilersFortran.py:135)
  Determine whether the Fortran compiler handles type(*)
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp  /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.F90 
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(config/BuildSystem/config/compilersFortran.py:125)
  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(config/BuildSystem/config/compilersFortran.py:116)
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp  /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.F90 
Successful compile:
Source:
      program main
      call flush(6)
      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.exe    -MD -Z7 -fpp /tmp/petsc-n3d4q6b0/config.compilersFortran/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~3.COM\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~3.COM\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_FORTRAN_FLUSH" to "1"
          =============================================================================================
TESTING: checkDependencyGenerationFlag from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:414)
  Check if -MMD works for dependency generation, and add it if it does
          Trying FC compiler flag -MMD -MP
          Rejected FC compiler flag -MMD -MP
          Trying FC compiler flag -MMD
          Rejected FC compiler flag -MMD
          Trying FC compiler flag -xMMD
          Rejected FC compiler flag -xMMD
          Trying FC compiler flag -qmakedep=gcc
          Rejected FC compiler flag -qmakedep=gcc
          Trying FC compiler flag -MD
          Rejected FC compiler flag -MD because no dependency file (/tmp/petsc-n3d4q6b0/config.setCompilers/conftest.d) was generated
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp -MMD -MP  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
stdout: ifort: command line warning #10006: ignoring unknown option '/MMD'
Successful compile:
Source:
      program main

      end
            Output from compiling with  -MD -Z7 -fpp -MMD -MP
ifort: command line warning #10006: ignoring unknown option '/MMD'
            Rejecting compiler flag -MMD -MP due to 
ifort: command line warning #10006: ignoring unknown option '/MMD'
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp -MMD  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
stdout: ifort: command line warning #10006: ignoring unknown option '/MMD'
Successful compile:
Source:
      program main

      end
            Output from compiling with  -MD -Z7 -fpp -MMD
ifort: command line warning #10006: ignoring unknown option '/MMD'
            Rejecting compiler flag -MMD due to 
ifort: command line warning #10006: ignoring unknown option '/MMD'
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp -xMMD  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
stdout: ifort: command line warning #10006: ignoring unknown option '/xMMD'
Successful compile:
Source:
      program main

      end
            Output from compiling with  -MD -Z7 -fpp -xMMD
ifort: command line warning #10006: ignoring unknown option '/xMMD'
            Rejecting compiler flag -xMMD due to 
ifort: command line warning #10006: ignoring unknown option '/xMMD'
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp -qmakedep=gcc  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
stdout: ifort: command line warning #10006: ignoring unknown option '/qmakedep=gcc'
Successful compile:
Source:
      program main

      end
            Output from compiling with  -MD -Z7 -fpp -qmakedep=gcc
ifort: command line warning #10006: ignoring unknown option '/qmakedep=gcc'
            Rejecting compiler flag -qmakedep=gcc due to 
ifort: command line warning #10006: ignoring unknown option '/qmakedep=gcc'
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran  -MD -Z7 -fpp -MD  /tmp/petsc-n3d4q6b0/config.setCompilers/conftest.F90 
Successful compile:
Source:
      program main

      end
            Output from compiling with  -MD -Z7 -fpp -MD

    child config.compilersFortran 47.945328
          =============================================================================================
TESTING: checkStdC from config.headers(config/BuildSystem/config/headers.py:105)
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.headers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <string.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <stdlib.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
======== Checking running linked program
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.headers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

        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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.headers/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.headers/conftest.o 
Testing executable /tmp/petsc-n3d4q6b0/config.headers/conftest.exe to see if it can be run
Executing: /tmp/petsc-n3d4q6b0/config.headers/conftest.exe
Running Executable with threads to time it out at 60
Executing: /tmp/petsc-n3d4q6b0/config.headers/conftest.exe
          =============================================================================================
TESTING: checkStat from config.headers(config/BuildSystem/config/headers.py:138)
  Checks whether stat file-mode macros are broken, and defines STAT_MACROS_BROKEN if they are
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <sys/stat.h>

#if defined(S_ISBLK) && defined(S_IFDIR)
# if S_ISBLK (S_IFDIR)
  You lose.
# endif
#endif

#if defined(S_ISBLK) && defined(S_IFCHR)
# if S_ISBLK (S_IFCHR)
  You lose.
# endif
#endif

#if defined(S_ISLNK) && defined(S_IFREG)
# if S_ISLNK (S_IFREG)
  You lose.
# endif
#endif

#if defined(S_ISSOCK) && defined(S_IFREG)
# if S_ISSOCK (S_IFREG)
  You lose.
# endif
#endif
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
          =============================================================================================
TESTING: checkSysWait from config.headers(config/BuildSystem/config/headers.py:173)
  Check for POSIX.1 compatible sys/wait.h, and defines HAVE_SYS_WAIT_H if found
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.headers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\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() {

    int s;
    wait (&s);
    s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
    ;
  return 0;
}
          =============================================================================================
TESTING: checkTime from config.headers(config/BuildSystem/config/headers.py:195)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"


















#line 20 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:201)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.headers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(6): error C2065: 'M_PI': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(6): error C2065: 'M_PI': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <math.h>

int main() {
double pi = M_PI;

if (pi);
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.headers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
double pi = M_PI;

if (pi);
;
  return 0;
}
            Defined "_USE_MATH_DEFINES" to "1"
          Activated Windows math #defines, like M_PI
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_SETJMP_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_DOS_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_FCNTL_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_FLOAT_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_IO_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_MALLOC_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'pwd.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/sysinfo.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/sysinfo.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/sysinfo.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/sysinfo.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'machine/endian.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/procfs.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/resource.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/systeminfo.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/times.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/utsname.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'netinet/in.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"

























#line 27 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_DIRECT_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_TIME_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_WS2TCPIP_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_SYS_TYPES_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_WINDOWSX_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_FLOAT_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'ieeefp.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"





























#line 31 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_STDINT_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: pthread.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <pthread.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"






























#line 32 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <pthread.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_INTTYPES_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_IMMINTRIN_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: zmmintrin.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <zmmintrin.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\zmmintrin.h(18): fatal error C1189: #error:  "Header should only be included from <immintrin.h>."
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\zmmintrin.h"

















Source:
#include "confdefs.h"
#include "conffix.h"
#include <zmmintrin.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_SETJMP_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_DOS_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_FCNTL_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_FLOAT_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_IO_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_MALLOC_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'pwd.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: sys/sysinfo.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/sysinfo.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/sysinfo.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/sysinfo.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'machine/endian.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/procfs.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/resource.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/systeminfo.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/times.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/utsname.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'netinet/in.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_DIRECT_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_TIME_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_WS2TCPIP_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_SYS_TYPES_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_WINDOWSX_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_FLOAT_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'ieeefp.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_STDINT_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: pthread.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <pthread.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <pthread.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_INTTYPES_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            Defined "HAVE_IMMINTRIN_H" to "1"
          =============================================================================================
TESTING: check from config.headers(config/BuildSystem/config/headers.py:77)
  Checks for "header", and defines HAVE_"header" if found
Checking for header: zmmintrin.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <zmmintrin.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\zmmintrin.h(18): fatal error C1189: #error:  "Header should only be included from <immintrin.h>."
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
































#line 34 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"






#line 8 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 9 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 10 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\zmmintrin.h"

















Source:
#include "confdefs.h"
#include "conffix.h"
#include <zmmintrin.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          =============================================================================================
TESTING: checkRecursiveMacros from config.headers(config/BuildSystem/config/headers.py:216)
  Checks that the preprocessor allows recursive macros, and if not defines HAVE_BROKEN_RECURSIVE_MACRO
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.headers/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
a(0);
;
  return 0;
}
    child config.headers 86.435223
          =============================================================================================
TESTING: configureCacheDetails from config.utilities.cacheDetails(config/BuildSystem/config/utilities/cacheDetails.py:78)
  Try to determine the size and associativity of the cache.
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.cacheDetails/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.cacheDetails/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\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 (16 <= val && val <= 2147483647) ? val : 32; }

int main() {
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.cacheDetails/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.cacheDetails/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.CAC\conftest.c(4): 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 (16 <= val && val <= 2147483647) ? val : 32; }

int main() {
;
  return 0;
}
======== Checking running linked program
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.cacheDetails/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.cacheDetails/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.CAC\conftest.c(5): 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 (16 <= val && val <= 2147483647) ? val : 32; }

int main() {
FILE *output = fopen("conftestval","w"); if (!output) return 1; fprintf(output,"%ld",getconf_LEVEL1_DCACHE_LINESIZE()); fclose(output);;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.utilities.cacheDetails/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.utilities.cacheDetails/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function getconf_LEVEL1_DCACHE_LINESIZE
conftest.obj : error LNK2019: unresolved external symbol pclose referenced in function getconf_LEVEL1_DCACHE_LINESIZE
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.CAC\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function getconf_LEVEL1_DCACHE_LINESIZE
conftest.obj : error LNK2019: unresolved external symbol pclose referenced in function getconf_LEVEL1_DCACHE_LINESIZE
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.CAC\conftest.exe : fatal error LNK1120: 2 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function getconf_LEVEL1_DCACHE_LINESIZE
conftest.obj : error LNK2019: unresolved external symbol pclose referenced in function getconf_LEVEL1_DCACHE_LINESIZE
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.CAC\conftest.exe : fatal error LNK1120: 2 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function getconf_LEVEL1_DCACHE_LINESIZE
conftest.obj : error LNK2019: unresolved external symbol pclose referenced in function getconf_LEVEL1_DCACHE_LINESIZE
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.CAC\conftest.exe : fatal error LNK1120: 2 unresolved externals:
Could not determine LEVEL1_DCACHE_LINESIZE, using default 32
            Defined "LEVEL1_DCACHE_LINESIZE" to "32"
    child config.utilities.cacheDetails 5.271415
          =============================================================================================
TESTING: check_struct_sigaction from config.types(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
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\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() {
struct sigaction a;;
  return 0;
}
struct sigaction found
          =============================================================================================
TESTING: check__int64 from config.types(config/BuildSystem/config/types.py:48)
  Checks if __int64 exists. This is primarily for windows.
Checking for type: __int64
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
__int64 a;;
  return 0;
}
__int64 found
            Defined "HAVE___INT64" to "1"
          =============================================================================================
TESTING: checkSizeTypes from config.types(config/BuildSystem/config/types.py:54)
  Checks for types associated with sizes, such as size_t.
Checking for type: size_t
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
size_t a;;
  return 0;
}
size_t found
          =============================================================================================
TESTING: checkFileTypes from config.types(config/BuildSystem/config/types.py:64)
  Checks for types associated with files, such as mode_t, off_t, etc.
Checking for type: mode_t
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'mode_t': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'mode_t': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>

    

int main() {
mode_t a;;
  return 0;
}
              Typedefed "int" to "mode_t"
Checking for type: off_t
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
off_t a;;
  return 0;
}
off_t found
          =============================================================================================
TESTING: checkIntegerTypes from config.types(config/BuildSystem/config/types.py:59)
  Checks for types associated with integers, such as int32_t.
Checking for type: int32_t
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'int32_t': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'int32_t': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>

    

int main() {
int32_t a;;
  return 0;
}
              Typedefed "int" to "int32_t"
          =============================================================================================
TESTING: checkPID from config.types(config/BuildSystem/config/types.py:70)
  Checks for pid_t, and defines it if necessary
Checking for type: pid_t
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'pid_t': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'pid_t': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2146: syntax error: missing ';' before identifier 'a'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(11): error C2065: 'a': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"

#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>

    

int main() {
pid_t a;;
  return 0;
}
              Typedefed "int" to "pid_t"
          =============================================================================================
TESTING: checkUID from config.types(config/BuildSystem/config/types.py:74)
  Checks for uid_t and gid_t, and defines them if necessary
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/types.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
            Defined "uid_t" to "int"
            Defined "gid_t" to "int"
          =============================================================================================
TESTING: checkC99Complex from config.types(config/BuildSystem/config/types.py:81)
  Check for complex numbers in in C99 std
       Note that since PETSc source code uses _Complex we test specifically for that, not complex
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
stdout:
conftest.c
C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\include\complex.h(30): fatal error C1189: #error:  "This Intel <complex.h> is for use with only the Intel compilers!"
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\include\complex.h(30): fatal error C1189: #error:  "This Intel <complex.h> is for use with only the Intel compilers!"Source:
#include "confdefs.h"
#include "conffix.h"
#include <complex.h>

int main() {
double _Complex x;
 x = I;
;
  return 0;
}
          =============================================================================================
TESTING: checkCxxComplex from config.types(config/BuildSystem/config/types.py:92)
  Check for complex numbers in namespace std
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.types  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.types/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <complex>

int main() {
std::complex<double> x;
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.types/conftest.exe    -MD -GR -EHsc -Z7 -Zm200  /tmp/petsc-n3d4q6b0/config.types/conftest.o 
            Defined "HAVE_CXX_COMPLEX" to "1"
          =============================================================================================
TESTING: checkConst from config.types(config/BuildSystem/config/types.py:103)
  Checks for working const, and if not found defines it to empty string
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
stdout:
conftest.c
c:\cygwin64\tmp\petsc-n3d4q6b0\config.types\conftest.c(30) : warning C4700: uninitialized local variable 't' used
c:\cygwin64\tmp\petsc-n3d4q6b0\config.types\conftest.c(46) : warning C4700: uninitialized local variable 'b' used
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {

    /* Ultrix mips cc rejects this.  */
    typedef int charset[2]; const charset x;
    /* SunOS 4.1.1 cc rejects this.  */
    char const *const *ccp;
    char **p;
    /* NEC SVR4.0.2 mips cc rejects this.  */
    struct point {int x, y;};
    static struct point const zero = {0,0};
    /* AIX XL C 1.02.0.0 rejects this.
    It does not let you subtract one const X* pointer from another in an arm
    of an if-expression whose if-part is not a constant expression */
    const char *g = "string";
    ccp = &g + (g ? g-g : 0);
    /* HPUX 7.0 cc rejects these. */
    ++ccp;
    p = (char**) ccp;
    ccp = (char const *const *) p;
    /* This section avoids unused variable warnings */
    if (zero.x);
    if (x[0]);
    { /* SCO 3.2v4 cc rejects this.  */
      char *t;
      char const *s = 0 ? (char *) 0 : (char const *) 0;

      *t++ = 0;
      if (*s);
    }
    { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
      int x[] = {25, 17};
      const int *foo = &x[0];
      ++foo;
    }
    { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
      typedef const int *iptr;
      iptr p = 0;
      ++p;
    }
    { /* AIX XL C 1.02.0.0 rejects this saying
      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
      struct s { int j; const int *ap[3]; };
      struct s *b; b->j = 5;
    }
    { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
      const int foo = 10;

      /* Get rid of unused variable warning */
      if (foo);
    }
    ;
  return 0;
}
          =============================================================================================
TESTING: checkSizeof from config.types(config/BuildSystem/config/types.py:159)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: void *
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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(config/BuildSystem/config/types.py:159)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: short
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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(short)==2)*2-1];
            Defined "SIZEOF_SHORT" to "2"
          =============================================================================================
TESTING: checkSizeof from config.types(config/BuildSystem/config/types.py:159)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: int
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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(config/BuildSystem/config/types.py:159)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: long
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(8): error C2118: negative subscript
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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];
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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(config/BuildSystem/config/types.py:159)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: long long
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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(config/BuildSystem/config/types.py:159)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: enum
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(8): warning C4116: unnamed type definition in parentheses
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(enum{ENUM_DUMMY})==4)*2-1];
            Defined "SIZEOF_ENUM" to "4"
          =============================================================================================
TESTING: checkSizeof from config.types(config/BuildSystem/config/types.py:159)
  Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size
Checking for size of type: size_t
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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(config/BuildSystem/config/types.py:193)
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(5): error C2143: syntax error: missing ';' before 'type'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.c(5): error C2143: syntax error: missing ';' before 'type'Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
__attribute__((visibility ("default"))) int foo(void);;
  return 0;
}
Cannot use visibility attributes with C===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.types  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.types/conftest.cc 
stdout:
conftest.cc
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.cc(5): error C3861: 'visibility': identifier not found
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.cc(5): error C3861: '__attribute__': identifier not found
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.cc(5): error C2144: syntax error: 'int' should be preceded by ';'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.cc
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.cc(5): error C3861: 'visibility': identifier not found
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.cc(5): error C3861: '__attribute__': identifier not found
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.TYP\conftest.cc(5): error C2144: syntax error: 'int' should be preceded by ';'Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
__attribute__((visibility ("default"))) int foo(void);;
  return 0;
}
Cannot use visibility attributes with C++          =============================================================================================
TESTING: checkMaxPathLen from config.types(config/BuildSystem/config/types.py:215)
Determining PETSC_MAX_PATH_LEN
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
;
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types   /tmp/petsc-n3d4q6b0/config.types/conftest.c 
            Defined "MAX_PATH_LEN" to "4096"
    child config.types 36.498356
          =============================================================================================
TESTING: configureMemAlign from PETSc.options.memAlign(config/PETSc/options/memAlign.py:29)
  Choose alignment
            Defined "MEMALIGN" to "16"
          Memory alignment is 16
    child PETSc.options.memAlign 0.014704
            =============================================================================================
TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157)
  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'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_handle_sigfpes();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -lfpe 
stdout: LINK : fatal error LNK1104: cannot open file 'libfpe.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1104: cannot open file 'libfpe.lib'Linker output before filtering:
LINK : fatal error LNK1104: cannot open file 'libfpe.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libfpe.lib':
            =============================================================================================
TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157)
  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'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_socket();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -lsocket -lnsl 
stdout: LINK : fatal error LNK1104: cannot open file 'libsocket.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1104: cannot open file 'libsocket.lib'Linker output before filtering:
LINK : fatal error LNK1104: cannot open file 'libsocket.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libsocket.lib':
            =============================================================================================
TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157)
  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'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_handle_sigfpes();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -lfpe 
stdout: LINK : fatal error LNK1104: cannot open file 'libfpe.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1104: cannot open file 'libfpe.lib'Linker output before filtering:
LINK : fatal error LNK1104: cannot open file 'libfpe.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libfpe.lib':
            =============================================================================================
TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157)
  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'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_socket();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -lsocket -lnsl 
stdout: LINK : fatal error LNK1104: cannot open file 'libsocket.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1104: cannot open file 'libsocket.lib'Linker output before filtering:
LINK : fatal error LNK1104: cannot open file 'libsocket.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libsocket.lib':
          =============================================================================================
TESTING: checkMath from config.libraries(config/BuildSystem/config/libraries.py:264)
  Check for sin() in libm, the math library
            Checking for functions [sin floor log10 pow] in library [''] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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; scanf("%lf",&x); y = sin(x); printf("%f",y);
; }
#include <stdio.h>
double floor(double);
static void _check_floor() { double x,y; scanf("%lf",&x); y = floor(x); printf("%f",y);
; }
#include <stdio.h>
double log10(double);
static void _check_log10() { double x,y; scanf("%lf",&x); y = log10(x); printf("%f",y);
; }
#include <stdio.h>
double pow(double, double);
static void _check_pow() { double x,y; scanf("%lf",&x); y = pow(x,x); printf("%f",y);
; }

int main() {
_check_sin();
_check_floor();
_check_log10();
_check_pow();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o   
          CheckMath: using math library []
          =============================================================================================
TESTING: checkMathErf from config.libraries(config/BuildSystem/config/libraries.py:283)
  Check for erf() in libm, the math library
            Checking for functions [erf] in library [] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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); }

int main() {
_check_erf();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
          erf() found
            Defined "HAVE_ERF" to "1"
          =============================================================================================
TESTING: checkMathTgamma from config.libraries(config/BuildSystem/config/libraries.py:292)
  Check for tgamma() in libm, the math library
            Checking for functions [tgamma] in library [] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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); }

int main() {
_check_tgamma();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
          tgamma() found
            Defined "HAVE_TGAMMA" to "1"
          =============================================================================================
TESTING: checkMathLgamma from config.libraries(config/BuildSystem/config/libraries.py:301)
  Check for lgamma() in libm, the math library
            Checking for functions [lgamma] in library [] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_lgamma();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
          lgamma() found
            Defined "HAVE_LGAMMA" to "1"
          =============================================================================================
TESTING: checkMathFenv from config.libraries(config/BuildSystem/config/libraries.py:314)
  Checks if <fenv.h> can be used with FE_DFL_ENV
            Checking for functions [fesetenv] in library [] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_fesetenv();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_FENV_H" to "1"
          =============================================================================================
TESTING: checkMathLog2 from config.libraries(config/BuildSystem/config/libraries.py:322)
  Check for log2() in libm, the math library
            Checking for functions [log2] in library [] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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); }

int main() {
_check_log2();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
          log2() found
            Defined "HAVE_LOG2" to "1"
          =============================================================================================
TESTING: checkRealtime from config.libraries(config/BuildSystem/config/libraries.py:331)
  Check for presence of clock_gettime() in realtime library (POSIX Realtime extensions)
            Checking for functions [clock_gettime] in library [''] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.libraries/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.c(5): error C2065: 'CLOCK_REALTIME': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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() {
_check_clock_gettime();;
  return 0;
}
                Compile failed inside link

            Checking for functions [clock_gettime] in library ['rt'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.libraries/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.c(5): error C2065: 'CLOCK_REALTIME': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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() {
_check_clock_gettime();;
  return 0;
}
                Compile failed inside link

          Warning: No realtime library found
          =============================================================================================
TESTING: checkDynamic from config.libraries(config/BuildSystem/config/libraries.py:347)
  Check for the header and libraries necessary for dynamic library manipulation
            Checking for functions [dlopen] in library ['dl'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_dlopen();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -ldl 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
LINK : fatal error LNK1104: cannot open file 'libdl.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
LINK : fatal error LNK1104: cannot open file 'libdl.lib'Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
LINK : fatal error LNK1104: cannot open file 'libdl.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libdl.lib':
Checking for header: dlfcn.h
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <dlfcn.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'dlfcn.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"




















































#line 54 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;



#line 11 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 12 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 13 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <dlfcn.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
    child config.libraries 30.658320
          =============================================================================================
TESTING: configureLibraryOptions from PETSc.options.libraryOptions(config/PETSc/options/libraryOptions.py:38)
  Sets PETSC_USE_DEBUG, PETSC_USE_INFO, PETSC_USE_LOG, PETSC_USE_CTABLE, PETSC_USE_FORTRAN_KERNELS, and PETSC_USE_AVX512_KERNELS
            Defined "USE_LOG" to "1"
            Defined "USE_DEBUG" to "1"
            Defined "USE_INFO" to "1"
            Defined "USE_CTABLE" to "1"
Linker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol bgl_perfctr_void referenced in function _check_bgl_perfctr_void
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol bgl_perfctr_void referenced in function _check_bgl_perfctr_void
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Linker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol ADIOI_BGL_Open referenced in function _check_ADIOI_BGL_Open
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol ADIOI_BGL_Open referenced in function _check_ADIOI_BGL_Open
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals:
            Defined "USE_BACKWARD_LOOP" to "1"
            **********Checking if running on BGL/IBM detected
              Checking for functions [bgl_perfctr_void] in library [''] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_bgl_perfctr_void();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o   
stdout:
conftest.obj : error LNK2019: unresolved external symbol bgl_perfctr_void referenced in function _check_bgl_perfctr_void
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol bgl_perfctr_void referenced in function _check_bgl_perfctr_void
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals              Checking for functions [ADIOI_BGL_Open] in library [''] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_ADIOI_BGL_Open();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o   
stdout:
conftest.obj : error LNK2019: unresolved external symbol ADIOI_BGL_Open referenced in function _check_ADIOI_BGL_Open
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol ADIOI_BGL_Open referenced in function _check_ADIOI_BGL_Open
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals            *********BGL/IBM test failure
            Defined "USE_AVX512_KERNELS" to "1"
            Defined "Alignx(a,b)" to "  "
          =============================================================================================
TESTING: configureISColorValueType from PETSc.options.libraryOptions(config/PETSc/options/libraryOptions.py:99)
  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 4.660397
    child config.atomics 0.000007
          =============================================================================================
TESTING: checkSysinfo from config.functions(config/BuildSystem/config/functions.py:106)
  Check whether sysinfo takes three arguments, and if it does define HAVE_SYSINFO_3ARG
Checking for functions [sysinfo]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 sysinfo();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_sysinfo) || defined (__stub___sysinfo)
sysinfo_will_always_fail_with_ENOSYS();
#else
sysinfo();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol sysinfo referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol sysinfo referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol sysinfo referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol sysinfo referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
          =============================================================================================
TESTING: checkVPrintf from config.functions(config/BuildSystem/config/functions.py:125)
  Checks whether vprintf requires a char * last argument, and if it does defines HAVE_VPRINTF_CHAR
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.functions/conftest.c 
stdout:
conftest.c
c:\cygwin64\tmp\petsc-n3d4q6b0\config.functions\conftest.c(8) : warning C4700: uninitialized local variable 'Argp' used
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
#include <stdarg.h>

int main() {
va_list Argp;
vprintf( "%d", Argp );
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
          =============================================================================================
TESTING: checkVFPrintf from config.functions(config/BuildSystem/config/functions.py:131)
  Checks whether vfprintf requires a char * last argument, and if it does defines HAVE_VFPRINTF_CHAR
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.functions/conftest.c 
stdout:
conftest.c
c:\cygwin64\tmp\petsc-n3d4q6b0\config.functions\conftest.c(8) : warning C4700: uninitialized local variable 'Argp' used
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
#include <stdarg.h>

int main() {
va_list Argp;
vfprintf(stdout, "%d", Argp );
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
          =============================================================================================
TESTING: checkVSNPrintf from config.functions(config/BuildSystem/config/functions.py:137)
  Checks whether vsnprintf requires a char * last argument, and if it does defines HAVE_VSNPRINTF_CHAR
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.functions/conftest.c 
stdout:
conftest.c
c:\cygwin64\tmp\petsc-n3d4q6b0\config.functions\conftest.c(8) : warning C4700: uninitialized local variable 'Argp' used
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdio.h>
#include <stdarg.h>

int main() {
va_list Argp;char str[6];
vsnprintf(str,5, "%d", Argp );
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_VSNPRINTF" to "1"
          =============================================================================================
TESTING: checkNanosleep from config.functions(config/BuildSystem/config/functions.py:167)
  Check for functional nanosleep() - as time.h behaves differently for different compiler flags - like -std=c89
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <time.h>

int main() {
struct timespec tp;
 tp.tv_sec = 0;
 tp.tv_nsec = (long)(1e9);
 nanosleep(&tp,0);
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol nanosleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol nanosleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol nanosleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol nanosleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
          =============================================================================================
TESTING: checkMemmove from config.functions(config/BuildSystem/config/functions.py:173)
  Check for functional memmove() - as MS VC requires correct includes to for this test
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.functions/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <string.h>

int main() {
 char c1[1], c2[1] = "c";
 size_t n=1;
 memmove(c1,c2,n);
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
            Defined "HAVE_MEMMOVE" to "1"
          =============================================================================================
TESTING: checkSignalHandlerType from config.functions(config/BuildSystem/config/functions.py:143)
  Checks the type of C++ signals handlers, and defines SIGNAL_CAST to the correct value
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/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() {
signal(SIGFPE,myhandler);
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -GR -EHsc -Z7 -Zm200  /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "SIGNAL_CAST" to " "
          =============================================================================================
TESTING: checkFreeReturnType from config.functions(config/BuildSystem/config/functions.py:153)
  Checks whether free returns void or int, and defines HAVE_FREE_RETURN_INT
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.functions/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.c(6): error C2120: 'void' illegal with all typesSource:
#include "confdefs.h"
#include "conffix.h"
#include <stdlib.h>

int main() {
int ierr; void *p; ierr = free(p); return 0;
;
  return 0;
}
              Compile failed inside link

          =============================================================================================
TESTING: checkVariableArgumentLists from config.functions(config/BuildSystem/config/functions.py:159)
  Checks whether the variable argument list functionality is working
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.functions/conftest.c 
stdout:
conftest.c
c:\cygwin64\tmp\petsc-n3d4q6b0\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() {
  va_list l1, l2;
  va_copy(l1, l2);
  return 0;
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_VA_COPY" to "1"
          =============================================================================================
TESTING: checkClassify from config.functions(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 [fork socket PXFGETARG uname readlink _getcwd sbreak _mkdir fpresetsticky gethostbyname clock getdomainname snprintf drand48 bzero _pipe _snprintf strcasecmp getcwd stricmp popen dlerror lseek getrusage usleep gethostname _sleep dlopen sleep _lseek memalign dlsym dlclose _set_output_format rand _access time realpath fpsetsticky access getpagesize getwd]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 socket();
char PXFGETARG();
char uname();
char readlink();
char _getcwd();
char sbreak();
char _mkdir();
char fpresetsticky();
char gethostbyname();
char clock();
char getdomainname();
char snprintf();
char drand48();
char bzero();
char _pipe();
char _snprintf();
char strcasecmp();
char getcwd();
char stricmp();
char popen();
char dlerror();
char lseek();
char getrusage();
char usleep();
char gethostname();
char _sleep();
char dlopen();
char sleep();
char _lseek();
char memalign();
char dlsym();
char dlclose();
char _set_output_format();
char rand();
char _access();
char time();
char realpath();
char fpsetsticky();
char access();
char getpagesize();
char getwd();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#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_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif

#if defined (__stub__pipe) || defined (__stub____pipe)
_pipe_will_always_fail_with_ENOSYS();
#else
_pipe();
#endif

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

#if defined (__stub_memalign) || defined (__stub___memalign)
memalign_will_always_fail_with_ENOSYS();
#else
memalign();
#endif

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#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_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

#if defined (__stub_getwd) || defined (__stub___getwd)
getwd_will_always_fail_with_ENOSYS();
#else
getwd();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 29 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 29 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 29 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 29 unresolved externals:
Checking for functions [fork socket PXFGETARG uname readlink _getcwd sbreak _mkdir fpresetsticky gethostbyname clock getdomainname snprintf drand48 bzero _pipe _snprintf strcasecmp getcwd stricmp popen]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 socket();
char PXFGETARG();
char uname();
char readlink();
char _getcwd();
char sbreak();
char _mkdir();
char fpresetsticky();
char gethostbyname();
char clock();
char getdomainname();
char snprintf();
char drand48();
char bzero();
char _pipe();
char _snprintf();
char strcasecmp();
char getcwd();
char stricmp();
char popen();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#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_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif

#if defined (__stub__pipe) || defined (__stub____pipe)
_pipe_will_always_fail_with_ENOSYS();
#else
_pipe();
#endif

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 15 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 15 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 15 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 15 unresolved externals:
Checking for functions [fork socket PXFGETARG uname readlink _getcwd sbreak _mkdir fpresetsticky gethostbyname]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 socket();
char PXFGETARG();
char uname();
char readlink();
char _getcwd();
char sbreak();
char _mkdir();
char fpresetsticky();
char gethostbyname();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 8 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 8 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 8 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 8 unresolved externals:
Checking for functions [fork socket PXFGETARG uname readlink]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 socket();
char PXFGETARG();
char uname();
char readlink();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 5 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 5 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 5 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 5 unresolved externals:
Checking for functions [fork socket]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 socket();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals:
Checking for functions [fork]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_fork) || defined (__stub___fork)
fork_will_always_fail_with_ENOSYS();
#else
fork();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol fork referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [socket]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_socket) || defined (__stub___socket)
socket_will_always_fail_with_ENOSYS();
#else
socket();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol socket referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [PXFGETARG uname readlink]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char uname();
char readlink();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals:
Checking for functions [PXFGETARG]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG)
PXFGETARG_will_always_fail_with_ENOSYS();
#else
PXFGETARG();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol PXFGETARG referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [uname]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_uname) || defined (__stub___uname)
uname_will_always_fail_with_ENOSYS();
#else
uname();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol uname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [readlink]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_readlink) || defined (__stub___readlink)
readlink_will_always_fail_with_ENOSYS();
#else
readlink();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol readlink referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [_getcwd sbreak _mkdir fpresetsticky gethostbyname]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char sbreak();
char _mkdir();
char fpresetsticky();
char gethostbyname();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals:
Checking for functions [_getcwd sbreak]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char sbreak();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [_getcwd]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub__getcwd) || defined (__stub____getcwd)
_getcwd_will_always_fail_with_ENOSYS();
#else
_getcwd();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE__GETCWD" to "1"
Checking for functions [sbreak]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_sbreak) || defined (__stub___sbreak)
sbreak_will_always_fail_with_ENOSYS();
#else
sbreak();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol sbreak referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [_mkdir fpresetsticky gethostbyname]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 fpresetsticky();
char gethostbyname();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals:
Checking for functions [_mkdir]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub__mkdir) || defined (__stub____mkdir)
_mkdir_will_always_fail_with_ENOSYS();
#else
_mkdir();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE__MKDIR" to "1"
Checking for functions [fpresetsticky]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
fpresetsticky_will_always_fail_with_ENOSYS();
#else
fpresetsticky();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol fpresetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [gethostbyname]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
gethostbyname_will_always_fail_with_ENOSYS();
#else
gethostbyname();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol gethostbyname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [clock getdomainname snprintf drand48 bzero _pipe _snprintf strcasecmp getcwd stricmp popen]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 snprintf();
char drand48();
char bzero();
char _pipe();
char _snprintf();
char strcasecmp();
char getcwd();
char stricmp();
char popen();

#ifdef __cplusplus
}
#endif

int main() {

#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_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif

#if defined (__stub__pipe) || defined (__stub____pipe)
_pipe_will_always_fail_with_ENOSYS();
#else
_pipe();
#endif

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externals:
Checking for functions [clock getdomainname snprintf drand48 bzero]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 snprintf();
char drand48();
char bzero();

#ifdef __cplusplus
}
#endif

int main() {

#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_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals:
Checking for functions [clock getdomainname]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();

#ifdef __cplusplus
}
#endif

int main() {

#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
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [clock]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_clock) || defined (__stub___clock)
clock_will_always_fail_with_ENOSYS();
#else
clock();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE_CLOCK" to "1"
Checking for functions [getdomainname]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_getdomainname) || defined (__stub___getdomainname)
getdomainname_will_always_fail_with_ENOSYS();
#else
getdomainname();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol getdomainname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [snprintf drand48 bzero]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 drand48();
char bzero();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals:
Checking for functions [snprintf]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_snprintf) || defined (__stub___snprintf)
snprintf_will_always_fail_with_ENOSYS();
#else
snprintf();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol snprintf referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [drand48]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_drand48) || defined (__stub___drand48)
drand48_will_always_fail_with_ENOSYS();
#else
drand48();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol drand48 referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [bzero]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_bzero) || defined (__stub___bzero)
bzero_will_always_fail_with_ENOSYS();
#else
bzero();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol bzero referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [_pipe _snprintf strcasecmp getcwd stricmp popen]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 _pipe();
char _snprintf();
char strcasecmp();
char getcwd();
char stricmp();
char popen();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub__pipe) || defined (__stub____pipe)
_pipe_will_always_fail_with_ENOSYS();
#else
_pipe();
#endif

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals:
Checking for functions [_pipe _snprintf strcasecmp]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 _pipe();
char _snprintf();
char strcasecmp();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub__pipe) || defined (__stub____pipe)
_pipe_will_always_fail_with_ENOSYS();
#else
_pipe();
#endif

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals:
Checking for functions [_pipe]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 _pipe();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub__pipe) || defined (__stub____pipe)
_pipe_will_always_fail_with_ENOSYS();
#else
_pipe();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE__PIPE" to "1"
Checking for functions [_snprintf]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub__snprintf) || defined (__stub____snprintf)
_snprintf_will_always_fail_with_ENOSYS();
#else
_snprintf();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol _snprintf referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [strcasecmp]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
strcasecmp_will_always_fail_with_ENOSYS();
#else
strcasecmp();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol strcasecmp referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [getcwd stricmp popen]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char stricmp();
char popen();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [getcwd]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_getcwd) || defined (__stub___getcwd)
getcwd_will_always_fail_with_ENOSYS();
#else
getcwd();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE_GETCWD" to "1"
Checking for functions [stricmp]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_stricmp) || defined (__stub___stricmp)
stricmp_will_always_fail_with_ENOSYS();
#else
stricmp();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                            Defined "HAVE_STRICMP" to "1"
Checking for functions [popen]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_popen) || defined (__stub___popen)
popen_will_always_fail_with_ENOSYS();
#else
popen();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol popen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [dlerror lseek getrusage usleep gethostname _sleep dlopen sleep _lseek memalign dlsym dlclose _set_output_format rand _access time realpath fpsetsticky access getpagesize getwd]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char lseek();
char getrusage();
char usleep();
char gethostname();
char _sleep();
char dlopen();
char sleep();
char _lseek();
char memalign();
char dlsym();
char dlclose();
char _set_output_format();
char rand();
char _access();
char time();
char realpath();
char fpsetsticky();
char access();
char getpagesize();
char getwd();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

#if defined (__stub_memalign) || defined (__stub___memalign)
memalign_will_always_fail_with_ENOSYS();
#else
memalign();
#endif

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#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_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

#if defined (__stub_getwd) || defined (__stub___getwd)
getwd_will_always_fail_with_ENOSYS();
#else
getwd();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 14 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 14 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 14 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 14 unresolved externals:
Checking for functions [dlerror lseek getrusage usleep gethostname _sleep dlopen sleep _lseek memalign]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char lseek();
char getrusage();
char usleep();
char gethostname();
char _sleep();
char dlopen();
char sleep();
char _lseek();
char memalign();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

#if defined (__stub_memalign) || defined (__stub___memalign)
memalign_will_always_fail_with_ENOSYS();
#else
memalign();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externals:
Checking for functions [dlerror lseek getrusage usleep gethostname]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char lseek();
char getrusage();
char usleep();
char gethostname();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals:
Checking for functions [dlerror lseek]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char lseek();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [dlerror]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_dlerror) || defined (__stub___dlerror)
dlerror_will_always_fail_with_ENOSYS();
#else
dlerror();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlerror referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [lseek]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_lseek) || defined (__stub___lseek)
lseek_will_always_fail_with_ENOSYS();
#else
lseek();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE_LSEEK" to "1"
Checking for functions [getrusage usleep gethostname]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 usleep();
char gethostname();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals:
Checking for functions [getrusage]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_getrusage) || defined (__stub___getrusage)
getrusage_will_always_fail_with_ENOSYS();
#else
getrusage();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol getrusage referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [usleep]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_usleep) || defined (__stub___usleep)
usleep_will_always_fail_with_ENOSYS();
#else
usleep();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol usleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [gethostname]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_gethostname) || defined (__stub___gethostname)
gethostname_will_always_fail_with_ENOSYS();
#else
gethostname();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol gethostname referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [_sleep dlopen sleep _lseek memalign]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char dlopen();
char sleep();
char _lseek();
char memalign();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

#if defined (__stub_memalign) || defined (__stub___memalign)
memalign_will_always_fail_with_ENOSYS();
#else
memalign();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals:
Checking for functions [_sleep dlopen]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char dlopen();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [_sleep]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub__sleep) || defined (__stub____sleep)
_sleep_will_always_fail_with_ENOSYS();
#else
_sleep();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE__SLEEP" to "1"
Checking for functions [dlopen]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_dlopen) || defined (__stub___dlopen)
dlopen_will_always_fail_with_ENOSYS();
#else
dlopen();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlopen referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [sleep _lseek memalign]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char _lseek();
char memalign();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif

#if defined (__stub_memalign) || defined (__stub___memalign)
memalign_will_always_fail_with_ENOSYS();
#else
memalign();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals:
Checking for functions [sleep]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_sleep) || defined (__stub___sleep)
sleep_will_always_fail_with_ENOSYS();
#else
sleep();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol sleep referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [_lseek]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub__lseek) || defined (__stub____lseek)
_lseek_will_always_fail_with_ENOSYS();
#else
_lseek();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE__LSEEK" to "1"
Checking for functions [memalign]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 memalign();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_memalign) || defined (__stub___memalign)
memalign_will_always_fail_with_ENOSYS();
#else
memalign();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol memalign referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [dlsym dlclose _set_output_format rand _access time realpath fpsetsticky access getpagesize getwd]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char dlclose();
char _set_output_format();
char rand();
char _access();
char time();
char realpath();
char fpsetsticky();
char access();
char getpagesize();
char getwd();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#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_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

#if defined (__stub_getwd) || defined (__stub___getwd)
getwd_will_always_fail_with_ENOSYS();
#else
getwd();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 7 unresolved externals:
Checking for functions [dlsym dlclose _set_output_format rand _access]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char dlclose();
char _set_output_format();
char rand();
char _access();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#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_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 3 unresolved externals:
Checking for functions [dlsym dlclose]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char dlclose();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals:
Checking for functions [dlsym]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_dlsym) || defined (__stub___dlsym)
dlsym_will_always_fail_with_ENOSYS();
#else
dlsym();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlsym referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [dlclose]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_dlclose) || defined (__stub___dlclose)
dlclose_will_always_fail_with_ENOSYS();
#else
dlclose();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol dlclose referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [_set_output_format rand _access]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();
char rand();
char _access();

#ifdef __cplusplus
}
#endif

int main() {

#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_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [_set_output_format]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol _set_output_format referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [rand]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 rand();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_rand) || defined (__stub___rand)
rand_will_always_fail_with_ENOSYS();
#else
rand();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE_RAND" to "1"
Checking for functions [_access]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub__access) || defined (__stub____access)
_access_will_always_fail_with_ENOSYS();
#else
_access();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                            Defined "HAVE__ACCESS" to "1"
Checking for functions [time realpath fpsetsticky access getpagesize getwd]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 realpath();
char fpsetsticky();
char access();
char getpagesize();
char getwd();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

#if defined (__stub_getwd) || defined (__stub___getwd)
getwd_will_always_fail_with_ENOSYS();
#else
getwd();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 4 unresolved externals:
Checking for functions [time realpath fpsetsticky]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 realpath();
char fpsetsticky();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals:
Checking for functions [time]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_time) || defined (__stub___time)
time_will_always_fail_with_ENOSYS();
#else
time();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE_TIME" to "1"
Checking for functions [realpath]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_realpath) || defined (__stub___realpath)
realpath_will_always_fail_with_ENOSYS();
#else
realpath();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol realpath referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [fpsetsticky]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_fpsetsticky) || defined (__stub___fpsetsticky)
fpsetsticky_will_always_fail_with_ENOSYS();
#else
fpsetsticky();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol fpsetsticky referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [access getpagesize getwd]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 getpagesize();
char getwd();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif

#if defined (__stub_getwd) || defined (__stub___getwd)
getwd_will_always_fail_with_ENOSYS();
#else
getwd();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 2 unresolved externals:
Checking for functions [access]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_access) || defined (__stub___access)
access_will_always_fail_with_ENOSYS();
#else
access();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
                            Defined "HAVE_ACCESS" to "1"
Checking for functions [getpagesize]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {

#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
getpagesize_will_always_fail_with_ENOSYS();
#else
getpagesize();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol getpagesize referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
Checking for functions [getwd]
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 getwd();

#ifdef __cplusplus
}
#endif

int main() {

#if defined (__stub_getwd) || defined (__stub___getwd)
getwd_will_always_fail_with_ENOSYS();
#else
getwd();
#endif
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.functions/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.functions/conftest.o 
stdout:
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol getwd referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.FUN\conftest.exe : fatal error LNK1120: 1 unresolved externals:
          =============================================================================================
TESTING: checkMmap from config.functions(config/BuildSystem/config/functions.py:179)
  Check for functional mmap() to allocate shared memory and define HAVE_MMAP
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.functions/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.functions/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\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() {
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

    child config.functions 206.440456
          =============================================================================================
TESTING: configureMemorySize from config.utilities.getResidentSetSize(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 0.013369
          =============================================================================================
TESTING: configureFortranCommandLine from config.utilities.fortranCommandLine(config/BuildSystem/config/utilities/fortranCommandLine.py:27)
  Check for the mechanism to retrieve command line arguments in Fortran
            Checking for functions [] in library [''] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -Z7 -fpp  /tmp/petsc-n3d4q6b0/config.libraries/conftest.F90 
Successful compile:
Source:
      program main
      integer i
      character*(80) arg
       i = command_argument_count()
       call get_command_argument(i,arg)
      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -Z7 -fpp /tmp/petsc-n3d4q6b0/config.libraries/conftest.o   
            Defined "HAVE_FORTRAN_GET_COMMAND_ARGUMENT" to "1"
    child config.utilities.fortranCommandLine 2.844837
          =============================================================================================
TESTING: configureFPTrap from config.utilities.FPTrap(config/BuildSystem/config/utilities/FPTrap.py:27)
  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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'sigfpe.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"


















































































#line 84 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;



#line 11 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 12 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 13 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'fpxcp.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"


















































































#line 84 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;



#line 11 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 12 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 13 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types   /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'floatingpoint.h': No such file or directory
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"


















































































#line 84 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;



#line 11 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 12 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 13 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\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 2.769764
          =============================================================================================
TESTING: configureFeatureTestMacros from config.utilities.featureTestMacros(config/BuildSystem/config/utilities/featureTestMacros.py:13)
  Checks if certain feature test macros are support
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\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() {
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Defined "_BSD_SOURCE" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Defined "_DEFAULT_SOURCE" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\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() {
cpu_set_t mset;
CPU_ZERO(&mset);;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\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() {
Dl_info info;
if (dladdr(exit, &info));;
  return 0;
}
    child config.utilities.featureTestMacros 8.965354
          =============================================================================================
TESTING: configureMissingUtypeTypedefs from config.utilities.missing(config/BuildSystem/config/utilities/missing.py:55)
   Checks if u_short is undefined 
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'u_short': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'foo'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'foo': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'u_short': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'foo'
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'foo': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <sys/types.h>

int main() {
u_short foo;
;
  return 0;
}
            Defined "NEEDS_UTYPE_TYPEDEFS" to "1"
          =============================================================================================
TESTING: configureMissingFunctions from config.utilities.missing(config/BuildSystem/config/utilities/missing.py:61)
  Checks for SOCKETS
              Checking for functions [socket] in library ['Ws2_32.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_socket();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                Defined "HAVE_LIBWS2_32" to "1"
            Adding ['Ws2_32.lib'] to LIBS
            Defined "HAVE_WINSOCK2_H" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <Winsock2.h>

int main() {
closesocket(0);
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o Ws2_32.lib 
            Defined "HAVE_CLOSESOCKET" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <Winsock2.h>

int main() {
WSAGetLastError();
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_WSAGETLASTERROR" to "1"
          =============================================================================================
TESTING: configureMissingSignals from config.utilities.missing(config/BuildSystem/config/utilities/missing.py:79)
  Check for missing signals, and define MISSING_<signal name> if necessary
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGABRT;

if (i);
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGALRM': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGALRM': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGALRM;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGALRM" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGBUS': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGBUS': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGBUS;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGBUS" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGCHLD': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGCHLD': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGCHLD;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGCHLD" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGCONT': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGCONT': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGCONT;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGCONT" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGFPE;

if (i);
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGHUP': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGHUP': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGHUP;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGHUP" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGILL;

if (i);
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGINT;

if (i);
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGKILL': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGKILL': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGKILL;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGKILL" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGPIPE': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGPIPE': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGPIPE;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGPIPE" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGQUIT': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGQUIT': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGQUIT;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGQUIT" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGSEGV;

if (i);
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGSTOP': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGSTOP': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGSTOP;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGSTOP" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGSYS': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGSYS': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGSYS;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGSYS" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGTERM;

if (i);
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGTRAP': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGTRAP': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGTRAP;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGTRAP" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGTSTP': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGTSTP': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGTSTP;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGTSTP" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGURG': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGURG': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGURG;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGURG" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGUSR1': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGUSR1': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGUSR1;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGUSR1" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGUSR2': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(6): error C2065: 'SIGUSR2': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <signal.h>

int main() {
int i=SIGUSR2;

if (i);
;
  return 0;
}
            Defined "MISSING_SIGUSR2" to "1"
          =============================================================================================
TESTING: configureMissingGetdomainnamePrototype from config.utilities.missing(config/BuildSystem/config/utilities/missing.py:96)
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(21): error C2065: 'getdomainname': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(21): error C2065: 'getdomainname': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\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() {

int (*getdomainname_ptr)(char*,size_t) = getdomainname;
char test[10];
if (getdomainname_ptr(test,10)) return 1;
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(21): error C2065: 'getdomainname': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(21): error C2065: 'getdomainname': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\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() {

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
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.cc 
stdout:
conftest.cc
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.cc(21): error C2065: 'getdomainname': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.cc
C:\cygwin64\tmp\PETSC-~3\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() {

int (*getdomainname_ptr)(char*,size_t) = getdomainname;
char test[10];
if (getdomainname_ptr(test,10)) return 1;
;
  return 0;
}
              Compile failed inside link

===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.cc 
stdout:
conftest.cc
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.cc(21): error C2065: 'getdomainname': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.cc
C:\cygwin64\tmp\PETSC-~3\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() {

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(config/BuildSystem/config/utilities/missing.py:121)
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(16): error C2065: 'drand48': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(17): error C2065: 'srand48': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(16): warning C4047: 'initializing': 'double (__cdecl *)(void)' differs in levels of indirection from 'int'
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(16): error C2065: 'drand48': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(17): error C2065: 'srand48': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.c(16): warning C4047: 'initializing': 'double (__cdecl *)(void)' differs in levels of indirection from 'int'
C:\cygwin64\tmp\PETSC-~3\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() {

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
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.missing  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/config.utilities.missing/conftest.cc 
stdout:
conftest.cc
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.cc(16): error C2065: 'drand48': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.cc(17): error C2065: 'srand48': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.cc
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MIS\conftest.cc(16): error C2065: 'drand48': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\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() {

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 63.943794
          =============================================================================================
TESTING: checkSharedDynamicPicOptions from PETSc.options.sharedLibraries(config/PETSc/options/sharedLibraries.py:34)
          =============================================================================================
TESTING: configureSharedLibraries from PETSc.options.sharedLibraries(config/PETSc/options/sharedLibraries.py:49)
  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
Executing: uname -s
stdout: CYGWIN_NT-10.0
            Defined make macro "SONAME_FUNCTION" to "$(1).dll"
            Defined make macro "SL_LINKER_FUNCTION" to "-LD"
            Defined make macro "PETSC_DLL_EXPORTS" to "1"
            Defined make macro "BUILDSHAREDLIB" to "yes"
            Defined "USE_SHARED_LIBRARIES" to "1"
          =============================================================================================
TESTING: configureDynamicLibraries from PETSc.options.sharedLibraries(config/PETSc/options/sharedLibraries.py:94)
  Checks whether dynamic loading is available (with dlfcn.h and libdl)
          =============================================================================================
TESTING: configureSerializedFunctions from PETSc.options.sharedLibraries(config/PETSc/options/sharedLibraries.py:100)
  
    Defines PETSC_SERIALIZE_FUNCTIONS if they are used
    Requires shared libraries
          =============================================================================================
TESTING: checkSymbolResolution from PETSc.options.sharedLibraries(config/PETSc/options/sharedLibraries.py:109)
  Checks that dladdr() works
    child PETSc.options.sharedLibraries 0.442289
          =============================================================================================
TESTING: configureScalarType from PETSc.options.scalarTypes(config/PETSc/options/scalarTypes.py:40)
  Choose between real and complex numbers
          Scalar type is real
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <math.h>

int main() {
double b = 2.0; int a = isnormal(b);
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.o Ws2_32.lib 
            Defined "HAVE_ISNORMAL" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <math.h>

int main() {
double b = 2.0; int a = isnan(b);
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.o Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\PETSCO~1.SCA\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSCO~1.SCA\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_ISNAN" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <math.h>

int main() {
double b = 2.0; int a = isinf(b);
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes/conftest.o Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\PETSCO~1.SCA\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSCO~1.SCA\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_ISINF" to "1"
          =============================================================================================
TESTING: configurePrecision from PETSc.options.scalarTypes(config/PETSc/options/scalarTypes.py:81)
  Set the default real number precision for PETSc objects
Checking C compiler works with __float128
            Checking for functions [logq] in library ['quadmath'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.libraries/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\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; logq(f);; }

int main() {
_check_logq();;
  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 10.837306
          =============================================================================================
TESTING: configureMkdir from config.programs(config/BuildSystem/config/programs.py:22)
  Make sure we can have mkdir automatically make intermediate directories
Checking for program /usr/local/bin/mkdir...not found
Checking for program /usr/bin/mkdir...found
Executing: /usr/bin/mkdir -p .conftest/tmp
          Adding -p flag to /usr/bin/mkdir -p to automatically create directories
            Defined make macro "MKDIR" to "/usr/bin/mkdir -p"
          =============================================================================================
TESTING: configureAutoreconf from config.programs(config/BuildSystem/config/programs.py:44)
  Check for autoreconf
Checking for program /usr/local/bin/autoreconf...not found
Checking for program /usr/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/autoreconf...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/autoreconf...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/autoreconf...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/autoreconf...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/autoreconf...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/autoreconf...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/autoreconf...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/autoreconf...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/autoreconf...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/autoreconf...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/autoreconf...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/autoreconf...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/autoreconf...not found
Checking for program /usr/local/bin/libtoolize...not found
Checking for program /usr/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/libtoolize...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/libtoolize...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/libtoolize...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/libtoolize...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/libtoolize...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/libtoolize...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/libtoolize...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/libtoolize...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/libtoolize...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/libtoolize...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/libtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/libtoolize...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/libtoolize...not found
Checking for program /usr/local/bin/glibtoolize...not found
Checking for program /usr/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dpcpp-ct/latest/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/gdb/intel64/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/glibtoolize...not found
Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/glibtoolize...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/glibtoolize...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/glibtoolize...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/glibtoolize...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/glibtoolize...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/glibtoolize...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/glibtoolize...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/glibtoolize...not found
Checking for program /cygdrive/c/Windows/system32/glibtoolize...not found
Checking for program /cygdrive/c/Windows/glibtoolize...not found
Checking for program /cygdrive/c/Windows/System32/Wbem/glibtoolize...not found
Checking for program /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/glibtoolize...not found
Checking for program /cygdrive/c/Windows/System32/OpenSSH/glibtoolize...not found
Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/glibtoolize...not found
Checking for program /cygdrive/c/Program Files/NVIDIA Corporation/Nsight Compute 2020.3.0/glibtoolize...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/glibtoolize...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/glibtoolize...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/glibtoolize...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/glibtoolize...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/glibtoolize...not found
          =============================================================================================
TESTING: configurePrograms from config.programs(config/BuildSystem/config/programs.py:71)
  Check for the programs needed to build and run PETSc
Checking for program /usr/local/bin/bash...not found
Checking for program /usr/bin/bash...found
              Defined make macro "SHELL" to "/usr/bin/bash"
Checking for program /usr/local/bin/sed...not found
Checking for program /usr/bin/sed...found
              Defined make macro "SED" to "/usr/bin/sed"
Executing: /usr/bin/sed -i s/sed/sd/g "/tmp/petsc-n3d4q6b0/config.programs/sed1"
          Adding SEDINPLACE cmd: /usr/bin/sed -i
            Defined make macro "SEDINPLACE" to "/usr/bin/sed -i"
Checking for program /usr/local/bin/mv...not found
Checking for program /usr/bin/mv...found
              Defined make macro "MV" to "/usr/bin/mv"
Checking for program /usr/local/bin/cp...not found
Checking for program /usr/bin/cp...found
              Defined make macro "CP" to "/usr/bin/cp"
Checking for program /usr/local/bin/grep...not found
Checking for program /usr/bin/grep...found
              Defined make macro "GREP" to "/usr/bin/grep"
Checking for program /usr/local/bin/rm...not found
Checking for program /usr/bin/rm...found
              Defined make macro "RM" to "/usr/bin/rm -f"
Checking for program /usr/local/bin/diff...not found
Checking for program /usr/bin/diff...found
Executing: "/usr/bin/diff" -w "/tmp/petsc-n3d4q6b0/config.programs/diff1" "/tmp/petsc-n3d4q6b0/config.programs/diff2"
            Defined make macro "DIFF" to "/usr/bin/diff -w"
Checking for program /usr/ucb/ps...not found
Checking for program /usr/usb/ps...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/ps...not found
  Unable to find programs ['ps'] providing listing of the specific search path
      Warning accessing /usr/ucb gives errors: can only concatenate str (not "builtin_function_or_method") to str
      Warning accessing /usr/usb gives errors: can only concatenate str (not "builtin_function_or_method") to str
            Defined make macro "PYTHON" to "/usr/bin/python3"
Checking for program /usr/local/bin/m4...not found
Checking for program /usr/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/m4...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/m4...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/m4...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/m4...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/m4...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/m4...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/m4...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/m4...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/m4...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/m4...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/m4...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/m4...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/m4...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/m4...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/m4...not found
    child config.programs 1.871575
              =============================================================================================
TESTING: consistencyChecks from config.packages.make(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
          =============================================================================================
TESTING: configureMake from config.packages.make(config/BuildSystem/config/packages/make.py:96)
  Check Guesses for GNU make
Executing: gmake --version
GNUMake check failed: Could not execute "['gmake --version']":
/bin/sh: gmake: command not found

Executing: make --version
stdout:
GNU Make 4.3
Built for x86_64-pc-cygwin
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://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 /usr/local/bin/make...not found
Checking for program /usr/bin/make...found
              Defined make macro "MAKE" to "/usr/bin/make"
Checking for program /usr/local/bin/make...not found
Checking for program /usr/bin/make...found
              Defined make macro "MAKE_USER" to "make"
          =============================================================================================
TESTING: setupGNUMake from config.packages.make(config/BuildSystem/config/packages/make.py:150)
  Setup other GNU make stuff
Executing: uname -s
stdout: CYGWIN_NT-10.0
Executing: uname -s
stdout: CYGWIN_NT-10.0
            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 "/usr/bin/make  --print-directory"
            Defined make macro "OMAKE" to "/usr/bin/make  --no-print-directory"
            Defined make macro "MAKE_PAR_OUT_FLG" to "--output-sync=recurse"
          =============================================================================================
TESTING: configureMakeNP from config.packages.make(config/BuildSystem/config/packages/make.py:197)
  check no of cores on the build machine [perhaps to do make '-j ncores']
          module multiprocessing found 48 cores: using make_np = 32
            Defined make macro "MAKE_NP" to "32"
            Defined make macro "MAKE_TEST_NP" to "21"
            Defined make macro "MAKE_LOAD" to "72.0"
            Defined make macro "NPMAX" to "48"
    child config.packages.make 1.876819
            =============================================================================================
TESTING: consistencyChecks from config.packages.X(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:872)
          =============================================================================================
TESTING: configureLibrary from config.packages.X(config/BuildSystem/config/package.py:897)
  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(config/BuildSystem/config/libraries.py:157)
  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
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol XSetWMName referenced in function _check_XSetWMName
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol XSetWMName referenced in function _check_XSetWMName
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals:
              Checking for functions [XSetWMName] in library [] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_XSetWMName();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o Ws2_32.lib 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol XSetWMName referenced in function _check_XSetWMName
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol XSetWMName referenced in function _check_XSetWMName
C:\cygwin64\tmp\PETSC-~3\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(config/BuildSystem/config/libraries.py:157)
  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
Linker output before filtering:
LINK : fatal error LNK1104: cannot open file 'libX11.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libX11.lib':
              Checking for functions [XSetWMName] in library ['libX11.a'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_XSetWMName();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -lX11 Ws2_32.lib 
stdout: LINK : fatal error LNK1104: cannot open file 'libX11.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1104: cannot open 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: ['bin', 'etc', 'lib']
              =============================================================================================
TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157)
  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
Linker output before filtering:
LINK : fatal error LNK1104: cannot open file 'libX11.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libX11.lib':
              Checking for functions [XSetWMName] in library ['/usr/local/lib/libX11.a'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_XSetWMName();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -L/usr/local/lib -L/usr/local/lib -lX11 Ws2_32.lib 
stdout: LINK : fatal error LNK1104: cannot open file 'libX11.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1104: cannot open file 'libX11.lib'            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(config/BuildSystem/config/package.py:1026)
  Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version
For x unable to run preprocessor to obtain version information, skipping version check
          =============================================================================================
TESTING: checkSharedLibrary from config.packages.X(config/BuildSystem/config/package.py:955)
  By default we don't care about checking if the library is shared
    child config.packages.X 8.642571
              =============================================================================================
TESTING: consistencyChecks from config.packages.hwloc(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.hwloc 0.009438
            =============================================================================================
TESTING: consistencyChecks from config.packages.valgrind(config/BuildSystem/config/package.py:963)
  Checks run on the system and currently installed packages that need to be correct for the package now being configured
          =============================================================================================
TESTING: configureLibrary from config.packages.valgrind(config/BuildSystem/config/package.py:897)
  Find an installation and check if it can work with PETSc
==================================================================================
          Checking for a functional valgrind
          Not checking for library in Compiler specific search VALGRIND: [] because no functions given to check for
              =============================================================================================
TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157)
  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 optional headers [] in Compiler specific search VALGRIND: []
                =============================================================================================
TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86)
  Checks if a particular include file can be found along particular include paths
Checking for header files [] in []
Found header files [] in []
          Checking for headers ['valgrind/valgrind.h'] in Compiler specific search VALGRIND: []
                =============================================================================================
TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86)
  Checks if a particular include file can be found along particular include paths
Checking for header files ['valgrind/valgrind.h'] in []
                Checking include with compiler flags var CPPFLAGS []
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <valgrind/valgrind.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types    /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"












































































































#line 110 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;







#line 15 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 1 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"







#pragma once



#line 1 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"







#pragma once

#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"







#pragma once


















    
#line 29 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






    
    

#line 39 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        


            
        #line 44 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    #line 45 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 46 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"













#pragma once







































































































































#line 151 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



#line 155 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





























#line 185 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"


#line 188 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

#line 190 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





#line 196 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



#line 200 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 207 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"











#line 219 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"








#line 228 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 229 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"































































































































































































































































































































































































































































































#pragma region Input Buffer SAL 1 compatibility macros



























































































































































































































































































































































































































































































































































































































































































































































































#pragma endregion Input Buffer SAL 1 compatibility macros

















































































#line 1555 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






























#line 1586 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
























#line 1611 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"












#line 1624 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






































#line 1663 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"















































































































#line 1775 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






































































































#line 1878 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"








































































































































































#line 2047 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





































































































#line 2149 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
























































































































































































































#line 2366 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2367 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



































































































































































































































#line 2595 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    

    
    

#line 2634 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"









































































































































































































































#line 2868 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"









#line 2878 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"


    
    
#line 2883 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 2890 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2891 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 2898 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2899 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"











#line 2911 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

































#line 2945 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

























#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"


















#pragma once




















































































































































































































































#line 265 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"



#line 269 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"


















































































#line 352 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"





#line 358 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"
#line 2971 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

#line 48 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"










#pragma once



#pragma pack(push, 8)







#line 24 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"


    
    
        typedef unsigned __int64  uintptr_t;
    

#line 32 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
#line 33 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"


    
    


        typedef char* va_list;
    #line 41 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
#line 42 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"




    
#line 48 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"





#line 54 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"



#line 58 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
    
    
#line 61 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 73 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"







#line 81 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 93 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"





#line 99 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 111 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

    void __cdecl __va_start(va_list* , ...);

    
    



    

#line 122 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"




































#line 159 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

    

#line 163 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

#pragma pack(pop)
#line 49 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"














#line 64 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"









#line 74 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

    


    


#line 82 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

__pragma(pack(push, 8))




    


        
    #line 93 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 94 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
















    

#line 113 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

#line 115 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        
    #line 117 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 118 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    

#line 123 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        
    #line 125 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 126 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"





#line 132 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    
    
#line 135 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"




    
#line 141 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"








    


#line 153 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 157 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    
#line 159 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"




    
#line 165 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    



      
    #line 173 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 174 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






    typedef unsigned __int64 size_t;
    typedef __int64          ptrdiff_t;
    typedef __int64          intptr_t;




#line 188 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 192 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 196 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    typedef _Bool __vcrt_bool;
#line 198 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



    
#line 203 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
#line 207 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
#line 211 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



    
    typedef unsigned short wchar_t;
#line 217 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


        
    #line 224 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 225 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


#line 231 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"










    
#line 243 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






#line 250 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


        




    #line 261 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 262 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 266 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
        
    


#line 274 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 275 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    void __cdecl __security_init_cookie(void);

    



        void __cdecl __security_check_cookie(  uintptr_t _StackCookie);
        __declspec(noreturn) void __cdecl __report_gsfailure(  uintptr_t _StackCookie);
    #line 286 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 287 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

extern uintptr_t __security_cookie;


    
    
    
#line 295 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

__pragma(pack(pop))

#line 299 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 11 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

__pragma(pack(push, 8))









    

#line 25 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

#line 27 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 29 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 30 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"




    
#line 36 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    

#line 41 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

#line 43 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 45 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 46 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 50 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 52 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


#line 58 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





#line 64 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 66 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





    
#line 73 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 77 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 79 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"









    
#line 90 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"













    


        
    #line 108 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 109 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 113 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 115 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 119 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 121 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 125 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 127 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
























#line 152 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 156 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    typedef _Bool __crt_bool;
#line 158 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"










    
#line 170 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



















    

#line 192 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 194 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 195 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 199 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 203 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


 






  

#line 215 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
   
  #line 217 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
 #line 218 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 219 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"







    











        
    #line 240 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 241 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 245 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
        
    

#line 252 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 253 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.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 308 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 309 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



















#line 329 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        


    #line 338 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 339 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"









    






        
    #line 357 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 358 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        
    #line 365 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 366 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 370 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"













#line 384 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"















#line 400 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





    
#line 407 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 411 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    

#line 416 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 417 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        


            
        #line 427 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    #line 428 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 429 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 433 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





#line 439 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        



    #line 449 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 450 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
        
    



#line 459 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
        
        
    



#line 469 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
              
        

#line 476 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    



#line 481 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
    



#line 489 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
    



#line 497 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 498 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 502 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.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 542 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 546 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        typedef __time64_t time_t;
    #line 553 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 554 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



    
#line 559 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    typedef size_t rsize_t;
#line 563 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"










    





















































































































































#line 724 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

        
        
        
        
        
        
        
        
        
        
        
        

    #line 739 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 740 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"












































































    





































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































#line 1815 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

        
        
        
        

        

            


            


            


            


            


            


            


            


            



            



            


            


            


            


            


            


            


            


            


            


            



            



            



            


            



            




            

            




            

            




            

            




            

            




            

            




            

            




            

            




            

        











































#line 2005 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    #line 2006 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 2007 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



__pragma(pack(pop))
#line 13 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"

__pragma(pack(push, 8))
















     int* __cdecl _errno(void);
    

     errno_t __cdecl C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'valgrind/valgrind.h': No such file or directory
_set_errno(  int _Value);
     errno_t __cdecl _get_errno(  int* _Value);

#line 38 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"




    


        
    #line 47 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"


#line 50 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"

 extern unsigned long  __cdecl __threadid(void);

 extern uintptr_t __cdecl __threadhandle(void);



__pragma(pack(pop))
#line 59 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"
#line 16 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
int getdomainname(char *, size_t);
double drand48(void);
void   srand48(long int);
#line 20 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 21 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <valgrind/valgrind.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          Not checking for library in Package specific search directory VALGRIND: [] because no functions given to check for
              =============================================================================================
TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157)
  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 optional headers [] in Package specific search directory VALGRIND: ['/usr/local/include']
                =============================================================================================
TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86)
  Checks if a particular include file can be found along particular include paths
Checking for header files [] in ['/usr/local/include']
Found header files [] in ['/usr/local/include']
          Checking for headers ['valgrind/valgrind.h'] in Package specific search directory VALGRIND: ['/usr/local/include']
                =============================================================================================
TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86)
  Checks if a particular include file can be found along particular include paths
Checking for header files ['valgrind/valgrind.h'] in ['/usr/local/include']
                Checking include with compiler flags var CPPFLAGS ['/usr/local/include']
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <valgrind/valgrind.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types   -I/usr/local/include /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
Warning: win32fe: Include Path Not Found: /usr/local/include
conftest.c
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"












































































































#line 110 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;







#line 15 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 1 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"







#pragma once



#line 1 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"







#pragma once

#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"







#pragma once


















    
#line 29 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






    
    

#line 39 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        


            
        #line 44 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    #line 45 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 46 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"













#pragma once







































































































































#line 151 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



#line 155 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





























#line 185 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"


#line 188 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

#line 190 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





#line 196 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



#line 200 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 207 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"











#line 219 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"








#line 228 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 229 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"































































































































































































































































































































































































































































































#pragma region Input Buffer SAL 1 compatibility macros



























































































































































































































































































































































































































































































































































































































































































































































































#pragma endregion Input Buffer SAL 1 compatibility macros

















































































#line 1555 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






























#line 1586 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
























#line 1611 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"












#line 1624 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






































#line 1663 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"















































































































#line 1775 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






































































































#line 1878 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"








































































































































































#line 2047 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





































































































#line 2149 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
























































































































































































































#line 2366 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2367 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



































































































































































































































#line 2595 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    

    
    

#line 2634 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"









































































































































































































































#line 2868 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"









#line 2878 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"


    
    
#line 2883 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 2890 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2891 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 2898 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2899 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"











#line 2911 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

































#line 2945 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

























#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"


















#pragma once




















































































































































































































































#line 265 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"



#line 269 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"


















































































#line 352 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"





#line 358 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"
#line 2971 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

#line 48 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"










#pragma once



#pragma pack(push, 8)







#line 24 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"


    
    
        typedef unsigned __int64  uintptr_t;
    

#line 32 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
#line 33 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"


    
    


        typedef char* va_list;
    #line 41 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
#line 42 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"




    
#line 48 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"





#line 54 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"



#line 58 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
    
    
#line 61 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 73 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"







#line 81 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 93 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"





#line 99 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 111 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

    void __cdecl __va_start(va_list* , ...);

    
    



    

#line 122 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"




































#line 159 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

    

#line 163 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

#pragma pack(pop)
#line 49 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"














#line 64 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"









#line 74 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

    


    


#line 82 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

__pragma(pack(push, 8))




    


        
    #line 93 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 94 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
















    

#line 113 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

#line 115 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        
    #line 117 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 118 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    

#line 123 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        
    #line 125 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 126 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"





#line 132 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    
    
#line 135 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"




    
#line 141 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"








    


#line 153 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 157 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    
#line 159 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"




    
#line 165 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    



      
    #line 173 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 174 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






    typedef unsigned __int64 size_t;
    typedef __int64          ptrdiff_t;
    typedef __int64          intptr_t;




#line 188 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 192 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 196 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    typedef _Bool __vcrt_bool;
#line 198 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



    
#line 203 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
#line 207 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
#line 211 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



    
    typedef unsigned short wchar_t;
#line 217 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


        
    #line 224 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 225 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


#line 231 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"










    
#line 243 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






#line 250 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


        




    #line 261 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 262 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 266 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
        
    


#line 274 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 275 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    void __cdecl __security_init_cookie(void);

    



        void __cdecl __security_check_cookie(  uintptr_t _StackCookie);
        __declspec(noreturn) void __cdecl __report_gsfailure(  uintptr_t _StackCookie);
    #line 286 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 287 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

extern uintptr_t __security_cookie;


    
    
    
#line 295 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

__pragma(pack(pop))

#line 299 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 11 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

__pragma(pack(push, 8))









    

#line 25 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

#line 27 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 29 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 30 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"




    
#line 36 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    

#line 41 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

#line 43 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 45 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 46 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 50 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 52 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


#line 58 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





#line 64 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 66 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





    
#line 73 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 77 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 79 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"









    
#line 90 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"













    


        
    #line 108 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 109 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 113 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 115 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 119 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 121 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 125 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 127 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
























#line 152 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 156 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    typedef _Bool __crt_bool;
#line 158 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"










    
#line 170 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



















    

#line 192 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 194 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 195 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 199 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 203 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


 






  

#line 215 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
   
  #line 217 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
 #line 218 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 219 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"







    











        
    #line 240 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 241 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 245 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
        
    

#line 252 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 253 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.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 308 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 309 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



















#line 329 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        


    #line 338 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 339 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"









    






        
    #line 357 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 358 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        
    #line 365 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 366 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 370 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"













#line 384 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"















#line 400 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





    
#line 407 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 411 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    

#line 416 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 417 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        


            
        #line 427 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    #line 428 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 429 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 433 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





#line 439 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        



    #line 449 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 450 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
        
    



#line 459 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
        
        
    



#line 469 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
              
        

#line 476 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    



#line 481 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
    



#line 489 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
    



#line 497 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 498 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 502 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.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 542 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 546 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        typedef __time64_t time_t;
    #line 553 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 554 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



    
#line 559 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    typedef size_t rsize_t;
#line 563 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"










    





















































































































































#line 724 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

        
        
        
        
        
        
        
        
        
        
        
        

    #line 739 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 740 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"












































































    





































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































#line 1815 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

        
        
        
        

        

            


            


            


            


            


            


            


            


            



            



            


            


            


            


            


            


            


            


            


            


            



            



            



            


            



            




            

            




            

            




            

            




            

            




            

            




            

            




            

            




            

        











































#line 2005 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    #line 2006 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 2007 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



__pragma(pack(pop))
#line 13 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"

__pragma(pack(push, 8))
















     int* __cdecl _errno(void);
    

     errno_t __cdecl C:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'valgrind/valgrind.h': No such file or directory
_set_errno(  int _Value);
     errno_t __cdecl _get_errno(  int* _Value);

#line 38 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"




    


        
    #line 47 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"


#line 50 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"

 extern unsigned long  __cdecl __threadid(void);

 extern uintptr_t __cdecl __threadhandle(void);



__pragma(pack(pop))
#line 59 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"
#line 16 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
int getdomainname(char *, size_t);
double drand48(void);
void   srand48(long int);
#line 20 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 21 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <valgrind/valgrind.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
            VALGRIND: DirPath not found.. skipping: /usr/local/lib64
            VALGRIND: SearchDir DirPath not found.. skipping: /opt/local
Executing: uname -s
stdout: CYGWIN_NT-10.0
    child config.packages.valgrind 2.669232
            =============================================================================================
TESTING: consistencyChecks from config.packages.thrust(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.thrust 0.008563
            =============================================================================================
TESTING: consistencyChecks from config.packages.cuda(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.cuda 0.007601
            =============================================================================================
TESTING: consistencyChecks from config.packages.OpenMPI(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.OpenMPI 0.007582
              =============================================================================================
TESTING: consistencyChecks from config.packages.MPICH(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.MPICH 0.009321
            =============================================================================================
TESTING: consistencyChecks from config.packages.MPI(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:872)
          =============================================================================================
TESTING: configureLibrary from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:691)
==================================================================================
            Checking for a functional MPI
            Checking for library in User specified MPI libraries: ['/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib']
            Contents: ['benchmarks', 'bin', 'env', 'etc', 'include', 'lib', 'libfabric', 'licensing', 'test']
                =============================================================================================
TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157)
  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/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_MPI_Init();
_check_MPI_Comm_create();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
                  Defined "HAVE_LIBIMPI" to "1"
                  Defined "HAVE_LIBIMPICXX" to "1"
                  Defined "HAVE_LIBMPI_ILP64" to "1"
            Checking for optional headers [] in User specified MPI libraries: ['/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/include']
                  =============================================================================================
TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86)
  Checks if a particular include file can be found along particular include paths
Checking for header files [] in ['/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/include']
Found header files [] in ['/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/include']
            Checking for headers ['mpi.h'] in User specified MPI libraries: ['/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/include']
                  =============================================================================================
TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86)
  Checks if a particular include file can be found along particular include paths
Checking for header files ['mpi.h'] in ['/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/include']
                  Checking include with compiler flags var CPPFLAGS ['/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/include']
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Preprocess output before filtering:
:
Preprocess output after filtering:
:
Found header files ['mpi.h'] in ['/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/include']
            Defined "HAVE_MPI_F90MODULE_VISIBILITY" to "1"
              =============================================================================================
TESTING: checkMPIDistro from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:544)
  Determine if MPICH_NUMVERSION, OMPI_MAJOR_VERSION or MSMPI_VER exist in mpi.h
       Used for consistency checking of MPI installation at compile time
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
const char *mpich_ver = I_MPI_VERSION;

int main() {
;
  return 0;
}
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
const char *mpich_ver = I_MPI_VERSION;
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.packages.MPI   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
              Unable to parse I_MPI version from header. Probably a buggy preprocessor
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
int mpich_ver = I_MPI_NUMVERSION;

int main() {
;
  return 0;
}
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
int mpich_ver = I_MPI_NUMVERSION;
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.packages.MPI   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
                Defined "HAVE_I_MPI_NUMVERSION" to "20210200300"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.c(4): error C2065: 'MVAPICH2_NUMVERSION': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.c(4): error C2065: 'MVAPICH2_NUMVERSION': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\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() {
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
int mpich_ver = MPICH_NUMVERSION;

int main() {
;
  return 0;
}
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>
int mpich_ver = MPICH_NUMVERSION;
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.packages.MPI   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
                Defined "HAVE_MPICH_NUMVERSION" to "30300300"
              =============================================================================================
TESTING: configureMPI2 from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:332)
  Check for functions added to the interface in MPI-2
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
int flag;if (MPI_Finalized(&flag));
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
                Defined "HAVE_MPI_FINALIZED" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
if (MPI_Allreduce(MPI_IN_PLACE,0, 1, MPI_INT, MPI_SUM, MPI_COMM_SELF));
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
                Defined "HAVE_MPI_IN_PLACE" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
if (MPI_Comm_set_errhandler(MPI_COMM_WORLD,MPI_ERRORS_RETURN));
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
if (MPI_Reduce_local(0, 0, 0, MPI_INT, MPI_SUM));;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
                Defined "HAVE_MPI_REDUCE_LOCAL" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
char version[MPI_MAX_LIBRARY_VERSION_STRING];int verlen;if (MPI_Get_library_version(version,&verlen));
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
                Defined "HAVE_MPI_GET_LIBRARY_VERSION" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
int base[100]; MPI_Win win; if (MPI_Win_create(base,100,4,MPI_INFO_NULL,MPI_COMM_WORLD,&win));
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
                Defined "HAVE_MPI_WIN_CREATE" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout:
conftest.c
c:\cygwin64\tmp\petsc-n3d4q6b0\config.packages.mpi\conftest.c(6) : warning C4700: uninitialized local variable 'win' used
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
int ptr[1]; MPI_Win win; if (MPI_Accumulate(ptr,1,MPI_INT,0,0,1,MPI_INT,MPI_REPLACE,win));
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
                Defined "HAVE_MPI_ONE_SIDED" to "1"
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
              =============================================================================================
TESTING: configureMPI3 from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:379)
  Check for functions added to the interface in MPI-3
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
                Defined "HAVE_MPI_PROCESS_SHARED_MEMORY" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
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));
                        if (MPI_Iscatterv(&send,counts,displs,MPI_INT,&recv,1,MPI_INT,0,MPI_COMM_WORLD,&req));
                        if (MPI_Igather(&send,1,MPI_INT,&recv,1,MPI_INT,0,MPI_COMM_WORLD,&req));
                        if (MPI_Igatherv(&send,1,MPI_INT,&recv,counts,displs,MPI_INT,0,MPI_COMM_WORLD,&req));
                        if (MPI_Iallgather(&send,1,MPI_INT,&recv,1,MPI_INT,MPI_COMM_WORLD,&req));
                        if (MPI_Iallgatherv(&send,1,MPI_INT,&recv,counts,displs,MPI_INT,MPI_COMM_WORLD,&req));
                        if (MPI_Ialltoall(&send,1,MPI_INT,&recv,1,MPI_INT,MPI_COMM_WORLD,&req));
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
                Defined "HAVE_MPI_NONBLOCKING_COLLECTIVES" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
                Defined "HAVE_MPI_NEIGHBORHOOD_COLLECTIVES" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout:
conftest.c
c:\cygwin64\tmp\petsc-n3d4q6b0\config.packages.mpi\conftest.c(6) : warning C4700: uninitialized local variable 'win' used
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
int ptr[1]; MPI_Win win; if (MPI_Get_accumulate(ptr,1,MPI_INT,ptr,1,MPI_INT,0,0,1,MPI_INT,MPI_SUM,win));
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
                Defined "HAVE_MPI_GET_ACCUMULATE" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout:
conftest.c
c:\cygwin64\tmp\petsc-n3d4q6b0\config.packages.mpi\conftest.c(6) : warning C4700: uninitialized local variable 'win' used
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
int ptr[1]; MPI_Win win; MPI_Request req; if (MPI_Rget(ptr,1,MPI_INT,0,1,1,MPI_INT,win,&req));
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
                Defined "HAVE_MPI_RGET" to "1"
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
              =============================================================================================
TESTING: configureMPIEXEC from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:177)
  Checking for location of mpiexec
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/mpiexec...found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/mpiexec...found
                  Defined make macro "MPIEXECEXECUTABLE" to "/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/bin/mpiexec"
Running Executable with threads to time it out at 120
Executing: /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/bin/mpiexec -n 1 printenv
stdout:
!::=::\
!C:=C:\cygwin64\bin
!ExitCode=00000000
!E:=E:\wtay\Downloads\Source_codes\petsc-main
ALLUSERSPROFILE=C:\ProgramData
ANSYS202_DIR=C:\Program Files\ANSYS Inc\ANSYS Student\v202\ANSYS
ANSYS_SYSDIR32=win32
ANSYS_SYSDIR=winx64
ANS_OLD_ATTACH=1
APPDATA=C:\Users\wtay\AppData\Roaming
AWP_LOCALE202=en-us
AWP_ROOT202=C:\Program Files\ANSYS Inc\ANSYS Student\v202
CADOE_LIBDIR202=C:\Program Files\ANSYS Inc\ANSYS Student\v202\CommonFiles\Language\en-us
CMAKE_PREFIX_PATH=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..;
CMPLR_ROOT=C:\Program Files (x86)\Intel\oneAPI\compiler\latest
COLUMNS=211
COMMONPROGRAMFILES=C:\Program Files\Common Files
COMPUTERNAME=DELL-T7610
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\windows\include;C:\Program Files (x86)\Intel\oneAPI\dpcpp-ct\latest\env\..\include;C:\Program Files (x86)\Intel\oneAPI\dev-utilities\latest\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\include\intel64;
CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2
CUDA_PATH_V11_2=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2
CommandPromptType=Native
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
DPCPP_ROOT=C:\Program Files (x86)\Intel\oneAPI
DPL_ROOT=C:\Program Files (x86)\Intel\oneAPI\dpl\latest
DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\
DriverData=C:\Windows\System32\Drivers\DriverData
ERRORSTATE=0
EXECIGNORE=*.dll
ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs
FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer
FPS_BROWSER_USER_PROFILE_STRING=Default
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
HCPAW=D:\wtay\nBox
HOME=/home/wtay
HOMEDRIVE=C:
HOMEPATH=\Users\wtay
HOSTNAME=DELL-T7610
HYDRA_BSTRAP_DEBUG=0
HYDRA_BSTRAP_DOWNSTREAM_STDIN=-1
HYDRA_BSTRAP_LAUNCHER=service
HYDRA_BSTRAP_LOCALHOST=DELL-T7610
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=16
HYDRA_BSTRAP_UPSTREAM_FD=764
HYDRA_IP_VERSION=2
HYDRA_LAUNCH_TYPE=2
IFORT_COMPILER21=C:\Program Files (x86)\Intel\oneAPI\compiler\2021.2.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\dpcpp-ct\latest\env\..\include;C:\Program Files (x86)\Intel\oneAPI\dev-utilities\latest\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\include;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\include\intel64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\ATLMFC\include;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\cppwinrt
INFOPATH=/usr/local/info:/usr/share/info:/usr/info
INTELFPGAOCLSDKROOT=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\oclfpga
INTELGTDEBUGGERROOT=C:\Program Files (x86)\Intel\oneAPI\debugger\latest\env\\..
INTEL_LICENSE_FILE=C:\Program Files (x86)\Common Files\Intel\Licenses
INTEL_TARGET_ARCH=intel64
INTEL_TARGET_PLATFORM=windows
I_MPI_HYDRA_TOPOLIB=hwloc
I_MPI_HYDRA_UUID=5d045d0000-7eaa607e-af60ffaf-ffffffff
I_MPI_INFO_BRAND=Intel(R) Xeon(R) 
I_MPI_INFO_CACHE1=0,0,1,1,2,2,3,3,4,4,5,5,8,8,9,9,10,10,11,11,12,12,13,13,16,16,17,17,18,18,19,19,20,20,21,21,24,24,25,25,26,26,27,27,28,28,29,29
I_MPI_INFO_CACHE2=0,0,1,1,2,2,3,3,4,4,5,5,8,8,9,9,10,10,11,11,12,12,13,13,16,16,17,17,18,18,19,19,20,20,21,21,24,24,25,25,26,26,27,27,28,28,29,29
I_MPI_INFO_CACHE3=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
I_MPI_INFO_CACHES=3
I_MPI_INFO_CACHE_SHARE=2,2,32
I_MPI_INFO_CACHE_SIZE=32768,262144,31457280
I_MPI_INFO_CORE=0,0,1,1,2,2,3,3,4,4,5,5,8,8,9,9,10,10,11,11,12,12,13,13,0,0,1,1,2,2,3,3,4,4,5,5,8,8,9,9,10,10,11,11,12,12,13,13
I_MPI_INFO_C_NAME=Unknown
I_MPI_INFO_DESC=1342177285
I_MPI_INFO_FLGB=641
I_MPI_INFO_FLGC=2143216639
I_MPI_INFO_FLGCEXT=0
I_MPI_INFO_FLGD=-1075053569
I_MPI_INFO_FLGDEXT=-1677720576
I_MPI_INFO_LCPU=48
I_MPI_INFO_MODE=775
I_MPI_INFO_NC=24
I_MPI_INFO_NP=2
I_MPI_INFO_PACK=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
I_MPI_INFO_SERIAL=E5-2697 v2 
I_MPI_INFO_SIGN=198372
I_MPI_INFO_STATE=0
I_MPI_INFO_THREAD=0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1
I_MPI_INFO_VEND=1
I_MPI_ONEAPI_ROOT=C:\Program Files (x86)\Intel\oneAPI\mpi\2021.2.0
I_MPI_ROOT=C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\..
LANG=en_US.UTF-8
LIB=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\lib\intel64\vc14;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\..\lib\release;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\..\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\lib\intel64_win;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\ATLMFC\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\lib\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64;
LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\ATLMFC\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.17763.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;
LINES=71
LOCALAPPDATA=C:\Users\wtay\AppData\Local
LOGONSERVER=\\DELL-T7610
LSTC_LICENSE=ANSYS
MIC_LD_LIBRARY_PATH=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\lib\mic;
MIC_LIBRARY_PATH=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\compiler\lib\mic;
MOZ_PLUGIN_PATH=C:\PROGRAM FILES (X86)\FOXIT SOFTWARE\FOXIT READER\plugins\
MPI_LOCALNRANKS=1
MPI_LOCALRANKID=0
MSMPI_BENCHMARKS=C:\Program Files\Microsoft MPI\Benchmarks\
MSMPI_BIN=C:\Program Files\Microsoft MPI\Bin\
NUMBER_OF_PROCESSORS=48
NVCUDASAMPLES11_2_ROOT=C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.2
NVCUDASAMPLES_ROOT=C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.2
NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt\
OCL_ICD_FILENAMES=C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\emu\intelocl64_emu.dll;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\x64\intelocl64.dll
OLDPWD=/cygdrive/e/wtay/Downloads/Source_codes
ONEAPI_ROOT=C:\Program Files (x86)\Intel\oneAPI
ORIGINAL_PATH=/cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/dpcpp-ct/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/gdb/intel64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin:/cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools:/cygdrive/c/Program Files/Microsoft MPI/Bin:/cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin:/cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin:/cygdrive/c/ProgramData/Miniconda3:/cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin:/cygdrive/c/ProgramData/Miniconda3/Library/usr/bin:/cygdrive/c/ProgramData/Miniconda3/Library/bin:/cygdrive/c/ProgramData/Miniconda3/Scripts:/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/NVIDIA Corporation/NVIDIA NvDLISR:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/NVIDIA Corporation/Nsight Compute 2020.3.0:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc
OS=Windows_NT
OneDrive=D:\wtay\OneDrive
OneDriveCommercial=D:\wtay\OneDrive
PATH=/usr/local/bin:/usr/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release:/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/dpcpp-ct/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/gdb/intel64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin:/cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools:/cygdrive/c/Program Files/Microsoft MPI/Bin:/cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin:/cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin:/cygdrive/c/ProgramData/Miniconda3:/cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin:/cygdrive/c/ProgramData/Miniconda3/Library/usr/bin:/cygdrive/c/ProgramData/Miniconda3/Library/bin:/cygdrive/c/ProgramData/Miniconda3/Scripts:/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/NVIDIA Corporation/NVIDIA NvDLISR:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/NVIDIA Corporation/Nsight Compute 2020.3.0:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib:/cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin:/cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PETSC_ARCH=petsc-dev_win64_impi_vs2017
PETSC_DIR=/cygdrive/e/wtay/Downloads/Source_codes/petsc-main
PETSC_DIR_OLD=D:\wtay\Lib\petsc-3.9.3_win64_impi_vs2017
PMI_FD=720
PMI_RANK=0
PMI_SIZE=1
PRINTER=\\http://172.18.66.189:631\tsl_ljlvl2
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 62 Stepping 4, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=3e04
PROFILEREAD=true
PROGRAMFILES=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\Intel\Wired Networking\
PUBLIC=C:\Users\Public
PWD=/cygdrive/e/wtay/Downloads/Source_codes/petsc-main
Platform=x64
ProgramData=C:\ProgramData
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
SESSIONNAME=Console
SETVARS_COMPLETED=1
SHELL=/bin/bash
SHLVL=2
SW_SIM_HYDRA=C:\Program Files\Common Files\SolidWorks Shared\Simulation Worker Agent\
SW_SIM_MPIT=INTELMPI
SW_SIM_TEMP=C:\ProgramData\SOLIDWORKS\SW_net_sim_temp\
SYSTEMDRIVE=C:
SYSTEMROOT=C:\Windows
TARGET_VS=vs2017
TARGET_VS_ARCH=amd64
TBBROOT=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..
TBB_BIN_DIR=C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\
TBB_TARGET_ARCH=intel64
TBB_TARGET_VS=vc14
TEC_360_2020R2=C:\Program Files\Tecplot\Tecplot 360 EX 2020 R2\
TEMP=/tmp
TERM=xterm-256color
TMP=/tmp
TZ=Asia/Singapore
UATDATA=C:\Windows\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
UCRTVersion=10.0.17763.0
USER=DELL-T7610+wtay
USERDOMAIN=DELL-T7610
USERDOMAIN_ROAMINGPROFILE=DELL-T7610
USERNAME=wtay
USERPROFILE=C:\Users\wtay
UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\
VARSDIR=C:\Program Files (x86)\Intel\oneAPI\dpl\latest\env\
VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\
VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\
VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\
VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Redist\MSVC\14.16.27012\
VCToolsVersion=14.16.27023
VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\
VS150COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools\
VS2017INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional
VSCMD_ARG_HOST_ARCH=x64
VSCMD_ARG_TGT_ARCH=x64
VSCMD_ARG_app_plat=Desktop
VSCMD_START_DIR=C:\Program Files (x86)\Intel\oneAPI
VSCMD_VER=15.9.35
VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\
VisualStudioVersion=15.0
WINDIR=C:\Windows
WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.17763.0
WindowsSDKLibVersion=10.0.17763.0\
WindowsSDKVersion=10.0.17763.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.17763.0\
_=/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 (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\
__VSCMD_PREINIT_PATH=C:\Program Files\Microsoft MPI\Bin\;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\libnvvp;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Tecplot\Tecplot 360 EX 2020 R2\bin;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.4.311\windows\mpi\intel64\bin;C:\ProgramData\Miniconda3;C:\ProgramData\Miniconda3\Library\mingw-w64\bin;C:\ProgramData\Miniconda3\Library\usr\bin;C:\ProgramData\Miniconda3\Library\bin;C:\ProgramData\Miniconda3\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\NVIDIA Corporation\Nsight Compute 2020.3.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Users\wtay\AppData\Local\Microsoft\WindowsApps;C:\Users\wtay\AppData\Local\GitHubDesktop\bin;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.4.311\windows\mpi\intel64\lib;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.4.311\windows\mpi\intel64\libfabric;
library_kind=release
                Defined make macro "MPIEXEC" to "/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/bin/mpiexec"
Checking for program /usr/libexec/ApplicationFirewall/socketfilterfw...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/socketfilterfw...not found
  Unable to find programs ['socketfilterfw'] providing listing of the specific search path
      Warning accessing /usr/libexec/ApplicationFirewall gives errors: can only concatenate str (not "builtin_function_or_method") to str
Checking for program /usr/local/bin/hostname...not found
Checking for program /usr/bin/hostname...found
                  Defined make macro "HOSTNAME" to "hostname"
Running Executable with threads to time it out at 60
Executing: hostname
stdout: DELL-T7610
              Return code from hostname: 0

              Hostname works, running network checks
Checking for program /sbin/ping...not found
Checking for program /usr/local/bin/ping...not found
Checking for program /usr/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dpcpp-ct/latest/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/dev-utilities/latest/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/debugger/latest/gdb/intel64/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/ping...not found
Checking for program /cygdrive/c/Windows/Microsoft.NET/Framework64/v4.0.30319/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/ping...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/ping...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/ping...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/ping...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/ping...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/ping...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/ping...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/ping...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/ping...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/ping...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/ping...not found
Checking for program /cygdrive/c/Windows/system32/ping...found
                  Defined make macro "PING" to "ping"
Executing: uname -s
stdout: CYGWIN_NT-10.0
Detected Cygwin
Running Executable with threads to time it out at 60
Executing: ping -n 2 DELL-T7610
stdout:
Pinging DELL-T7610.stf.nus.edu.sg [fe80::3434:9188:334c:54aa%18] with 32 bytes of data:
Reply from fe80::3434:9188:334c:54aa%18: time=1ms 
Reply from fe80::3434:9188:334c:54aa%18: time=1ms 

Ping statistics for fe80::3434:9188:334c:54aa%18:
    Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 1ms, Maximum = 1ms, Average = 1ms
              Return code from ping: 0

                =============================================================================================
======== Checking running linked program
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
MPI_Init(0,0);
MPI_Finalize();
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o Ws2_32.lib 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol MPI_Init referenced in function main
conftest.obj : error LNK2019: unresolved external symbol MPI_Finalize referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe : fatal error LNK1120: 2 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol MPI_Init referenced in function main
conftest.obj : error LNK2019: unresolved external symbol MPI_Finalize referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe : fatal error LNK1120: 2 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol MPI_Init referenced in function main
conftest.obj : error LNK2019: unresolved external symbol MPI_Finalize referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe : fatal error LNK1120: 2 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol MPI_Init referenced in function main
conftest.obj : error LNK2019: unresolved external symbol MPI_Finalize referenced in function main
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.MPI\conftest.exe : fatal error LNK1120: 2 unresolved externals:
              =============================================================================================
TESTING: configureMPITypes from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:426)
  Checking for MPI Datatype handles
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/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() {
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"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/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() {
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(config/BuildSystem/config/packages/MPI.py:472)
  Returns true if SGI MPI is used
                Checking for functions [MPI_SGI_barrier] in library ['/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_MPI_SGI_barrier();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol MPI_SGI_barrier referenced in function _check_MPI_SGI_barrier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol MPI_SGI_barrier referenced in function _check_MPI_SGI_barrier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol MPI_SGI_barrier referenced in function _check_MPI_SGI_barrier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol MPI_SGI_barrier referenced in function _check_MPI_SGI_barrier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals:
              SGI MPI test failure
              =============================================================================================
TESTING: CxxMPICheck from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:482)
  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/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -GR -EHsc -Z7 -Zm200   -TP   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/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();; }

int main() {
_check_MPI_Finalize();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -GR -EHsc -Z7 -Zm200  /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
                  Defined "HAVE_LIBIMPI" to "1"
                  Defined "HAVE_LIBIMPICXX" to "1"
                  Defined "HAVE_LIBMPI_ILP64" to "1"
              =============================================================================================
TESTING: FortranMPICheck from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:498)
  Make sure fortran include [mpif.h] and library symbols are found
Checking for fortran mpi_init()
                Checking for functions [] in library ['/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -Z7 -fpp  -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.libraries/conftest.F90 
Successful compile:
Source:
      program main
#include "mpif.h"
       integer ierr
       call mpi_init(ierr)
      end
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -Z7 -fpp /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                  Defined "HAVE_LIBIMPI" to "1"
                  Defined "HAVE_LIBIMPICXX" to "1"
                  Defined "HAVE_LIBMPI_ILP64" to "1"
Checking for mpi.mod
                Checking for functions [] in library ['/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilersFortran -I/tmp/petsc-n3d4q6b0/config.libraries  -MD -Z7 -fpp  -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.libraries/conftest.F90 
Successful compile:
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
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -Z7 -fpp /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                  Defined "HAVE_LIBIMPI" to "1"
                  Defined "HAVE_LIBIMPICXX" to "1"
                  Defined "HAVE_LIBMPI_ILP64" to "1"
                Defined "HAVE_MPI_F90MODULE" to "1"
              =============================================================================================
TESTING: configureIO from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:520)
  Check for the functions in MPI/IO
       - Define HAVE_MPIIO if they are present
       - Some older MPI 1 implementations are missing these
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout:
conftest.c
c:\cygwin64\tmp\petsc-n3d4q6b0\config.packages.mpi\conftest.c(12) : warning C4700: uninitialized local variable 'buf' used
c:\cygwin64\tmp\petsc-n3d4q6b0\config.packages.mpi\conftest.c(12) : warning C4700: uninitialized local variable 'fh' used
c:\cygwin64\tmp\petsc-n3d4q6b0\config.packages.mpi\conftest.c(18) : warning C4700: uninitialized local variable 'info' used
c:\cygwin64\tmp\petsc-n3d4q6b0\config.packages.mpi\conftest.c(18) : warning C4700: uninitialized local variable 'disp' used
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
MPI_Aint lb, extent;
if (MPI_Type_get_extent(MPI_INT, &lb, &extent));

                                                 MPI_File fh;
void *buf;
MPI_Status status;
if (MPI_File_write_all(fh, buf, 1, MPI_INT, &status));

                                                 if (MPI_File_read_all(fh, buf, 1, MPI_INT, &status));

                                                 MPI_Offset disp;
MPI_Info info;
if (MPI_File_set_view(fh, disp, MPI_INT, MPI_INT, "", info));

                                                 if (MPI_File_open(MPI_COMM_SELF, "", 0, info, &fh));

                                                 if (MPI_File_close(&fh));
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
                Defined "HAVE_MPIIO" to "1"
              =============================================================================================
TESTING: findMPIInc from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:624)
  Find MPI include paths from "mpicc -show" and use with CUDAC_FLAGS
              =============================================================================================
TESTING: PetscArchMPICheck from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:666)
                  Checking for functions [MPI_Type_get_envelope MPI_Type_dup MPI_Init_thread MPI_Iallreduce MPI_Ibarrier MPI_Finalized MPI_Exscan MPI_Reduce_scatter MPI_Reduce_scatter_block] in library ['/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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_Type_get_envelope();
static void _check_MPI_Type_get_envelope() { MPI_Type_get_envelope(); }
char MPI_Type_dup();
static void _check_MPI_Type_dup() { MPI_Type_dup(); }
char MPI_Init_thread();
static void _check_MPI_Init_thread() { MPI_Init_thread(); }
char MPI_Iallreduce();
static void _check_MPI_Iallreduce() { MPI_Iallreduce(); }
char MPI_Ibarrier();
static void _check_MPI_Ibarrier() { MPI_Ibarrier(); }
char MPI_Finalized();
static void _check_MPI_Finalized() { MPI_Finalized(); }
char MPI_Exscan();
static void _check_MPI_Exscan() { MPI_Exscan(); }
char MPI_Reduce_scatter();
static void _check_MPI_Reduce_scatter() { MPI_Reduce_scatter(); }
char MPI_Reduce_scatter_block();
static void _check_MPI_Reduce_scatter_block() { MPI_Reduce_scatter_block(); }

int main() {
_check_MPI_Type_get_envelope();
_check_MPI_Type_dup();
_check_MPI_Init_thread();
_check_MPI_Iallreduce();
_check_MPI_Ibarrier();
_check_MPI_Finalized();
_check_MPI_Exscan();
_check_MPI_Reduce_scatter();
_check_MPI_Reduce_scatter_block();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                    Defined "HAVE_LIBIMPI" to "1"
                    Defined "HAVE_LIBIMPICXX" to "1"
                    Defined "HAVE_LIBMPI_ILP64" to "1"
            Defined "HAVE_MPI_TYPE_GET_ENVELOPE" to "1"
            Defined "HAVE_MPI_TYPE_DUP" to "1"
            Defined "HAVE_MPI_INIT_THREAD" to "1"
            Defined "HAVE_MPI_IALLREDUCE" to "1"
            Defined "HAVE_MPI_IBARRIER" to "1"
            Defined "HAVE_MPI_FINALIZED" to "1"
            Defined "HAVE_MPI_EXSCAN" to "1"
            Defined "HAVE_MPI_REDUCE_SCATTER" to "1"
            Defined "HAVE_MPI_REDUCE_SCATTER_BLOCK" to "1"
            Checking for functions [MPIX_Iallreduce] in library ['/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 MPIX_Iallreduce();
static void _check_MPIX_Iallreduce() { MPIX_Iallreduce(); }

int main() {
_check_MPIX_Iallreduce();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol MPIX_Iallreduce referenced in function _check_MPIX_Iallreduce
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol MPIX_Iallreduce referenced in function _check_MPIX_Iallreduce
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol MPIX_Iallreduce referenced in function _check_MPIX_Iallreduce
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol MPIX_Iallreduce referenced in function _check_MPIX_Iallreduce
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals:
            Checking for functions [MPIX_Ibarrier] in library ['/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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 MPIX_Ibarrier();
static void _check_MPIX_Ibarrier() { MPIX_Ibarrier(); }

int main() {
_check_MPIX_Ibarrier();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout:
conftest.obj : error LNK2019: unresolved external symbol MPIX_Ibarrier referenced in function _check_MPIX_Ibarrier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol MPIX_Ibarrier referenced in function _check_MPIX_Ibarrier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol MPIX_Ibarrier referenced in function _check_MPIX_Ibarrier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol MPIX_Ibarrier referenced in function _check_MPIX_Ibarrier
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals:
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
int combiner = MPI_COMBINER_DUP;;
  return 0;
}
            Defined "HAVE_MPI_COMBINER_DUP" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
int combiner = MPI_COMBINER_CONTIGUOUS;;
  return 0;
}
            Defined "HAVE_MPI_COMBINER_CONTIGUOUS" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <mpi.h>

int main() {
int combiner = MPI_COMBINER_NAMED;;
  return 0;
}
            Defined "HAVE_MPI_COMBINER_NAMED" to "1"
          =============================================================================================
TESTING: checkVersion from config.packages.MPI(config/BuildSystem/config/package.py:1026)
  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"
;petscpkgver(MPI_VERSION);
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.packages.MPI   -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include /tmp/petsc-n3d4q6b0/config.packages.MPI/conftest.c 
For mpi need 2 <= 3 <= 
          =============================================================================================
TESTING: checkSharedLibrary from config.packages.MPI(config/BuildSystem/config/package.py:955)
  By default we don't care about checking if the library is shared
    child config.packages.MPI 110.892235
            =============================================================================================
TESTING: consistencyChecks from config.packages.zstd(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.zstd 0.008747
            =============================================================================================
TESTING: consistencyChecks from config.packages.yaml(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.yaml 0.007334
            =============================================================================================
TESTING: consistencyChecks from config.packages.sycl(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.sycl 0.007097
              =============================================================================================
TESTING: consistencyChecks from config.packages.ssl(config/BuildSystem/config/packages/ssl.py:31)
          =============================================================================================
TESTING: alternateConfigureLibrary from config.packages.ssl(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ssl 0.009808
            =============================================================================================
TESTING: consistencyChecks from config.packages.sprng(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.sprng 0.008678
      Not a clone of PETSc or no Fortran compiler or fortran-bindings disabled, don't need Sowing

    child config.packages.sowing 0.003398
            =============================================================================================
TESTING: consistencyChecks from config.packages.revolve(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.revolve 0.007987
            =============================================================================================
TESTING: consistencyChecks from config.packages.radau5(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.radau5 0.008677
            =============================================================================================
TESTING: consistencyChecks from config.packages.pami(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.pami 0.008271
            =============================================================================================
TESTING: consistencyChecks from config.packages.opengles(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.opengles 0.007402
            =============================================================================================
TESTING: consistencyChecks from config.packages.opencl(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.opencl 0.007478
            =============================================================================================
TESTING: consistencyChecks from config.packages.muparser(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.muparser 0.008114
            =============================================================================================
TESTING: consistencyChecks from config.packages.mpe(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mpe 0.008606
            =============================================================================================
TESTING: consistencyChecks from config.packages.memkind(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.memkind 0.007182
            =============================================================================================
TESTING: consistencyChecks from config.packages.libmesh(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/packages/libmesh.py:76)
            Defined make rule "libmesh-build" with dependencies "" and code []
            Defined make rule "libmesh-install" with dependencies "" and code []
    child config.packages.libmesh 0.013891
            =============================================================================================
TESTING: consistencyChecks from config.packages.moose(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.moose 0.008247
            =============================================================================================
TESTING: consistencyChecks from config.packages.libjpeg(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.libjpeg 0.007675
      Not a clone of PETSc, don't need Lgrind

    child config.packages.lgrind 0.003074
            =============================================================================================
TESTING: consistencyChecks from config.packages.hip(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.hip 0.007448
    child config.packages.gmsh 0.000381
            =============================================================================================
TESTING: consistencyChecks from config.packages.gmp(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.gmp 0.008854
            =============================================================================================
TESTING: consistencyChecks from config.packages.mpfr(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mpfr 0.008157
            =============================================================================================
TESTING: consistencyChecks from config.packages.giflib(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.giflib 0.008244
            =============================================================================================
TESTING: consistencyChecks from config.packages.cub(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.cub 0.008937
            =============================================================================================
TESTING: consistencyChecks from config.packages.ctetgen(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ctetgen 0.008144
            =============================================================================================
TESTING: consistencyChecks from config.packages.concurrencykit(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.concurrencykit 0.008407
          =============================================================================================
TESTING: locateC2html from config.packages.c2html(config/BuildSystem/config/packages/c2html.py:30)
Looking for default C2html executable
Checking for program /usr/local/bin/c2html...not found
Checking for program /usr/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/c2html...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/c2html...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/c2html...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/c2html...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/c2html...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/c2html...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/c2html...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/c2html...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/c2html...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/c2html...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/c2html...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/c2html...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclgpu/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/ioc/bin/c2html...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ocloc/c2html...not found
Checking for program /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/c2html...not found
    child config.packages.c2html 0.149292
            =============================================================================================
TESTING: consistencyChecks from config.packages.boost(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.boost 0.008853
            =============================================================================================
TESTING: consistencyChecks from config.packages.silo(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.silo 0.008506
            =============================================================================================
TESTING: consistencyChecks from config.packages.Random123(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Random123 0.008693
            =============================================================================================
TESTING: consistencyChecks from config.packages.PARTY(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.PARTY 0.007337
            =============================================================================================
TESTING: consistencyChecks from config.packages.NVSHMEM(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.NVSHMEM 0.007626
            =============================================================================================
TESTING: consistencyChecks from config.packages.Matlab(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Matlab 0.007395
            =============================================================================================
TESTING: consistencyChecks from config.packages.MatlabEngine(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.MatlabEngine 0.007961
            =============================================================================================
TESTING: consistencyChecks from config.packages.Mathematica(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Mathematica 0.007745
            =============================================================================================
TESTING: consistencyChecks from config.packages.regex(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:872)
          =============================================================================================
TESTING: configureLibrary from config.packages.regex(config/BuildSystem/config/package.py:897)
  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(config/BuildSystem/config/libraries.py:157)
  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
Linker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol regexec referenced in function _check_regexec
conftest.obj : error LNK2019: unresolved external symbol regcomp referenced in function _check_regcomp
conftest.obj : error LNK2019: unresolved external symbol regfree referenced in function _check_regfree
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 3 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol regexec referenced in function _check_regexec
conftest.obj : error LNK2019: unresolved external symbol regcomp referenced in function _check_regcomp
conftest.obj : error LNK2019: unresolved external symbol regfree referenced in function _check_regfree
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 3 unresolved externals:
              Checking for functions [regexec regcomp regfree] in library [] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_regexec();
_check_regcomp();
_check_regfree();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o Ws2_32.lib 
stdout:
conftest.obj : error LNK2019: unresolved external symbol regexec referenced in function _check_regexec
conftest.obj : error LNK2019: unresolved external symbol regcomp referenced in function _check_regcomp
conftest.obj : error LNK2019: unresolved external symbol regfree referenced in function _check_regfree
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 3 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol regexec referenced in function _check_regexec
conftest.obj : error LNK2019: unresolved external symbol regcomp referenced in function _check_regcomp
conftest.obj : error LNK2019: unresolved external symbol regfree referenced in function _check_regfree
C:\cygwin64\tmp\PETSC-~3\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(config/BuildSystem/config/libraries.py:157)
  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
Linker output before filtering:
LINK : fatal error LNK1104: cannot open file 'libregex.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libregex.lib':
              Checking for functions [regexec regcomp regfree] in library ['libregex.a'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_regexec();
_check_regcomp();
_check_regfree();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -lregex Ws2_32.lib 
stdout: LINK : fatal error LNK1104: cannot open file 'libregex.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1104: cannot open file 'libregex.lib'          =============================================================================================
TESTING: checkVersion from config.packages.regex(config/BuildSystem/config/package.py:1026)
  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(config/BuildSystem/config/package.py:955)
  By default we don't care about checking if the library is shared
    child config.packages.regex 5.808452
            =============================================================================================
TESTING: consistencyChecks from config.packages.libceed(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.libceed 0.007873
        Defined "PYTHON_EXE" to ""/usr/bin/python3""
Executing: /usr/bin/python3 -c "import Cython"
Executing: /usr/bin/python3 -c "import numpy"
    child config.packages.python 1.127253
            =============================================================================================
TESTING: consistencyChecks from config.packages.petsc4py(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/packages/petsc4py.py:125)
            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 0.017360
            =============================================================================================
TESTING: consistencyChecks from config.packages.mpi4py(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/packages/mpi4py.py:79)
            Defined make rule "mpi4py-build" with dependencies "" and code []
            Defined make rule "mpi4py-install" with dependencies "" and code []
    child config.packages.mpi4py 0.014206
            =============================================================================================
TESTING: consistencyChecks from config.packages.slepc(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/packages/slepc.py:97)
            Defined make rule "slepc-build" with dependencies "" and code []
            Defined make rule "slepc-install" with dependencies "" and code []
    child config.packages.slepc 0.014135
            =============================================================================================
TESTING: consistencyChecks from config.packages.opengl(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.opengl 0.007358
            =============================================================================================
TESTING: consistencyChecks from config.packages.glut(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.glut 0.007347
            =============================================================================================
TESTING: consistencyChecks from config.packages.GLVis(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.GLVis 0.008147
            =============================================================================================
TESTING: consistencyChecks from config.packages.CoDiPack(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.CoDiPack 0.007819
            =============================================================================================
TESTING: consistencyChecks from config.packages.adblaslapack(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.adblaslapack 0.007494
    child config.packages.cxxlibs 0.000013
          =============================================================================================
TESTING: locateCMake from config.packages.cmake(config/BuildSystem/config/packages/cmake.py:48)
Looking for default CMake executable
Checking for program /usr/local/bin/cmake...not found
Checking for program /usr/bin/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/cmake...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/cmake...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/cmake...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/cmake...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/cmake...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/cmake...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/cmake...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/cmake...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/cmake...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/cmake...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/cmake...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/cmake...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/cmake...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake...found
              Defined make macro "CMAKE" to "/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake"
Looking for default CTest executable
Checking for program /usr/local/bin/ctest...not found
Checking for program /usr/bin/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/tbb/latest/redist/intel64/vc14/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/utils/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/libfabric/bin/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/bin/release/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/dpcpp-ct/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/gdb/intel64/bin/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/intel64/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/host/windows64/bin/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/llvm/aocl-bin/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/windows64/bin/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/lib/oclfpga/bin/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCPackages/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TestWindow/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/Roslyn/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/x64/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Team Tools/Performance Tools/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/x64/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/Shared/Common/VSPerfCollectionTools/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.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 (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/bin/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 (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/Tools/ctest...not found
Checking for program /cygdrive/c/Program Files/Microsoft MPI/Bin/ctest...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/ctest...not found
Checking for program /cygdrive/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/libnvvp/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common/ctest...not found
Checking for program /cygdrive/c/Program Files/Tecplot/Tecplot 360 EX 2020 R2/bin/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/bin/ctest...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/ctest...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/mingw-w64/bin/ctest...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/usr/bin/ctest...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Library/bin/ctest...not found
Checking for program /cygdrive/c/ProgramData/Miniconda3/Scripts/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/NVIDIA Corporation/NVIDIA NvDLISR/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/NVIDIA Corporation/Nsight Compute 2020.3.0/ctest...not found
Checking for program /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn/ctest...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/Microsoft/WindowsApps/ctest...not found
Checking for program /cygdrive/c/Users/wtay/AppData/Local/GitHubDesktop/bin/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/lib/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/IntelSWTools/compilers_and_libraries_2020.4.311/windows/mpi/intel64/libfabric/ctest...not found
Checking for program /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest...found
              Defined make macro "CTEST" to "/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest"
Executing: /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake --version
cmake --version failed: Could not execute "['/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake --version']":
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake --version'

    child config.packages.cmake 0.599229
            =============================================================================================
TESTING: consistencyChecks from config.packages.unittestcpp(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.unittestcpp 0.008852
            =============================================================================================
TESTING: consistencyChecks from config.packages.googletest(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.googletest 0.007401
            =============================================================================================
TESTING: consistencyChecks from config.packages.eigen(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.eigen 0.007789
            =============================================================================================
TESTING: consistencyChecks from config.packages.szlib(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.szlib 0.007826
            =============================================================================================
TESTING: consistencyChecks from config.packages.zlib(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.zlib 0.007707
    child config.packages.mathlib 0.000013
            =============================================================================================
TESTING: consistencyChecks from config.packages.tetgen(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.tetgen 0.007449
            =============================================================================================
TESTING: consistencyChecks from config.packages.tchem(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.tchem 0.007632
            =============================================================================================
TESTING: consistencyChecks from config.packages.saws(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.saws 0.007330
            =============================================================================================
TESTING: consistencyChecks from config.packages.libpng(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.libpng 0.008554
            =============================================================================================
TESTING: consistencyChecks from config.packages.combblas(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.combblas 0.008531
            =============================================================================================
TESTING: consistencyChecks from config.packages.Triangle(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Triangle 0.008388
            =============================================================================================
TESTING: consistencyChecks from config.packages.metis(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.metis 0.008412
            =============================================================================================
TESTING: consistencyChecks from config.packages.pragmatic(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.pragmatic 0.008637
            =============================================================================================
TESTING: consistencyChecks from config.packages.parmetis(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.parmetis 0.008023
            =============================================================================================
TESTING: consistencyChecks from config.packages.Chaco(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Chaco 0.008063
Executing: uname -s
stdout: CYGWIN_NT-10.0
            =============================================================================================
TESTING: consistencyChecks from config.packages.hdf5(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.hdf5 0.432416
            =============================================================================================
TESTING: consistencyChecks from config.packages.med(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.med 0.009867
            =============================================================================================
TESTING: consistencyChecks from config.packages.cgns(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.cgns 0.010613
            =============================================================================================
TESTING: consistencyChecks from config.packages.ascem-io(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ascem-io 0.009101
            =============================================================================================
TESTING: consistencyChecks from config.packages.pflotran(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.pflotran 0.007876
            =============================================================================================
TESTING: consistencyChecks from config.packages.alquimia(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.alquimia 0.007421
            =============================================================================================
TESTING: consistencyChecks from config.packages.SAMRAI(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.SAMRAI 0.007854
    child config.packages.flibs 0.000012
            =============================================================================================
TESTING: consistencyChecks from config.packages.pnetcdf(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.pnetcdf 0.007478
            =============================================================================================
TESTING: consistencyChecks from config.packages.netcdf(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.netcdf 0.008408
            =============================================================================================
TESTING: consistencyChecks from config.packages.exodusii(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.exodusii 0.009026
            =============================================================================================
TESTING: consistencyChecks from config.packages.fblaslapack(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:872)
          =============================================================================================
TESTING: configureLibrary from config.packages.fblaslapack(config/BuildSystem/config/packages/fblaslapack.py:20)
==================================================================================
            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 git://https://bitbucket.org/petsc/pkg-fblaslapack for FBLASLAPACK
                        =============================================================================================
                      
                        install: Retrieving git://https://bitbucket.org/petsc/pkg-fblaslapack as git repo
Executing: git clone https://bitbucket.org/petsc/pkg-fblaslapack /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack
                      Looking for FBLASLAPACK at git.fblaslapack, hg.fblaslapack or a directory starting with ['petsc-pkg-fblaslapack']
                      Found a copy of FBLASLAPACK in git.fblaslapack
Executing: ['git', 'rev-parse', '--git-dir']
stdout: .git
Executing: ['git', 'cat-file', '-e', 'v3.4.2-p3^{commit}']
Executing: ['git', 'rev-parse', 'v3.4.2-p3']
stdout: e8a03f57d64cf01d987d4b4ce9b961c24765747d
Executing: ['git', '-c', 'user.name=petsc-configure', '-c', 'user.email=petsc at configure', 'stash']
stdout: No local changes to save
Executing: ['git', 'clean', '-f', '-d', '-x']
Executing: ['git', 'checkout', '-f', 'e8a03f57d64cf01d987d4b4ce9b961c24765747d']
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -V
stdout: ifort: command line error: no files specified; for help type "ifort /help"
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort --version
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.2.0 Build 20210228_000000
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -V
stdout: ifort: command line error: no files specified; for help type "ifort /help"
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort --version
stdout:
Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.2.0 Build 20210228_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/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack && rm -rf */*.c && make -f tmpmakefile cleanblaslapck cleanlib && /usr/bin/make -j32 -l72.0 -f tmpmakefile
stdout:
/usr/bin/rm -f */*.o
/usr/bin/rm -f ./*.a ./*.lib
cd blas;   /usr/bin/make lib FC="/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MD -Z7 -fpp" FNOOPT="-MD " AR="/usr/bin/ar" AR_FLAGS="cr" RM="/usr/bin/rm -f" LIBNAME="libfblas.lib"
make[1]: Entering directory '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/blas'
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o caxpy.o -c -MD -Z7 -fpp caxpy.f
cd lapack; /usr/bin/make lib FC="/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MD -Z7 -fpp" FNOOPT="-MD " AR="/usr/bin/ar" AR_FLAGS="cr" RM="/usr/bin/rm -f" LIBNAME="libflapack.lib"
make[1]: Entering directory '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/lapack'
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaruv.o -c  -MD  slaruv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ccopy.o -c -MD -Z7 -fpp ccopy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cdotc.o -c -MD -Z7 -fpp cdotc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cdotu.o -c -MD -Z7 -fpp cdotu.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbmv.o -c -MD -Z7 -fpp cgbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgemm.o -c -MD -Z7 -fpp cgemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgemv.o -c -MD -Z7 -fpp cgemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgerc.o -c -MD -Z7 -fpp cgerc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeru.o -c -MD -Z7 -fpp cgeru.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbmv.o -c -MD -Z7 -fpp chbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chemm.o -c -MD -Z7 -fpp chemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chemv.o -c -MD -Z7 -fpp chemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cher2.o -c -MD -Z7 -fpp cher2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cher2k.o -c -MD -Z7 -fpp cher2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cher.o -c -MD -Z7 -fpp cher.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cherk.o -c -MD -Z7 -fpp cherk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpmv.o -c -MD -Z7 -fpp chpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpr2.o -c -MD -Z7 -fpp chpr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaruv.o -c  -MD  dlaruv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpr.o -c -MD -Z7 -fpp chpr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cbbcsd.o -c -MD -Z7 -fpp cbbcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o crotg.o -c -MD -Z7 -fpp crotg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cbdsqr.o -c -MD -Z7 -fpp cbdsqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbbrd.o -c -MD -Z7 -fpp cgbbrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbcon.o -c -MD -Z7 -fpp cgbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbequb.o -c -MD -Z7 -fpp cgbequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbequ.o -c -MD -Z7 -fpp cgbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cscal.o -c -MD -Z7 -fpp cscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbrfs.o -c -MD -Z7 -fpp cgbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csrot.o -c -MD -Z7 -fpp csrot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbrfsx.o -c -MD -Z7 -fpp cgbrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csscal.o -c -MD -Z7 -fpp csscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbsv.o -c -MD -Z7 -fpp cgbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cswap.o -c -MD -Z7 -fpp cswap.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbsvx.o -c -MD -Z7 -fpp cgbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csymm.o -c -MD -Z7 -fpp csymm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbsvxx.o -c -MD -Z7 -fpp cgbsvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyr2k.o -c -MD -Z7 -fpp csyr2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbtf2.o -c -MD -Z7 -fpp cgbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyrk.o -c -MD -Z7 -fpp csyrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbtrf.o -c -MD -Z7 -fpp cgbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctbmv.o -c -MD -Z7 -fpp ctbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbtrs.o -c -MD -Z7 -fpp cgbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctbsv.o -c -MD -Z7 -fpp ctbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgebak.o -c -MD -Z7 -fpp cgebak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpmv.o -c -MD -Z7 -fpp ctpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgebal.o -c -MD -Z7 -fpp cgebal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpsv.o -c -MD -Z7 -fpp ctpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrmm.o -c -MD -Z7 -fpp ctrmm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgebd2.o -c -MD -Z7 -fpp cgebd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrmv.o -c -MD -Z7 -fpp ctrmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgebrd.o -c -MD -Z7 -fpp cgebrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrsm.o -c -MD -Z7 -fpp ctrsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgecon.o -c -MD -Z7 -fpp cgecon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrsv.o -c -MD -Z7 -fpp ctrsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeequb.o -c -MD -Z7 -fpp cgeequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dasum.o -c -MD -Z7 -fpp dasum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeequ.o -c -MD -Z7 -fpp cgeequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o daxpy.o -c -MD -Z7 -fpp daxpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgees.o -c -MD -Z7 -fpp cgees.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dcabs1.o -c -MD -Z7 -fpp dcabs1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeesx.o -c -MD -Z7 -fpp cgeesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dcopy.o -c -MD -Z7 -fpp dcopy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeev.o -c -MD -Z7 -fpp cgeev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ddot.o -c -MD -Z7 -fpp ddot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeevx.o -c -MD -Z7 -fpp cgeevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbmv.o -c -MD -Z7 -fpp dgbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgegs.o -c -MD -Z7 -fpp cgegs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgemm.o -c -MD -Z7 -fpp dgemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgegv.o -c -MD -Z7 -fpp cgegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgemv.o -c -MD -Z7 -fpp dgemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgehd2.o -c -MD -Z7 -fpp cgehd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dger.o -c -MD -Z7 -fpp dger.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgehrd.o -c -MD -Z7 -fpp cgehrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dnrm2.o -c -MD -Z7 -fpp dnrm2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelq2.o -c -MD -Z7 -fpp cgelq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o drot.o -c -MD -Z7 -fpp drot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o drotg.o -c -MD -Z7 -fpp drotg.f
E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\PETSC-~1\EXTERN~1\GIT~1.FBL\lapack\cgebal.f(208): remark #7713: This statement function has not been used.   [CABS1]
      REAL               CABS1
-------------------------^
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelqf.o -c -MD -Z7 -fpp cgelqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o drotm.o -c -MD -Z7 -fpp drotm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelsd.o -c -MD -Z7 -fpp cgelsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o drotmg.o -c -MD -Z7 -fpp drotmg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgels.o -c -MD -Z7 -fpp cgels.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbmv.o -c -MD -Z7 -fpp dsbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelss.o -c -MD -Z7 -fpp cgelss.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dscal.o -c -MD -Z7 -fpp dscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelsx.o -c -MD -Z7 -fpp cgelsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsdot.o -c -MD -Z7 -fpp dsdot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelsy.o -c -MD -Z7 -fpp cgelsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgemqrt.o -c -MD -Z7 -fpp cgemqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspmv.o -c -MD -Z7 -fpp dspmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeql2.o -c -MD -Z7 -fpp cgeql2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspr2.o -c -MD -Z7 -fpp dspr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqlf.o -c -MD -Z7 -fpp cgeqlf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspr.o -c -MD -Z7 -fpp dspr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqp3.o -c -MD -Z7 -fpp cgeqp3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dswap.o -c -MD -Z7 -fpp dswap.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqpf.o -c -MD -Z7 -fpp cgeqpf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsymm.o -c -MD -Z7 -fpp dsymm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsymv.o -c -MD -Z7 -fpp dsymv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqr2.o -c -MD -Z7 -fpp cgeqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqr2p.o -c -MD -Z7 -fpp cgeqr2p.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyr2.o -c -MD -Z7 -fpp dsyr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrf.o -c -MD -Z7 -fpp cgeqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyr2k.o -c -MD -Z7 -fpp dsyr2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrfp.o -c -MD -Z7 -fpp cgeqrfp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyr.o -c -MD -Z7 -fpp dsyr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt2.o -c -MD -Z7 -fpp cgeqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyrk.o -c -MD -Z7 -fpp dsyrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt3.o -c -MD -Z7 -fpp cgeqrt3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtbmv.o -c -MD -Z7 -fpp dtbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt.o -c -MD -Z7 -fpp cgeqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtbsv.o -c -MD -Z7 -fpp dtbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgerfs.o -c -MD -Z7 -fpp cgerfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpmv.o -c -MD -Z7 -fpp dtpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgerfsx.o -c -MD -Z7 -fpp cgerfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpsv.o -c -MD -Z7 -fpp dtpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgerq2.o -c -MD -Z7 -fpp cgerq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrmm.o -c -MD -Z7 -fpp dtrmm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgerqf.o -c -MD -Z7 -fpp cgerqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrmv.o -c -MD -Z7 -fpp dtrmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrsm.o -c -MD -Z7 -fpp dtrsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesc2.o -c -MD -Z7 -fpp cgesc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrsv.o -c -MD -Z7 -fpp dtrsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesdd.o -c -MD -Z7 -fpp cgesdd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dzasum.o -c -MD -Z7 -fpp dzasum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dznrm2.o -c -MD -Z7 -fpp dznrm2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesvd.o -c -MD -Z7 -fpp cgesvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o icamax.o -c -MD -Z7 -fpp icamax.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o idamax.o -c -MD -Z7 -fpp idamax.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesv.o -c -MD -Z7 -fpp cgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o isamax.o -c -MD -Z7 -fpp isamax.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesvx.o -c -MD -Z7 -fpp cgesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o izamax.o -c -MD -Z7 -fpp izamax.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesvxx.o -c -MD -Z7 -fpp cgesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o lsame.o -c -MD -Z7 -fpp lsame.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sasum.o -c -MD -Z7 -fpp sasum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgetc2.o -c -MD -Z7 -fpp cgetc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o saxpy.o -c -MD -Z7 -fpp saxpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgetf2.o -c -MD -Z7 -fpp cgetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgetrf.o -c -MD -Z7 -fpp cgetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o scabs1.o -c -MD -Z7 -fpp scabs1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgetri.o -c -MD -Z7 -fpp cgetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o scasum.o -c -MD -Z7 -fpp scasum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgetrs.o -c -MD -Z7 -fpp cgetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o scnrm2.o -c -MD -Z7 -fpp scnrm2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggbak.o -c -MD -Z7 -fpp cggbak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o scopy.o -c -MD -Z7 -fpp scopy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggbal.o -c -MD -Z7 -fpp cggbal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sdot.o -c -MD -Z7 -fpp sdot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgges.o -c -MD -Z7 -fpp cgges.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sdsdot.o -c -MD -Z7 -fpp sdsdot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggesx.o -c -MD -Z7 -fpp cggesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbmv.o -c -MD -Z7 -fpp sgbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggev.o -c -MD -Z7 -fpp cggev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgemm.o -c -MD -Z7 -fpp sgemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggevx.o -c -MD -Z7 -fpp cggevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgemv.o -c -MD -Z7 -fpp sgemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggglm.o -c -MD -Z7 -fpp cggglm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sger.o -c -MD -Z7 -fpp sger.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgghrd.o -c -MD -Z7 -fpp cgghrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o snrm2.o -c -MD -Z7 -fpp snrm2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgglse.o -c -MD -Z7 -fpp cgglse.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o srot.o -c -MD -Z7 -fpp srot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggqrf.o -c -MD -Z7 -fpp cggqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o srotg.o -c -MD -Z7 -fpp srotg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggrqf.o -c -MD -Z7 -fpp cggrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o srotm.o -c -MD -Z7 -fpp srotm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggsvd.o -c -MD -Z7 -fpp cggsvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o srotmg.o -c -MD -Z7 -fpp srotmg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggsvp.o -c -MD -Z7 -fpp cggsvp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbmv.o -c -MD -Z7 -fpp ssbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgtcon.o -c -MD -Z7 -fpp cgtcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sscal.o -c -MD -Z7 -fpp sscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgtrfs.o -c -MD -Z7 -fpp cgtrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspmv.o -c -MD -Z7 -fpp sspmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgtsv.o -c -MD -Z7 -fpp cgtsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspr2.o -c -MD -Z7 -fpp sspr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgtsvx.o -c -MD -Z7 -fpp cgtsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspr.o -c -MD -Z7 -fpp sspr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sswap.o -c -MD -Z7 -fpp sswap.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgttrf.o -c -MD -Z7 -fpp cgttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssymm.o -c -MD -Z7 -fpp ssymm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgttrs.o -c -MD -Z7 -fpp cgttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgtts2.o -c -MD -Z7 -fpp cgtts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssymv.o -c -MD -Z7 -fpp ssymv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbevd.o -c -MD -Z7 -fpp chbevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyr2.o -c -MD -Z7 -fpp ssyr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbev.o -c -MD -Z7 -fpp chbev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyr2k.o -c -MD -Z7 -fpp ssyr2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbevx.o -c -MD -Z7 -fpp chbevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyr.o -c -MD -Z7 -fpp ssyr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbgst.o -c -MD -Z7 -fpp chbgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyrk.o -c -MD -Z7 -fpp ssyrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbgvd.o -c -MD -Z7 -fpp chbgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stbmv.o -c -MD -Z7 -fpp stbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbgv.o -c -MD -Z7 -fpp chbgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stbsv.o -c -MD -Z7 -fpp stbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbgvx.o -c -MD -Z7 -fpp chbgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpmv.o -c -MD -Z7 -fpp stpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbtrd.o -c -MD -Z7 -fpp chbtrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpsv.o -c -MD -Z7 -fpp stpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o checon.o -c -MD -Z7 -fpp checon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strmm.o -c -MD -Z7 -fpp strmm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o checon_rook.o -c -MD -Z7 -fpp checon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strmv.o -c -MD -Z7 -fpp strmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheequb.o -c -MD -Z7 -fpp cheequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strsm.o -c -MD -Z7 -fpp strsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheevd.o -c -MD -Z7 -fpp cheevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheev.o -c -MD -Z7 -fpp cheev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strsv.o -c -MD -Z7 -fpp strsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o xerbla_array.o -c -MD -Z7 -fpp xerbla_array.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheevr.o -c -MD -Z7 -fpp cheevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheevx.o -c -MD -Z7 -fpp cheevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o xerbla.o -c -MD -Z7 -fpp xerbla.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chegs2.o -c -MD -Z7 -fpp chegs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zaxpy.o -c -MD -Z7 -fpp zaxpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chegst.o -c -MD -Z7 -fpp chegst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zcopy.o -c -MD -Z7 -fpp zcopy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chegvd.o -c -MD -Z7 -fpp chegvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zdotc.o -c -MD -Z7 -fpp zdotc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chegv.o -c -MD -Z7 -fpp chegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zdotu.o -c -MD -Z7 -fpp zdotu.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chegvx.o -c -MD -Z7 -fpp chegvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zdrot.o -c -MD -Z7 -fpp zdrot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zdscal.o -c -MD -Z7 -fpp zdscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cherfs.o -c -MD -Z7 -fpp cherfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbmv.o -c -MD -Z7 -fpp zgbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cherfsx.o -c -MD -Z7 -fpp cherfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgemm.o -c -MD -Z7 -fpp zgemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chesv.o -c -MD -Z7 -fpp chesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgemv.o -c -MD -Z7 -fpp zgemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chesv_rook.o -c -MD -Z7 -fpp chesv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgerc.o -c -MD -Z7 -fpp zgerc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chesvx.o -c -MD -Z7 -fpp chesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeru.o -c -MD -Z7 -fpp zgeru.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chesvxx.o -c -MD -Z7 -fpp chesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbmv.o -c -MD -Z7 -fpp zhbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheswapr.o -c -MD -Z7 -fpp cheswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhemm.o -c -MD -Z7 -fpp zhemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetd2.o -c -MD -Z7 -fpp chetd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhemv.o -c -MD -Z7 -fpp zhemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetf2.o -c -MD -Z7 -fpp chetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zher2.o -c -MD -Z7 -fpp zher2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetf2_rook.o -c -MD -Z7 -fpp chetf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zher2k.o -c -MD -Z7 -fpp zher2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrd.o -c -MD -Z7 -fpp chetrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zher.o -c -MD -Z7 -fpp zher.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrf.o -c -MD -Z7 -fpp chetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zherk.o -c -MD -Z7 -fpp zherk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrf_rook.o -c -MD -Z7 -fpp chetrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpmv.o -c -MD -Z7 -fpp zhpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetri2.o -c -MD -Z7 -fpp chetri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpr2.o -c -MD -Z7 -fpp zhpr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetri2x.o -c -MD -Z7 -fpp chetri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpr.o -c -MD -Z7 -fpp zhpr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetri.o -c -MD -Z7 -fpp chetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zrotg.o -c -MD -Z7 -fpp zrotg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetri_rook.o -c -MD -Z7 -fpp chetri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zscal.o -c -MD -Z7 -fpp zscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zswap.o -c -MD -Z7 -fpp zswap.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrs2.o -c -MD -Z7 -fpp chetrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsymm.o -c -MD -Z7 -fpp zsymm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrs.o -c -MD -Z7 -fpp chetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyr2k.o -c -MD -Z7 -fpp zsyr2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrs_rook.o -c -MD -Z7 -fpp chetrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyrk.o -c -MD -Z7 -fpp zsyrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chfrk.o -c -MD -Z7 -fpp chfrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztbmv.o -c -MD -Z7 -fpp ztbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chgeqz.o -c -MD -Z7 -fpp chgeqz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztbsv.o -c -MD -Z7 -fpp ztbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chla_transtype.o -c -MD -Z7 -fpp chla_transtype.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpmv.o -c -MD -Z7 -fpp ztpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpcon.o -c -MD -Z7 -fpp chpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpsv.o -c -MD -Z7 -fpp ztpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpevd.o -c -MD -Z7 -fpp chpevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpev.o -c -MD -Z7 -fpp chpev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrmm.o -c -MD -Z7 -fpp ztrmm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpevx.o -c -MD -Z7 -fpp chpevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrmv.o -c -MD -Z7 -fpp ztrmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpgst.o -c -MD -Z7 -fpp chpgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrsm.o -c -MD -Z7 -fpp ztrsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpgvd.o -c -MD -Z7 -fpp chpgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrsv.o -c -MD -Z7 -fpp ztrsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpgv.o -c -MD -Z7 -fpp chpgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpgvx.o -c -MD -Z7 -fpp chpgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chprfs.o -c -MD -Z7 -fpp chprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpsv.o -c -MD -Z7 -fpp chpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpsvx.o -c -MD -Z7 -fpp chpsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chptrd.o -c -MD -Z7 -fpp chptrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chptrf.o -c -MD -Z7 -fpp chptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chptri.o -c -MD -Z7 -fpp chptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chptrs.o -c -MD -Z7 -fpp chptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chsein.o -c -MD -Z7 -fpp chsein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chseqr.o -c -MD -Z7 -fpp chseqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clabrd.o -c -MD -Z7 -fpp clabrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacgv.o -c -MD -Z7 -fpp clacgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacn2.o -c -MD -Z7 -fpp clacn2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacon.o -c -MD -Z7 -fpp clacon.f
/usr/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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacp2.o -c -MD -Z7 -fpp clacp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacpy.o -c -MD -Z7 -fpp clacpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacrm.o -c -MD -Z7 -fpp clacrm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacrt.o -c -MD -Z7 -fpp clacrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cladiv.o -c -MD -Z7 -fpp cladiv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claed0.o -c -MD -Z7 -fpp claed0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claed7.o -c -MD -Z7 -fpp claed7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claed8.o -c -MD -Z7 -fpp claed8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claein.o -c -MD -Z7 -fpp claein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claesy.o -c -MD -Z7 -fpp claesy.f
make[1]: Leaving directory '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/blas'
/usr/bin/ranlib libfblas.lib
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claev2.o -c -MD -Z7 -fpp claev2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clag2z.o -c -MD -Z7 -fpp clag2z.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbamv.o -c -MD -Z7 -fpp cla_gbamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrcond_c.o -c -MD -Z7 -fpp cla_gbrcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrcond_x.o -c -MD -Z7 -fpp cla_gbrcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrfsx_extended.o -c -MD -Z7 -fpp cla_gbrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrpvgrw.o -c -MD -Z7 -fpp cla_gbrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_geamv.o -c -MD -Z7 -fpp cla_geamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gercond_c.o -c -MD -Z7 -fpp cla_gercond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gercond_x.o -c -MD -Z7 -fpp cla_gercond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gerfsx_extended.o -c -MD -Z7 -fpp cla_gerfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gerpvgrw.o -c -MD -Z7 -fpp cla_gerpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clags2.o -c -MD -Z7 -fpp clags2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clagtm.o -c -MD -Z7 -fpp clagtm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_heamv.o -c -MD -Z7 -fpp cla_heamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clahef.o -c -MD -Z7 -fpp clahef.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clahef_rook.o -c -MD -Z7 -fpp clahef_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_hercond_c.o -c -MD -Z7 -fpp cla_hercond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_hercond_x.o -c -MD -Z7 -fpp cla_hercond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_herfsx_extended.o -c -MD -Z7 -fpp cla_herfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_herpvgrw.o -c -MD -Z7 -fpp cla_herpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clahqr.o -c -MD -Z7 -fpp clahqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clahr2.o -c -MD -Z7 -fpp clahr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clahrd.o -c -MD -Z7 -fpp clahrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claic1.o -c -MD -Z7 -fpp claic1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_lin_berr.o -c -MD -Z7 -fpp cla_lin_berr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clals0.o -c -MD -Z7 -fpp clals0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clalsa.o -c -MD -Z7 -fpp clalsa.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clalsd.o -c -MD -Z7 -fpp clalsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clangb.o -c -MD -Z7 -fpp clangb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clange.o -c -MD -Z7 -fpp clange.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clangt.o -c -MD -Z7 -fpp clangt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanhb.o -c -MD -Z7 -fpp clanhb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanhe.o -c -MD -Z7 -fpp clanhe.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanhf.o -c -MD -Z7 -fpp clanhf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanhp.o -c -MD -Z7 -fpp clanhp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanhs.o -c -MD -Z7 -fpp clanhs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanht.o -c -MD -Z7 -fpp clanht.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clansb.o -c -MD -Z7 -fpp clansb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clansp.o -c -MD -Z7 -fpp clansp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clansy.o -c -MD -Z7 -fpp clansy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clantb.o -c -MD -Z7 -fpp clantb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clantp.o -c -MD -Z7 -fpp clantp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clantr.o -c -MD -Z7 -fpp clantr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clapll.o -c -MD -Z7 -fpp clapll.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clapmr.o -c -MD -Z7 -fpp clapmr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clapmt.o -c -MD -Z7 -fpp clapmt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_porcond_c.o -c -MD -Z7 -fpp cla_porcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_porcond_x.o -c -MD -Z7 -fpp cla_porcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_porfsx_extended.o -c -MD -Z7 -fpp cla_porfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_porpvgrw.o -c -MD -Z7 -fpp cla_porpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqgb.o -c -MD -Z7 -fpp claqgb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqge.o -c -MD -Z7 -fpp claqge.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqhb.o -c -MD -Z7 -fpp claqhb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqhe.o -c -MD -Z7 -fpp claqhe.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqhp.o -c -MD -Z7 -fpp claqhp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqp2.o -c -MD -Z7 -fpp claqp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqps.o -c -MD -Z7 -fpp claqps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr0.o -c -MD -Z7 -fpp claqr0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr1.o -c -MD -Z7 -fpp claqr1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr2.o -c -MD -Z7 -fpp claqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr3.o -c -MD -Z7 -fpp claqr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr4.o -c -MD -Z7 -fpp claqr4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr5.o -c -MD -Z7 -fpp claqr5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqsb.o -c -MD -Z7 -fpp claqsb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqsp.o -c -MD -Z7 -fpp claqsp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqsy.o -c -MD -Z7 -fpp claqsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clar1v.o -c -MD -Z7 -fpp clar1v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clar2v.o -c -MD -Z7 -fpp clar2v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarcm.o -c -MD -Z7 -fpp clarcm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarfb.o -c -MD -Z7 -fpp clarfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarf.o -c -MD -Z7 -fpp clarf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarfg.o -c -MD -Z7 -fpp clarfg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarfgp.o -c -MD -Z7 -fpp clarfgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarft.o -c -MD -Z7 -fpp clarft.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarfx.o -c -MD -Z7 -fpp clarfx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clargv.o -c -MD -Z7 -fpp clargv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarnv.o -c -MD -Z7 -fpp clarnv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarrv.o -c -MD -Z7 -fpp clarrv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarscl2.o -c -MD -Z7 -fpp clarscl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clartg.o -c -MD -Z7 -fpp clartg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clartv.o -c -MD -Z7 -fpp clartv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarzb.o -c -MD -Z7 -fpp clarzb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarz.o -c -MD -Z7 -fpp clarz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarzt.o -c -MD -Z7 -fpp clarzt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clascl2.o -c -MD -Z7 -fpp clascl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clascl.o -c -MD -Z7 -fpp clascl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claset.o -c -MD -Z7 -fpp claset.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clasr.o -c -MD -Z7 -fpp clasr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o classq.o -c -MD -Z7 -fpp classq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claswp.o -c -MD -Z7 -fpp claswp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_syamv.o -c -MD -Z7 -fpp cla_syamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clasyf.o -c -MD -Z7 -fpp clasyf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clasyf_rook.o -c -MD -Z7 -fpp clasyf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrcond_c.o -c -MD -Z7 -fpp cla_syrcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrcond_x.o -c -MD -Z7 -fpp cla_syrcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrfsx_extended.o -c -MD -Z7 -fpp cla_syrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrpvgrw.o -c -MD -Z7 -fpp cla_syrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatbs.o -c -MD -Z7 -fpp clatbs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatdf.o -c -MD -Z7 -fpp clatdf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatps.o -c -MD -Z7 -fpp clatps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatrd.o -c -MD -Z7 -fpp clatrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatrs.o -c -MD -Z7 -fpp clatrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatrz.o -c -MD -Z7 -fpp clatrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatzm.o -c -MD -Z7 -fpp clatzm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clauu2.o -c -MD -Z7 -fpp clauu2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clauum.o -c -MD -Z7 -fpp clauum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_wwaddw.o -c -MD -Z7 -fpp cla_wwaddw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbcon.o -c -MD -Z7 -fpp cpbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbequ.o -c -MD -Z7 -fpp cpbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbrfs.o -c -MD -Z7 -fpp cpbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbstf.o -c -MD -Z7 -fpp cpbstf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbsv.o -c -MD -Z7 -fpp cpbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbsvx.o -c -MD -Z7 -fpp cpbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbtf2.o -c -MD -Z7 -fpp cpbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbtrf.o -c -MD -Z7 -fpp cpbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbtrs.o -c -MD -Z7 -fpp cpbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpftrf.o -c -MD -Z7 -fpp cpftrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpftri.o -c -MD -Z7 -fpp cpftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpftrs.o -c -MD -Z7 -fpp cpftrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpocon.o -c -MD -Z7 -fpp cpocon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpoequb.o -c -MD -Z7 -fpp cpoequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpoequ.o -c -MD -Z7 -fpp cpoequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cporfs.o -c -MD -Z7 -fpp cporfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cporfsx.o -c -MD -Z7 -fpp cporfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cposv.o -c -MD -Z7 -fpp cposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cposvx.o -c -MD -Z7 -fpp cposvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cposvxx.o -c -MD -Z7 -fpp cposvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpotf2.o -c -MD -Z7 -fpp cpotf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpotrf.o -c -MD -Z7 -fpp cpotrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpotri.o -c -MD -Z7 -fpp cpotri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpotrs.o -c -MD -Z7 -fpp cpotrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cppcon.o -c -MD -Z7 -fpp cppcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cppequ.o -c -MD -Z7 -fpp cppequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpprfs.o -c -MD -Z7 -fpp cpprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cppsv.o -c -MD -Z7 -fpp cppsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cppsvx.o -c -MD -Z7 -fpp cppsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpptrf.o -c -MD -Z7 -fpp cpptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpptri.o -c -MD -Z7 -fpp cpptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpptrs.o -c -MD -Z7 -fpp cpptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpstf2.o -c -MD -Z7 -fpp cpstf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpstrf.o -c -MD -Z7 -fpp cpstrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cptcon.o -c -MD -Z7 -fpp cptcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpteqr.o -c -MD -Z7 -fpp cpteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cptrfs.o -c -MD -Z7 -fpp cptrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cptsv.o -c -MD -Z7 -fpp cptsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cptsvx.o -c -MD -Z7 -fpp cptsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpttrf.o -c -MD -Z7 -fpp cpttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpttrs.o -c -MD -Z7 -fpp cpttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cptts2.o -c -MD -Z7 -fpp cptts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o crot.o -c -MD -Z7 -fpp crot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cspcon.o -c -MD -Z7 -fpp cspcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cspmv.o -c -MD -Z7 -fpp cspmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cspr.o -c -MD -Z7 -fpp cspr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csprfs.o -c -MD -Z7 -fpp csprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cspsv.o -c -MD -Z7 -fpp cspsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cspsvx.o -c -MD -Z7 -fpp cspsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csptrf.o -c -MD -Z7 -fpp csptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csptri.o -c -MD -Z7 -fpp csptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csptrs.o -c -MD -Z7 -fpp csptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csrscl.o -c -MD -Z7 -fpp csrscl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cstedc.o -c -MD -Z7 -fpp cstedc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cstegr.o -c -MD -Z7 -fpp cstegr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cstein.o -c -MD -Z7 -fpp cstein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cstemr.o -c -MD -Z7 -fpp cstemr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csteqr.o -c -MD -Z7 -fpp csteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csycon.o -c -MD -Z7 -fpp csycon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csycon_rook.o -c -MD -Z7 -fpp csycon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyconv.o -c -MD -Z7 -fpp csyconv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyequb.o -c -MD -Z7 -fpp csyequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csymv.o -c -MD -Z7 -fpp csymv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyr.o -c -MD -Z7 -fpp csyr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyrfs.o -c -MD -Z7 -fpp csyrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyrfsx.o -c -MD -Z7 -fpp csyrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csysv.o -c -MD -Z7 -fpp csysv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csysv_rook.o -c -MD -Z7 -fpp csysv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csysvx.o -c -MD -Z7 -fpp csysvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csysvxx.o -c -MD -Z7 -fpp csysvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyswapr.o -c -MD -Z7 -fpp csyswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytf2.o -c -MD -Z7 -fpp csytf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytf2_rook.o -c -MD -Z7 -fpp csytf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytrf.o -c -MD -Z7 -fpp csytrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytrf_rook.o -c -MD -Z7 -fpp csytrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytri2.o -c -MD -Z7 -fpp csytri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytri2x.o -c -MD -Z7 -fpp csytri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytri.o -c -MD -Z7 -fpp csytri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytri_rook.o -c -MD -Z7 -fpp csytri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytrs2.o -c -MD -Z7 -fpp csytrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytrs.o -c -MD -Z7 -fpp csytrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytrs_rook.o -c -MD -Z7 -fpp csytrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctbcon.o -c -MD -Z7 -fpp ctbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctbrfs.o -c -MD -Z7 -fpp ctbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctbtrs.o -c -MD -Z7 -fpp ctbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctfsm.o -c -MD -Z7 -fpp ctfsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctftri.o -c -MD -Z7 -fpp ctftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctfttp.o -c -MD -Z7 -fpp ctfttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctfttr.o -c -MD -Z7 -fpp ctfttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgevc.o -c -MD -Z7 -fpp ctgevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgex2.o -c -MD -Z7 -fpp ctgex2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgexc.o -c -MD -Z7 -fpp ctgexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgsen.o -c -MD -Z7 -fpp ctgsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgsja.o -c -MD -Z7 -fpp ctgsja.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgsna.o -c -MD -Z7 -fpp ctgsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgsy2.o -c -MD -Z7 -fpp ctgsy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgsyl.o -c -MD -Z7 -fpp ctgsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpcon.o -c -MD -Z7 -fpp ctpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpmqrt.o -c -MD -Z7 -fpp ctpmqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpqrt2.o -c -MD -Z7 -fpp ctpqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpqrt.o -c -MD -Z7 -fpp ctpqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctprfb.o -c -MD -Z7 -fpp ctprfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctprfs.o -c -MD -Z7 -fpp ctprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctptri.o -c -MD -Z7 -fpp ctptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctptrs.o -c -MD -Z7 -fpp ctptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpttf.o -c -MD -Z7 -fpp ctpttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpttr.o -c -MD -Z7 -fpp ctpttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrcon.o -c -MD -Z7 -fpp ctrcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrevc.o -c -MD -Z7 -fpp ctrevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrexc.o -c -MD -Z7 -fpp ctrexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrrfs.o -c -MD -Z7 -fpp ctrrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrsen.o -c -MD -Z7 -fpp ctrsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrsna.o -c -MD -Z7 -fpp ctrsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrsyl.o -c -MD -Z7 -fpp ctrsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrti2.o -c -MD -Z7 -fpp ctrti2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrtri.o -c -MD -Z7 -fpp ctrtri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrtrs.o -c -MD -Z7 -fpp ctrtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrttf.o -c -MD -Z7 -fpp ctrttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrttp.o -c -MD -Z7 -fpp ctrttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctzrqf.o -c -MD -Z7 -fpp ctzrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctzrzf.o -c -MD -Z7 -fpp ctzrzf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb1.o -c -MD -Z7 -fpp cunbdb1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb2.o -c -MD -Z7 -fpp cunbdb2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb3.o -c -MD -Z7 -fpp cunbdb3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb4.o -c -MD -Z7 -fpp cunbdb4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb5.o -c -MD -Z7 -fpp cunbdb5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb6.o -c -MD -Z7 -fpp cunbdb6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb.o -c -MD -Z7 -fpp cunbdb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cuncsd2by1.o -c -MD -Z7 -fpp cuncsd2by1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cuncsd.o -c -MD -Z7 -fpp cuncsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cung2l.o -c -MD -Z7 -fpp cung2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cung2r.o -c -MD -Z7 -fpp cung2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungbr.o -c -MD -Z7 -fpp cungbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunghr.o -c -MD -Z7 -fpp cunghr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungl2.o -c -MD -Z7 -fpp cungl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunglq.o -c -MD -Z7 -fpp cunglq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungql.o -c -MD -Z7 -fpp cungql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungqr.o -c -MD -Z7 -fpp cungqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungr2.o -c -MD -Z7 -fpp cungr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungrq.o -c -MD -Z7 -fpp cungrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungtr.o -c -MD -Z7 -fpp cungtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunm2l.o -c -MD -Z7 -fpp cunm2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunm2r.o -c -MD -Z7 -fpp cunm2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmbr.o -c -MD -Z7 -fpp cunmbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmhr.o -c -MD -Z7 -fpp cunmhr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunml2.o -c -MD -Z7 -fpp cunml2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmlq.o -c -MD -Z7 -fpp cunmlq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmql.o -c -MD -Z7 -fpp cunmql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmqr.o -c -MD -Z7 -fpp cunmqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmr2.o -c -MD -Z7 -fpp cunmr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmr3.o -c -MD -Z7 -fpp cunmr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmrq.o -c -MD -Z7 -fpp cunmrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmrz.o -c -MD -Z7 -fpp cunmrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmtr.o -c -MD -Z7 -fpp cunmtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cupgtr.o -c -MD -Z7 -fpp cupgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cupmtr.o -c -MD -Z7 -fpp cupmtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dbbcsd.o -c -MD -Z7 -fpp dbbcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dbdsdc.o -c -MD -Z7 -fpp dbdsdc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dbdsqr.o -c -MD -Z7 -fpp dbdsqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ddisna.o -c -MD -Z7 -fpp ddisna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbbrd.o -c -MD -Z7 -fpp dgbbrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbcon.o -c -MD -Z7 -fpp dgbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbequb.o -c -MD -Z7 -fpp dgbequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbequ.o -c -MD -Z7 -fpp dgbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbrfs.o -c -MD -Z7 -fpp dgbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbrfsx.o -c -MD -Z7 -fpp dgbrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbsv.o -c -MD -Z7 -fpp dgbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbsvx.o -c -MD -Z7 -fpp dgbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbsvxx.o -c -MD -Z7 -fpp dgbsvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbtf2.o -c -MD -Z7 -fpp dgbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbtrf.o -c -MD -Z7 -fpp dgbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbtrs.o -c -MD -Z7 -fpp dgbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgebak.o -c -MD -Z7 -fpp dgebak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgebal.o -c -MD -Z7 -fpp dgebal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgebd2.o -c -MD -Z7 -fpp dgebd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgebrd.o -c -MD -Z7 -fpp dgebrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgecon.o -c -MD -Z7 -fpp dgecon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeequb.o -c -MD -Z7 -fpp dgeequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeequ.o -c -MD -Z7 -fpp dgeequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgees.o -c -MD -Z7 -fpp dgees.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeesx.o -c -MD -Z7 -fpp dgeesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeev.o -c -MD -Z7 -fpp dgeev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeevx.o -c -MD -Z7 -fpp dgeevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgegs.o -c -MD -Z7 -fpp dgegs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgegv.o -c -MD -Z7 -fpp dgegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgehd2.o -c -MD -Z7 -fpp dgehd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgehrd.o -c -MD -Z7 -fpp dgehrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgejsv.o -c -MD -Z7 -fpp dgejsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelq2.o -c -MD -Z7 -fpp dgelq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelqf.o -c -MD -Z7 -fpp dgelqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelsd.o -c -MD -Z7 -fpp dgelsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgels.o -c -MD -Z7 -fpp dgels.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelss.o -c -MD -Z7 -fpp dgelss.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelsx.o -c -MD -Z7 -fpp dgelsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelsy.o -c -MD -Z7 -fpp dgelsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgemqrt.o -c -MD -Z7 -fpp dgemqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeql2.o -c -MD -Z7 -fpp dgeql2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqlf.o -c -MD -Z7 -fpp dgeqlf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqp3.o -c -MD -Z7 -fpp dgeqp3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqpf.o -c -MD -Z7 -fpp dgeqpf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqr2.o -c -MD -Z7 -fpp dgeqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqr2p.o -c -MD -Z7 -fpp dgeqr2p.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrf.o -c -MD -Z7 -fpp dgeqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrfp.o -c -MD -Z7 -fpp dgeqrfp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt2.o -c -MD -Z7 -fpp dgeqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt3.o -c -MD -Z7 -fpp dgeqrt3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt.o -c -MD -Z7 -fpp dgeqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgerfs.o -c -MD -Z7 -fpp dgerfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgerfsx.o -c -MD -Z7 -fpp dgerfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgerq2.o -c -MD -Z7 -fpp dgerq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgerqf.o -c -MD -Z7 -fpp dgerqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesc2.o -c -MD -Z7 -fpp dgesc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesdd.o -c -MD -Z7 -fpp dgesdd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesvd.o -c -MD -Z7 -fpp dgesvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesv.o -c -MD -Z7 -fpp dgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesvj.o -c -MD -Z7 -fpp dgesvj.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesvx.o -c -MD -Z7 -fpp dgesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesvxx.o -c -MD -Z7 -fpp dgesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgetc2.o -c -MD -Z7 -fpp dgetc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgetf2.o -c -MD -Z7 -fpp dgetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgetrf.o -c -MD -Z7 -fpp dgetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgetri.o -c -MD -Z7 -fpp dgetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgetrs.o -c -MD -Z7 -fpp dgetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggbak.o -c -MD -Z7 -fpp dggbak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggbal.o -c -MD -Z7 -fpp dggbal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgges.o -c -MD -Z7 -fpp dgges.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggesx.o -c -MD -Z7 -fpp dggesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggev.o -c -MD -Z7 -fpp dggev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggevx.o -c -MD -Z7 -fpp dggevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggglm.o -c -MD -Z7 -fpp dggglm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgghrd.o -c -MD -Z7 -fpp dgghrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgglse.o -c -MD -Z7 -fpp dgglse.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggqrf.o -c -MD -Z7 -fpp dggqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggrqf.o -c -MD -Z7 -fpp dggrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggsvd.o -c -MD -Z7 -fpp dggsvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggsvp.o -c -MD -Z7 -fpp dggsvp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgsvj0.o -c -MD -Z7 -fpp dgsvj0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgsvj1.o -c -MD -Z7 -fpp dgsvj1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgtcon.o -c -MD -Z7 -fpp dgtcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgtrfs.o -c -MD -Z7 -fpp dgtrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgtsv.o -c -MD -Z7 -fpp dgtsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgtsvx.o -c -MD -Z7 -fpp dgtsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgttrf.o -c -MD -Z7 -fpp dgttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgttrs.o -c -MD -Z7 -fpp dgttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgtts2.o -c -MD -Z7 -fpp dgtts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dhgeqz.o -c -MD -Z7 -fpp dhgeqz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dhsein.o -c -MD -Z7 -fpp dhsein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dhseqr.o -c -MD -Z7 -fpp dhseqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o disnan.o -c -MD -Z7 -fpp disnan.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlabad.o -c -MD -Z7 -fpp dlabad.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlabrd.o -c -MD -Z7 -fpp dlabrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlacn2.o -c -MD -Z7 -fpp dlacn2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlacon.o -c -MD -Z7 -fpp dlacon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlacpy.o -c -MD -Z7 -fpp dlacpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dladiv.o -c -MD -Z7 -fpp dladiv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlae2.o -c -MD -Z7 -fpp dlae2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaebz.o -c -MD -Z7 -fpp dlaebz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed0.o -c -MD -Z7 -fpp dlaed0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed1.o -c -MD -Z7 -fpp dlaed1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed2.o -c -MD -Z7 -fpp dlaed2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed3.o -c -MD -Z7 -fpp dlaed3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed4.o -c -MD -Z7 -fpp dlaed4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed5.o -c -MD -Z7 -fpp dlaed5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed6.o -c -MD -Z7 -fpp dlaed6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed7.o -c -MD -Z7 -fpp dlaed7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed8.o -c -MD -Z7 -fpp dlaed8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed9.o -c -MD -Z7 -fpp dlaed9.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaeda.o -c -MD -Z7 -fpp dlaeda.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaein.o -c -MD -Z7 -fpp dlaein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaev2.o -c -MD -Z7 -fpp dlaev2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaexc.o -c -MD -Z7 -fpp dlaexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlag2.o -c -MD -Z7 -fpp dlag2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlag2s.o -c -MD -Z7 -fpp dlag2s.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbamv.o -c -MD -Z7 -fpp dla_gbamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrcond.o -c -MD -Z7 -fpp dla_gbrcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrfsx_extended.o -c -MD -Z7 -fpp dla_gbrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrpvgrw.o -c -MD -Z7 -fpp dla_gbrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_geamv.o -c -MD -Z7 -fpp dla_geamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gercond.o -c -MD -Z7 -fpp dla_gercond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gerfsx_extended.o -c -MD -Z7 -fpp dla_gerfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gerpvgrw.o -c -MD -Z7 -fpp dla_gerpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlags2.o -c -MD -Z7 -fpp dlags2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlagtf.o -c -MD -Z7 -fpp dlagtf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlagtm.o -c -MD -Z7 -fpp dlagtm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlagts.o -c -MD -Z7 -fpp dlagts.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlagv2.o -c -MD -Z7 -fpp dlagv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlahqr.o -c -MD -Z7 -fpp dlahqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlahr2.o -c -MD -Z7 -fpp dlahr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlahrd.o -c -MD -Z7 -fpp dlahrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaic1.o -c -MD -Z7 -fpp dlaic1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaisnan.o -c -MD -Z7 -fpp dlaisnan.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_lin_berr.o -c -MD -Z7 -fpp dla_lin_berr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaln2.o -c -MD -Z7 -fpp dlaln2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlals0.o -c -MD -Z7 -fpp dlals0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlalsa.o -c -MD -Z7 -fpp dlalsa.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlalsd.o -c -MD -Z7 -fpp dlalsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlamrg.o -c -MD -Z7 -fpp dlamrg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaneg.o -c -MD -Z7 -fpp dlaneg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlangb.o -c -MD -Z7 -fpp dlangb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlange.o -c -MD -Z7 -fpp dlange.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlangt.o -c -MD -Z7 -fpp dlangt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlanhs.o -c -MD -Z7 -fpp dlanhs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlansb.o -c -MD -Z7 -fpp dlansb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlansf.o -c -MD -Z7 -fpp dlansf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlansp.o -c -MD -Z7 -fpp dlansp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlanst.o -c -MD -Z7 -fpp dlanst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlansy.o -c -MD -Z7 -fpp dlansy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlantb.o -c -MD -Z7 -fpp dlantb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlantp.o -c -MD -Z7 -fpp dlantp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlantr.o -c -MD -Z7 -fpp dlantr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlanv2.o -c -MD -Z7 -fpp dlanv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlapll.o -c -MD -Z7 -fpp dlapll.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlapmr.o -c -MD -Z7 -fpp dlapmr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlapmt.o -c -MD -Z7 -fpp dlapmt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_porcond.o -c -MD -Z7 -fpp dla_porcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_porfsx_extended.o -c -MD -Z7 -fpp dla_porfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_porpvgrw.o -c -MD -Z7 -fpp dla_porpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlapy2.o -c -MD -Z7 -fpp dlapy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlapy3.o -c -MD -Z7 -fpp dlapy3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqgb.o -c -MD -Z7 -fpp dlaqgb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqge.o -c -MD -Z7 -fpp dlaqge.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqp2.o -c -MD -Z7 -fpp dlaqp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqps.o -c -MD -Z7 -fpp dlaqps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr0.o -c -MD -Z7 -fpp dlaqr0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr1.o -c -MD -Z7 -fpp dlaqr1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr2.o -c -MD -Z7 -fpp dlaqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr3.o -c -MD -Z7 -fpp dlaqr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr4.o -c -MD -Z7 -fpp dlaqr4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr5.o -c -MD -Z7 -fpp dlaqr5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsb.o -c -MD -Z7 -fpp dlaqsb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsp.o -c -MD -Z7 -fpp dlaqsp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsy.o -c -MD -Z7 -fpp dlaqsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqtr.o -c -MD -Z7 -fpp dlaqtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlar1v.o -c -MD -Z7 -fpp dlar1v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlar2v.o -c -MD -Z7 -fpp dlar2v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarfb.o -c -MD -Z7 -fpp dlarfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarf.o -c -MD -Z7 -fpp dlarf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarfg.o -c -MD -Z7 -fpp dlarfg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarfgp.o -c -MD -Z7 -fpp dlarfgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarft.o -c -MD -Z7 -fpp dlarft.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarfx.o -c -MD -Z7 -fpp dlarfx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlargv.o -c -MD -Z7 -fpp dlargv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarnv.o -c -MD -Z7 -fpp dlarnv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarra.o -c -MD -Z7 -fpp dlarra.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrb.o -c -MD -Z7 -fpp dlarrb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrc.o -c -MD -Z7 -fpp dlarrc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrd.o -c -MD -Z7 -fpp dlarrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarre.o -c -MD -Z7 -fpp dlarre.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrf.o -c -MD -Z7 -fpp dlarrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrj.o -c -MD -Z7 -fpp dlarrj.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrk.o -c -MD -Z7 -fpp dlarrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrr.o -c -MD -Z7 -fpp dlarrr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrv.o -c -MD -Z7 -fpp dlarrv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarscl2.o -c -MD -Z7 -fpp dlarscl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlartg.o -c -MD -Z7 -fpp dlartg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlartgp.o -c -MD -Z7 -fpp dlartgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlartgs.o -c -MD -Z7 -fpp dlartgs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlartv.o -c -MD -Z7 -fpp dlartv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarzb.o -c -MD -Z7 -fpp dlarzb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarz.o -c -MD -Z7 -fpp dlarz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarzt.o -c -MD -Z7 -fpp dlarzt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlas2.o -c -MD -Z7 -fpp dlas2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlascl2.o -c -MD -Z7 -fpp dlascl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlascl.o -c -MD -Z7 -fpp dlascl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd0.o -c -MD -Z7 -fpp dlasd0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd1.o -c -MD -Z7 -fpp dlasd1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd2.o -c -MD -Z7 -fpp dlasd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd3.o -c -MD -Z7 -fpp dlasd3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd4.o -c -MD -Z7 -fpp dlasd4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd5.o -c -MD -Z7 -fpp dlasd5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd6.o -c -MD -Z7 -fpp dlasd6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd7.o -c -MD -Z7 -fpp dlasd7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd8.o -c -MD -Z7 -fpp dlasd8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasda.o -c -MD -Z7 -fpp dlasda.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasdq.o -c -MD -Z7 -fpp dlasdq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasdt.o -c -MD -Z7 -fpp dlasdt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaset.o -c -MD -Z7 -fpp dlaset.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq1.o -c -MD -Z7 -fpp dlasq1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq2.o -c -MD -Z7 -fpp dlasq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq3.o -c -MD -Z7 -fpp dlasq3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq4.o -c -MD -Z7 -fpp dlasq4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq5.o -c -MD -Z7 -fpp dlasq5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq6.o -c -MD -Z7 -fpp dlasq6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasr.o -c -MD -Z7 -fpp dlasr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasrt.o -c -MD -Z7 -fpp dlasrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlassq.o -c -MD -Z7 -fpp dlassq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasv2.o -c -MD -Z7 -fpp dlasv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaswp.o -c -MD -Z7 -fpp dlaswp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasy2.o -c -MD -Z7 -fpp dlasy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_syamv.o -c -MD -Z7 -fpp dla_syamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasyf.o -c -MD -Z7 -fpp dlasyf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasyf_rook.o -c -MD -Z7 -fpp dlasyf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrcond.o -c -MD -Z7 -fpp dla_syrcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrfsx_extended.o -c -MD -Z7 -fpp dla_syrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrpvgrw.o -c -MD -Z7 -fpp dla_syrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlat2s.o -c -MD -Z7 -fpp dlat2s.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatbs.o -c -MD -Z7 -fpp dlatbs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatdf.o -c -MD -Z7 -fpp dlatdf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatps.o -c -MD -Z7 -fpp dlatps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatrd.o -c -MD -Z7 -fpp dlatrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatrs.o -c -MD -Z7 -fpp dlatrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatrz.o -c -MD -Z7 -fpp dlatrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatzm.o -c -MD -Z7 -fpp dlatzm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlauu2.o -c -MD -Z7 -fpp dlauu2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlauum.o -c -MD -Z7 -fpp dlauum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_wwaddw.o -c -MD -Z7 -fpp dla_wwaddw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlazq3.o -c -MD -Z7 -fpp dlazq3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlazq4.o -c -MD -Z7 -fpp dlazq4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dopgtr.o -c -MD -Z7 -fpp dopgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dopmtr.o -c -MD -Z7 -fpp dopmtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb1.o -c -MD -Z7 -fpp dorbdb1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb2.o -c -MD -Z7 -fpp dorbdb2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb3.o -c -MD -Z7 -fpp dorbdb3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb4.o -c -MD -Z7 -fpp dorbdb4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb5.o -c -MD -Z7 -fpp dorbdb5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb6.o -c -MD -Z7 -fpp dorbdb6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb.o -c -MD -Z7 -fpp dorbdb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorcsd2by1.o -c -MD -Z7 -fpp dorcsd2by1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorcsd.o -c -MD -Z7 -fpp dorcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorg2l.o -c -MD -Z7 -fpp dorg2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorg2r.o -c -MD -Z7 -fpp dorg2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgbr.o -c -MD -Z7 -fpp dorgbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorghr.o -c -MD -Z7 -fpp dorghr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgl2.o -c -MD -Z7 -fpp dorgl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorglq.o -c -MD -Z7 -fpp dorglq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgql.o -c -MD -Z7 -fpp dorgql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgqr.o -c -MD -Z7 -fpp dorgqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgr2.o -c -MD -Z7 -fpp dorgr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgrq.o -c -MD -Z7 -fpp dorgrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgtr.o -c -MD -Z7 -fpp dorgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorm2l.o -c -MD -Z7 -fpp dorm2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorm2r.o -c -MD -Z7 -fpp dorm2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormbr.o -c -MD -Z7 -fpp dormbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormhr.o -c -MD -Z7 -fpp dormhr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorml2.o -c -MD -Z7 -fpp dorml2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormlq.o -c -MD -Z7 -fpp dormlq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormql.o -c -MD -Z7 -fpp dormql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormqr.o -c -MD -Z7 -fpp dormqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormr2.o -c -MD -Z7 -fpp dormr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormr3.o -c -MD -Z7 -fpp dormr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormrq.o -c -MD -Z7 -fpp dormrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormrz.o -c -MD -Z7 -fpp dormrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormtr.o -c -MD -Z7 -fpp dormtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbcon.o -c -MD -Z7 -fpp dpbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbequ.o -c -MD -Z7 -fpp dpbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbrfs.o -c -MD -Z7 -fpp dpbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbstf.o -c -MD -Z7 -fpp dpbstf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbsv.o -c -MD -Z7 -fpp dpbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbsvx.o -c -MD -Z7 -fpp dpbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbtf2.o -c -MD -Z7 -fpp dpbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbtrf.o -c -MD -Z7 -fpp dpbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbtrs.o -c -MD -Z7 -fpp dpbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpftrf.o -c -MD -Z7 -fpp dpftrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpftri.o -c -MD -Z7 -fpp dpftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpftrs.o -c -MD -Z7 -fpp dpftrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpocon.o -c -MD -Z7 -fpp dpocon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpoequb.o -c -MD -Z7 -fpp dpoequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpoequ.o -c -MD -Z7 -fpp dpoequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dporfs.o -c -MD -Z7 -fpp dporfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dporfsx.o -c -MD -Z7 -fpp dporfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dposv.o -c -MD -Z7 -fpp dposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dposvx.o -c -MD -Z7 -fpp dposvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dposvxx.o -c -MD -Z7 -fpp dposvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpotf2.o -c -MD -Z7 -fpp dpotf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpotrf.o -c -MD -Z7 -fpp dpotrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpotri.o -c -MD -Z7 -fpp dpotri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpotrs.o -c -MD -Z7 -fpp dpotrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dppcon.o -c -MD -Z7 -fpp dppcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dppequ.o -c -MD -Z7 -fpp dppequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpprfs.o -c -MD -Z7 -fpp dpprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dppsv.o -c -MD -Z7 -fpp dppsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dppsvx.o -c -MD -Z7 -fpp dppsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpptrf.o -c -MD -Z7 -fpp dpptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpptri.o -c -MD -Z7 -fpp dpptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpptrs.o -c -MD -Z7 -fpp dpptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpstf2.o -c -MD -Z7 -fpp dpstf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpstrf.o -c -MD -Z7 -fpp dpstrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dptcon.o -c -MD -Z7 -fpp dptcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpteqr.o -c -MD -Z7 -fpp dpteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dptrfs.o -c -MD -Z7 -fpp dptrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dptsv.o -c -MD -Z7 -fpp dptsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dptsvx.o -c -MD -Z7 -fpp dptsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpttrf.o -c -MD -Z7 -fpp dpttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpttrs.o -c -MD -Z7 -fpp dpttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dptts2.o -c -MD -Z7 -fpp dptts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o drscl.o -c -MD -Z7 -fpp drscl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbevd.o -c -MD -Z7 -fpp dsbevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbev.o -c -MD -Z7 -fpp dsbev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbevx.o -c -MD -Z7 -fpp dsbevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbgst.o -c -MD -Z7 -fpp dsbgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbgvd.o -c -MD -Z7 -fpp dsbgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbgv.o -c -MD -Z7 -fpp dsbgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbgvx.o -c -MD -Z7 -fpp dsbgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbtrd.o -c -MD -Z7 -fpp dsbtrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsfrk.o -c -MD -Z7 -fpp dsfrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsgesv.o -c -MD -Z7 -fpp dsgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspcon.o -c -MD -Z7 -fpp dspcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspevd.o -c -MD -Z7 -fpp dspevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspev.o -c -MD -Z7 -fpp dspev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspevx.o -c -MD -Z7 -fpp dspevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspgst.o -c -MD -Z7 -fpp dspgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspgvd.o -c -MD -Z7 -fpp dspgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspgv.o -c -MD -Z7 -fpp dspgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspgvx.o -c -MD -Z7 -fpp dspgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsposv.o -c -MD -Z7 -fpp dsposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsprfs.o -c -MD -Z7 -fpp dsprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspsv.o -c -MD -Z7 -fpp dspsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspsvx.o -c -MD -Z7 -fpp dspsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsptrd.o -c -MD -Z7 -fpp dsptrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsptrf.o -c -MD -Z7 -fpp dsptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsptri.o -c -MD -Z7 -fpp dsptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsptrs.o -c -MD -Z7 -fpp dsptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstebz.o -c -MD -Z7 -fpp dstebz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstedc.o -c -MD -Z7 -fpp dstedc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstegr.o -c -MD -Z7 -fpp dstegr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstein.o -c -MD -Z7 -fpp dstein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstemr.o -c -MD -Z7 -fpp dstemr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsteqr.o -c -MD -Z7 -fpp dsteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsterf.o -c -MD -Z7 -fpp dsterf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstevd.o -c -MD -Z7 -fpp dstevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstev.o -c -MD -Z7 -fpp dstev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstevr.o -c -MD -Z7 -fpp dstevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstevx.o -c -MD -Z7 -fpp dstevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsycon.o -c -MD -Z7 -fpp dsycon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsycon_rook.o -c -MD -Z7 -fpp dsycon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyconv.o -c -MD -Z7 -fpp dsyconv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyequb.o -c -MD -Z7 -fpp dsyequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyevd.o -c -MD -Z7 -fpp dsyevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyev.o -c -MD -Z7 -fpp dsyev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyevr.o -c -MD -Z7 -fpp dsyevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyevx.o -c -MD -Z7 -fpp dsyevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsygs2.o -c -MD -Z7 -fpp dsygs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsygst.o -c -MD -Z7 -fpp dsygst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsygvd.o -c -MD -Z7 -fpp dsygvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsygv.o -c -MD -Z7 -fpp dsygv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsygvx.o -c -MD -Z7 -fpp dsygvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyrfs.o -c -MD -Z7 -fpp dsyrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyrfsx.o -c -MD -Z7 -fpp dsyrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsysv.o -c -MD -Z7 -fpp dsysv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsysv_rook.o -c -MD -Z7 -fpp dsysv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsysvx.o -c -MD -Z7 -fpp dsysvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsysvxx.o -c -MD -Z7 -fpp dsysvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyswapr.o -c -MD -Z7 -fpp dsyswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytd2.o -c -MD -Z7 -fpp dsytd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytf2.o -c -MD -Z7 -fpp dsytf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytf2_rook.o -c -MD -Z7 -fpp dsytf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrd.o -c -MD -Z7 -fpp dsytrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrf.o -c -MD -Z7 -fpp dsytrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrf_rook.o -c -MD -Z7 -fpp dsytrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytri2.o -c -MD -Z7 -fpp dsytri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytri2x.o -c -MD -Z7 -fpp dsytri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytri.o -c -MD -Z7 -fpp dsytri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytri_rook.o -c -MD -Z7 -fpp dsytri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs2.o -c -MD -Z7 -fpp dsytrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs.o -c -MD -Z7 -fpp dsytrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs_rook.o -c -MD -Z7 -fpp dsytrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtbcon.o -c -MD -Z7 -fpp dtbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtbrfs.o -c -MD -Z7 -fpp dtbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtbtrs.o -c -MD -Z7 -fpp dtbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtfsm.o -c -MD -Z7 -fpp dtfsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtftri.o -c -MD -Z7 -fpp dtftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtfttp.o -c -MD -Z7 -fpp dtfttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtfttr.o -c -MD -Z7 -fpp dtfttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgevc.o -c -MD -Z7 -fpp dtgevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgex2.o -c -MD -Z7 -fpp dtgex2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgexc.o -c -MD -Z7 -fpp dtgexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgsen.o -c -MD -Z7 -fpp dtgsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgsja.o -c -MD -Z7 -fpp dtgsja.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgsna.o -c -MD -Z7 -fpp dtgsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgsy2.o -c -MD -Z7 -fpp dtgsy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgsyl.o -c -MD -Z7 -fpp dtgsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpcon.o -c -MD -Z7 -fpp dtpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpmqrt.o -c -MD -Z7 -fpp dtpmqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpqrt2.o -c -MD -Z7 -fpp dtpqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpqrt.o -c -MD -Z7 -fpp dtpqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtprfb.o -c -MD -Z7 -fpp dtprfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtprfs.o -c -MD -Z7 -fpp dtprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtptri.o -c -MD -Z7 -fpp dtptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtptrs.o -c -MD -Z7 -fpp dtptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpttf.o -c -MD -Z7 -fpp dtpttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpttr.o -c -MD -Z7 -fpp dtpttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrcon.o -c -MD -Z7 -fpp dtrcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrevc.o -c -MD -Z7 -fpp dtrevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrexc.o -c -MD -Z7 -fpp dtrexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrrfs.o -c -MD -Z7 -fpp dtrrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrsen.o -c -MD -Z7 -fpp dtrsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrsna.o -c -MD -Z7 -fpp dtrsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrsyl.o -c -MD -Z7 -fpp dtrsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrti2.o -c -MD -Z7 -fpp dtrti2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrtri.o -c -MD -Z7 -fpp dtrtri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrtrs.o -c -MD -Z7 -fpp dtrtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrttf.o -c -MD -Z7 -fpp dtrttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrttp.o -c -MD -Z7 -fpp dtrttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtzrqf.o -c -MD -Z7 -fpp dtzrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtzrzf.o -c -MD -Z7 -fpp dtzrzf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dzsum1.o -c -MD -Z7 -fpp dzsum1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o icmax1.o -c -MD -Z7 -fpp icmax1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ieeeck.o -c -MD -Z7 -fpp ieeeck.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaclc.o -c -MD -Z7 -fpp ilaclc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaclr.o -c -MD -Z7 -fpp ilaclr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o iladiag.o -c -MD -Z7 -fpp iladiag.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o iladlc.o -c -MD -Z7 -fpp iladlc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o iladlr.o -c -MD -Z7 -fpp iladlr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaenv.o -c -MD -Z7 -fpp ilaenv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaprec.o -c -MD -Z7 -fpp ilaprec.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaslc.o -c -MD -Z7 -fpp ilaslc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaslr.o -c -MD -Z7 -fpp ilaslr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilatrans.o -c -MD -Z7 -fpp ilatrans.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilauplo.o -c -MD -Z7 -fpp ilauplo.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaver.o -c -MD -Z7 -fpp ilaver.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilazlc.o -c -MD -Z7 -fpp ilazlc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilazlr.o -c -MD -Z7 -fpp ilazlr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o iparmq.o -c -MD -Z7 -fpp iparmq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o izmax1.o -c -MD -Z7 -fpp izmax1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o lsamen.o -c -MD -Z7 -fpp lsamen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sbbcsd.o -c -MD -Z7 -fpp sbbcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sbdsdc.o -c -MD -Z7 -fpp sbdsdc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sbdsqr.o -c -MD -Z7 -fpp sbdsqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o scsum1.o -c -MD -Z7 -fpp scsum1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sdisna.o -c -MD -Z7 -fpp sdisna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbbrd.o -c -MD -Z7 -fpp sgbbrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbcon.o -c -MD -Z7 -fpp sgbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbequb.o -c -MD -Z7 -fpp sgbequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbequ.o -c -MD -Z7 -fpp sgbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbrfs.o -c -MD -Z7 -fpp sgbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbrfsx.o -c -MD -Z7 -fpp sgbrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbsv.o -c -MD -Z7 -fpp sgbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbsvx.o -c -MD -Z7 -fpp sgbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbsvxx.o -c -MD -Z7 -fpp sgbsvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbtf2.o -c -MD -Z7 -fpp sgbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbtrf.o -c -MD -Z7 -fpp sgbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbtrs.o -c -MD -Z7 -fpp sgbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgebak.o -c -MD -Z7 -fpp sgebak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgebal.o -c -MD -Z7 -fpp sgebal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgebd2.o -c -MD -Z7 -fpp sgebd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgebrd.o -c -MD -Z7 -fpp sgebrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgecon.o -c -MD -Z7 -fpp sgecon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeequb.o -c -MD -Z7 -fpp sgeequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeequ.o -c -MD -Z7 -fpp sgeequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgees.o -c -MD -Z7 -fpp sgees.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeesx.o -c -MD -Z7 -fpp sgeesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeev.o -c -MD -Z7 -fpp sgeev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeevx.o -c -MD -Z7 -fpp sgeevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgegs.o -c -MD -Z7 -fpp sgegs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgegv.o -c -MD -Z7 -fpp sgegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgehd2.o -c -MD -Z7 -fpp sgehd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgehrd.o -c -MD -Z7 -fpp sgehrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgejsv.o -c -MD -Z7 -fpp sgejsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelq2.o -c -MD -Z7 -fpp sgelq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelqf.o -c -MD -Z7 -fpp sgelqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelsd.o -c -MD -Z7 -fpp sgelsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgels.o -c -MD -Z7 -fpp sgels.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelss.o -c -MD -Z7 -fpp sgelss.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelsx.o -c -MD -Z7 -fpp sgelsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelsy.o -c -MD -Z7 -fpp sgelsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgemqrt.o -c -MD -Z7 -fpp sgemqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeql2.o -c -MD -Z7 -fpp sgeql2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqlf.o -c -MD -Z7 -fpp sgeqlf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqp3.o -c -MD -Z7 -fpp sgeqp3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqpf.o -c -MD -Z7 -fpp sgeqpf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqr2.o -c -MD -Z7 -fpp sgeqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqr2p.o -c -MD -Z7 -fpp sgeqr2p.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrf.o -c -MD -Z7 -fpp sgeqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrfp.o -c -MD -Z7 -fpp sgeqrfp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt2.o -c -MD -Z7 -fpp sgeqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt3.o -c -MD -Z7 -fpp sgeqrt3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt.o -c -MD -Z7 -fpp sgeqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgerfs.o -c -MD -Z7 -fpp sgerfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgerfsx.o -c -MD -Z7 -fpp sgerfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgerq2.o -c -MD -Z7 -fpp sgerq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgerqf.o -c -MD -Z7 -fpp sgerqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesc2.o -c -MD -Z7 -fpp sgesc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesdd.o -c -MD -Z7 -fpp sgesdd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesvd.o -c -MD -Z7 -fpp sgesvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesv.o -c -MD -Z7 -fpp sgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesvj.o -c -MD -Z7 -fpp sgesvj.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesvx.o -c -MD -Z7 -fpp sgesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesvxx.o -c -MD -Z7 -fpp sgesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgetc2.o -c -MD -Z7 -fpp sgetc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgetf2.o -c -MD -Z7 -fpp sgetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgetrf.o -c -MD -Z7 -fpp sgetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgetri.o -c -MD -Z7 -fpp sgetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgetrs.o -c -MD -Z7 -fpp sgetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggbak.o -c -MD -Z7 -fpp sggbak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggbal.o -c -MD -Z7 -fpp sggbal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgges.o -c -MD -Z7 -fpp sgges.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggesx.o -c -MD -Z7 -fpp sggesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggev.o -c -MD -Z7 -fpp sggev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggevx.o -c -MD -Z7 -fpp sggevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggglm.o -c -MD -Z7 -fpp sggglm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgghrd.o -c -MD -Z7 -fpp sgghrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgglse.o -c -MD -Z7 -fpp sgglse.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggqrf.o -c -MD -Z7 -fpp sggqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggrqf.o -c -MD -Z7 -fpp sggrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggsvd.o -c -MD -Z7 -fpp sggsvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggsvp.o -c -MD -Z7 -fpp sggsvp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgsvj0.o -c -MD -Z7 -fpp sgsvj0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgsvj1.o -c -MD -Z7 -fpp sgsvj1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgtcon.o -c -MD -Z7 -fpp sgtcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgtrfs.o -c -MD -Z7 -fpp sgtrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgtsv.o -c -MD -Z7 -fpp sgtsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgtsvx.o -c -MD -Z7 -fpp sgtsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgttrf.o -c -MD -Z7 -fpp sgttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgttrs.o -c -MD -Z7 -fpp sgttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgtts2.o -c -MD -Z7 -fpp sgtts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o shgeqz.o -c -MD -Z7 -fpp shgeqz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o shsein.o -c -MD -Z7 -fpp shsein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o shseqr.o -c -MD -Z7 -fpp shseqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sisnan.o -c -MD -Z7 -fpp sisnan.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slabad.o -c -MD -Z7 -fpp slabad.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slabrd.o -c -MD -Z7 -fpp slabrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slacn2.o -c -MD -Z7 -fpp slacn2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slacon.o -c -MD -Z7 -fpp slacon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slacpy.o -c -MD -Z7 -fpp slacpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sladiv.o -c -MD -Z7 -fpp sladiv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slae2.o -c -MD -Z7 -fpp slae2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaebz.o -c -MD -Z7 -fpp slaebz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed0.o -c -MD -Z7 -fpp slaed0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed1.o -c -MD -Z7 -fpp slaed1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed2.o -c -MD -Z7 -fpp slaed2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed3.o -c -MD -Z7 -fpp slaed3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed4.o -c -MD -Z7 -fpp slaed4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed5.o -c -MD -Z7 -fpp slaed5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed6.o -c -MD -Z7 -fpp slaed6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed7.o -c -MD -Z7 -fpp slaed7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed8.o -c -MD -Z7 -fpp slaed8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed9.o -c -MD -Z7 -fpp slaed9.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaeda.o -c -MD -Z7 -fpp slaeda.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaein.o -c -MD -Z7 -fpp slaein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaev2.o -c -MD -Z7 -fpp slaev2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaexc.o -c -MD -Z7 -fpp slaexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slag2d.o -c -MD -Z7 -fpp slag2d.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slag2.o -c -MD -Z7 -fpp slag2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbamv.o -c -MD -Z7 -fpp sla_gbamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrcond.o -c -MD -Z7 -fpp sla_gbrcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrfsx_extended.o -c -MD -Z7 -fpp sla_gbrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrpvgrw.o -c -MD -Z7 -fpp sla_gbrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_geamv.o -c -MD -Z7 -fpp sla_geamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gercond.o -c -MD -Z7 -fpp sla_gercond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gerfsx_extended.o -c -MD -Z7 -fpp sla_gerfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gerpvgrw.o -c -MD -Z7 -fpp sla_gerpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slags2.o -c -MD -Z7 -fpp slags2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slagtf.o -c -MD -Z7 -fpp slagtf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slagtm.o -c -MD -Z7 -fpp slagtm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slagts.o -c -MD -Z7 -fpp slagts.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slagv2.o -c -MD -Z7 -fpp slagv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slahqr.o -c -MD -Z7 -fpp slahqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slahr2.o -c -MD -Z7 -fpp slahr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slahrd.o -c -MD -Z7 -fpp slahrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaic1.o -c -MD -Z7 -fpp slaic1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaisnan.o -c -MD -Z7 -fpp slaisnan.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_lin_berr.o -c -MD -Z7 -fpp sla_lin_berr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaln2.o -c -MD -Z7 -fpp slaln2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slals0.o -c -MD -Z7 -fpp slals0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slalsa.o -c -MD -Z7 -fpp slalsa.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slalsd.o -c -MD -Z7 -fpp slalsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slamrg.o -c -MD -Z7 -fpp slamrg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaneg.o -c -MD -Z7 -fpp slaneg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slangb.o -c -MD -Z7 -fpp slangb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slange.o -c -MD -Z7 -fpp slange.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slangt.o -c -MD -Z7 -fpp slangt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slanhs.o -c -MD -Z7 -fpp slanhs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slansb.o -c -MD -Z7 -fpp slansb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slansf.o -c -MD -Z7 -fpp slansf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slansp.o -c -MD -Z7 -fpp slansp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slanst.o -c -MD -Z7 -fpp slanst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slansy.o -c -MD -Z7 -fpp slansy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slantb.o -c -MD -Z7 -fpp slantb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slantp.o -c -MD -Z7 -fpp slantp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slantr.o -c -MD -Z7 -fpp slantr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slanv2.o -c -MD -Z7 -fpp slanv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slapll.o -c -MD -Z7 -fpp slapll.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slapmr.o -c -MD -Z7 -fpp slapmr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slapmt.o -c -MD -Z7 -fpp slapmt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_porcond.o -c -MD -Z7 -fpp sla_porcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_porfsx_extended.o -c -MD -Z7 -fpp sla_porfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_porpvgrw.o -c -MD -Z7 -fpp sla_porpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slapy2.o -c -MD -Z7 -fpp slapy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slapy3.o -c -MD -Z7 -fpp slapy3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqgb.o -c -MD -Z7 -fpp slaqgb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqge.o -c -MD -Z7 -fpp slaqge.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqp2.o -c -MD -Z7 -fpp slaqp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqps.o -c -MD -Z7 -fpp slaqps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr0.o -c -MD -Z7 -fpp slaqr0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr1.o -c -MD -Z7 -fpp slaqr1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr2.o -c -MD -Z7 -fpp slaqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr3.o -c -MD -Z7 -fpp slaqr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr4.o -c -MD -Z7 -fpp slaqr4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr5.o -c -MD -Z7 -fpp slaqr5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqsb.o -c -MD -Z7 -fpp slaqsb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqsp.o -c -MD -Z7 -fpp slaqsp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqsy.o -c -MD -Z7 -fpp slaqsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqtr.o -c -MD -Z7 -fpp slaqtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slar1v.o -c -MD -Z7 -fpp slar1v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slar2v.o -c -MD -Z7 -fpp slar2v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarfb.o -c -MD -Z7 -fpp slarfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarf.o -c -MD -Z7 -fpp slarf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarfg.o -c -MD -Z7 -fpp slarfg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarfgp.o -c -MD -Z7 -fpp slarfgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarft.o -c -MD -Z7 -fpp slarft.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarfx.o -c -MD -Z7 -fpp slarfx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slargv.o -c -MD -Z7 -fpp slargv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarnv.o -c -MD -Z7 -fpp slarnv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarra.o -c -MD -Z7 -fpp slarra.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrb.o -c -MD -Z7 -fpp slarrb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrc.o -c -MD -Z7 -fpp slarrc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrd.o -c -MD -Z7 -fpp slarrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarre.o -c -MD -Z7 -fpp slarre.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrf.o -c -MD -Z7 -fpp slarrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrj.o -c -MD -Z7 -fpp slarrj.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrk.o -c -MD -Z7 -fpp slarrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrr.o -c -MD -Z7 -fpp slarrr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrv.o -c -MD -Z7 -fpp slarrv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarscl2.o -c -MD -Z7 -fpp slarscl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slartg.o -c -MD -Z7 -fpp slartg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slartgp.o -c -MD -Z7 -fpp slartgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slartgs.o -c -MD -Z7 -fpp slartgs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slartv.o -c -MD -Z7 -fpp slartv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarzb.o -c -MD -Z7 -fpp slarzb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarz.o -c -MD -Z7 -fpp slarz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarzt.o -c -MD -Z7 -fpp slarzt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slas2.o -c -MD -Z7 -fpp slas2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slascl2.o -c -MD -Z7 -fpp slascl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slascl.o -c -MD -Z7 -fpp slascl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd0.o -c -MD -Z7 -fpp slasd0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd1.o -c -MD -Z7 -fpp slasd1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd2.o -c -MD -Z7 -fpp slasd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd3.o -c -MD -Z7 -fpp slasd3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd4.o -c -MD -Z7 -fpp slasd4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd5.o -c -MD -Z7 -fpp slasd5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd6.o -c -MD -Z7 -fpp slasd6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd7.o -c -MD -Z7 -fpp slasd7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd8.o -c -MD -Z7 -fpp slasd8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasda.o -c -MD -Z7 -fpp slasda.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasdq.o -c -MD -Z7 -fpp slasdq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasdt.o -c -MD -Z7 -fpp slasdt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaset.o -c -MD -Z7 -fpp slaset.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq1.o -c -MD -Z7 -fpp slasq1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq2.o -c -MD -Z7 -fpp slasq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq3.o -c -MD -Z7 -fpp slasq3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq4.o -c -MD -Z7 -fpp slasq4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq5.o -c -MD -Z7 -fpp slasq5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq6.o -c -MD -Z7 -fpp slasq6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasr.o -c -MD -Z7 -fpp slasr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasrt.o -c -MD -Z7 -fpp slasrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slassq.o -c -MD -Z7 -fpp slassq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasv2.o -c -MD -Z7 -fpp slasv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaswp.o -c -MD -Z7 -fpp slaswp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasy2.o -c -MD -Z7 -fpp slasy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_syamv.o -c -MD -Z7 -fpp sla_syamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasyf.o -c -MD -Z7 -fpp slasyf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasyf_rook.o -c -MD -Z7 -fpp slasyf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrcond.o -c -MD -Z7 -fpp sla_syrcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrfsx_extended.o -c -MD -Z7 -fpp sla_syrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrpvgrw.o -c -MD -Z7 -fpp sla_syrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatbs.o -c -MD -Z7 -fpp slatbs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatdf.o -c -MD -Z7 -fpp slatdf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatps.o -c -MD -Z7 -fpp slatps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatrd.o -c -MD -Z7 -fpp slatrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatrs.o -c -MD -Z7 -fpp slatrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatrz.o -c -MD -Z7 -fpp slatrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatzm.o -c -MD -Z7 -fpp slatzm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slauu2.o -c -MD -Z7 -fpp slauu2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slauum.o -c -MD -Z7 -fpp slauum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_wwaddw.o -c -MD -Z7 -fpp sla_wwaddw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slazq3.o -c -MD -Z7 -fpp slazq3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slazq4.o -c -MD -Z7 -fpp slazq4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sopgtr.o -c -MD -Z7 -fpp sopgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sopmtr.o -c -MD -Z7 -fpp sopmtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb1.o -c -MD -Z7 -fpp sorbdb1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb2.o -c -MD -Z7 -fpp sorbdb2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb3.o -c -MD -Z7 -fpp sorbdb3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb4.o -c -MD -Z7 -fpp sorbdb4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb5.o -c -MD -Z7 -fpp sorbdb5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb6.o -c -MD -Z7 -fpp sorbdb6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb.o -c -MD -Z7 -fpp sorbdb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorcsd2by1.o -c -MD -Z7 -fpp sorcsd2by1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorcsd.o -c -MD -Z7 -fpp sorcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorg2l.o -c -MD -Z7 -fpp sorg2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorg2r.o -c -MD -Z7 -fpp sorg2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgbr.o -c -MD -Z7 -fpp sorgbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorghr.o -c -MD -Z7 -fpp sorghr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgl2.o -c -MD -Z7 -fpp sorgl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorglq.o -c -MD -Z7 -fpp sorglq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgql.o -c -MD -Z7 -fpp sorgql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgqr.o -c -MD -Z7 -fpp sorgqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgr2.o -c -MD -Z7 -fpp sorgr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgrq.o -c -MD -Z7 -fpp sorgrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgtr.o -c -MD -Z7 -fpp sorgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorm2l.o -c -MD -Z7 -fpp sorm2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorm2r.o -c -MD -Z7 -fpp sorm2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormbr.o -c -MD -Z7 -fpp sormbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormhr.o -c -MD -Z7 -fpp sormhr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorml2.o -c -MD -Z7 -fpp sorml2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormlq.o -c -MD -Z7 -fpp sormlq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormql.o -c -MD -Z7 -fpp sormql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormqr.o -c -MD -Z7 -fpp sormqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormr2.o -c -MD -Z7 -fpp sormr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormr3.o -c -MD -Z7 -fpp sormr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormrq.o -c -MD -Z7 -fpp sormrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormrz.o -c -MD -Z7 -fpp sormrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormtr.o -c -MD -Z7 -fpp sormtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbcon.o -c -MD -Z7 -fpp spbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbequ.o -c -MD -Z7 -fpp spbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbrfs.o -c -MD -Z7 -fpp spbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbstf.o -c -MD -Z7 -fpp spbstf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbsv.o -c -MD -Z7 -fpp spbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbsvx.o -c -MD -Z7 -fpp spbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbtf2.o -c -MD -Z7 -fpp spbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbtrf.o -c -MD -Z7 -fpp spbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbtrs.o -c -MD -Z7 -fpp spbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spftrf.o -c -MD -Z7 -fpp spftrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spftri.o -c -MD -Z7 -fpp spftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spftrs.o -c -MD -Z7 -fpp spftrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spocon.o -c -MD -Z7 -fpp spocon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spoequb.o -c -MD -Z7 -fpp spoequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spoequ.o -c -MD -Z7 -fpp spoequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sporfs.o -c -MD -Z7 -fpp sporfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sporfsx.o -c -MD -Z7 -fpp sporfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sposv.o -c -MD -Z7 -fpp sposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sposvx.o -c -MD -Z7 -fpp sposvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sposvxx.o -c -MD -Z7 -fpp sposvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spotf2.o -c -MD -Z7 -fpp spotf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spotrf.o -c -MD -Z7 -fpp spotrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spotri.o -c -MD -Z7 -fpp spotri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spotrs.o -c -MD -Z7 -fpp spotrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sppcon.o -c -MD -Z7 -fpp sppcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sppequ.o -c -MD -Z7 -fpp sppequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spprfs.o -c -MD -Z7 -fpp spprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sppsv.o -c -MD -Z7 -fpp sppsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sppsvx.o -c -MD -Z7 -fpp sppsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spptrf.o -c -MD -Z7 -fpp spptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spptri.o -c -MD -Z7 -fpp spptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spptrs.o -c -MD -Z7 -fpp spptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spstf2.o -c -MD -Z7 -fpp spstf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spstrf.o -c -MD -Z7 -fpp spstrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sptcon.o -c -MD -Z7 -fpp sptcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spteqr.o -c -MD -Z7 -fpp spteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sptrfs.o -c -MD -Z7 -fpp sptrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sptsv.o -c -MD -Z7 -fpp sptsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sptsvx.o -c -MD -Z7 -fpp sptsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spttrf.o -c -MD -Z7 -fpp spttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spttrs.o -c -MD -Z7 -fpp spttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sptts2.o -c -MD -Z7 -fpp sptts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o srscl.o -c -MD -Z7 -fpp srscl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbevd.o -c -MD -Z7 -fpp ssbevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbev.o -c -MD -Z7 -fpp ssbev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbevx.o -c -MD -Z7 -fpp ssbevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbgst.o -c -MD -Z7 -fpp ssbgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbgvd.o -c -MD -Z7 -fpp ssbgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbgv.o -c -MD -Z7 -fpp ssbgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbgvx.o -c -MD -Z7 -fpp ssbgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbtrd.o -c -MD -Z7 -fpp ssbtrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssfrk.o -c -MD -Z7 -fpp ssfrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspcon.o -c -MD -Z7 -fpp sspcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspevd.o -c -MD -Z7 -fpp sspevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspev.o -c -MD -Z7 -fpp sspev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspevx.o -c -MD -Z7 -fpp sspevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspgst.o -c -MD -Z7 -fpp sspgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspgvd.o -c -MD -Z7 -fpp sspgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspgv.o -c -MD -Z7 -fpp sspgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspgvx.o -c -MD -Z7 -fpp sspgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssprfs.o -c -MD -Z7 -fpp ssprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspsv.o -c -MD -Z7 -fpp sspsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspsvx.o -c -MD -Z7 -fpp sspsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssptrd.o -c -MD -Z7 -fpp ssptrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssptrf.o -c -MD -Z7 -fpp ssptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssptri.o -c -MD -Z7 -fpp ssptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssptrs.o -c -MD -Z7 -fpp ssptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstebz.o -c -MD -Z7 -fpp sstebz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstedc.o -c -MD -Z7 -fpp sstedc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstegr.o -c -MD -Z7 -fpp sstegr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstein.o -c -MD -Z7 -fpp sstein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstemr.o -c -MD -Z7 -fpp sstemr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssteqr.o -c -MD -Z7 -fpp ssteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssterf.o -c -MD -Z7 -fpp ssterf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstevd.o -c -MD -Z7 -fpp sstevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstev.o -c -MD -Z7 -fpp sstev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstevr.o -c -MD -Z7 -fpp sstevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstevx.o -c -MD -Z7 -fpp sstevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssycon.o -c -MD -Z7 -fpp ssycon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssycon_rook.o -c -MD -Z7 -fpp ssycon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyconv.o -c -MD -Z7 -fpp ssyconv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyequb.o -c -MD -Z7 -fpp ssyequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyevd.o -c -MD -Z7 -fpp ssyevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyev.o -c -MD -Z7 -fpp ssyev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyevr.o -c -MD -Z7 -fpp ssyevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyevx.o -c -MD -Z7 -fpp ssyevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssygs2.o -c -MD -Z7 -fpp ssygs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssygst.o -c -MD -Z7 -fpp ssygst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssygvd.o -c -MD -Z7 -fpp ssygvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssygv.o -c -MD -Z7 -fpp ssygv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssygvx.o -c -MD -Z7 -fpp ssygvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyrfs.o -c -MD -Z7 -fpp ssyrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyrfsx.o -c -MD -Z7 -fpp ssyrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssysv.o -c -MD -Z7 -fpp ssysv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssysv_rook.o -c -MD -Z7 -fpp ssysv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssysvx.o -c -MD -Z7 -fpp ssysvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssysvxx.o -c -MD -Z7 -fpp ssysvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyswapr.o -c -MD -Z7 -fpp ssyswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytd2.o -c -MD -Z7 -fpp ssytd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytf2.o -c -MD -Z7 -fpp ssytf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytf2_rook.o -c -MD -Z7 -fpp ssytf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrd.o -c -MD -Z7 -fpp ssytrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrf.o -c -MD -Z7 -fpp ssytrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrf_rook.o -c -MD -Z7 -fpp ssytrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytri2.o -c -MD -Z7 -fpp ssytri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytri2x.o -c -MD -Z7 -fpp ssytri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytri.o -c -MD -Z7 -fpp ssytri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytri_rook.o -c -MD -Z7 -fpp ssytri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs2.o -c -MD -Z7 -fpp ssytrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs.o -c -MD -Z7 -fpp ssytrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs_rook.o -c -MD -Z7 -fpp ssytrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stbcon.o -c -MD -Z7 -fpp stbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stbrfs.o -c -MD -Z7 -fpp stbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stbtrs.o -c -MD -Z7 -fpp stbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stfsm.o -c -MD -Z7 -fpp stfsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stftri.o -c -MD -Z7 -fpp stftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stfttp.o -c -MD -Z7 -fpp stfttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stfttr.o -c -MD -Z7 -fpp stfttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgevc.o -c -MD -Z7 -fpp stgevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgex2.o -c -MD -Z7 -fpp stgex2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgexc.o -c -MD -Z7 -fpp stgexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgsen.o -c -MD -Z7 -fpp stgsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgsja.o -c -MD -Z7 -fpp stgsja.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgsna.o -c -MD -Z7 -fpp stgsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgsy2.o -c -MD -Z7 -fpp stgsy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgsyl.o -c -MD -Z7 -fpp stgsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpcon.o -c -MD -Z7 -fpp stpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpmqrt.o -c -MD -Z7 -fpp stpmqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpqrt2.o -c -MD -Z7 -fpp stpqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpqrt.o -c -MD -Z7 -fpp stpqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stprfb.o -c -MD -Z7 -fpp stprfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stprfs.o -c -MD -Z7 -fpp stprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stptri.o -c -MD -Z7 -fpp stptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stptrs.o -c -MD -Z7 -fpp stptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpttf.o -c -MD -Z7 -fpp stpttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpttr.o -c -MD -Z7 -fpp stpttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strcon.o -c -MD -Z7 -fpp strcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strevc.o -c -MD -Z7 -fpp strevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strexc.o -c -MD -Z7 -fpp strexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strrfs.o -c -MD -Z7 -fpp strrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strsen.o -c -MD -Z7 -fpp strsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strsna.o -c -MD -Z7 -fpp strsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strsyl.o -c -MD -Z7 -fpp strsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strti2.o -c -MD -Z7 -fpp strti2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strtri.o -c -MD -Z7 -fpp strtri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strtrs.o -c -MD -Z7 -fpp strtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strttf.o -c -MD -Z7 -fpp strttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strttp.o -c -MD -Z7 -fpp strttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stzrqf.o -c -MD -Z7 -fpp stzrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stzrzf.o -c -MD -Z7 -fpp stzrzf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zbbcsd.o -c -MD -Z7 -fpp zbbcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zbdsqr.o -c -MD -Z7 -fpp zbdsqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zcgesv.o -c -MD -Z7 -fpp zcgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zcposv.o -c -MD -Z7 -fpp zcposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zdrscl.o -c -MD -Z7 -fpp zdrscl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbbrd.o -c -MD -Z7 -fpp zgbbrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbcon.o -c -MD -Z7 -fpp zgbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbequb.o -c -MD -Z7 -fpp zgbequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbequ.o -c -MD -Z7 -fpp zgbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbrfs.o -c -MD -Z7 -fpp zgbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbrfsx.o -c -MD -Z7 -fpp zgbrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbsv.o -c -MD -Z7 -fpp zgbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbsvx.o -c -MD -Z7 -fpp zgbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbsvxx.o -c -MD -Z7 -fpp zgbsvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbtf2.o -c -MD -Z7 -fpp zgbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbtrf.o -c -MD -Z7 -fpp zgbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbtrs.o -c -MD -Z7 -fpp zgbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgebak.o -c -MD -Z7 -fpp zgebak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgebal.o -c -MD -Z7 -fpp zgebal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgebd2.o -c -MD -Z7 -fpp zgebd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgebrd.o -c -MD -Z7 -fpp zgebrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgecon.o -c -MD -Z7 -fpp zgecon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeequb.o -c -MD -Z7 -fpp zgeequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeequ.o -c -MD -Z7 -fpp zgeequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgees.o -c -MD -Z7 -fpp zgees.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeesx.o -c -MD -Z7 -fpp zgeesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeev.o -c -MD -Z7 -fpp zgeev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeevx.o -c -MD -Z7 -fpp zgeevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgegs.o -c -MD -Z7 -fpp zgegs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgegv.o -c -MD -Z7 -fpp zgegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgehd2.o -c -MD -Z7 -fpp zgehd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgehrd.o -c -MD -Z7 -fpp zgehrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelq2.o -c -MD -Z7 -fpp zgelq2.f
E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\PETSC-~1\EXTERN~1\GIT~1.FBL\lapack\zgebal.f(207): remark #7713: This statement function has not been used.   [CABS1]
      DOUBLE PRECISION   CABS1
-------------------------^
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelqf.o -c -MD -Z7 -fpp zgelqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelsd.o -c -MD -Z7 -fpp zgelsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgels.o -c -MD -Z7 -fpp zgels.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelss.o -c -MD -Z7 -fpp zgelss.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelsx.o -c -MD -Z7 -fpp zgelsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelsy.o -c -MD -Z7 -fpp zgelsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgemqrt.o -c -MD -Z7 -fpp zgemqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeql2.o -c -MD -Z7 -fpp zgeql2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqlf.o -c -MD -Z7 -fpp zgeqlf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqp3.o -c -MD -Z7 -fpp zgeqp3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqpf.o -c -MD -Z7 -fpp zgeqpf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqr2.o -c -MD -Z7 -fpp zgeqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqr2p.o -c -MD -Z7 -fpp zgeqr2p.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrf.o -c -MD -Z7 -fpp zgeqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrfp.o -c -MD -Z7 -fpp zgeqrfp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt2.o -c -MD -Z7 -fpp zgeqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt3.o -c -MD -Z7 -fpp zgeqrt3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt.o -c -MD -Z7 -fpp zgeqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgerfs.o -c -MD -Z7 -fpp zgerfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgerfsx.o -c -MD -Z7 -fpp zgerfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgerq2.o -c -MD -Z7 -fpp zgerq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgerqf.o -c -MD -Z7 -fpp zgerqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesc2.o -c -MD -Z7 -fpp zgesc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesdd.o -c -MD -Z7 -fpp zgesdd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesvd.o -c -MD -Z7 -fpp zgesvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesv.o -c -MD -Z7 -fpp zgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesvx.o -c -MD -Z7 -fpp zgesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesvxx.o -c -MD -Z7 -fpp zgesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgetc2.o -c -MD -Z7 -fpp zgetc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgetf2.o -c -MD -Z7 -fpp zgetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgetrf.o -c -MD -Z7 -fpp zgetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgetri.o -c -MD -Z7 -fpp zgetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgetrs.o -c -MD -Z7 -fpp zgetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggbak.o -c -MD -Z7 -fpp zggbak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggbal.o -c -MD -Z7 -fpp zggbal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgges.o -c -MD -Z7 -fpp zgges.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggesx.o -c -MD -Z7 -fpp zggesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggev.o -c -MD -Z7 -fpp zggev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggevx.o -c -MD -Z7 -fpp zggevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggglm.o -c -MD -Z7 -fpp zggglm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgghrd.o -c -MD -Z7 -fpp zgghrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgglse.o -c -MD -Z7 -fpp zgglse.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggqrf.o -c -MD -Z7 -fpp zggqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggrqf.o -c -MD -Z7 -fpp zggrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggsvd.o -c -MD -Z7 -fpp zggsvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggsvp.o -c -MD -Z7 -fpp zggsvp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgtcon.o -c -MD -Z7 -fpp zgtcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgtrfs.o -c -MD -Z7 -fpp zgtrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgtsv.o -c -MD -Z7 -fpp zgtsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgtsvx.o -c -MD -Z7 -fpp zgtsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgttrf.o -c -MD -Z7 -fpp zgttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgttrs.o -c -MD -Z7 -fpp zgttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgtts2.o -c -MD -Z7 -fpp zgtts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbevd.o -c -MD -Z7 -fpp zhbevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbev.o -c -MD -Z7 -fpp zhbev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbevx.o -c -MD -Z7 -fpp zhbevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbgst.o -c -MD -Z7 -fpp zhbgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbgvd.o -c -MD -Z7 -fpp zhbgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbgv.o -c -MD -Z7 -fpp zhbgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbgvx.o -c -MD -Z7 -fpp zhbgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbtrd.o -c -MD -Z7 -fpp zhbtrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhecon.o -c -MD -Z7 -fpp zhecon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhecon_rook.o -c -MD -Z7 -fpp zhecon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheequb.o -c -MD -Z7 -fpp zheequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheevd.o -c -MD -Z7 -fpp zheevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheev.o -c -MD -Z7 -fpp zheev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheevr.o -c -MD -Z7 -fpp zheevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheevx.o -c -MD -Z7 -fpp zheevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhegs2.o -c -MD -Z7 -fpp zhegs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhegst.o -c -MD -Z7 -fpp zhegst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhegvd.o -c -MD -Z7 -fpp zhegvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhegv.o -c -MD -Z7 -fpp zhegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhegvx.o -c -MD -Z7 -fpp zhegvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zherfs.o -c -MD -Z7 -fpp zherfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zherfsx.o -c -MD -Z7 -fpp zherfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhesv.o -c -MD -Z7 -fpp zhesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhesv_rook.o -c -MD -Z7 -fpp zhesv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhesvx.o -c -MD -Z7 -fpp zhesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhesvxx.o -c -MD -Z7 -fpp zhesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheswapr.o -c -MD -Z7 -fpp zheswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetd2.o -c -MD -Z7 -fpp zhetd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetf2.o -c -MD -Z7 -fpp zhetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetf2_rook.o -c -MD -Z7 -fpp zhetf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrd.o -c -MD -Z7 -fpp zhetrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrf.o -c -MD -Z7 -fpp zhetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrf_rook.o -c -MD -Z7 -fpp zhetrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetri2.o -c -MD -Z7 -fpp zhetri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetri2x.o -c -MD -Z7 -fpp zhetri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetri.o -c -MD -Z7 -fpp zhetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetri_rook.o -c -MD -Z7 -fpp zhetri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs2.o -c -MD -Z7 -fpp zhetrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs.o -c -MD -Z7 -fpp zhetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs_rook.o -c -MD -Z7 -fpp zhetrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhfrk.o -c -MD -Z7 -fpp zhfrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhgeqz.o -c -MD -Z7 -fpp zhgeqz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpcon.o -c -MD -Z7 -fpp zhpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpevd.o -c -MD -Z7 -fpp zhpevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpev.o -c -MD -Z7 -fpp zhpev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpevx.o -c -MD -Z7 -fpp zhpevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpgst.o -c -MD -Z7 -fpp zhpgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpgvd.o -c -MD -Z7 -fpp zhpgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpgv.o -c -MD -Z7 -fpp zhpgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpgvx.o -c -MD -Z7 -fpp zhpgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhprfs.o -c -MD -Z7 -fpp zhprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpsv.o -c -MD -Z7 -fpp zhpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpsvx.o -c -MD -Z7 -fpp zhpsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhptrd.o -c -MD -Z7 -fpp zhptrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhptrf.o -c -MD -Z7 -fpp zhptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhptri.o -c -MD -Z7 -fpp zhptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhptrs.o -c -MD -Z7 -fpp zhptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhsein.o -c -MD -Z7 -fpp zhsein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhseqr.o -c -MD -Z7 -fpp zhseqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlabrd.o -c -MD -Z7 -fpp zlabrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacgv.o -c -MD -Z7 -fpp zlacgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacn2.o -c -MD -Z7 -fpp zlacn2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacon.o -c -MD -Z7 -fpp zlacon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacp2.o -c -MD -Z7 -fpp zlacp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacpy.o -c -MD -Z7 -fpp zlacpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacrm.o -c -MD -Z7 -fpp zlacrm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacrt.o -c -MD -Z7 -fpp zlacrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zladiv.o -c -MD -Z7 -fpp zladiv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaed0.o -c -MD -Z7 -fpp zlaed0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaed7.o -c -MD -Z7 -fpp zlaed7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaed8.o -c -MD -Z7 -fpp zlaed8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaein.o -c -MD -Z7 -fpp zlaein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaesy.o -c -MD -Z7 -fpp zlaesy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaev2.o -c -MD -Z7 -fpp zlaev2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlag2c.o -c -MD -Z7 -fpp zlag2c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbamv.o -c -MD -Z7 -fpp zla_gbamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrcond_c.o -c -MD -Z7 -fpp zla_gbrcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrcond_x.o -c -MD -Z7 -fpp zla_gbrcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrfsx_extended.o -c -MD -Z7 -fpp zla_gbrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrpvgrw.o -c -MD -Z7 -fpp zla_gbrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_geamv.o -c -MD -Z7 -fpp zla_geamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gercond_c.o -c -MD -Z7 -fpp zla_gercond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gercond_x.o -c -MD -Z7 -fpp zla_gercond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gerfsx_extended.o -c -MD -Z7 -fpp zla_gerfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gerpvgrw.o -c -MD -Z7 -fpp zla_gerpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlags2.o -c -MD -Z7 -fpp zlags2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlagtm.o -c -MD -Z7 -fpp zlagtm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_heamv.o -c -MD -Z7 -fpp zla_heamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlahef.o -c -MD -Z7 -fpp zlahef.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlahef_rook.o -c -MD -Z7 -fpp zlahef_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_hercond_c.o -c -MD -Z7 -fpp zla_hercond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_hercond_x.o -c -MD -Z7 -fpp zla_hercond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_herfsx_extended.o -c -MD -Z7 -fpp zla_herfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_herpvgrw.o -c -MD -Z7 -fpp zla_herpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlahqr.o -c -MD -Z7 -fpp zlahqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlahr2.o -c -MD -Z7 -fpp zlahr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlahrd.o -c -MD -Z7 -fpp zlahrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaic1.o -c -MD -Z7 -fpp zlaic1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_lin_berr.o -c -MD -Z7 -fpp zla_lin_berr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlals0.o -c -MD -Z7 -fpp zlals0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlalsa.o -c -MD -Z7 -fpp zlalsa.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlalsd.o -c -MD -Z7 -fpp zlalsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlangb.o -c -MD -Z7 -fpp zlangb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlange.o -c -MD -Z7 -fpp zlange.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlangt.o -c -MD -Z7 -fpp zlangt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanhb.o -c -MD -Z7 -fpp zlanhb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanhe.o -c -MD -Z7 -fpp zlanhe.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanhf.o -c -MD -Z7 -fpp zlanhf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanhp.o -c -MD -Z7 -fpp zlanhp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanhs.o -c -MD -Z7 -fpp zlanhs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanht.o -c -MD -Z7 -fpp zlanht.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlansb.o -c -MD -Z7 -fpp zlansb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlansp.o -c -MD -Z7 -fpp zlansp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlansy.o -c -MD -Z7 -fpp zlansy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlantb.o -c -MD -Z7 -fpp zlantb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlantp.o -c -MD -Z7 -fpp zlantp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlantr.o -c -MD -Z7 -fpp zlantr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlapll.o -c -MD -Z7 -fpp zlapll.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlapmr.o -c -MD -Z7 -fpp zlapmr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlapmt.o -c -MD -Z7 -fpp zlapmt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_porcond_c.o -c -MD -Z7 -fpp zla_porcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_porcond_x.o -c -MD -Z7 -fpp zla_porcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_porfsx_extended.o -c -MD -Z7 -fpp zla_porfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_porpvgrw.o -c -MD -Z7 -fpp zla_porpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqgb.o -c -MD -Z7 -fpp zlaqgb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqge.o -c -MD -Z7 -fpp zlaqge.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhb.o -c -MD -Z7 -fpp zlaqhb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhe.o -c -MD -Z7 -fpp zlaqhe.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhp.o -c -MD -Z7 -fpp zlaqhp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqp2.o -c -MD -Z7 -fpp zlaqp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqps.o -c -MD -Z7 -fpp zlaqps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr0.o -c -MD -Z7 -fpp zlaqr0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr1.o -c -MD -Z7 -fpp zlaqr1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr2.o -c -MD -Z7 -fpp zlaqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr3.o -c -MD -Z7 -fpp zlaqr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr4.o -c -MD -Z7 -fpp zlaqr4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr5.o -c -MD -Z7 -fpp zlaqr5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsb.o -c -MD -Z7 -fpp zlaqsb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsp.o -c -MD -Z7 -fpp zlaqsp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsy.o -c -MD -Z7 -fpp zlaqsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlar1v.o -c -MD -Z7 -fpp zlar1v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlar2v.o -c -MD -Z7 -fpp zlar2v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarcm.o -c -MD -Z7 -fpp zlarcm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarfb.o -c -MD -Z7 -fpp zlarfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarf.o -c -MD -Z7 -fpp zlarf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarfg.o -c -MD -Z7 -fpp zlarfg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarfgp.o -c -MD -Z7 -fpp zlarfgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarft.o -c -MD -Z7 -fpp zlarft.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarfx.o -c -MD -Z7 -fpp zlarfx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlargv.o -c -MD -Z7 -fpp zlargv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarnv.o -c -MD -Z7 -fpp zlarnv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarrv.o -c -MD -Z7 -fpp zlarrv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarscl2.o -c -MD -Z7 -fpp zlarscl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlartg.o -c -MD -Z7 -fpp zlartg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlartv.o -c -MD -Z7 -fpp zlartv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarzb.o -c -MD -Z7 -fpp zlarzb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarz.o -c -MD -Z7 -fpp zlarz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarzt.o -c -MD -Z7 -fpp zlarzt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlascl2.o -c -MD -Z7 -fpp zlascl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlascl.o -c -MD -Z7 -fpp zlascl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaset.o -c -MD -Z7 -fpp zlaset.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlasr.o -c -MD -Z7 -fpp zlasr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlassq.o -c -MD -Z7 -fpp zlassq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaswp.o -c -MD -Z7 -fpp zlaswp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_syamv.o -c -MD -Z7 -fpp zla_syamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlasyf.o -c -MD -Z7 -fpp zlasyf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlasyf_rook.o -c -MD -Z7 -fpp zlasyf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrcond_c.o -c -MD -Z7 -fpp zla_syrcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrcond_x.o -c -MD -Z7 -fpp zla_syrcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrfsx_extended.o -c -MD -Z7 -fpp zla_syrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrpvgrw.o -c -MD -Z7 -fpp zla_syrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlat2c.o -c -MD -Z7 -fpp zlat2c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatbs.o -c -MD -Z7 -fpp zlatbs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatdf.o -c -MD -Z7 -fpp zlatdf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatps.o -c -MD -Z7 -fpp zlatps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatrd.o -c -MD -Z7 -fpp zlatrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatrs.o -c -MD -Z7 -fpp zlatrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatrz.o -c -MD -Z7 -fpp zlatrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatzm.o -c -MD -Z7 -fpp zlatzm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlauu2.o -c -MD -Z7 -fpp zlauu2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlauum.o -c -MD -Z7 -fpp zlauum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_wwaddw.o -c -MD -Z7 -fpp zla_wwaddw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbcon.o -c -MD -Z7 -fpp zpbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbequ.o -c -MD -Z7 -fpp zpbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbrfs.o -c -MD -Z7 -fpp zpbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbstf.o -c -MD -Z7 -fpp zpbstf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbsv.o -c -MD -Z7 -fpp zpbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbsvx.o -c -MD -Z7 -fpp zpbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbtf2.o -c -MD -Z7 -fpp zpbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbtrf.o -c -MD -Z7 -fpp zpbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbtrs.o -c -MD -Z7 -fpp zpbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpftrf.o -c -MD -Z7 -fpp zpftrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpftri.o -c -MD -Z7 -fpp zpftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpftrs.o -c -MD -Z7 -fpp zpftrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpocon.o -c -MD -Z7 -fpp zpocon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpoequb.o -c -MD -Z7 -fpp zpoequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpoequ.o -c -MD -Z7 -fpp zpoequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zporfs.o -c -MD -Z7 -fpp zporfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zporfsx.o -c -MD -Z7 -fpp zporfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zposv.o -c -MD -Z7 -fpp zposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zposvx.o -c -MD -Z7 -fpp zposvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zposvxx.o -c -MD -Z7 -fpp zposvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpotf2.o -c -MD -Z7 -fpp zpotf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpotrf.o -c -MD -Z7 -fpp zpotrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpotri.o -c -MD -Z7 -fpp zpotri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpotrs.o -c -MD -Z7 -fpp zpotrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zppcon.o -c -MD -Z7 -fpp zppcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zppequ.o -c -MD -Z7 -fpp zppequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpprfs.o -c -MD -Z7 -fpp zpprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zppsv.o -c -MD -Z7 -fpp zppsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zppsvx.o -c -MD -Z7 -fpp zppsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpptrf.o -c -MD -Z7 -fpp zpptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpptri.o -c -MD -Z7 -fpp zpptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpptrs.o -c -MD -Z7 -fpp zpptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpstf2.o -c -MD -Z7 -fpp zpstf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpstrf.o -c -MD -Z7 -fpp zpstrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zptcon.o -c -MD -Z7 -fpp zptcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpteqr.o -c -MD -Z7 -fpp zpteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zptrfs.o -c -MD -Z7 -fpp zptrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zptsv.o -c -MD -Z7 -fpp zptsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zptsvx.o -c -MD -Z7 -fpp zptsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpttrf.o -c -MD -Z7 -fpp zpttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpttrs.o -c -MD -Z7 -fpp zpttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zptts2.o -c -MD -Z7 -fpp zptts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zrot.o -c -MD -Z7 -fpp zrot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zspcon.o -c -MD -Z7 -fpp zspcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zspmv.o -c -MD -Z7 -fpp zspmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zspr.o -c -MD -Z7 -fpp zspr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsprfs.o -c -MD -Z7 -fpp zsprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zspsv.o -c -MD -Z7 -fpp zspsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zspsvx.o -c -MD -Z7 -fpp zspsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsptrf.o -c -MD -Z7 -fpp zsptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsptri.o -c -MD -Z7 -fpp zsptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsptrs.o -c -MD -Z7 -fpp zsptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zstedc.o -c -MD -Z7 -fpp zstedc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zstegr.o -c -MD -Z7 -fpp zstegr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zstein.o -c -MD -Z7 -fpp zstein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zstemr.o -c -MD -Z7 -fpp zstemr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsteqr.o -c -MD -Z7 -fpp zsteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsycon.o -c -MD -Z7 -fpp zsycon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsycon_rook.o -c -MD -Z7 -fpp zsycon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyconv.o -c -MD -Z7 -fpp zsyconv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyequb.o -c -MD -Z7 -fpp zsyequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsymv.o -c -MD -Z7 -fpp zsymv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyr.o -c -MD -Z7 -fpp zsyr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyrfs.o -c -MD -Z7 -fpp zsyrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyrfsx.o -c -MD -Z7 -fpp zsyrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsysv.o -c -MD -Z7 -fpp zsysv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsysv_rook.o -c -MD -Z7 -fpp zsysv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsysvx.o -c -MD -Z7 -fpp zsysvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsysvxx.o -c -MD -Z7 -fpp zsysvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyswapr.o -c -MD -Z7 -fpp zsyswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytf2.o -c -MD -Z7 -fpp zsytf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytf2_rook.o -c -MD -Z7 -fpp zsytf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytrf.o -c -MD -Z7 -fpp zsytrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytrf_rook.o -c -MD -Z7 -fpp zsytrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytri2.o -c -MD -Z7 -fpp zsytri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytri2x.o -c -MD -Z7 -fpp zsytri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytri.o -c -MD -Z7 -fpp zsytri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytri_rook.o -c -MD -Z7 -fpp zsytri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs2.o -c -MD -Z7 -fpp zsytrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs.o -c -MD -Z7 -fpp zsytrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs_rook.o -c -MD -Z7 -fpp zsytrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztbcon.o -c -MD -Z7 -fpp ztbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztbrfs.o -c -MD -Z7 -fpp ztbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztbtrs.o -c -MD -Z7 -fpp ztbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztfsm.o -c -MD -Z7 -fpp ztfsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztftri.o -c -MD -Z7 -fpp ztftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztfttp.o -c -MD -Z7 -fpp ztfttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztfttr.o -c -MD -Z7 -fpp ztfttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgevc.o -c -MD -Z7 -fpp ztgevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgex2.o -c -MD -Z7 -fpp ztgex2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgexc.o -c -MD -Z7 -fpp ztgexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgsen.o -c -MD -Z7 -fpp ztgsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgsja.o -c -MD -Z7 -fpp ztgsja.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgsna.o -c -MD -Z7 -fpp ztgsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgsy2.o -c -MD -Z7 -fpp ztgsy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgsyl.o -c -MD -Z7 -fpp ztgsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpcon.o -c -MD -Z7 -fpp ztpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpmqrt.o -c -MD -Z7 -fpp ztpmqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpqrt2.o -c -MD -Z7 -fpp ztpqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpqrt.o -c -MD -Z7 -fpp ztpqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztprfb.o -c -MD -Z7 -fpp ztprfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztprfs.o -c -MD -Z7 -fpp ztprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztptri.o -c -MD -Z7 -fpp ztptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztptrs.o -c -MD -Z7 -fpp ztptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpttf.o -c -MD -Z7 -fpp ztpttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpttr.o -c -MD -Z7 -fpp ztpttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrcon.o -c -MD -Z7 -fpp ztrcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrevc.o -c -MD -Z7 -fpp ztrevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrexc.o -c -MD -Z7 -fpp ztrexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrrfs.o -c -MD -Z7 -fpp ztrrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrsen.o -c -MD -Z7 -fpp ztrsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrsna.o -c -MD -Z7 -fpp ztrsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrsyl.o -c -MD -Z7 -fpp ztrsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrti2.o -c -MD -Z7 -fpp ztrti2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrtri.o -c -MD -Z7 -fpp ztrtri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrtrs.o -c -MD -Z7 -fpp ztrtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrttf.o -c -MD -Z7 -fpp ztrttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrttp.o -c -MD -Z7 -fpp ztrttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztzrqf.o -c -MD -Z7 -fpp ztzrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztzrzf.o -c -MD -Z7 -fpp ztzrzf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb1.o -c -MD -Z7 -fpp zunbdb1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb2.o -c -MD -Z7 -fpp zunbdb2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb3.o -c -MD -Z7 -fpp zunbdb3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb4.o -c -MD -Z7 -fpp zunbdb4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb5.o -c -MD -Z7 -fpp zunbdb5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb6.o -c -MD -Z7 -fpp zunbdb6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb.o -c -MD -Z7 -fpp zunbdb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zuncsd2by1.o -c -MD -Z7 -fpp zuncsd2by1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zuncsd.o -c -MD -Z7 -fpp zuncsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zung2l.o -c -MD -Z7 -fpp zung2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zung2r.o -c -MD -Z7 -fpp zung2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungbr.o -c -MD -Z7 -fpp zungbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunghr.o -c -MD -Z7 -fpp zunghr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungl2.o -c -MD -Z7 -fpp zungl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunglq.o -c -MD -Z7 -fpp zunglq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungql.o -c -MD -Z7 -fpp zungql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungqr.o -c -MD -Z7 -fpp zungqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungr2.o -c -MD -Z7 -fpp zungr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungrq.o -c -MD -Z7 -fpp zungrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungtr.o -c -MD -Z7 -fpp zungtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunm2l.o -c -MD -Z7 -fpp zunm2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunm2r.o -c -MD -Z7 -fpp zunm2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmbr.o -c -MD -Z7 -fpp zunmbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmhr.o -c -MD -Z7 -fpp zunmhr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunml2.o -c -MD -Z7 -fpp zunml2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmlq.o -c -MD -Z7 -fpp zunmlq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmql.o -c -MD -Z7 -fpp zunmql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmqr.o -c -MD -Z7 -fpp zunmqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmr2.o -c -MD -Z7 -fpp zunmr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmr3.o -c -MD -Z7 -fpp zunmr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmrq.o -c -MD -Z7 -fpp zunmrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmrz.o -c -MD -Z7 -fpp zunmrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmtr.o -c -MD -Z7 -fpp zunmtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zupgtr.o -c -MD -Z7 -fpp zupgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zupmtr.o -c -MD -Z7 -fpp zupmtr.f
/usr/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/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/lapack'
cd lapack-extra; /usr/bin/make lib FC="/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MD -Z7 -fpp" FNOOPT="-MD " AR="/usr/bin/ar" AR_FLAGS="cr" RM="/usr/bin/rm -f" LIBNAME="libflapack.lib"
make[1]: Entering directory '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/lapack-extra'
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -MD  slamch.f dlamch.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -MD -Z7 -fpp ilaver.f
/usr/bin/ar cr ../libflapack.lib slamch.o dlamch.o ilaver.o 
/usr/bin/rm -f slamch.o dlamch.o ilaver.o
make[1]: Leaving directory '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/lapack-extra'
/usr/bin/ranlib libflapack.lib
Executing: cd /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack && mkdir -p /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib && cp -f libfblas.lib libflapack.lib /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib
********Output of running make on FBLASLAPACK follows *******
/usr/bin/rm -f */*.o
/usr/bin/rm -f ./*.a ./*.lib
cd blas;   /usr/bin/make lib FC="/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MD -Z7 -fpp" FNOOPT="-MD " AR="/usr/bin/ar" AR_FLAGS="cr" RM="/usr/bin/rm -f" LIBNAME="libfblas.lib"
make[1]: Entering directory '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/blas'
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o caxpy.o -c -MD -Z7 -fpp caxpy.f
cd lapack; /usr/bin/make lib FC="/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MD -Z7 -fpp" FNOOPT="-MD " AR="/usr/bin/ar" AR_FLAGS="cr" RM="/usr/bin/rm -f" LIBNAME="libflapack.lib"
make[1]: Entering directory '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/lapack'
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaruv.o -c  -MD  slaruv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ccopy.o -c -MD -Z7 -fpp ccopy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cdotc.o -c -MD -Z7 -fpp cdotc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cdotu.o -c -MD -Z7 -fpp cdotu.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbmv.o -c -MD -Z7 -fpp cgbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgemm.o -c -MD -Z7 -fpp cgemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgemv.o -c -MD -Z7 -fpp cgemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgerc.o -c -MD -Z7 -fpp cgerc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeru.o -c -MD -Z7 -fpp cgeru.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbmv.o -c -MD -Z7 -fpp chbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chemm.o -c -MD -Z7 -fpp chemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chemv.o -c -MD -Z7 -fpp chemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cher2.o -c -MD -Z7 -fpp cher2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cher2k.o -c -MD -Z7 -fpp cher2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cher.o -c -MD -Z7 -fpp cher.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cherk.o -c -MD -Z7 -fpp cherk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpmv.o -c -MD -Z7 -fpp chpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpr2.o -c -MD -Z7 -fpp chpr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaruv.o -c  -MD  dlaruv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpr.o -c -MD -Z7 -fpp chpr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cbbcsd.o -c -MD -Z7 -fpp cbbcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o crotg.o -c -MD -Z7 -fpp crotg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cbdsqr.o -c -MD -Z7 -fpp cbdsqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbbrd.o -c -MD -Z7 -fpp cgbbrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbcon.o -c -MD -Z7 -fpp cgbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbequb.o -c -MD -Z7 -fpp cgbequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbequ.o -c -MD -Z7 -fpp cgbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cscal.o -c -MD -Z7 -fpp cscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbrfs.o -c -MD -Z7 -fpp cgbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csrot.o -c -MD -Z7 -fpp csrot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbrfsx.o -c -MD -Z7 -fpp cgbrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csscal.o -c -MD -Z7 -fpp csscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbsv.o -c -MD -Z7 -fpp cgbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cswap.o -c -MD -Z7 -fpp cswap.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbsvx.o -c -MD -Z7 -fpp cgbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csymm.o -c -MD -Z7 -fpp csymm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbsvxx.o -c -MD -Z7 -fpp cgbsvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyr2k.o -c -MD -Z7 -fpp csyr2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbtf2.o -c -MD -Z7 -fpp cgbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyrk.o -c -MD -Z7 -fpp csyrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbtrf.o -c -MD -Z7 -fpp cgbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctbmv.o -c -MD -Z7 -fpp ctbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgbtrs.o -c -MD -Z7 -fpp cgbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctbsv.o -c -MD -Z7 -fpp ctbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgebak.o -c -MD -Z7 -fpp cgebak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpmv.o -c -MD -Z7 -fpp ctpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgebal.o -c -MD -Z7 -fpp cgebal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpsv.o -c -MD -Z7 -fpp ctpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrmm.o -c -MD -Z7 -fpp ctrmm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgebd2.o -c -MD -Z7 -fpp cgebd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrmv.o -c -MD -Z7 -fpp ctrmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgebrd.o -c -MD -Z7 -fpp cgebrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrsm.o -c -MD -Z7 -fpp ctrsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgecon.o -c -MD -Z7 -fpp cgecon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrsv.o -c -MD -Z7 -fpp ctrsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeequb.o -c -MD -Z7 -fpp cgeequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dasum.o -c -MD -Z7 -fpp dasum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeequ.o -c -MD -Z7 -fpp cgeequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o daxpy.o -c -MD -Z7 -fpp daxpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgees.o -c -MD -Z7 -fpp cgees.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dcabs1.o -c -MD -Z7 -fpp dcabs1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeesx.o -c -MD -Z7 -fpp cgeesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dcopy.o -c -MD -Z7 -fpp dcopy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeev.o -c -MD -Z7 -fpp cgeev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ddot.o -c -MD -Z7 -fpp ddot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeevx.o -c -MD -Z7 -fpp cgeevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbmv.o -c -MD -Z7 -fpp dgbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgegs.o -c -MD -Z7 -fpp cgegs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgemm.o -c -MD -Z7 -fpp dgemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgegv.o -c -MD -Z7 -fpp cgegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgemv.o -c -MD -Z7 -fpp dgemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgehd2.o -c -MD -Z7 -fpp cgehd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dger.o -c -MD -Z7 -fpp dger.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgehrd.o -c -MD -Z7 -fpp cgehrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dnrm2.o -c -MD -Z7 -fpp dnrm2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelq2.o -c -MD -Z7 -fpp cgelq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o drot.o -c -MD -Z7 -fpp drot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o drotg.o -c -MD -Z7 -fpp drotg.f
E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\PETSC-~1\EXTERN~1\GIT~1.FBL\lapack\cgebal.f(208): remark #7713: This statement function has not been used.   [CABS1]
      REAL               CABS1
-------------------------^
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelqf.o -c -MD -Z7 -fpp cgelqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o drotm.o -c -MD -Z7 -fpp drotm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelsd.o -c -MD -Z7 -fpp cgelsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o drotmg.o -c -MD -Z7 -fpp drotmg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgels.o -c -MD -Z7 -fpp cgels.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbmv.o -c -MD -Z7 -fpp dsbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelss.o -c -MD -Z7 -fpp cgelss.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dscal.o -c -MD -Z7 -fpp dscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelsx.o -c -MD -Z7 -fpp cgelsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsdot.o -c -MD -Z7 -fpp dsdot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgelsy.o -c -MD -Z7 -fpp cgelsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgemqrt.o -c -MD -Z7 -fpp cgemqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspmv.o -c -MD -Z7 -fpp dspmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeql2.o -c -MD -Z7 -fpp cgeql2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspr2.o -c -MD -Z7 -fpp dspr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqlf.o -c -MD -Z7 -fpp cgeqlf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspr.o -c -MD -Z7 -fpp dspr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqp3.o -c -MD -Z7 -fpp cgeqp3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dswap.o -c -MD -Z7 -fpp dswap.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqpf.o -c -MD -Z7 -fpp cgeqpf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsymm.o -c -MD -Z7 -fpp dsymm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsymv.o -c -MD -Z7 -fpp dsymv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqr2.o -c -MD -Z7 -fpp cgeqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqr2p.o -c -MD -Z7 -fpp cgeqr2p.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyr2.o -c -MD -Z7 -fpp dsyr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrf.o -c -MD -Z7 -fpp cgeqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyr2k.o -c -MD -Z7 -fpp dsyr2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrfp.o -c -MD -Z7 -fpp cgeqrfp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyr.o -c -MD -Z7 -fpp dsyr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt2.o -c -MD -Z7 -fpp cgeqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyrk.o -c -MD -Z7 -fpp dsyrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt3.o -c -MD -Z7 -fpp cgeqrt3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtbmv.o -c -MD -Z7 -fpp dtbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgeqrt.o -c -MD -Z7 -fpp cgeqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtbsv.o -c -MD -Z7 -fpp dtbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgerfs.o -c -MD -Z7 -fpp cgerfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpmv.o -c -MD -Z7 -fpp dtpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgerfsx.o -c -MD -Z7 -fpp cgerfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpsv.o -c -MD -Z7 -fpp dtpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgerq2.o -c -MD -Z7 -fpp cgerq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrmm.o -c -MD -Z7 -fpp dtrmm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgerqf.o -c -MD -Z7 -fpp cgerqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrmv.o -c -MD -Z7 -fpp dtrmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrsm.o -c -MD -Z7 -fpp dtrsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesc2.o -c -MD -Z7 -fpp cgesc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrsv.o -c -MD -Z7 -fpp dtrsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesdd.o -c -MD -Z7 -fpp cgesdd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dzasum.o -c -MD -Z7 -fpp dzasum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dznrm2.o -c -MD -Z7 -fpp dznrm2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesvd.o -c -MD -Z7 -fpp cgesvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o icamax.o -c -MD -Z7 -fpp icamax.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o idamax.o -c -MD -Z7 -fpp idamax.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesv.o -c -MD -Z7 -fpp cgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o isamax.o -c -MD -Z7 -fpp isamax.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesvx.o -c -MD -Z7 -fpp cgesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o izamax.o -c -MD -Z7 -fpp izamax.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgesvxx.o -c -MD -Z7 -fpp cgesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o lsame.o -c -MD -Z7 -fpp lsame.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sasum.o -c -MD -Z7 -fpp sasum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgetc2.o -c -MD -Z7 -fpp cgetc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o saxpy.o -c -MD -Z7 -fpp saxpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgetf2.o -c -MD -Z7 -fpp cgetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgetrf.o -c -MD -Z7 -fpp cgetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o scabs1.o -c -MD -Z7 -fpp scabs1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgetri.o -c -MD -Z7 -fpp cgetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o scasum.o -c -MD -Z7 -fpp scasum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgetrs.o -c -MD -Z7 -fpp cgetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o scnrm2.o -c -MD -Z7 -fpp scnrm2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggbak.o -c -MD -Z7 -fpp cggbak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o scopy.o -c -MD -Z7 -fpp scopy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggbal.o -c -MD -Z7 -fpp cggbal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sdot.o -c -MD -Z7 -fpp sdot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgges.o -c -MD -Z7 -fpp cgges.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sdsdot.o -c -MD -Z7 -fpp sdsdot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggesx.o -c -MD -Z7 -fpp cggesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbmv.o -c -MD -Z7 -fpp sgbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggev.o -c -MD -Z7 -fpp cggev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgemm.o -c -MD -Z7 -fpp sgemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggevx.o -c -MD -Z7 -fpp cggevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgemv.o -c -MD -Z7 -fpp sgemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggglm.o -c -MD -Z7 -fpp cggglm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sger.o -c -MD -Z7 -fpp sger.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgghrd.o -c -MD -Z7 -fpp cgghrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o snrm2.o -c -MD -Z7 -fpp snrm2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgglse.o -c -MD -Z7 -fpp cgglse.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o srot.o -c -MD -Z7 -fpp srot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggqrf.o -c -MD -Z7 -fpp cggqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o srotg.o -c -MD -Z7 -fpp srotg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggrqf.o -c -MD -Z7 -fpp cggrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o srotm.o -c -MD -Z7 -fpp srotm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggsvd.o -c -MD -Z7 -fpp cggsvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o srotmg.o -c -MD -Z7 -fpp srotmg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cggsvp.o -c -MD -Z7 -fpp cggsvp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbmv.o -c -MD -Z7 -fpp ssbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgtcon.o -c -MD -Z7 -fpp cgtcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sscal.o -c -MD -Z7 -fpp sscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgtrfs.o -c -MD -Z7 -fpp cgtrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspmv.o -c -MD -Z7 -fpp sspmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgtsv.o -c -MD -Z7 -fpp cgtsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspr2.o -c -MD -Z7 -fpp sspr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgtsvx.o -c -MD -Z7 -fpp cgtsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspr.o -c -MD -Z7 -fpp sspr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sswap.o -c -MD -Z7 -fpp sswap.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgttrf.o -c -MD -Z7 -fpp cgttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssymm.o -c -MD -Z7 -fpp ssymm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgttrs.o -c -MD -Z7 -fpp cgttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cgtts2.o -c -MD -Z7 -fpp cgtts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssymv.o -c -MD -Z7 -fpp ssymv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbevd.o -c -MD -Z7 -fpp chbevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyr2.o -c -MD -Z7 -fpp ssyr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbev.o -c -MD -Z7 -fpp chbev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyr2k.o -c -MD -Z7 -fpp ssyr2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbevx.o -c -MD -Z7 -fpp chbevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyr.o -c -MD -Z7 -fpp ssyr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbgst.o -c -MD -Z7 -fpp chbgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyrk.o -c -MD -Z7 -fpp ssyrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbgvd.o -c -MD -Z7 -fpp chbgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stbmv.o -c -MD -Z7 -fpp stbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbgv.o -c -MD -Z7 -fpp chbgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stbsv.o -c -MD -Z7 -fpp stbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbgvx.o -c -MD -Z7 -fpp chbgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpmv.o -c -MD -Z7 -fpp stpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chbtrd.o -c -MD -Z7 -fpp chbtrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpsv.o -c -MD -Z7 -fpp stpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o checon.o -c -MD -Z7 -fpp checon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strmm.o -c -MD -Z7 -fpp strmm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o checon_rook.o -c -MD -Z7 -fpp checon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strmv.o -c -MD -Z7 -fpp strmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheequb.o -c -MD -Z7 -fpp cheequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strsm.o -c -MD -Z7 -fpp strsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheevd.o -c -MD -Z7 -fpp cheevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheev.o -c -MD -Z7 -fpp cheev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strsv.o -c -MD -Z7 -fpp strsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o xerbla_array.o -c -MD -Z7 -fpp xerbla_array.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheevr.o -c -MD -Z7 -fpp cheevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheevx.o -c -MD -Z7 -fpp cheevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o xerbla.o -c -MD -Z7 -fpp xerbla.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chegs2.o -c -MD -Z7 -fpp chegs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zaxpy.o -c -MD -Z7 -fpp zaxpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chegst.o -c -MD -Z7 -fpp chegst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zcopy.o -c -MD -Z7 -fpp zcopy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chegvd.o -c -MD -Z7 -fpp chegvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zdotc.o -c -MD -Z7 -fpp zdotc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chegv.o -c -MD -Z7 -fpp chegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zdotu.o -c -MD -Z7 -fpp zdotu.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chegvx.o -c -MD -Z7 -fpp chegvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zdrot.o -c -MD -Z7 -fpp zdrot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zdscal.o -c -MD -Z7 -fpp zdscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cherfs.o -c -MD -Z7 -fpp cherfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbmv.o -c -MD -Z7 -fpp zgbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cherfsx.o -c -MD -Z7 -fpp cherfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgemm.o -c -MD -Z7 -fpp zgemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chesv.o -c -MD -Z7 -fpp chesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgemv.o -c -MD -Z7 -fpp zgemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chesv_rook.o -c -MD -Z7 -fpp chesv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgerc.o -c -MD -Z7 -fpp zgerc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chesvx.o -c -MD -Z7 -fpp chesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeru.o -c -MD -Z7 -fpp zgeru.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chesvxx.o -c -MD -Z7 -fpp chesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbmv.o -c -MD -Z7 -fpp zhbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cheswapr.o -c -MD -Z7 -fpp cheswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhemm.o -c -MD -Z7 -fpp zhemm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetd2.o -c -MD -Z7 -fpp chetd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhemv.o -c -MD -Z7 -fpp zhemv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetf2.o -c -MD -Z7 -fpp chetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zher2.o -c -MD -Z7 -fpp zher2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetf2_rook.o -c -MD -Z7 -fpp chetf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zher2k.o -c -MD -Z7 -fpp zher2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrd.o -c -MD -Z7 -fpp chetrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zher.o -c -MD -Z7 -fpp zher.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrf.o -c -MD -Z7 -fpp chetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zherk.o -c -MD -Z7 -fpp zherk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrf_rook.o -c -MD -Z7 -fpp chetrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpmv.o -c -MD -Z7 -fpp zhpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetri2.o -c -MD -Z7 -fpp chetri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpr2.o -c -MD -Z7 -fpp zhpr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetri2x.o -c -MD -Z7 -fpp chetri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpr.o -c -MD -Z7 -fpp zhpr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetri.o -c -MD -Z7 -fpp chetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zrotg.o -c -MD -Z7 -fpp zrotg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetri_rook.o -c -MD -Z7 -fpp chetri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zscal.o -c -MD -Z7 -fpp zscal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zswap.o -c -MD -Z7 -fpp zswap.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrs2.o -c -MD -Z7 -fpp chetrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsymm.o -c -MD -Z7 -fpp zsymm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrs.o -c -MD -Z7 -fpp chetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyr2k.o -c -MD -Z7 -fpp zsyr2k.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chetrs_rook.o -c -MD -Z7 -fpp chetrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyrk.o -c -MD -Z7 -fpp zsyrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chfrk.o -c -MD -Z7 -fpp chfrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztbmv.o -c -MD -Z7 -fpp ztbmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chgeqz.o -c -MD -Z7 -fpp chgeqz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztbsv.o -c -MD -Z7 -fpp ztbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chla_transtype.o -c -MD -Z7 -fpp chla_transtype.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpmv.o -c -MD -Z7 -fpp ztpmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpcon.o -c -MD -Z7 -fpp chpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpsv.o -c -MD -Z7 -fpp ztpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpevd.o -c -MD -Z7 -fpp chpevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpev.o -c -MD -Z7 -fpp chpev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrmm.o -c -MD -Z7 -fpp ztrmm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpevx.o -c -MD -Z7 -fpp chpevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrmv.o -c -MD -Z7 -fpp ztrmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpgst.o -c -MD -Z7 -fpp chpgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrsm.o -c -MD -Z7 -fpp ztrsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpgvd.o -c -MD -Z7 -fpp chpgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrsv.o -c -MD -Z7 -fpp ztrsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpgv.o -c -MD -Z7 -fpp chpgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpgvx.o -c -MD -Z7 -fpp chpgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chprfs.o -c -MD -Z7 -fpp chprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpsv.o -c -MD -Z7 -fpp chpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chpsvx.o -c -MD -Z7 -fpp chpsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chptrd.o -c -MD -Z7 -fpp chptrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chptrf.o -c -MD -Z7 -fpp chptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chptri.o -c -MD -Z7 -fpp chptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chptrs.o -c -MD -Z7 -fpp chptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chsein.o -c -MD -Z7 -fpp chsein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o chseqr.o -c -MD -Z7 -fpp chseqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clabrd.o -c -MD -Z7 -fpp clabrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacgv.o -c -MD -Z7 -fpp clacgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacn2.o -c -MD -Z7 -fpp clacn2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacon.o -c -MD -Z7 -fpp clacon.f
/usr/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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacp2.o -c -MD -Z7 -fpp clacp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacpy.o -c -MD -Z7 -fpp clacpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacrm.o -c -MD -Z7 -fpp clacrm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clacrt.o -c -MD -Z7 -fpp clacrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cladiv.o -c -MD -Z7 -fpp cladiv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claed0.o -c -MD -Z7 -fpp claed0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claed7.o -c -MD -Z7 -fpp claed7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claed8.o -c -MD -Z7 -fpp claed8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claein.o -c -MD -Z7 -fpp claein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claesy.o -c -MD -Z7 -fpp claesy.f
make[1]: Leaving directory '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/blas'
/usr/bin/ranlib libfblas.lib
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claev2.o -c -MD -Z7 -fpp claev2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clag2z.o -c -MD -Z7 -fpp clag2z.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbamv.o -c -MD -Z7 -fpp cla_gbamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrcond_c.o -c -MD -Z7 -fpp cla_gbrcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrcond_x.o -c -MD -Z7 -fpp cla_gbrcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrfsx_extended.o -c -MD -Z7 -fpp cla_gbrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gbrpvgrw.o -c -MD -Z7 -fpp cla_gbrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_geamv.o -c -MD -Z7 -fpp cla_geamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gercond_c.o -c -MD -Z7 -fpp cla_gercond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gercond_x.o -c -MD -Z7 -fpp cla_gercond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gerfsx_extended.o -c -MD -Z7 -fpp cla_gerfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_gerpvgrw.o -c -MD -Z7 -fpp cla_gerpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clags2.o -c -MD -Z7 -fpp clags2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clagtm.o -c -MD -Z7 -fpp clagtm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_heamv.o -c -MD -Z7 -fpp cla_heamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clahef.o -c -MD -Z7 -fpp clahef.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clahef_rook.o -c -MD -Z7 -fpp clahef_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_hercond_c.o -c -MD -Z7 -fpp cla_hercond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_hercond_x.o -c -MD -Z7 -fpp cla_hercond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_herfsx_extended.o -c -MD -Z7 -fpp cla_herfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_herpvgrw.o -c -MD -Z7 -fpp cla_herpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clahqr.o -c -MD -Z7 -fpp clahqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clahr2.o -c -MD -Z7 -fpp clahr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clahrd.o -c -MD -Z7 -fpp clahrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claic1.o -c -MD -Z7 -fpp claic1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_lin_berr.o -c -MD -Z7 -fpp cla_lin_berr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clals0.o -c -MD -Z7 -fpp clals0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clalsa.o -c -MD -Z7 -fpp clalsa.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clalsd.o -c -MD -Z7 -fpp clalsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clangb.o -c -MD -Z7 -fpp clangb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clange.o -c -MD -Z7 -fpp clange.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clangt.o -c -MD -Z7 -fpp clangt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanhb.o -c -MD -Z7 -fpp clanhb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanhe.o -c -MD -Z7 -fpp clanhe.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanhf.o -c -MD -Z7 -fpp clanhf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanhp.o -c -MD -Z7 -fpp clanhp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanhs.o -c -MD -Z7 -fpp clanhs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clanht.o -c -MD -Z7 -fpp clanht.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clansb.o -c -MD -Z7 -fpp clansb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clansp.o -c -MD -Z7 -fpp clansp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clansy.o -c -MD -Z7 -fpp clansy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clantb.o -c -MD -Z7 -fpp clantb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clantp.o -c -MD -Z7 -fpp clantp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clantr.o -c -MD -Z7 -fpp clantr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clapll.o -c -MD -Z7 -fpp clapll.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clapmr.o -c -MD -Z7 -fpp clapmr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clapmt.o -c -MD -Z7 -fpp clapmt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_porcond_c.o -c -MD -Z7 -fpp cla_porcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_porcond_x.o -c -MD -Z7 -fpp cla_porcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_porfsx_extended.o -c -MD -Z7 -fpp cla_porfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_porpvgrw.o -c -MD -Z7 -fpp cla_porpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqgb.o -c -MD -Z7 -fpp claqgb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqge.o -c -MD -Z7 -fpp claqge.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqhb.o -c -MD -Z7 -fpp claqhb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqhe.o -c -MD -Z7 -fpp claqhe.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqhp.o -c -MD -Z7 -fpp claqhp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqp2.o -c -MD -Z7 -fpp claqp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqps.o -c -MD -Z7 -fpp claqps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr0.o -c -MD -Z7 -fpp claqr0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr1.o -c -MD -Z7 -fpp claqr1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr2.o -c -MD -Z7 -fpp claqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr3.o -c -MD -Z7 -fpp claqr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr4.o -c -MD -Z7 -fpp claqr4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqr5.o -c -MD -Z7 -fpp claqr5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqsb.o -c -MD -Z7 -fpp claqsb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqsp.o -c -MD -Z7 -fpp claqsp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claqsy.o -c -MD -Z7 -fpp claqsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clar1v.o -c -MD -Z7 -fpp clar1v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clar2v.o -c -MD -Z7 -fpp clar2v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarcm.o -c -MD -Z7 -fpp clarcm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarfb.o -c -MD -Z7 -fpp clarfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarf.o -c -MD -Z7 -fpp clarf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarfg.o -c -MD -Z7 -fpp clarfg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarfgp.o -c -MD -Z7 -fpp clarfgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarft.o -c -MD -Z7 -fpp clarft.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarfx.o -c -MD -Z7 -fpp clarfx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clargv.o -c -MD -Z7 -fpp clargv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarnv.o -c -MD -Z7 -fpp clarnv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarrv.o -c -MD -Z7 -fpp clarrv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarscl2.o -c -MD -Z7 -fpp clarscl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clartg.o -c -MD -Z7 -fpp clartg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clartv.o -c -MD -Z7 -fpp clartv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarzb.o -c -MD -Z7 -fpp clarzb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarz.o -c -MD -Z7 -fpp clarz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clarzt.o -c -MD -Z7 -fpp clarzt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clascl2.o -c -MD -Z7 -fpp clascl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clascl.o -c -MD -Z7 -fpp clascl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claset.o -c -MD -Z7 -fpp claset.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clasr.o -c -MD -Z7 -fpp clasr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o classq.o -c -MD -Z7 -fpp classq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o claswp.o -c -MD -Z7 -fpp claswp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_syamv.o -c -MD -Z7 -fpp cla_syamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clasyf.o -c -MD -Z7 -fpp clasyf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clasyf_rook.o -c -MD -Z7 -fpp clasyf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrcond_c.o -c -MD -Z7 -fpp cla_syrcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrcond_x.o -c -MD -Z7 -fpp cla_syrcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrfsx_extended.o -c -MD -Z7 -fpp cla_syrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_syrpvgrw.o -c -MD -Z7 -fpp cla_syrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatbs.o -c -MD -Z7 -fpp clatbs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatdf.o -c -MD -Z7 -fpp clatdf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatps.o -c -MD -Z7 -fpp clatps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatrd.o -c -MD -Z7 -fpp clatrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatrs.o -c -MD -Z7 -fpp clatrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatrz.o -c -MD -Z7 -fpp clatrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clatzm.o -c -MD -Z7 -fpp clatzm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clauu2.o -c -MD -Z7 -fpp clauu2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o clauum.o -c -MD -Z7 -fpp clauum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cla_wwaddw.o -c -MD -Z7 -fpp cla_wwaddw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbcon.o -c -MD -Z7 -fpp cpbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbequ.o -c -MD -Z7 -fpp cpbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbrfs.o -c -MD -Z7 -fpp cpbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbstf.o -c -MD -Z7 -fpp cpbstf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbsv.o -c -MD -Z7 -fpp cpbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbsvx.o -c -MD -Z7 -fpp cpbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbtf2.o -c -MD -Z7 -fpp cpbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbtrf.o -c -MD -Z7 -fpp cpbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpbtrs.o -c -MD -Z7 -fpp cpbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpftrf.o -c -MD -Z7 -fpp cpftrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpftri.o -c -MD -Z7 -fpp cpftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpftrs.o -c -MD -Z7 -fpp cpftrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpocon.o -c -MD -Z7 -fpp cpocon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpoequb.o -c -MD -Z7 -fpp cpoequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpoequ.o -c -MD -Z7 -fpp cpoequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cporfs.o -c -MD -Z7 -fpp cporfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cporfsx.o -c -MD -Z7 -fpp cporfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cposv.o -c -MD -Z7 -fpp cposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cposvx.o -c -MD -Z7 -fpp cposvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cposvxx.o -c -MD -Z7 -fpp cposvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpotf2.o -c -MD -Z7 -fpp cpotf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpotrf.o -c -MD -Z7 -fpp cpotrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpotri.o -c -MD -Z7 -fpp cpotri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpotrs.o -c -MD -Z7 -fpp cpotrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cppcon.o -c -MD -Z7 -fpp cppcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cppequ.o -c -MD -Z7 -fpp cppequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpprfs.o -c -MD -Z7 -fpp cpprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cppsv.o -c -MD -Z7 -fpp cppsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cppsvx.o -c -MD -Z7 -fpp cppsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpptrf.o -c -MD -Z7 -fpp cpptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpptri.o -c -MD -Z7 -fpp cpptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpptrs.o -c -MD -Z7 -fpp cpptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpstf2.o -c -MD -Z7 -fpp cpstf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpstrf.o -c -MD -Z7 -fpp cpstrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cptcon.o -c -MD -Z7 -fpp cptcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpteqr.o -c -MD -Z7 -fpp cpteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cptrfs.o -c -MD -Z7 -fpp cptrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cptsv.o -c -MD -Z7 -fpp cptsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cptsvx.o -c -MD -Z7 -fpp cptsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpttrf.o -c -MD -Z7 -fpp cpttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cpttrs.o -c -MD -Z7 -fpp cpttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cptts2.o -c -MD -Z7 -fpp cptts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o crot.o -c -MD -Z7 -fpp crot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cspcon.o -c -MD -Z7 -fpp cspcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cspmv.o -c -MD -Z7 -fpp cspmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cspr.o -c -MD -Z7 -fpp cspr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csprfs.o -c -MD -Z7 -fpp csprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cspsv.o -c -MD -Z7 -fpp cspsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cspsvx.o -c -MD -Z7 -fpp cspsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csptrf.o -c -MD -Z7 -fpp csptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csptri.o -c -MD -Z7 -fpp csptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csptrs.o -c -MD -Z7 -fpp csptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csrscl.o -c -MD -Z7 -fpp csrscl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cstedc.o -c -MD -Z7 -fpp cstedc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cstegr.o -c -MD -Z7 -fpp cstegr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cstein.o -c -MD -Z7 -fpp cstein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cstemr.o -c -MD -Z7 -fpp cstemr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csteqr.o -c -MD -Z7 -fpp csteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csycon.o -c -MD -Z7 -fpp csycon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csycon_rook.o -c -MD -Z7 -fpp csycon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyconv.o -c -MD -Z7 -fpp csyconv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyequb.o -c -MD -Z7 -fpp csyequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csymv.o -c -MD -Z7 -fpp csymv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyr.o -c -MD -Z7 -fpp csyr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyrfs.o -c -MD -Z7 -fpp csyrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyrfsx.o -c -MD -Z7 -fpp csyrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csysv.o -c -MD -Z7 -fpp csysv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csysv_rook.o -c -MD -Z7 -fpp csysv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csysvx.o -c -MD -Z7 -fpp csysvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csysvxx.o -c -MD -Z7 -fpp csysvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csyswapr.o -c -MD -Z7 -fpp csyswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytf2.o -c -MD -Z7 -fpp csytf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytf2_rook.o -c -MD -Z7 -fpp csytf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytrf.o -c -MD -Z7 -fpp csytrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytrf_rook.o -c -MD -Z7 -fpp csytrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytri2.o -c -MD -Z7 -fpp csytri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytri2x.o -c -MD -Z7 -fpp csytri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytri.o -c -MD -Z7 -fpp csytri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytri_rook.o -c -MD -Z7 -fpp csytri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytrs2.o -c -MD -Z7 -fpp csytrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytrs.o -c -MD -Z7 -fpp csytrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o csytrs_rook.o -c -MD -Z7 -fpp csytrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctbcon.o -c -MD -Z7 -fpp ctbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctbrfs.o -c -MD -Z7 -fpp ctbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctbtrs.o -c -MD -Z7 -fpp ctbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctfsm.o -c -MD -Z7 -fpp ctfsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctftri.o -c -MD -Z7 -fpp ctftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctfttp.o -c -MD -Z7 -fpp ctfttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctfttr.o -c -MD -Z7 -fpp ctfttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgevc.o -c -MD -Z7 -fpp ctgevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgex2.o -c -MD -Z7 -fpp ctgex2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgexc.o -c -MD -Z7 -fpp ctgexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgsen.o -c -MD -Z7 -fpp ctgsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgsja.o -c -MD -Z7 -fpp ctgsja.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgsna.o -c -MD -Z7 -fpp ctgsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgsy2.o -c -MD -Z7 -fpp ctgsy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctgsyl.o -c -MD -Z7 -fpp ctgsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpcon.o -c -MD -Z7 -fpp ctpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpmqrt.o -c -MD -Z7 -fpp ctpmqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpqrt2.o -c -MD -Z7 -fpp ctpqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpqrt.o -c -MD -Z7 -fpp ctpqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctprfb.o -c -MD -Z7 -fpp ctprfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctprfs.o -c -MD -Z7 -fpp ctprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctptri.o -c -MD -Z7 -fpp ctptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctptrs.o -c -MD -Z7 -fpp ctptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpttf.o -c -MD -Z7 -fpp ctpttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctpttr.o -c -MD -Z7 -fpp ctpttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrcon.o -c -MD -Z7 -fpp ctrcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrevc.o -c -MD -Z7 -fpp ctrevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrexc.o -c -MD -Z7 -fpp ctrexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrrfs.o -c -MD -Z7 -fpp ctrrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrsen.o -c -MD -Z7 -fpp ctrsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrsna.o -c -MD -Z7 -fpp ctrsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrsyl.o -c -MD -Z7 -fpp ctrsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrti2.o -c -MD -Z7 -fpp ctrti2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrtri.o -c -MD -Z7 -fpp ctrtri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrtrs.o -c -MD -Z7 -fpp ctrtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrttf.o -c -MD -Z7 -fpp ctrttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctrttp.o -c -MD -Z7 -fpp ctrttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctzrqf.o -c -MD -Z7 -fpp ctzrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ctzrzf.o -c -MD -Z7 -fpp ctzrzf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb1.o -c -MD -Z7 -fpp cunbdb1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb2.o -c -MD -Z7 -fpp cunbdb2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb3.o -c -MD -Z7 -fpp cunbdb3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb4.o -c -MD -Z7 -fpp cunbdb4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb5.o -c -MD -Z7 -fpp cunbdb5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb6.o -c -MD -Z7 -fpp cunbdb6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunbdb.o -c -MD -Z7 -fpp cunbdb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cuncsd2by1.o -c -MD -Z7 -fpp cuncsd2by1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cuncsd.o -c -MD -Z7 -fpp cuncsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cung2l.o -c -MD -Z7 -fpp cung2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cung2r.o -c -MD -Z7 -fpp cung2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungbr.o -c -MD -Z7 -fpp cungbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunghr.o -c -MD -Z7 -fpp cunghr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungl2.o -c -MD -Z7 -fpp cungl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunglq.o -c -MD -Z7 -fpp cunglq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungql.o -c -MD -Z7 -fpp cungql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungqr.o -c -MD -Z7 -fpp cungqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungr2.o -c -MD -Z7 -fpp cungr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungrq.o -c -MD -Z7 -fpp cungrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cungtr.o -c -MD -Z7 -fpp cungtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunm2l.o -c -MD -Z7 -fpp cunm2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunm2r.o -c -MD -Z7 -fpp cunm2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmbr.o -c -MD -Z7 -fpp cunmbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmhr.o -c -MD -Z7 -fpp cunmhr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunml2.o -c -MD -Z7 -fpp cunml2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmlq.o -c -MD -Z7 -fpp cunmlq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmql.o -c -MD -Z7 -fpp cunmql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmqr.o -c -MD -Z7 -fpp cunmqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmr2.o -c -MD -Z7 -fpp cunmr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmr3.o -c -MD -Z7 -fpp cunmr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmrq.o -c -MD -Z7 -fpp cunmrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmrz.o -c -MD -Z7 -fpp cunmrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cunmtr.o -c -MD -Z7 -fpp cunmtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cupgtr.o -c -MD -Z7 -fpp cupgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o cupmtr.o -c -MD -Z7 -fpp cupmtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dbbcsd.o -c -MD -Z7 -fpp dbbcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dbdsdc.o -c -MD -Z7 -fpp dbdsdc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dbdsqr.o -c -MD -Z7 -fpp dbdsqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ddisna.o -c -MD -Z7 -fpp ddisna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbbrd.o -c -MD -Z7 -fpp dgbbrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbcon.o -c -MD -Z7 -fpp dgbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbequb.o -c -MD -Z7 -fpp dgbequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbequ.o -c -MD -Z7 -fpp dgbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbrfs.o -c -MD -Z7 -fpp dgbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbrfsx.o -c -MD -Z7 -fpp dgbrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbsv.o -c -MD -Z7 -fpp dgbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbsvx.o -c -MD -Z7 -fpp dgbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbsvxx.o -c -MD -Z7 -fpp dgbsvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbtf2.o -c -MD -Z7 -fpp dgbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbtrf.o -c -MD -Z7 -fpp dgbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgbtrs.o -c -MD -Z7 -fpp dgbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgebak.o -c -MD -Z7 -fpp dgebak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgebal.o -c -MD -Z7 -fpp dgebal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgebd2.o -c -MD -Z7 -fpp dgebd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgebrd.o -c -MD -Z7 -fpp dgebrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgecon.o -c -MD -Z7 -fpp dgecon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeequb.o -c -MD -Z7 -fpp dgeequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeequ.o -c -MD -Z7 -fpp dgeequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgees.o -c -MD -Z7 -fpp dgees.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeesx.o -c -MD -Z7 -fpp dgeesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeev.o -c -MD -Z7 -fpp dgeev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeevx.o -c -MD -Z7 -fpp dgeevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgegs.o -c -MD -Z7 -fpp dgegs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgegv.o -c -MD -Z7 -fpp dgegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgehd2.o -c -MD -Z7 -fpp dgehd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgehrd.o -c -MD -Z7 -fpp dgehrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgejsv.o -c -MD -Z7 -fpp dgejsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelq2.o -c -MD -Z7 -fpp dgelq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelqf.o -c -MD -Z7 -fpp dgelqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelsd.o -c -MD -Z7 -fpp dgelsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgels.o -c -MD -Z7 -fpp dgels.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelss.o -c -MD -Z7 -fpp dgelss.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelsx.o -c -MD -Z7 -fpp dgelsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgelsy.o -c -MD -Z7 -fpp dgelsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgemqrt.o -c -MD -Z7 -fpp dgemqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeql2.o -c -MD -Z7 -fpp dgeql2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqlf.o -c -MD -Z7 -fpp dgeqlf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqp3.o -c -MD -Z7 -fpp dgeqp3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqpf.o -c -MD -Z7 -fpp dgeqpf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqr2.o -c -MD -Z7 -fpp dgeqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqr2p.o -c -MD -Z7 -fpp dgeqr2p.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrf.o -c -MD -Z7 -fpp dgeqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrfp.o -c -MD -Z7 -fpp dgeqrfp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt2.o -c -MD -Z7 -fpp dgeqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt3.o -c -MD -Z7 -fpp dgeqrt3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgeqrt.o -c -MD -Z7 -fpp dgeqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgerfs.o -c -MD -Z7 -fpp dgerfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgerfsx.o -c -MD -Z7 -fpp dgerfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgerq2.o -c -MD -Z7 -fpp dgerq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgerqf.o -c -MD -Z7 -fpp dgerqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesc2.o -c -MD -Z7 -fpp dgesc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesdd.o -c -MD -Z7 -fpp dgesdd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesvd.o -c -MD -Z7 -fpp dgesvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesv.o -c -MD -Z7 -fpp dgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesvj.o -c -MD -Z7 -fpp dgesvj.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesvx.o -c -MD -Z7 -fpp dgesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgesvxx.o -c -MD -Z7 -fpp dgesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgetc2.o -c -MD -Z7 -fpp dgetc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgetf2.o -c -MD -Z7 -fpp dgetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgetrf.o -c -MD -Z7 -fpp dgetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgetri.o -c -MD -Z7 -fpp dgetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgetrs.o -c -MD -Z7 -fpp dgetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggbak.o -c -MD -Z7 -fpp dggbak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggbal.o -c -MD -Z7 -fpp dggbal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgges.o -c -MD -Z7 -fpp dgges.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggesx.o -c -MD -Z7 -fpp dggesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggev.o -c -MD -Z7 -fpp dggev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggevx.o -c -MD -Z7 -fpp dggevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggglm.o -c -MD -Z7 -fpp dggglm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgghrd.o -c -MD -Z7 -fpp dgghrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgglse.o -c -MD -Z7 -fpp dgglse.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggqrf.o -c -MD -Z7 -fpp dggqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggrqf.o -c -MD -Z7 -fpp dggrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggsvd.o -c -MD -Z7 -fpp dggsvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dggsvp.o -c -MD -Z7 -fpp dggsvp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgsvj0.o -c -MD -Z7 -fpp dgsvj0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgsvj1.o -c -MD -Z7 -fpp dgsvj1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgtcon.o -c -MD -Z7 -fpp dgtcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgtrfs.o -c -MD -Z7 -fpp dgtrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgtsv.o -c -MD -Z7 -fpp dgtsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgtsvx.o -c -MD -Z7 -fpp dgtsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgttrf.o -c -MD -Z7 -fpp dgttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgttrs.o -c -MD -Z7 -fpp dgttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dgtts2.o -c -MD -Z7 -fpp dgtts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dhgeqz.o -c -MD -Z7 -fpp dhgeqz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dhsein.o -c -MD -Z7 -fpp dhsein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dhseqr.o -c -MD -Z7 -fpp dhseqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o disnan.o -c -MD -Z7 -fpp disnan.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlabad.o -c -MD -Z7 -fpp dlabad.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlabrd.o -c -MD -Z7 -fpp dlabrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlacn2.o -c -MD -Z7 -fpp dlacn2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlacon.o -c -MD -Z7 -fpp dlacon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlacpy.o -c -MD -Z7 -fpp dlacpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dladiv.o -c -MD -Z7 -fpp dladiv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlae2.o -c -MD -Z7 -fpp dlae2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaebz.o -c -MD -Z7 -fpp dlaebz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed0.o -c -MD -Z7 -fpp dlaed0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed1.o -c -MD -Z7 -fpp dlaed1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed2.o -c -MD -Z7 -fpp dlaed2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed3.o -c -MD -Z7 -fpp dlaed3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed4.o -c -MD -Z7 -fpp dlaed4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed5.o -c -MD -Z7 -fpp dlaed5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed6.o -c -MD -Z7 -fpp dlaed6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed7.o -c -MD -Z7 -fpp dlaed7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed8.o -c -MD -Z7 -fpp dlaed8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaed9.o -c -MD -Z7 -fpp dlaed9.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaeda.o -c -MD -Z7 -fpp dlaeda.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaein.o -c -MD -Z7 -fpp dlaein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaev2.o -c -MD -Z7 -fpp dlaev2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaexc.o -c -MD -Z7 -fpp dlaexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlag2.o -c -MD -Z7 -fpp dlag2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlag2s.o -c -MD -Z7 -fpp dlag2s.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbamv.o -c -MD -Z7 -fpp dla_gbamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrcond.o -c -MD -Z7 -fpp dla_gbrcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrfsx_extended.o -c -MD -Z7 -fpp dla_gbrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gbrpvgrw.o -c -MD -Z7 -fpp dla_gbrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_geamv.o -c -MD -Z7 -fpp dla_geamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gercond.o -c -MD -Z7 -fpp dla_gercond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gerfsx_extended.o -c -MD -Z7 -fpp dla_gerfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_gerpvgrw.o -c -MD -Z7 -fpp dla_gerpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlags2.o -c -MD -Z7 -fpp dlags2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlagtf.o -c -MD -Z7 -fpp dlagtf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlagtm.o -c -MD -Z7 -fpp dlagtm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlagts.o -c -MD -Z7 -fpp dlagts.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlagv2.o -c -MD -Z7 -fpp dlagv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlahqr.o -c -MD -Z7 -fpp dlahqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlahr2.o -c -MD -Z7 -fpp dlahr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlahrd.o -c -MD -Z7 -fpp dlahrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaic1.o -c -MD -Z7 -fpp dlaic1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaisnan.o -c -MD -Z7 -fpp dlaisnan.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_lin_berr.o -c -MD -Z7 -fpp dla_lin_berr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaln2.o -c -MD -Z7 -fpp dlaln2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlals0.o -c -MD -Z7 -fpp dlals0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlalsa.o -c -MD -Z7 -fpp dlalsa.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlalsd.o -c -MD -Z7 -fpp dlalsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlamrg.o -c -MD -Z7 -fpp dlamrg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaneg.o -c -MD -Z7 -fpp dlaneg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlangb.o -c -MD -Z7 -fpp dlangb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlange.o -c -MD -Z7 -fpp dlange.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlangt.o -c -MD -Z7 -fpp dlangt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlanhs.o -c -MD -Z7 -fpp dlanhs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlansb.o -c -MD -Z7 -fpp dlansb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlansf.o -c -MD -Z7 -fpp dlansf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlansp.o -c -MD -Z7 -fpp dlansp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlanst.o -c -MD -Z7 -fpp dlanst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlansy.o -c -MD -Z7 -fpp dlansy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlantb.o -c -MD -Z7 -fpp dlantb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlantp.o -c -MD -Z7 -fpp dlantp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlantr.o -c -MD -Z7 -fpp dlantr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlanv2.o -c -MD -Z7 -fpp dlanv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlapll.o -c -MD -Z7 -fpp dlapll.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlapmr.o -c -MD -Z7 -fpp dlapmr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlapmt.o -c -MD -Z7 -fpp dlapmt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_porcond.o -c -MD -Z7 -fpp dla_porcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_porfsx_extended.o -c -MD -Z7 -fpp dla_porfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_porpvgrw.o -c -MD -Z7 -fpp dla_porpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlapy2.o -c -MD -Z7 -fpp dlapy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlapy3.o -c -MD -Z7 -fpp dlapy3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqgb.o -c -MD -Z7 -fpp dlaqgb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqge.o -c -MD -Z7 -fpp dlaqge.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqp2.o -c -MD -Z7 -fpp dlaqp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqps.o -c -MD -Z7 -fpp dlaqps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr0.o -c -MD -Z7 -fpp dlaqr0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr1.o -c -MD -Z7 -fpp dlaqr1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr2.o -c -MD -Z7 -fpp dlaqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr3.o -c -MD -Z7 -fpp dlaqr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr4.o -c -MD -Z7 -fpp dlaqr4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqr5.o -c -MD -Z7 -fpp dlaqr5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsb.o -c -MD -Z7 -fpp dlaqsb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsp.o -c -MD -Z7 -fpp dlaqsp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqsy.o -c -MD -Z7 -fpp dlaqsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaqtr.o -c -MD -Z7 -fpp dlaqtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlar1v.o -c -MD -Z7 -fpp dlar1v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlar2v.o -c -MD -Z7 -fpp dlar2v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarfb.o -c -MD -Z7 -fpp dlarfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarf.o -c -MD -Z7 -fpp dlarf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarfg.o -c -MD -Z7 -fpp dlarfg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarfgp.o -c -MD -Z7 -fpp dlarfgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarft.o -c -MD -Z7 -fpp dlarft.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarfx.o -c -MD -Z7 -fpp dlarfx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlargv.o -c -MD -Z7 -fpp dlargv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarnv.o -c -MD -Z7 -fpp dlarnv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarra.o -c -MD -Z7 -fpp dlarra.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrb.o -c -MD -Z7 -fpp dlarrb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrc.o -c -MD -Z7 -fpp dlarrc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrd.o -c -MD -Z7 -fpp dlarrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarre.o -c -MD -Z7 -fpp dlarre.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrf.o -c -MD -Z7 -fpp dlarrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrj.o -c -MD -Z7 -fpp dlarrj.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrk.o -c -MD -Z7 -fpp dlarrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrr.o -c -MD -Z7 -fpp dlarrr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarrv.o -c -MD -Z7 -fpp dlarrv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarscl2.o -c -MD -Z7 -fpp dlarscl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlartg.o -c -MD -Z7 -fpp dlartg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlartgp.o -c -MD -Z7 -fpp dlartgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlartgs.o -c -MD -Z7 -fpp dlartgs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlartv.o -c -MD -Z7 -fpp dlartv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarzb.o -c -MD -Z7 -fpp dlarzb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarz.o -c -MD -Z7 -fpp dlarz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlarzt.o -c -MD -Z7 -fpp dlarzt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlas2.o -c -MD -Z7 -fpp dlas2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlascl2.o -c -MD -Z7 -fpp dlascl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlascl.o -c -MD -Z7 -fpp dlascl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd0.o -c -MD -Z7 -fpp dlasd0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd1.o -c -MD -Z7 -fpp dlasd1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd2.o -c -MD -Z7 -fpp dlasd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd3.o -c -MD -Z7 -fpp dlasd3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd4.o -c -MD -Z7 -fpp dlasd4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd5.o -c -MD -Z7 -fpp dlasd5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd6.o -c -MD -Z7 -fpp dlasd6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd7.o -c -MD -Z7 -fpp dlasd7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasd8.o -c -MD -Z7 -fpp dlasd8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasda.o -c -MD -Z7 -fpp dlasda.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasdq.o -c -MD -Z7 -fpp dlasdq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasdt.o -c -MD -Z7 -fpp dlasdt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaset.o -c -MD -Z7 -fpp dlaset.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq1.o -c -MD -Z7 -fpp dlasq1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq2.o -c -MD -Z7 -fpp dlasq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq3.o -c -MD -Z7 -fpp dlasq3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq4.o -c -MD -Z7 -fpp dlasq4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq5.o -c -MD -Z7 -fpp dlasq5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasq6.o -c -MD -Z7 -fpp dlasq6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasr.o -c -MD -Z7 -fpp dlasr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasrt.o -c -MD -Z7 -fpp dlasrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlassq.o -c -MD -Z7 -fpp dlassq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasv2.o -c -MD -Z7 -fpp dlasv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlaswp.o -c -MD -Z7 -fpp dlaswp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasy2.o -c -MD -Z7 -fpp dlasy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_syamv.o -c -MD -Z7 -fpp dla_syamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasyf.o -c -MD -Z7 -fpp dlasyf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlasyf_rook.o -c -MD -Z7 -fpp dlasyf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrcond.o -c -MD -Z7 -fpp dla_syrcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrfsx_extended.o -c -MD -Z7 -fpp dla_syrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_syrpvgrw.o -c -MD -Z7 -fpp dla_syrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlat2s.o -c -MD -Z7 -fpp dlat2s.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatbs.o -c -MD -Z7 -fpp dlatbs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatdf.o -c -MD -Z7 -fpp dlatdf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatps.o -c -MD -Z7 -fpp dlatps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatrd.o -c -MD -Z7 -fpp dlatrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatrs.o -c -MD -Z7 -fpp dlatrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatrz.o -c -MD -Z7 -fpp dlatrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlatzm.o -c -MD -Z7 -fpp dlatzm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlauu2.o -c -MD -Z7 -fpp dlauu2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlauum.o -c -MD -Z7 -fpp dlauum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dla_wwaddw.o -c -MD -Z7 -fpp dla_wwaddw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlazq3.o -c -MD -Z7 -fpp dlazq3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dlazq4.o -c -MD -Z7 -fpp dlazq4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dopgtr.o -c -MD -Z7 -fpp dopgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dopmtr.o -c -MD -Z7 -fpp dopmtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb1.o -c -MD -Z7 -fpp dorbdb1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb2.o -c -MD -Z7 -fpp dorbdb2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb3.o -c -MD -Z7 -fpp dorbdb3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb4.o -c -MD -Z7 -fpp dorbdb4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb5.o -c -MD -Z7 -fpp dorbdb5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb6.o -c -MD -Z7 -fpp dorbdb6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorbdb.o -c -MD -Z7 -fpp dorbdb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorcsd2by1.o -c -MD -Z7 -fpp dorcsd2by1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorcsd.o -c -MD -Z7 -fpp dorcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorg2l.o -c -MD -Z7 -fpp dorg2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorg2r.o -c -MD -Z7 -fpp dorg2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgbr.o -c -MD -Z7 -fpp dorgbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorghr.o -c -MD -Z7 -fpp dorghr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgl2.o -c -MD -Z7 -fpp dorgl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorglq.o -c -MD -Z7 -fpp dorglq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgql.o -c -MD -Z7 -fpp dorgql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgqr.o -c -MD -Z7 -fpp dorgqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgr2.o -c -MD -Z7 -fpp dorgr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgrq.o -c -MD -Z7 -fpp dorgrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorgtr.o -c -MD -Z7 -fpp dorgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorm2l.o -c -MD -Z7 -fpp dorm2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorm2r.o -c -MD -Z7 -fpp dorm2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormbr.o -c -MD -Z7 -fpp dormbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormhr.o -c -MD -Z7 -fpp dormhr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dorml2.o -c -MD -Z7 -fpp dorml2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormlq.o -c -MD -Z7 -fpp dormlq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormql.o -c -MD -Z7 -fpp dormql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormqr.o -c -MD -Z7 -fpp dormqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormr2.o -c -MD -Z7 -fpp dormr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormr3.o -c -MD -Z7 -fpp dormr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormrq.o -c -MD -Z7 -fpp dormrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormrz.o -c -MD -Z7 -fpp dormrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dormtr.o -c -MD -Z7 -fpp dormtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbcon.o -c -MD -Z7 -fpp dpbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbequ.o -c -MD -Z7 -fpp dpbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbrfs.o -c -MD -Z7 -fpp dpbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbstf.o -c -MD -Z7 -fpp dpbstf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbsv.o -c -MD -Z7 -fpp dpbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbsvx.o -c -MD -Z7 -fpp dpbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbtf2.o -c -MD -Z7 -fpp dpbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbtrf.o -c -MD -Z7 -fpp dpbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpbtrs.o -c -MD -Z7 -fpp dpbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpftrf.o -c -MD -Z7 -fpp dpftrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpftri.o -c -MD -Z7 -fpp dpftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpftrs.o -c -MD -Z7 -fpp dpftrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpocon.o -c -MD -Z7 -fpp dpocon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpoequb.o -c -MD -Z7 -fpp dpoequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpoequ.o -c -MD -Z7 -fpp dpoequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dporfs.o -c -MD -Z7 -fpp dporfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dporfsx.o -c -MD -Z7 -fpp dporfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dposv.o -c -MD -Z7 -fpp dposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dposvx.o -c -MD -Z7 -fpp dposvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dposvxx.o -c -MD -Z7 -fpp dposvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpotf2.o -c -MD -Z7 -fpp dpotf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpotrf.o -c -MD -Z7 -fpp dpotrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpotri.o -c -MD -Z7 -fpp dpotri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpotrs.o -c -MD -Z7 -fpp dpotrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dppcon.o -c -MD -Z7 -fpp dppcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dppequ.o -c -MD -Z7 -fpp dppequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpprfs.o -c -MD -Z7 -fpp dpprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dppsv.o -c -MD -Z7 -fpp dppsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dppsvx.o -c -MD -Z7 -fpp dppsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpptrf.o -c -MD -Z7 -fpp dpptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpptri.o -c -MD -Z7 -fpp dpptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpptrs.o -c -MD -Z7 -fpp dpptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpstf2.o -c -MD -Z7 -fpp dpstf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpstrf.o -c -MD -Z7 -fpp dpstrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dptcon.o -c -MD -Z7 -fpp dptcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpteqr.o -c -MD -Z7 -fpp dpteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dptrfs.o -c -MD -Z7 -fpp dptrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dptsv.o -c -MD -Z7 -fpp dptsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dptsvx.o -c -MD -Z7 -fpp dptsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpttrf.o -c -MD -Z7 -fpp dpttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dpttrs.o -c -MD -Z7 -fpp dpttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dptts2.o -c -MD -Z7 -fpp dptts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o drscl.o -c -MD -Z7 -fpp drscl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbevd.o -c -MD -Z7 -fpp dsbevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbev.o -c -MD -Z7 -fpp dsbev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbevx.o -c -MD -Z7 -fpp dsbevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbgst.o -c -MD -Z7 -fpp dsbgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbgvd.o -c -MD -Z7 -fpp dsbgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbgv.o -c -MD -Z7 -fpp dsbgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbgvx.o -c -MD -Z7 -fpp dsbgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsbtrd.o -c -MD -Z7 -fpp dsbtrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsfrk.o -c -MD -Z7 -fpp dsfrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsgesv.o -c -MD -Z7 -fpp dsgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspcon.o -c -MD -Z7 -fpp dspcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspevd.o -c -MD -Z7 -fpp dspevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspev.o -c -MD -Z7 -fpp dspev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspevx.o -c -MD -Z7 -fpp dspevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspgst.o -c -MD -Z7 -fpp dspgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspgvd.o -c -MD -Z7 -fpp dspgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspgv.o -c -MD -Z7 -fpp dspgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspgvx.o -c -MD -Z7 -fpp dspgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsposv.o -c -MD -Z7 -fpp dsposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsprfs.o -c -MD -Z7 -fpp dsprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspsv.o -c -MD -Z7 -fpp dspsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dspsvx.o -c -MD -Z7 -fpp dspsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsptrd.o -c -MD -Z7 -fpp dsptrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsptrf.o -c -MD -Z7 -fpp dsptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsptri.o -c -MD -Z7 -fpp dsptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsptrs.o -c -MD -Z7 -fpp dsptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstebz.o -c -MD -Z7 -fpp dstebz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstedc.o -c -MD -Z7 -fpp dstedc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstegr.o -c -MD -Z7 -fpp dstegr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstein.o -c -MD -Z7 -fpp dstein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstemr.o -c -MD -Z7 -fpp dstemr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsteqr.o -c -MD -Z7 -fpp dsteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsterf.o -c -MD -Z7 -fpp dsterf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstevd.o -c -MD -Z7 -fpp dstevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstev.o -c -MD -Z7 -fpp dstev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstevr.o -c -MD -Z7 -fpp dstevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dstevx.o -c -MD -Z7 -fpp dstevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsycon.o -c -MD -Z7 -fpp dsycon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsycon_rook.o -c -MD -Z7 -fpp dsycon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyconv.o -c -MD -Z7 -fpp dsyconv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyequb.o -c -MD -Z7 -fpp dsyequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyevd.o -c -MD -Z7 -fpp dsyevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyev.o -c -MD -Z7 -fpp dsyev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyevr.o -c -MD -Z7 -fpp dsyevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyevx.o -c -MD -Z7 -fpp dsyevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsygs2.o -c -MD -Z7 -fpp dsygs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsygst.o -c -MD -Z7 -fpp dsygst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsygvd.o -c -MD -Z7 -fpp dsygvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsygv.o -c -MD -Z7 -fpp dsygv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsygvx.o -c -MD -Z7 -fpp dsygvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyrfs.o -c -MD -Z7 -fpp dsyrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyrfsx.o -c -MD -Z7 -fpp dsyrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsysv.o -c -MD -Z7 -fpp dsysv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsysv_rook.o -c -MD -Z7 -fpp dsysv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsysvx.o -c -MD -Z7 -fpp dsysvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsysvxx.o -c -MD -Z7 -fpp dsysvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsyswapr.o -c -MD -Z7 -fpp dsyswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytd2.o -c -MD -Z7 -fpp dsytd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytf2.o -c -MD -Z7 -fpp dsytf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytf2_rook.o -c -MD -Z7 -fpp dsytf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrd.o -c -MD -Z7 -fpp dsytrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrf.o -c -MD -Z7 -fpp dsytrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrf_rook.o -c -MD -Z7 -fpp dsytrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytri2.o -c -MD -Z7 -fpp dsytri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytri2x.o -c -MD -Z7 -fpp dsytri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytri.o -c -MD -Z7 -fpp dsytri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytri_rook.o -c -MD -Z7 -fpp dsytri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs2.o -c -MD -Z7 -fpp dsytrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs.o -c -MD -Z7 -fpp dsytrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dsytrs_rook.o -c -MD -Z7 -fpp dsytrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtbcon.o -c -MD -Z7 -fpp dtbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtbrfs.o -c -MD -Z7 -fpp dtbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtbtrs.o -c -MD -Z7 -fpp dtbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtfsm.o -c -MD -Z7 -fpp dtfsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtftri.o -c -MD -Z7 -fpp dtftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtfttp.o -c -MD -Z7 -fpp dtfttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtfttr.o -c -MD -Z7 -fpp dtfttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgevc.o -c -MD -Z7 -fpp dtgevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgex2.o -c -MD -Z7 -fpp dtgex2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgexc.o -c -MD -Z7 -fpp dtgexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgsen.o -c -MD -Z7 -fpp dtgsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgsja.o -c -MD -Z7 -fpp dtgsja.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgsna.o -c -MD -Z7 -fpp dtgsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgsy2.o -c -MD -Z7 -fpp dtgsy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtgsyl.o -c -MD -Z7 -fpp dtgsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpcon.o -c -MD -Z7 -fpp dtpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpmqrt.o -c -MD -Z7 -fpp dtpmqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpqrt2.o -c -MD -Z7 -fpp dtpqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpqrt.o -c -MD -Z7 -fpp dtpqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtprfb.o -c -MD -Z7 -fpp dtprfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtprfs.o -c -MD -Z7 -fpp dtprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtptri.o -c -MD -Z7 -fpp dtptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtptrs.o -c -MD -Z7 -fpp dtptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpttf.o -c -MD -Z7 -fpp dtpttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtpttr.o -c -MD -Z7 -fpp dtpttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrcon.o -c -MD -Z7 -fpp dtrcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrevc.o -c -MD -Z7 -fpp dtrevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrexc.o -c -MD -Z7 -fpp dtrexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrrfs.o -c -MD -Z7 -fpp dtrrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrsen.o -c -MD -Z7 -fpp dtrsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrsna.o -c -MD -Z7 -fpp dtrsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrsyl.o -c -MD -Z7 -fpp dtrsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrti2.o -c -MD -Z7 -fpp dtrti2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrtri.o -c -MD -Z7 -fpp dtrtri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrtrs.o -c -MD -Z7 -fpp dtrtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrttf.o -c -MD -Z7 -fpp dtrttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtrttp.o -c -MD -Z7 -fpp dtrttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtzrqf.o -c -MD -Z7 -fpp dtzrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dtzrzf.o -c -MD -Z7 -fpp dtzrzf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o dzsum1.o -c -MD -Z7 -fpp dzsum1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o icmax1.o -c -MD -Z7 -fpp icmax1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ieeeck.o -c -MD -Z7 -fpp ieeeck.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaclc.o -c -MD -Z7 -fpp ilaclc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaclr.o -c -MD -Z7 -fpp ilaclr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o iladiag.o -c -MD -Z7 -fpp iladiag.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o iladlc.o -c -MD -Z7 -fpp iladlc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o iladlr.o -c -MD -Z7 -fpp iladlr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaenv.o -c -MD -Z7 -fpp ilaenv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaprec.o -c -MD -Z7 -fpp ilaprec.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaslc.o -c -MD -Z7 -fpp ilaslc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaslr.o -c -MD -Z7 -fpp ilaslr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilatrans.o -c -MD -Z7 -fpp ilatrans.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilauplo.o -c -MD -Z7 -fpp ilauplo.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilaver.o -c -MD -Z7 -fpp ilaver.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilazlc.o -c -MD -Z7 -fpp ilazlc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ilazlr.o -c -MD -Z7 -fpp ilazlr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o iparmq.o -c -MD -Z7 -fpp iparmq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o izmax1.o -c -MD -Z7 -fpp izmax1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o lsamen.o -c -MD -Z7 -fpp lsamen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sbbcsd.o -c -MD -Z7 -fpp sbbcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sbdsdc.o -c -MD -Z7 -fpp sbdsdc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sbdsqr.o -c -MD -Z7 -fpp sbdsqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o scsum1.o -c -MD -Z7 -fpp scsum1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sdisna.o -c -MD -Z7 -fpp sdisna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbbrd.o -c -MD -Z7 -fpp sgbbrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbcon.o -c -MD -Z7 -fpp sgbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbequb.o -c -MD -Z7 -fpp sgbequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbequ.o -c -MD -Z7 -fpp sgbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbrfs.o -c -MD -Z7 -fpp sgbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbrfsx.o -c -MD -Z7 -fpp sgbrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbsv.o -c -MD -Z7 -fpp sgbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbsvx.o -c -MD -Z7 -fpp sgbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbsvxx.o -c -MD -Z7 -fpp sgbsvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbtf2.o -c -MD -Z7 -fpp sgbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbtrf.o -c -MD -Z7 -fpp sgbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgbtrs.o -c -MD -Z7 -fpp sgbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgebak.o -c -MD -Z7 -fpp sgebak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgebal.o -c -MD -Z7 -fpp sgebal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgebd2.o -c -MD -Z7 -fpp sgebd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgebrd.o -c -MD -Z7 -fpp sgebrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgecon.o -c -MD -Z7 -fpp sgecon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeequb.o -c -MD -Z7 -fpp sgeequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeequ.o -c -MD -Z7 -fpp sgeequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgees.o -c -MD -Z7 -fpp sgees.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeesx.o -c -MD -Z7 -fpp sgeesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeev.o -c -MD -Z7 -fpp sgeev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeevx.o -c -MD -Z7 -fpp sgeevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgegs.o -c -MD -Z7 -fpp sgegs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgegv.o -c -MD -Z7 -fpp sgegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgehd2.o -c -MD -Z7 -fpp sgehd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgehrd.o -c -MD -Z7 -fpp sgehrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgejsv.o -c -MD -Z7 -fpp sgejsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelq2.o -c -MD -Z7 -fpp sgelq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelqf.o -c -MD -Z7 -fpp sgelqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelsd.o -c -MD -Z7 -fpp sgelsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgels.o -c -MD -Z7 -fpp sgels.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelss.o -c -MD -Z7 -fpp sgelss.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelsx.o -c -MD -Z7 -fpp sgelsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgelsy.o -c -MD -Z7 -fpp sgelsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgemqrt.o -c -MD -Z7 -fpp sgemqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeql2.o -c -MD -Z7 -fpp sgeql2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqlf.o -c -MD -Z7 -fpp sgeqlf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqp3.o -c -MD -Z7 -fpp sgeqp3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqpf.o -c -MD -Z7 -fpp sgeqpf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqr2.o -c -MD -Z7 -fpp sgeqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqr2p.o -c -MD -Z7 -fpp sgeqr2p.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrf.o -c -MD -Z7 -fpp sgeqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrfp.o -c -MD -Z7 -fpp sgeqrfp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt2.o -c -MD -Z7 -fpp sgeqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt3.o -c -MD -Z7 -fpp sgeqrt3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgeqrt.o -c -MD -Z7 -fpp sgeqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgerfs.o -c -MD -Z7 -fpp sgerfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgerfsx.o -c -MD -Z7 -fpp sgerfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgerq2.o -c -MD -Z7 -fpp sgerq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgerqf.o -c -MD -Z7 -fpp sgerqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesc2.o -c -MD -Z7 -fpp sgesc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesdd.o -c -MD -Z7 -fpp sgesdd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesvd.o -c -MD -Z7 -fpp sgesvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesv.o -c -MD -Z7 -fpp sgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesvj.o -c -MD -Z7 -fpp sgesvj.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesvx.o -c -MD -Z7 -fpp sgesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgesvxx.o -c -MD -Z7 -fpp sgesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgetc2.o -c -MD -Z7 -fpp sgetc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgetf2.o -c -MD -Z7 -fpp sgetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgetrf.o -c -MD -Z7 -fpp sgetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgetri.o -c -MD -Z7 -fpp sgetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgetrs.o -c -MD -Z7 -fpp sgetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggbak.o -c -MD -Z7 -fpp sggbak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggbal.o -c -MD -Z7 -fpp sggbal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgges.o -c -MD -Z7 -fpp sgges.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggesx.o -c -MD -Z7 -fpp sggesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggev.o -c -MD -Z7 -fpp sggev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggevx.o -c -MD -Z7 -fpp sggevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggglm.o -c -MD -Z7 -fpp sggglm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgghrd.o -c -MD -Z7 -fpp sgghrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgglse.o -c -MD -Z7 -fpp sgglse.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggqrf.o -c -MD -Z7 -fpp sggqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggrqf.o -c -MD -Z7 -fpp sggrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggsvd.o -c -MD -Z7 -fpp sggsvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sggsvp.o -c -MD -Z7 -fpp sggsvp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgsvj0.o -c -MD -Z7 -fpp sgsvj0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgsvj1.o -c -MD -Z7 -fpp sgsvj1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgtcon.o -c -MD -Z7 -fpp sgtcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgtrfs.o -c -MD -Z7 -fpp sgtrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgtsv.o -c -MD -Z7 -fpp sgtsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgtsvx.o -c -MD -Z7 -fpp sgtsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgttrf.o -c -MD -Z7 -fpp sgttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgttrs.o -c -MD -Z7 -fpp sgttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sgtts2.o -c -MD -Z7 -fpp sgtts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o shgeqz.o -c -MD -Z7 -fpp shgeqz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o shsein.o -c -MD -Z7 -fpp shsein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o shseqr.o -c -MD -Z7 -fpp shseqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sisnan.o -c -MD -Z7 -fpp sisnan.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slabad.o -c -MD -Z7 -fpp slabad.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slabrd.o -c -MD -Z7 -fpp slabrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slacn2.o -c -MD -Z7 -fpp slacn2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slacon.o -c -MD -Z7 -fpp slacon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slacpy.o -c -MD -Z7 -fpp slacpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sladiv.o -c -MD -Z7 -fpp sladiv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slae2.o -c -MD -Z7 -fpp slae2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaebz.o -c -MD -Z7 -fpp slaebz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed0.o -c -MD -Z7 -fpp slaed0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed1.o -c -MD -Z7 -fpp slaed1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed2.o -c -MD -Z7 -fpp slaed2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed3.o -c -MD -Z7 -fpp slaed3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed4.o -c -MD -Z7 -fpp slaed4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed5.o -c -MD -Z7 -fpp slaed5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed6.o -c -MD -Z7 -fpp slaed6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed7.o -c -MD -Z7 -fpp slaed7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed8.o -c -MD -Z7 -fpp slaed8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaed9.o -c -MD -Z7 -fpp slaed9.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaeda.o -c -MD -Z7 -fpp slaeda.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaein.o -c -MD -Z7 -fpp slaein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaev2.o -c -MD -Z7 -fpp slaev2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaexc.o -c -MD -Z7 -fpp slaexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slag2d.o -c -MD -Z7 -fpp slag2d.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slag2.o -c -MD -Z7 -fpp slag2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbamv.o -c -MD -Z7 -fpp sla_gbamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrcond.o -c -MD -Z7 -fpp sla_gbrcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrfsx_extended.o -c -MD -Z7 -fpp sla_gbrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gbrpvgrw.o -c -MD -Z7 -fpp sla_gbrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_geamv.o -c -MD -Z7 -fpp sla_geamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gercond.o -c -MD -Z7 -fpp sla_gercond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gerfsx_extended.o -c -MD -Z7 -fpp sla_gerfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_gerpvgrw.o -c -MD -Z7 -fpp sla_gerpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slags2.o -c -MD -Z7 -fpp slags2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slagtf.o -c -MD -Z7 -fpp slagtf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slagtm.o -c -MD -Z7 -fpp slagtm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slagts.o -c -MD -Z7 -fpp slagts.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slagv2.o -c -MD -Z7 -fpp slagv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slahqr.o -c -MD -Z7 -fpp slahqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slahr2.o -c -MD -Z7 -fpp slahr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slahrd.o -c -MD -Z7 -fpp slahrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaic1.o -c -MD -Z7 -fpp slaic1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaisnan.o -c -MD -Z7 -fpp slaisnan.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_lin_berr.o -c -MD -Z7 -fpp sla_lin_berr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaln2.o -c -MD -Z7 -fpp slaln2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slals0.o -c -MD -Z7 -fpp slals0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slalsa.o -c -MD -Z7 -fpp slalsa.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slalsd.o -c -MD -Z7 -fpp slalsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slamrg.o -c -MD -Z7 -fpp slamrg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaneg.o -c -MD -Z7 -fpp slaneg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slangb.o -c -MD -Z7 -fpp slangb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slange.o -c -MD -Z7 -fpp slange.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slangt.o -c -MD -Z7 -fpp slangt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slanhs.o -c -MD -Z7 -fpp slanhs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slansb.o -c -MD -Z7 -fpp slansb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slansf.o -c -MD -Z7 -fpp slansf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slansp.o -c -MD -Z7 -fpp slansp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slanst.o -c -MD -Z7 -fpp slanst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slansy.o -c -MD -Z7 -fpp slansy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slantb.o -c -MD -Z7 -fpp slantb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slantp.o -c -MD -Z7 -fpp slantp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slantr.o -c -MD -Z7 -fpp slantr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slanv2.o -c -MD -Z7 -fpp slanv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slapll.o -c -MD -Z7 -fpp slapll.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slapmr.o -c -MD -Z7 -fpp slapmr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slapmt.o -c -MD -Z7 -fpp slapmt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_porcond.o -c -MD -Z7 -fpp sla_porcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_porfsx_extended.o -c -MD -Z7 -fpp sla_porfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_porpvgrw.o -c -MD -Z7 -fpp sla_porpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slapy2.o -c -MD -Z7 -fpp slapy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slapy3.o -c -MD -Z7 -fpp slapy3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqgb.o -c -MD -Z7 -fpp slaqgb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqge.o -c -MD -Z7 -fpp slaqge.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqp2.o -c -MD -Z7 -fpp slaqp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqps.o -c -MD -Z7 -fpp slaqps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr0.o -c -MD -Z7 -fpp slaqr0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr1.o -c -MD -Z7 -fpp slaqr1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr2.o -c -MD -Z7 -fpp slaqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr3.o -c -MD -Z7 -fpp slaqr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr4.o -c -MD -Z7 -fpp slaqr4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqr5.o -c -MD -Z7 -fpp slaqr5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqsb.o -c -MD -Z7 -fpp slaqsb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqsp.o -c -MD -Z7 -fpp slaqsp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqsy.o -c -MD -Z7 -fpp slaqsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaqtr.o -c -MD -Z7 -fpp slaqtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slar1v.o -c -MD -Z7 -fpp slar1v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slar2v.o -c -MD -Z7 -fpp slar2v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarfb.o -c -MD -Z7 -fpp slarfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarf.o -c -MD -Z7 -fpp slarf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarfg.o -c -MD -Z7 -fpp slarfg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarfgp.o -c -MD -Z7 -fpp slarfgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarft.o -c -MD -Z7 -fpp slarft.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarfx.o -c -MD -Z7 -fpp slarfx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slargv.o -c -MD -Z7 -fpp slargv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarnv.o -c -MD -Z7 -fpp slarnv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarra.o -c -MD -Z7 -fpp slarra.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrb.o -c -MD -Z7 -fpp slarrb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrc.o -c -MD -Z7 -fpp slarrc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrd.o -c -MD -Z7 -fpp slarrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarre.o -c -MD -Z7 -fpp slarre.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrf.o -c -MD -Z7 -fpp slarrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrj.o -c -MD -Z7 -fpp slarrj.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrk.o -c -MD -Z7 -fpp slarrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrr.o -c -MD -Z7 -fpp slarrr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarrv.o -c -MD -Z7 -fpp slarrv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarscl2.o -c -MD -Z7 -fpp slarscl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slartg.o -c -MD -Z7 -fpp slartg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slartgp.o -c -MD -Z7 -fpp slartgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slartgs.o -c -MD -Z7 -fpp slartgs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slartv.o -c -MD -Z7 -fpp slartv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarzb.o -c -MD -Z7 -fpp slarzb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarz.o -c -MD -Z7 -fpp slarz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slarzt.o -c -MD -Z7 -fpp slarzt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slas2.o -c -MD -Z7 -fpp slas2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slascl2.o -c -MD -Z7 -fpp slascl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slascl.o -c -MD -Z7 -fpp slascl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd0.o -c -MD -Z7 -fpp slasd0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd1.o -c -MD -Z7 -fpp slasd1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd2.o -c -MD -Z7 -fpp slasd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd3.o -c -MD -Z7 -fpp slasd3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd4.o -c -MD -Z7 -fpp slasd4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd5.o -c -MD -Z7 -fpp slasd5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd6.o -c -MD -Z7 -fpp slasd6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd7.o -c -MD -Z7 -fpp slasd7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasd8.o -c -MD -Z7 -fpp slasd8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasda.o -c -MD -Z7 -fpp slasda.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasdq.o -c -MD -Z7 -fpp slasdq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasdt.o -c -MD -Z7 -fpp slasdt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaset.o -c -MD -Z7 -fpp slaset.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq1.o -c -MD -Z7 -fpp slasq1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq2.o -c -MD -Z7 -fpp slasq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq3.o -c -MD -Z7 -fpp slasq3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq4.o -c -MD -Z7 -fpp slasq4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq5.o -c -MD -Z7 -fpp slasq5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasq6.o -c -MD -Z7 -fpp slasq6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasr.o -c -MD -Z7 -fpp slasr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasrt.o -c -MD -Z7 -fpp slasrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slassq.o -c -MD -Z7 -fpp slassq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasv2.o -c -MD -Z7 -fpp slasv2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slaswp.o -c -MD -Z7 -fpp slaswp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasy2.o -c -MD -Z7 -fpp slasy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_syamv.o -c -MD -Z7 -fpp sla_syamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasyf.o -c -MD -Z7 -fpp slasyf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slasyf_rook.o -c -MD -Z7 -fpp slasyf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrcond.o -c -MD -Z7 -fpp sla_syrcond.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrfsx_extended.o -c -MD -Z7 -fpp sla_syrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_syrpvgrw.o -c -MD -Z7 -fpp sla_syrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatbs.o -c -MD -Z7 -fpp slatbs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatdf.o -c -MD -Z7 -fpp slatdf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatps.o -c -MD -Z7 -fpp slatps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatrd.o -c -MD -Z7 -fpp slatrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatrs.o -c -MD -Z7 -fpp slatrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatrz.o -c -MD -Z7 -fpp slatrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slatzm.o -c -MD -Z7 -fpp slatzm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slauu2.o -c -MD -Z7 -fpp slauu2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slauum.o -c -MD -Z7 -fpp slauum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sla_wwaddw.o -c -MD -Z7 -fpp sla_wwaddw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slazq3.o -c -MD -Z7 -fpp slazq3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o slazq4.o -c -MD -Z7 -fpp slazq4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sopgtr.o -c -MD -Z7 -fpp sopgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sopmtr.o -c -MD -Z7 -fpp sopmtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb1.o -c -MD -Z7 -fpp sorbdb1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb2.o -c -MD -Z7 -fpp sorbdb2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb3.o -c -MD -Z7 -fpp sorbdb3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb4.o -c -MD -Z7 -fpp sorbdb4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb5.o -c -MD -Z7 -fpp sorbdb5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb6.o -c -MD -Z7 -fpp sorbdb6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorbdb.o -c -MD -Z7 -fpp sorbdb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorcsd2by1.o -c -MD -Z7 -fpp sorcsd2by1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorcsd.o -c -MD -Z7 -fpp sorcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorg2l.o -c -MD -Z7 -fpp sorg2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorg2r.o -c -MD -Z7 -fpp sorg2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgbr.o -c -MD -Z7 -fpp sorgbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorghr.o -c -MD -Z7 -fpp sorghr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgl2.o -c -MD -Z7 -fpp sorgl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorglq.o -c -MD -Z7 -fpp sorglq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgql.o -c -MD -Z7 -fpp sorgql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgqr.o -c -MD -Z7 -fpp sorgqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgr2.o -c -MD -Z7 -fpp sorgr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgrq.o -c -MD -Z7 -fpp sorgrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorgtr.o -c -MD -Z7 -fpp sorgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorm2l.o -c -MD -Z7 -fpp sorm2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorm2r.o -c -MD -Z7 -fpp sorm2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormbr.o -c -MD -Z7 -fpp sormbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormhr.o -c -MD -Z7 -fpp sormhr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sorml2.o -c -MD -Z7 -fpp sorml2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormlq.o -c -MD -Z7 -fpp sormlq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormql.o -c -MD -Z7 -fpp sormql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormqr.o -c -MD -Z7 -fpp sormqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormr2.o -c -MD -Z7 -fpp sormr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormr3.o -c -MD -Z7 -fpp sormr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormrq.o -c -MD -Z7 -fpp sormrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormrz.o -c -MD -Z7 -fpp sormrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sormtr.o -c -MD -Z7 -fpp sormtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbcon.o -c -MD -Z7 -fpp spbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbequ.o -c -MD -Z7 -fpp spbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbrfs.o -c -MD -Z7 -fpp spbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbstf.o -c -MD -Z7 -fpp spbstf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbsv.o -c -MD -Z7 -fpp spbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbsvx.o -c -MD -Z7 -fpp spbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbtf2.o -c -MD -Z7 -fpp spbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbtrf.o -c -MD -Z7 -fpp spbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spbtrs.o -c -MD -Z7 -fpp spbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spftrf.o -c -MD -Z7 -fpp spftrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spftri.o -c -MD -Z7 -fpp spftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spftrs.o -c -MD -Z7 -fpp spftrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spocon.o -c -MD -Z7 -fpp spocon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spoequb.o -c -MD -Z7 -fpp spoequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spoequ.o -c -MD -Z7 -fpp spoequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sporfs.o -c -MD -Z7 -fpp sporfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sporfsx.o -c -MD -Z7 -fpp sporfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sposv.o -c -MD -Z7 -fpp sposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sposvx.o -c -MD -Z7 -fpp sposvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sposvxx.o -c -MD -Z7 -fpp sposvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spotf2.o -c -MD -Z7 -fpp spotf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spotrf.o -c -MD -Z7 -fpp spotrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spotri.o -c -MD -Z7 -fpp spotri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spotrs.o -c -MD -Z7 -fpp spotrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sppcon.o -c -MD -Z7 -fpp sppcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sppequ.o -c -MD -Z7 -fpp sppequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spprfs.o -c -MD -Z7 -fpp spprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sppsv.o -c -MD -Z7 -fpp sppsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sppsvx.o -c -MD -Z7 -fpp sppsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spptrf.o -c -MD -Z7 -fpp spptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spptri.o -c -MD -Z7 -fpp spptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spptrs.o -c -MD -Z7 -fpp spptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spstf2.o -c -MD -Z7 -fpp spstf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spstrf.o -c -MD -Z7 -fpp spstrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sptcon.o -c -MD -Z7 -fpp sptcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spteqr.o -c -MD -Z7 -fpp spteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sptrfs.o -c -MD -Z7 -fpp sptrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sptsv.o -c -MD -Z7 -fpp sptsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sptsvx.o -c -MD -Z7 -fpp sptsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spttrf.o -c -MD -Z7 -fpp spttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o spttrs.o -c -MD -Z7 -fpp spttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sptts2.o -c -MD -Z7 -fpp sptts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o srscl.o -c -MD -Z7 -fpp srscl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbevd.o -c -MD -Z7 -fpp ssbevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbev.o -c -MD -Z7 -fpp ssbev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbevx.o -c -MD -Z7 -fpp ssbevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbgst.o -c -MD -Z7 -fpp ssbgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbgvd.o -c -MD -Z7 -fpp ssbgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbgv.o -c -MD -Z7 -fpp ssbgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbgvx.o -c -MD -Z7 -fpp ssbgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssbtrd.o -c -MD -Z7 -fpp ssbtrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssfrk.o -c -MD -Z7 -fpp ssfrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspcon.o -c -MD -Z7 -fpp sspcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspevd.o -c -MD -Z7 -fpp sspevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspev.o -c -MD -Z7 -fpp sspev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspevx.o -c -MD -Z7 -fpp sspevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspgst.o -c -MD -Z7 -fpp sspgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspgvd.o -c -MD -Z7 -fpp sspgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspgv.o -c -MD -Z7 -fpp sspgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspgvx.o -c -MD -Z7 -fpp sspgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssprfs.o -c -MD -Z7 -fpp ssprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspsv.o -c -MD -Z7 -fpp sspsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sspsvx.o -c -MD -Z7 -fpp sspsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssptrd.o -c -MD -Z7 -fpp ssptrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssptrf.o -c -MD -Z7 -fpp ssptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssptri.o -c -MD -Z7 -fpp ssptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssptrs.o -c -MD -Z7 -fpp ssptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstebz.o -c -MD -Z7 -fpp sstebz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstedc.o -c -MD -Z7 -fpp sstedc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstegr.o -c -MD -Z7 -fpp sstegr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstein.o -c -MD -Z7 -fpp sstein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstemr.o -c -MD -Z7 -fpp sstemr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssteqr.o -c -MD -Z7 -fpp ssteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssterf.o -c -MD -Z7 -fpp ssterf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstevd.o -c -MD -Z7 -fpp sstevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstev.o -c -MD -Z7 -fpp sstev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstevr.o -c -MD -Z7 -fpp sstevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o sstevx.o -c -MD -Z7 -fpp sstevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssycon.o -c -MD -Z7 -fpp ssycon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssycon_rook.o -c -MD -Z7 -fpp ssycon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyconv.o -c -MD -Z7 -fpp ssyconv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyequb.o -c -MD -Z7 -fpp ssyequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyevd.o -c -MD -Z7 -fpp ssyevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyev.o -c -MD -Z7 -fpp ssyev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyevr.o -c -MD -Z7 -fpp ssyevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyevx.o -c -MD -Z7 -fpp ssyevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssygs2.o -c -MD -Z7 -fpp ssygs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssygst.o -c -MD -Z7 -fpp ssygst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssygvd.o -c -MD -Z7 -fpp ssygvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssygv.o -c -MD -Z7 -fpp ssygv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssygvx.o -c -MD -Z7 -fpp ssygvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyrfs.o -c -MD -Z7 -fpp ssyrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyrfsx.o -c -MD -Z7 -fpp ssyrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssysv.o -c -MD -Z7 -fpp ssysv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssysv_rook.o -c -MD -Z7 -fpp ssysv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssysvx.o -c -MD -Z7 -fpp ssysvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssysvxx.o -c -MD -Z7 -fpp ssysvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssyswapr.o -c -MD -Z7 -fpp ssyswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytd2.o -c -MD -Z7 -fpp ssytd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytf2.o -c -MD -Z7 -fpp ssytf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytf2_rook.o -c -MD -Z7 -fpp ssytf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrd.o -c -MD -Z7 -fpp ssytrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrf.o -c -MD -Z7 -fpp ssytrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrf_rook.o -c -MD -Z7 -fpp ssytrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytri2.o -c -MD -Z7 -fpp ssytri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytri2x.o -c -MD -Z7 -fpp ssytri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytri.o -c -MD -Z7 -fpp ssytri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytri_rook.o -c -MD -Z7 -fpp ssytri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs2.o -c -MD -Z7 -fpp ssytrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs.o -c -MD -Z7 -fpp ssytrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ssytrs_rook.o -c -MD -Z7 -fpp ssytrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stbcon.o -c -MD -Z7 -fpp stbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stbrfs.o -c -MD -Z7 -fpp stbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stbtrs.o -c -MD -Z7 -fpp stbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stfsm.o -c -MD -Z7 -fpp stfsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stftri.o -c -MD -Z7 -fpp stftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stfttp.o -c -MD -Z7 -fpp stfttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stfttr.o -c -MD -Z7 -fpp stfttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgevc.o -c -MD -Z7 -fpp stgevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgex2.o -c -MD -Z7 -fpp stgex2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgexc.o -c -MD -Z7 -fpp stgexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgsen.o -c -MD -Z7 -fpp stgsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgsja.o -c -MD -Z7 -fpp stgsja.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgsna.o -c -MD -Z7 -fpp stgsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgsy2.o -c -MD -Z7 -fpp stgsy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stgsyl.o -c -MD -Z7 -fpp stgsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpcon.o -c -MD -Z7 -fpp stpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpmqrt.o -c -MD -Z7 -fpp stpmqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpqrt2.o -c -MD -Z7 -fpp stpqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpqrt.o -c -MD -Z7 -fpp stpqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stprfb.o -c -MD -Z7 -fpp stprfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stprfs.o -c -MD -Z7 -fpp stprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stptri.o -c -MD -Z7 -fpp stptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stptrs.o -c -MD -Z7 -fpp stptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpttf.o -c -MD -Z7 -fpp stpttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stpttr.o -c -MD -Z7 -fpp stpttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strcon.o -c -MD -Z7 -fpp strcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strevc.o -c -MD -Z7 -fpp strevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strexc.o -c -MD -Z7 -fpp strexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strrfs.o -c -MD -Z7 -fpp strrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strsen.o -c -MD -Z7 -fpp strsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strsna.o -c -MD -Z7 -fpp strsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strsyl.o -c -MD -Z7 -fpp strsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strti2.o -c -MD -Z7 -fpp strti2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strtri.o -c -MD -Z7 -fpp strtri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strtrs.o -c -MD -Z7 -fpp strtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strttf.o -c -MD -Z7 -fpp strttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o strttp.o -c -MD -Z7 -fpp strttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stzrqf.o -c -MD -Z7 -fpp stzrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o stzrzf.o -c -MD -Z7 -fpp stzrzf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zbbcsd.o -c -MD -Z7 -fpp zbbcsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zbdsqr.o -c -MD -Z7 -fpp zbdsqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zcgesv.o -c -MD -Z7 -fpp zcgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zcposv.o -c -MD -Z7 -fpp zcposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zdrscl.o -c -MD -Z7 -fpp zdrscl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbbrd.o -c -MD -Z7 -fpp zgbbrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbcon.o -c -MD -Z7 -fpp zgbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbequb.o -c -MD -Z7 -fpp zgbequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbequ.o -c -MD -Z7 -fpp zgbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbrfs.o -c -MD -Z7 -fpp zgbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbrfsx.o -c -MD -Z7 -fpp zgbrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbsv.o -c -MD -Z7 -fpp zgbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbsvx.o -c -MD -Z7 -fpp zgbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbsvxx.o -c -MD -Z7 -fpp zgbsvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbtf2.o -c -MD -Z7 -fpp zgbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbtrf.o -c -MD -Z7 -fpp zgbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgbtrs.o -c -MD -Z7 -fpp zgbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgebak.o -c -MD -Z7 -fpp zgebak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgebal.o -c -MD -Z7 -fpp zgebal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgebd2.o -c -MD -Z7 -fpp zgebd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgebrd.o -c -MD -Z7 -fpp zgebrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgecon.o -c -MD -Z7 -fpp zgecon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeequb.o -c -MD -Z7 -fpp zgeequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeequ.o -c -MD -Z7 -fpp zgeequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgees.o -c -MD -Z7 -fpp zgees.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeesx.o -c -MD -Z7 -fpp zgeesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeev.o -c -MD -Z7 -fpp zgeev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeevx.o -c -MD -Z7 -fpp zgeevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgegs.o -c -MD -Z7 -fpp zgegs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgegv.o -c -MD -Z7 -fpp zgegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgehd2.o -c -MD -Z7 -fpp zgehd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgehrd.o -c -MD -Z7 -fpp zgehrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelq2.o -c -MD -Z7 -fpp zgelq2.f
E:\wtay\DOWNLO~1\SOURCE~1\PETSC-~1\PETSC-~1\EXTERN~1\GIT~1.FBL\lapack\zgebal.f(207): remark #7713: This statement function has not been used.   [CABS1]
      DOUBLE PRECISION   CABS1
-------------------------^
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelqf.o -c -MD -Z7 -fpp zgelqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelsd.o -c -MD -Z7 -fpp zgelsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgels.o -c -MD -Z7 -fpp zgels.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelss.o -c -MD -Z7 -fpp zgelss.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelsx.o -c -MD -Z7 -fpp zgelsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgelsy.o -c -MD -Z7 -fpp zgelsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgemqrt.o -c -MD -Z7 -fpp zgemqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeql2.o -c -MD -Z7 -fpp zgeql2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqlf.o -c -MD -Z7 -fpp zgeqlf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqp3.o -c -MD -Z7 -fpp zgeqp3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqpf.o -c -MD -Z7 -fpp zgeqpf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqr2.o -c -MD -Z7 -fpp zgeqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqr2p.o -c -MD -Z7 -fpp zgeqr2p.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrf.o -c -MD -Z7 -fpp zgeqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrfp.o -c -MD -Z7 -fpp zgeqrfp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt2.o -c -MD -Z7 -fpp zgeqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt3.o -c -MD -Z7 -fpp zgeqrt3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgeqrt.o -c -MD -Z7 -fpp zgeqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgerfs.o -c -MD -Z7 -fpp zgerfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgerfsx.o -c -MD -Z7 -fpp zgerfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgerq2.o -c -MD -Z7 -fpp zgerq2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgerqf.o -c -MD -Z7 -fpp zgerqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesc2.o -c -MD -Z7 -fpp zgesc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesdd.o -c -MD -Z7 -fpp zgesdd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesvd.o -c -MD -Z7 -fpp zgesvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesv.o -c -MD -Z7 -fpp zgesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesvx.o -c -MD -Z7 -fpp zgesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgesvxx.o -c -MD -Z7 -fpp zgesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgetc2.o -c -MD -Z7 -fpp zgetc2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgetf2.o -c -MD -Z7 -fpp zgetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgetrf.o -c -MD -Z7 -fpp zgetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgetri.o -c -MD -Z7 -fpp zgetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgetrs.o -c -MD -Z7 -fpp zgetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggbak.o -c -MD -Z7 -fpp zggbak.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggbal.o -c -MD -Z7 -fpp zggbal.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgges.o -c -MD -Z7 -fpp zgges.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggesx.o -c -MD -Z7 -fpp zggesx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggev.o -c -MD -Z7 -fpp zggev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggevx.o -c -MD -Z7 -fpp zggevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggglm.o -c -MD -Z7 -fpp zggglm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgghrd.o -c -MD -Z7 -fpp zgghrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgglse.o -c -MD -Z7 -fpp zgglse.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggqrf.o -c -MD -Z7 -fpp zggqrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggrqf.o -c -MD -Z7 -fpp zggrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggsvd.o -c -MD -Z7 -fpp zggsvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zggsvp.o -c -MD -Z7 -fpp zggsvp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgtcon.o -c -MD -Z7 -fpp zgtcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgtrfs.o -c -MD -Z7 -fpp zgtrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgtsv.o -c -MD -Z7 -fpp zgtsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgtsvx.o -c -MD -Z7 -fpp zgtsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgttrf.o -c -MD -Z7 -fpp zgttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgttrs.o -c -MD -Z7 -fpp zgttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zgtts2.o -c -MD -Z7 -fpp zgtts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbevd.o -c -MD -Z7 -fpp zhbevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbev.o -c -MD -Z7 -fpp zhbev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbevx.o -c -MD -Z7 -fpp zhbevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbgst.o -c -MD -Z7 -fpp zhbgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbgvd.o -c -MD -Z7 -fpp zhbgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbgv.o -c -MD -Z7 -fpp zhbgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbgvx.o -c -MD -Z7 -fpp zhbgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhbtrd.o -c -MD -Z7 -fpp zhbtrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhecon.o -c -MD -Z7 -fpp zhecon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhecon_rook.o -c -MD -Z7 -fpp zhecon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheequb.o -c -MD -Z7 -fpp zheequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheevd.o -c -MD -Z7 -fpp zheevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheev.o -c -MD -Z7 -fpp zheev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheevr.o -c -MD -Z7 -fpp zheevr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheevx.o -c -MD -Z7 -fpp zheevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhegs2.o -c -MD -Z7 -fpp zhegs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhegst.o -c -MD -Z7 -fpp zhegst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhegvd.o -c -MD -Z7 -fpp zhegvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhegv.o -c -MD -Z7 -fpp zhegv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhegvx.o -c -MD -Z7 -fpp zhegvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zherfs.o -c -MD -Z7 -fpp zherfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zherfsx.o -c -MD -Z7 -fpp zherfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhesv.o -c -MD -Z7 -fpp zhesv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhesv_rook.o -c -MD -Z7 -fpp zhesv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhesvx.o -c -MD -Z7 -fpp zhesvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhesvxx.o -c -MD -Z7 -fpp zhesvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zheswapr.o -c -MD -Z7 -fpp zheswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetd2.o -c -MD -Z7 -fpp zhetd2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetf2.o -c -MD -Z7 -fpp zhetf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetf2_rook.o -c -MD -Z7 -fpp zhetf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrd.o -c -MD -Z7 -fpp zhetrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrf.o -c -MD -Z7 -fpp zhetrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrf_rook.o -c -MD -Z7 -fpp zhetrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetri2.o -c -MD -Z7 -fpp zhetri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetri2x.o -c -MD -Z7 -fpp zhetri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetri.o -c -MD -Z7 -fpp zhetri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetri_rook.o -c -MD -Z7 -fpp zhetri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs2.o -c -MD -Z7 -fpp zhetrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs.o -c -MD -Z7 -fpp zhetrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhetrs_rook.o -c -MD -Z7 -fpp zhetrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhfrk.o -c -MD -Z7 -fpp zhfrk.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhgeqz.o -c -MD -Z7 -fpp zhgeqz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpcon.o -c -MD -Z7 -fpp zhpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpevd.o -c -MD -Z7 -fpp zhpevd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpev.o -c -MD -Z7 -fpp zhpev.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpevx.o -c -MD -Z7 -fpp zhpevx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpgst.o -c -MD -Z7 -fpp zhpgst.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpgvd.o -c -MD -Z7 -fpp zhpgvd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpgv.o -c -MD -Z7 -fpp zhpgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpgvx.o -c -MD -Z7 -fpp zhpgvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhprfs.o -c -MD -Z7 -fpp zhprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpsv.o -c -MD -Z7 -fpp zhpsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhpsvx.o -c -MD -Z7 -fpp zhpsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhptrd.o -c -MD -Z7 -fpp zhptrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhptrf.o -c -MD -Z7 -fpp zhptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhptri.o -c -MD -Z7 -fpp zhptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhptrs.o -c -MD -Z7 -fpp zhptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhsein.o -c -MD -Z7 -fpp zhsein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zhseqr.o -c -MD -Z7 -fpp zhseqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlabrd.o -c -MD -Z7 -fpp zlabrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacgv.o -c -MD -Z7 -fpp zlacgv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacn2.o -c -MD -Z7 -fpp zlacn2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacon.o -c -MD -Z7 -fpp zlacon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacp2.o -c -MD -Z7 -fpp zlacp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacpy.o -c -MD -Z7 -fpp zlacpy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacrm.o -c -MD -Z7 -fpp zlacrm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlacrt.o -c -MD -Z7 -fpp zlacrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zladiv.o -c -MD -Z7 -fpp zladiv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaed0.o -c -MD -Z7 -fpp zlaed0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaed7.o -c -MD -Z7 -fpp zlaed7.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaed8.o -c -MD -Z7 -fpp zlaed8.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaein.o -c -MD -Z7 -fpp zlaein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaesy.o -c -MD -Z7 -fpp zlaesy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaev2.o -c -MD -Z7 -fpp zlaev2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlag2c.o -c -MD -Z7 -fpp zlag2c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbamv.o -c -MD -Z7 -fpp zla_gbamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrcond_c.o -c -MD -Z7 -fpp zla_gbrcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrcond_x.o -c -MD -Z7 -fpp zla_gbrcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrfsx_extended.o -c -MD -Z7 -fpp zla_gbrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gbrpvgrw.o -c -MD -Z7 -fpp zla_gbrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_geamv.o -c -MD -Z7 -fpp zla_geamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gercond_c.o -c -MD -Z7 -fpp zla_gercond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gercond_x.o -c -MD -Z7 -fpp zla_gercond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gerfsx_extended.o -c -MD -Z7 -fpp zla_gerfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_gerpvgrw.o -c -MD -Z7 -fpp zla_gerpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlags2.o -c -MD -Z7 -fpp zlags2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlagtm.o -c -MD -Z7 -fpp zlagtm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_heamv.o -c -MD -Z7 -fpp zla_heamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlahef.o -c -MD -Z7 -fpp zlahef.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlahef_rook.o -c -MD -Z7 -fpp zlahef_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_hercond_c.o -c -MD -Z7 -fpp zla_hercond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_hercond_x.o -c -MD -Z7 -fpp zla_hercond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_herfsx_extended.o -c -MD -Z7 -fpp zla_herfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_herpvgrw.o -c -MD -Z7 -fpp zla_herpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlahqr.o -c -MD -Z7 -fpp zlahqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlahr2.o -c -MD -Z7 -fpp zlahr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlahrd.o -c -MD -Z7 -fpp zlahrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaic1.o -c -MD -Z7 -fpp zlaic1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_lin_berr.o -c -MD -Z7 -fpp zla_lin_berr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlals0.o -c -MD -Z7 -fpp zlals0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlalsa.o -c -MD -Z7 -fpp zlalsa.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlalsd.o -c -MD -Z7 -fpp zlalsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlangb.o -c -MD -Z7 -fpp zlangb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlange.o -c -MD -Z7 -fpp zlange.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlangt.o -c -MD -Z7 -fpp zlangt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanhb.o -c -MD -Z7 -fpp zlanhb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanhe.o -c -MD -Z7 -fpp zlanhe.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanhf.o -c -MD -Z7 -fpp zlanhf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanhp.o -c -MD -Z7 -fpp zlanhp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanhs.o -c -MD -Z7 -fpp zlanhs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlanht.o -c -MD -Z7 -fpp zlanht.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlansb.o -c -MD -Z7 -fpp zlansb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlansp.o -c -MD -Z7 -fpp zlansp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlansy.o -c -MD -Z7 -fpp zlansy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlantb.o -c -MD -Z7 -fpp zlantb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlantp.o -c -MD -Z7 -fpp zlantp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlantr.o -c -MD -Z7 -fpp zlantr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlapll.o -c -MD -Z7 -fpp zlapll.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlapmr.o -c -MD -Z7 -fpp zlapmr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlapmt.o -c -MD -Z7 -fpp zlapmt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_porcond_c.o -c -MD -Z7 -fpp zla_porcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_porcond_x.o -c -MD -Z7 -fpp zla_porcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_porfsx_extended.o -c -MD -Z7 -fpp zla_porfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_porpvgrw.o -c -MD -Z7 -fpp zla_porpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqgb.o -c -MD -Z7 -fpp zlaqgb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqge.o -c -MD -Z7 -fpp zlaqge.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhb.o -c -MD -Z7 -fpp zlaqhb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhe.o -c -MD -Z7 -fpp zlaqhe.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqhp.o -c -MD -Z7 -fpp zlaqhp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqp2.o -c -MD -Z7 -fpp zlaqp2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqps.o -c -MD -Z7 -fpp zlaqps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr0.o -c -MD -Z7 -fpp zlaqr0.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr1.o -c -MD -Z7 -fpp zlaqr1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr2.o -c -MD -Z7 -fpp zlaqr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr3.o -c -MD -Z7 -fpp zlaqr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr4.o -c -MD -Z7 -fpp zlaqr4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqr5.o -c -MD -Z7 -fpp zlaqr5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsb.o -c -MD -Z7 -fpp zlaqsb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsp.o -c -MD -Z7 -fpp zlaqsp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaqsy.o -c -MD -Z7 -fpp zlaqsy.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlar1v.o -c -MD -Z7 -fpp zlar1v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlar2v.o -c -MD -Z7 -fpp zlar2v.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarcm.o -c -MD -Z7 -fpp zlarcm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarfb.o -c -MD -Z7 -fpp zlarfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarf.o -c -MD -Z7 -fpp zlarf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarfg.o -c -MD -Z7 -fpp zlarfg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarfgp.o -c -MD -Z7 -fpp zlarfgp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarft.o -c -MD -Z7 -fpp zlarft.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarfx.o -c -MD -Z7 -fpp zlarfx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlargv.o -c -MD -Z7 -fpp zlargv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarnv.o -c -MD -Z7 -fpp zlarnv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarrv.o -c -MD -Z7 -fpp zlarrv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarscl2.o -c -MD -Z7 -fpp zlarscl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlartg.o -c -MD -Z7 -fpp zlartg.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlartv.o -c -MD -Z7 -fpp zlartv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarzb.o -c -MD -Z7 -fpp zlarzb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarz.o -c -MD -Z7 -fpp zlarz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlarzt.o -c -MD -Z7 -fpp zlarzt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlascl2.o -c -MD -Z7 -fpp zlascl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlascl.o -c -MD -Z7 -fpp zlascl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaset.o -c -MD -Z7 -fpp zlaset.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlasr.o -c -MD -Z7 -fpp zlasr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlassq.o -c -MD -Z7 -fpp zlassq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlaswp.o -c -MD -Z7 -fpp zlaswp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_syamv.o -c -MD -Z7 -fpp zla_syamv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlasyf.o -c -MD -Z7 -fpp zlasyf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlasyf_rook.o -c -MD -Z7 -fpp zlasyf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrcond_c.o -c -MD -Z7 -fpp zla_syrcond_c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrcond_x.o -c -MD -Z7 -fpp zla_syrcond_x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrfsx_extended.o -c -MD -Z7 -fpp zla_syrfsx_extended.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_syrpvgrw.o -c -MD -Z7 -fpp zla_syrpvgrw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlat2c.o -c -MD -Z7 -fpp zlat2c.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatbs.o -c -MD -Z7 -fpp zlatbs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatdf.o -c -MD -Z7 -fpp zlatdf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatps.o -c -MD -Z7 -fpp zlatps.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatrd.o -c -MD -Z7 -fpp zlatrd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatrs.o -c -MD -Z7 -fpp zlatrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatrz.o -c -MD -Z7 -fpp zlatrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlatzm.o -c -MD -Z7 -fpp zlatzm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlauu2.o -c -MD -Z7 -fpp zlauu2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zlauum.o -c -MD -Z7 -fpp zlauum.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zla_wwaddw.o -c -MD -Z7 -fpp zla_wwaddw.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbcon.o -c -MD -Z7 -fpp zpbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbequ.o -c -MD -Z7 -fpp zpbequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbrfs.o -c -MD -Z7 -fpp zpbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbstf.o -c -MD -Z7 -fpp zpbstf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbsv.o -c -MD -Z7 -fpp zpbsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbsvx.o -c -MD -Z7 -fpp zpbsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbtf2.o -c -MD -Z7 -fpp zpbtf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbtrf.o -c -MD -Z7 -fpp zpbtrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpbtrs.o -c -MD -Z7 -fpp zpbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpftrf.o -c -MD -Z7 -fpp zpftrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpftri.o -c -MD -Z7 -fpp zpftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpftrs.o -c -MD -Z7 -fpp zpftrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpocon.o -c -MD -Z7 -fpp zpocon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpoequb.o -c -MD -Z7 -fpp zpoequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpoequ.o -c -MD -Z7 -fpp zpoequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zporfs.o -c -MD -Z7 -fpp zporfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zporfsx.o -c -MD -Z7 -fpp zporfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zposv.o -c -MD -Z7 -fpp zposv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zposvx.o -c -MD -Z7 -fpp zposvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zposvxx.o -c -MD -Z7 -fpp zposvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpotf2.o -c -MD -Z7 -fpp zpotf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpotrf.o -c -MD -Z7 -fpp zpotrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpotri.o -c -MD -Z7 -fpp zpotri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpotrs.o -c -MD -Z7 -fpp zpotrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zppcon.o -c -MD -Z7 -fpp zppcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zppequ.o -c -MD -Z7 -fpp zppequ.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpprfs.o -c -MD -Z7 -fpp zpprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zppsv.o -c -MD -Z7 -fpp zppsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zppsvx.o -c -MD -Z7 -fpp zppsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpptrf.o -c -MD -Z7 -fpp zpptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpptri.o -c -MD -Z7 -fpp zpptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpptrs.o -c -MD -Z7 -fpp zpptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpstf2.o -c -MD -Z7 -fpp zpstf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpstrf.o -c -MD -Z7 -fpp zpstrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zptcon.o -c -MD -Z7 -fpp zptcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpteqr.o -c -MD -Z7 -fpp zpteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zptrfs.o -c -MD -Z7 -fpp zptrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zptsv.o -c -MD -Z7 -fpp zptsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zptsvx.o -c -MD -Z7 -fpp zptsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpttrf.o -c -MD -Z7 -fpp zpttrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zpttrs.o -c -MD -Z7 -fpp zpttrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zptts2.o -c -MD -Z7 -fpp zptts2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zrot.o -c -MD -Z7 -fpp zrot.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zspcon.o -c -MD -Z7 -fpp zspcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zspmv.o -c -MD -Z7 -fpp zspmv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zspr.o -c -MD -Z7 -fpp zspr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsprfs.o -c -MD -Z7 -fpp zsprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zspsv.o -c -MD -Z7 -fpp zspsv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zspsvx.o -c -MD -Z7 -fpp zspsvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsptrf.o -c -MD -Z7 -fpp zsptrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsptri.o -c -MD -Z7 -fpp zsptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsptrs.o -c -MD -Z7 -fpp zsptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zstedc.o -c -MD -Z7 -fpp zstedc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zstegr.o -c -MD -Z7 -fpp zstegr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zstein.o -c -MD -Z7 -fpp zstein.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zstemr.o -c -MD -Z7 -fpp zstemr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsteqr.o -c -MD -Z7 -fpp zsteqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsycon.o -c -MD -Z7 -fpp zsycon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsycon_rook.o -c -MD -Z7 -fpp zsycon_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyconv.o -c -MD -Z7 -fpp zsyconv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyequb.o -c -MD -Z7 -fpp zsyequb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsymv.o -c -MD -Z7 -fpp zsymv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyr.o -c -MD -Z7 -fpp zsyr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyrfs.o -c -MD -Z7 -fpp zsyrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyrfsx.o -c -MD -Z7 -fpp zsyrfsx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsysv.o -c -MD -Z7 -fpp zsysv.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsysv_rook.o -c -MD -Z7 -fpp zsysv_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsysvx.o -c -MD -Z7 -fpp zsysvx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsysvxx.o -c -MD -Z7 -fpp zsysvxx.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsyswapr.o -c -MD -Z7 -fpp zsyswapr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytf2.o -c -MD -Z7 -fpp zsytf2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytf2_rook.o -c -MD -Z7 -fpp zsytf2_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytrf.o -c -MD -Z7 -fpp zsytrf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytrf_rook.o -c -MD -Z7 -fpp zsytrf_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytri2.o -c -MD -Z7 -fpp zsytri2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytri2x.o -c -MD -Z7 -fpp zsytri2x.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytri.o -c -MD -Z7 -fpp zsytri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytri_rook.o -c -MD -Z7 -fpp zsytri_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs2.o -c -MD -Z7 -fpp zsytrs2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs.o -c -MD -Z7 -fpp zsytrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zsytrs_rook.o -c -MD -Z7 -fpp zsytrs_rook.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztbcon.o -c -MD -Z7 -fpp ztbcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztbrfs.o -c -MD -Z7 -fpp ztbrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztbtrs.o -c -MD -Z7 -fpp ztbtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztfsm.o -c -MD -Z7 -fpp ztfsm.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztftri.o -c -MD -Z7 -fpp ztftri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztfttp.o -c -MD -Z7 -fpp ztfttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztfttr.o -c -MD -Z7 -fpp ztfttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgevc.o -c -MD -Z7 -fpp ztgevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgex2.o -c -MD -Z7 -fpp ztgex2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgexc.o -c -MD -Z7 -fpp ztgexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgsen.o -c -MD -Z7 -fpp ztgsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgsja.o -c -MD -Z7 -fpp ztgsja.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgsna.o -c -MD -Z7 -fpp ztgsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgsy2.o -c -MD -Z7 -fpp ztgsy2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztgsyl.o -c -MD -Z7 -fpp ztgsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpcon.o -c -MD -Z7 -fpp ztpcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpmqrt.o -c -MD -Z7 -fpp ztpmqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpqrt2.o -c -MD -Z7 -fpp ztpqrt2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpqrt.o -c -MD -Z7 -fpp ztpqrt.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztprfb.o -c -MD -Z7 -fpp ztprfb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztprfs.o -c -MD -Z7 -fpp ztprfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztptri.o -c -MD -Z7 -fpp ztptri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztptrs.o -c -MD -Z7 -fpp ztptrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpttf.o -c -MD -Z7 -fpp ztpttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztpttr.o -c -MD -Z7 -fpp ztpttr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrcon.o -c -MD -Z7 -fpp ztrcon.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrevc.o -c -MD -Z7 -fpp ztrevc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrexc.o -c -MD -Z7 -fpp ztrexc.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrrfs.o -c -MD -Z7 -fpp ztrrfs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrsen.o -c -MD -Z7 -fpp ztrsen.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrsna.o -c -MD -Z7 -fpp ztrsna.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrsyl.o -c -MD -Z7 -fpp ztrsyl.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrti2.o -c -MD -Z7 -fpp ztrti2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrtri.o -c -MD -Z7 -fpp ztrtri.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrtrs.o -c -MD -Z7 -fpp ztrtrs.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrttf.o -c -MD -Z7 -fpp ztrttf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztrttp.o -c -MD -Z7 -fpp ztrttp.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztzrqf.o -c -MD -Z7 -fpp ztzrqf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o ztzrzf.o -c -MD -Z7 -fpp ztzrzf.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb1.o -c -MD -Z7 -fpp zunbdb1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb2.o -c -MD -Z7 -fpp zunbdb2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb3.o -c -MD -Z7 -fpp zunbdb3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb4.o -c -MD -Z7 -fpp zunbdb4.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb5.o -c -MD -Z7 -fpp zunbdb5.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb6.o -c -MD -Z7 -fpp zunbdb6.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunbdb.o -c -MD -Z7 -fpp zunbdb.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zuncsd2by1.o -c -MD -Z7 -fpp zuncsd2by1.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zuncsd.o -c -MD -Z7 -fpp zuncsd.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zung2l.o -c -MD -Z7 -fpp zung2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zung2r.o -c -MD -Z7 -fpp zung2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungbr.o -c -MD -Z7 -fpp zungbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunghr.o -c -MD -Z7 -fpp zunghr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungl2.o -c -MD -Z7 -fpp zungl2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunglq.o -c -MD -Z7 -fpp zunglq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungql.o -c -MD -Z7 -fpp zungql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungqr.o -c -MD -Z7 -fpp zungqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungr2.o -c -MD -Z7 -fpp zungr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungrq.o -c -MD -Z7 -fpp zungrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zungtr.o -c -MD -Z7 -fpp zungtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunm2l.o -c -MD -Z7 -fpp zunm2l.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunm2r.o -c -MD -Z7 -fpp zunm2r.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmbr.o -c -MD -Z7 -fpp zunmbr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmhr.o -c -MD -Z7 -fpp zunmhr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunml2.o -c -MD -Z7 -fpp zunml2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmlq.o -c -MD -Z7 -fpp zunmlq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmql.o -c -MD -Z7 -fpp zunmql.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmqr.o -c -MD -Z7 -fpp zunmqr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmr2.o -c -MD -Z7 -fpp zunmr2.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmr3.o -c -MD -Z7 -fpp zunmr3.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmrq.o -c -MD -Z7 -fpp zunmrq.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmrz.o -c -MD -Z7 -fpp zunmrz.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zunmtr.o -c -MD -Z7 -fpp zunmtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zupgtr.o -c -MD -Z7 -fpp zupgtr.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -o zupmtr.o -c -MD -Z7 -fpp zupmtr.f
/usr/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/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/lapack'
cd lapack-extra; /usr/bin/make lib FC="/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort" FOPTFLAGS="-MD -Z7 -fpp" FNOOPT="-MD " AR="/usr/bin/ar" AR_FLAGS="cr" RM="/usr/bin/rm -f" LIBNAME="libflapack.lib"
make[1]: Entering directory '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/lapack-extra'
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -MD  slamch.f dlamch.f
/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort -c -MD -Z7 -fpp ilaver.f
/usr/bin/ar cr ../libflapack.lib slamch.o dlamch.o ilaver.o 
/usr/bin/rm -f slamch.o dlamch.o ilaver.o
make[1]: Leaving directory '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack/lapack-extra'
/usr/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(config/BuildSystem/config/libraries.py:157)
  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 optional headers [] in Download FBLASLAPACK: ['/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include']
                  =============================================================================================
TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86)
  Checks if a particular include file can be found along particular include paths
Checking for header files [] in ['/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include']
Found header files [] in ['/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include']
            Checking for headers [] in Download FBLASLAPACK: ['/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include']
          =============================================================================================
TESTING: checkVersion from config.packages.fblaslapack(config/BuildSystem/config/package.py:1026)
  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(config/BuildSystem/config/package.py:955)
  By default we don't care about checking if the library is shared
    child config.packages.fblaslapack 166.226852
            =============================================================================================
TESTING: consistencyChecks from config.packages.pthread(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:872)
          =============================================================================================
TESTING: configureLibrary from config.packages.pthread(config/BuildSystem/config/packages/pthread.py:20)
   Checks for pthread_barrier_t, cpu_set_t, and sys/sysctl.h 
==================================================================================
            Checking for a functional pthread
            Checking for library in Compiler specific search PTHREAD: []
                =============================================================================================
TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157)
  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
Linker output before filtering:
conftest.obj : error LNK2019: unresolved external symbol pthread_create referenced in function _check_pthread_create
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol pthread_create referenced in function _check_pthread_create
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals:
                Checking for functions [pthread_create] in library [] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_pthread_create();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o Ws2_32.lib 
stdout:
conftest.obj : error LNK2019: unresolved external symbol pthread_create referenced in function _check_pthread_create
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
conftest.obj : error LNK2019: unresolved external symbol pthread_create referenced in function _check_pthread_create
C:\cygwin64\tmp\PETSC-~3\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(config/BuildSystem/config/libraries.py:157)
  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
Linker output before filtering:
LINK : fatal error LNK1104: cannot open file 'libpthread.lib'
:
Linker output after filtering:
LINK : fatal error LNK1104: cannot open file 'libpthread.lib':
                Checking for functions [pthread_create] in library ['libpthread.a'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_pthread_create();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -lpthread Ws2_32.lib 
stdout: LINK : fatal error LNK1104: cannot open file 'libpthread.lib'
Possible ERROR while running linker: exit code 2
stdout:
LINK : fatal error LNK1104: cannot open file 'libpthread.lib'===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.pthread/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.packages.pthread  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.packages.pthread/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\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() {
pthread_barrier_t *a;
;
  return 0;
}
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.packages.pthread/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.packages.pthread  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/config.packages.pthread/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\CONFIG~1.PTH\conftest.c(3): 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:\cygwin64\tmp\PETSC-~3\CONFIG~1.PTH\conftest.c(3): fatal error C1083: Cannot open include file: 'sched.h': No such file or directorySource:
#include "confdefs.h"
#include "conffix.h"
#include <sched.h>

int main() {
cpu_set_t *a;
;
  return 0;
}
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/sysctl.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.packages.pthread   /tmp/petsc-n3d4q6b0/config.packages.pthread/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.PTH\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.packages.pthread\\confdefs.h"










































































































































#line 140 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.packages.pthread\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.PTH\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.packages.pthread\\conffix.h"




typedef int mode_t;
typedef int int32_t;
typedef int pid_t;







#line 15 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.packages.pthread\\conffix.h"
#line 1 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"







#pragma once



#line 1 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"







#pragma once

#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"







#pragma once


















    
#line 29 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






    
    

#line 39 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        


            
        #line 44 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    #line 45 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 46 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"













#pragma once







































































































































#line 151 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



#line 155 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





























#line 185 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"


#line 188 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

#line 190 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





#line 196 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



#line 200 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 207 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"











#line 219 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"








#line 228 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 229 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"































































































































































































































































































































































































































































































#pragma region Input Buffer SAL 1 compatibility macros



























































































































































































































































































































































































































































































































































































































































































































































































#pragma endregion Input Buffer SAL 1 compatibility macros

















































































#line 1555 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






























#line 1586 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
























#line 1611 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"












#line 1624 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






































#line 1663 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"















































































































#line 1775 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






































































































#line 1878 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"








































































































































































#line 2047 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





































































































#line 2149 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
























































































































































































































#line 2366 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2367 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



































































































































































































































#line 2595 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    

    
    

#line 2634 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"









































































































































































































































#line 2868 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"









#line 2878 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"


    
    
#line 2883 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 2890 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2891 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 2898 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2899 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"











#line 2911 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

































#line 2945 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

























#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"


















#pragma once




















































































































































































































































#line 265 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"



#line 269 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"


















































































#line 352 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"





#line 358 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"
#line 2971 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

#line 48 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"










#pragma once



#pragma pack(push, 8)







#line 24 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"


    
    
        typedef unsigned __int64  uintptr_t;
    

#line 32 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
#line 33 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"


    
    


        typedef char* va_list;
    #line 41 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
#line 42 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"




    
#line 48 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"





#line 54 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"



#line 58 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
    
    
#line 61 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 73 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"







#line 81 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 93 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"





#line 99 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 111 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

    void __cdecl __va_start(va_list* , ...);

    
    



    

#line 122 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"




































#line 159 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

    

#line 163 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

#pragma pack(pop)
#line 49 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"














#line 64 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"









#line 74 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

    


    


#line 82 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

__pragma(pack(push, 8))




    


        
    #line 93 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 94 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
















    

#line 113 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

#line 115 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        
    #line 117 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 118 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    

#line 123 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        
    #line 125 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 126 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"





#line 132 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    
    
#line 135 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"




    
#line 141 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"








    


#line 153 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 157 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    
#line 159 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"




    
#line 165 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    



      
    #line 173 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 174 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






    typedef unsigned __int64 size_t;
    typedef __int64          ptrdiff_t;
    typedef __int64          intptr_t;




#line 188 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 192 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 196 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    typedef _Bool __vcrt_bool;
#line 198 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



    
#line 203 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
#line 207 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
#line 211 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



    
    typedef unsigned short wchar_t;
#line 217 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


        
    #line 224 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 225 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


#line 231 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"










    
#line 243 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






#line 250 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


        




    #line 261 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 262 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 266 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
        
    


#line 274 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 275 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    void __cdecl __security_init_cookie(void);

    



        void __cdecl __security_check_cookie(  uintptr_t _StackCookie);
        __declspec(noreturn) void __cdecl __report_gsfailure(  uintptr_t _StackCookie);
    #line 286 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 287 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

extern uintptr_t __security_cookie;


    
    
    
#line 295 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

__pragma(pack(pop))

#line 299 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 11 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

__pragma(pack(push, 8))









    

#line 25 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

#line 27 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 29 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 30 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"




    
#line 36 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    

#line 41 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

#line 43 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 45 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 46 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 50 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 52 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


#line 58 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





#line 64 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 66 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





    
#line 73 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 77 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 79 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"









    
#line 90 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"













    


        
    #line 108 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 109 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 113 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 115 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 119 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 121 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 125 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 127 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
























#line 152 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 156 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    typedef _Bool __crt_bool;
#line 158 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"










    
#line 170 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



















    

#line 192 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 194 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 195 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 199 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 203 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


 






  

#line 215 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
   
  #line 217 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
 #line 218 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 219 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"







    











        
    #line 240 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 241 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 245 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
        
    

#line 252 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 253 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.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 308 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 309 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



















#line 329 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        


    #line 338 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 339 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"









    






        
    #line 357 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 358 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        
    #line 365 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 366 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 370 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"













#line 384 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"















#line 400 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





    
#line 407 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 411 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    

#line 416 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 417 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        


            
        #line 427 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    #line 428 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 429 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 433 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





#line 439 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        



    #line 449 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 450 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
        
    



#line 459 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
        
        
    



#line 469 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
              
        

#line 476 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    



#line 481 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
    



#line 489 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
    



#line 497 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 498 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 502 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.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 542 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 546 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        typedef __time64_t time_t;
    #line 553 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 554 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



    
#line 559 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    typedef size_t rsize_t;
#line 563 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"










    





















































































































































#line 724 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

        
        
        
        
        
        
        
        
        
        
        
        

    #line 739 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 740 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"












































































    





































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































#line 1815 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

        
        
        
        

        

            


            


            


            


            


            


            


            


            



            



            


            


            


            


            


            


            


            


            


            


            



            



            



            


            



            




            

            




            

            




            

            




            

            




            

            




            

            




            

            




            

        











































#line 2005 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    #line 2006 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 2007 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



__pragma(pack(pop))
#line 13 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"

__pragma(pack(push, 8))









C:\cygwin64\tmp\PETSC-~3\CONFIG~1.PTH\conftest.c(3): fatal error C1083: Cannot open include file: 'sys/sysctl.h': No such file or directory







     int* __cdecl _errno(void);
    

     errno_t __cdecl _set_errno(  int _Value);
     errno_t __cdecl _get_errno(  int* _Value);

#line 38 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"




    


        
    #line 47 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"


#line 50 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"

 extern unsigned long  __cdecl __threadid(void);

 extern uintptr_t __cdecl __threadhandle(void);



__pragma(pack(pop))
#line 59 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"
#line 16 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.packages.pthread\\conffix.h"
int getdomainname(char *, size_t);
double drand48(void);
void   srand48(long int);
#line 20 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.packages.pthread\\conffix.h"
#line 21 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.packages.pthread\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.PTH\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/sysctl.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          =============================================================================================
TESTING: checkVersion from config.packages.pthread(config/BuildSystem/config/package.py:1026)
  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(config/BuildSystem/config/package.py:955)
  By default we don't care about checking if the library is shared
    child config.packages.pthread 11.180401
            =============================================================================================
TESTING: consistencyChecks from config.packages.egads(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.egads 0.008050
            =============================================================================================
TESTING: consistencyChecks from config.packages.PTScotch(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.PTScotch 0.007642
            =============================================================================================
TESTING: consistencyChecks from config.packages.mmg(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mmg 0.007973
            =============================================================================================
TESTING: consistencyChecks from config.packages.parmmg(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.parmmg 0.007647
            =============================================================================================
TESTING: consistencyChecks from config.packages.Zoltan(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Zoltan 0.007624
            =============================================================================================
TESTING: consistencyChecks from config.packages.ADIOS(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ADIOS 0.007398
            =============================================================================================
TESTING: consistencyChecks from config.packages.openmp(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.openmp 0.007697
            =============================================================================================
TESTING: consistencyChecks from config.packages.viennacl(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.viennacl 0.007939
            =============================================================================================
TESTING: consistencyChecks from config.packages.ColPack(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ColPack 0.007766
            =============================================================================================
TESTING: consistencyChecks from config.packages.ADOLC(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ADOLC 0.007783
            =============================================================================================
TESTING: consistencyChecks from config.packages.openblas(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.openblas 0.008621
            =============================================================================================
TESTING: consistencyChecks from config.packages.blis(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.blis 0.008343
            =============================================================================================
TESTING: consistencyChecks from config.packages.f2cblaslapack(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.f2cblaslapack 0.007735
            =============================================================================================
TESTING: consistencyChecks from config.packages.BlasLapack(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:872)
          =============================================================================================
TESTING: configureLibrary from config.packages.BlasLapack(config/BuildSystem/config/packages/BlasLapack.py:454)
================================================================================
Checking for BLAS and LAPACK in fblaslapack
              =============================================================================================
TESTING: checkLib from config.packages.BlasLapack(config/BuildSystem/config/packages/BlasLapack.py:109)
  Checking for BLAS and LAPACK symbols
              Checking for Fortran name mangling caps on BLAS/LAPACK
                  Checking for functions [DDOT] in library ['/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib/libfblas.a'] ['/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib']
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_DDOT();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lfblas /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
                    Defined "HAVE_LIBFBLAS" to "1"
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                  Checking for functions [DGETRS] in library ['/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib/libflapack.a'] ['/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib/libfblas.a', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib']
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_DGETRS();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lflapack -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lfblas /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
                    Defined "HAVE_LIBFLAPACK" to "1"
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                  Checking for functions [DGEEV] in library ['/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib/libflapack.a'] ['/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib/libfblas.a', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib']
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_DGEEV();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lflapack -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lfblas /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
                    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(config/BuildSystem/config/packages/BlasLapack.py:638)
   Do the BLAS/LAPACK libraries have a valid lsame() function with correct binding.
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                Checking for functions [LSAME] in library ['/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib/libflapack.a', '/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib/libfblas.a', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib', '/cygdrive/c/Program\\ Files\\ \\(x86\\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_LSAME();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lflapack -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lfblas /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
                  Defined "HAVE_LIBFLAPACK" to "1"
                  Defined "HAVE_LIBFBLAS" to "1"
                  Defined "HAVE_LIBIMPI" to "1"
                  Defined "HAVE_LIBIMPICXX" to "1"
                  Defined "HAVE_LIBMPI_ILP64" to "1"
              =============================================================================================
TESTING: checkRuntimeIssues from config.packages.BlasLapack(config/BuildSystem/config/packages/BlasLapack.py:697)
  Determines if BLAS/LAPACK routines use 32 or 64 bit integers
32 bit blas indices based on the BLAS/LAPACK library being used
              =============================================================================================
TESTING: checkCHeaders from config.packages.BlasLapack(config/BuildSystem/config/packages/BlasLapack.py:529)
  Check for cblas.h and lapacke.h
                    =============================================================================================
TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86)
  Checks if a particular include file can be found along particular include paths
Checking for header files ['cblas.h', 'lapacke.h'] in []
                    Checking include with compiler flags var CPPFLAGS []
Preprocessing source:
#include "confdefs.h"
#include "conffix.h"
#include <cblas.h>
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E  -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.headers    /tmp/petsc-n3d4q6b0/config.headers/conftest.c 
Possible ERROR while running preprocessor: exit code 2
stdout:
conftest.c
#line 1 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"











































































































































#line 141 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\confdefs.h"
#line 2 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
#line 1 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"



typedef int mode_t;
typedef int int32_t;
typedef int pid_t;







#line 15 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 1 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"







#pragma once



#line 1 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"







#pragma once

#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"







#pragma once


















    
#line 29 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






    
    

#line 39 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        


            
        #line 44 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    #line 45 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 46 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"













#pragma once







































































































































#line 151 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



#line 155 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





























#line 185 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"


#line 188 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

#line 190 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





#line 196 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



#line 200 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 207 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"











#line 219 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"








#line 228 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 229 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"































































































































































































































































































































































































































































































#pragma region Input Buffer SAL 1 compatibility macros



























































































































































































































































































































































































































































































































































































































































































































































































#pragma endregion Input Buffer SAL 1 compatibility macros

















































































#line 1555 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






























#line 1586 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
























#line 1611 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"












#line 1624 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






































#line 1663 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"















































































































#line 1775 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






































































































#line 1878 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"








































































































































































#line 2047 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"





































































































#line 2149 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
























































































































































































































#line 2366 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2367 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"



































































































































































































































#line 2595 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    

    
    

#line 2634 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"









































































































































































































































#line 2868 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"









#line 2878 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"


    
    
#line 2883 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 2890 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2891 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"






#line 2898 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"
#line 2899 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"











#line 2911 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

































#line 2945 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

























#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"


















#pragma once




















































































































































































































































#line 265 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"



#line 269 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"


















































































#line 352 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"





#line 358 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\concurrencysal.h"
#line 2971 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\sal.h"

#line 48 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 1 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"










#pragma once



#pragma pack(push, 8)







#line 24 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"


    
    
        typedef unsigned __int64  uintptr_t;
    

#line 32 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
#line 33 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"


    
    


        typedef char* va_list;
    #line 41 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
#line 42 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"




    
#line 48 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"





#line 54 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"



#line 58 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"
    
    
#line 61 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 73 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"







#line 81 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 93 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"





#line 99 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"











#line 111 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

    void __cdecl __va_start(va_list* , ...);

    
    



    

#line 122 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"




































#line 159 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

    

#line 163 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vadefs.h"

#pragma pack(pop)
#line 49 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"














#line 64 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"









#line 74 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

    


    


#line 82 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

__pragma(pack(push, 8))




    


        
    #line 93 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 94 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
















    

#line 113 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

#line 115 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        
    #line 117 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 118 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    

#line 123 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
        
    #line 125 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 126 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"





#line 132 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    
    
#line 135 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"




    
#line 141 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"








    


#line 153 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 157 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    
#line 159 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"




    
#line 165 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    



      
    #line 173 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 174 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






    typedef unsigned __int64 size_t;
    typedef __int64          ptrdiff_t;
    typedef __int64          intptr_t;




#line 188 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 192 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 196 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
    typedef _Bool __vcrt_bool;
#line 198 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



    
#line 203 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
#line 207 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
#line 211 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



    
    typedef unsigned short wchar_t;
#line 217 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


        
    #line 224 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 225 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


#line 231 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"










    
#line 243 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"






#line 250 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    


        




    #line 261 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 262 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"



#line 266 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    
        
    


#line 274 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 275 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"


    void __cdecl __security_init_cookie(void);

    



        void __cdecl __security_check_cookie(  uintptr_t _StackCookie);
        __declspec(noreturn) void __cdecl __report_gsfailure(  uintptr_t _StackCookie);
    #line 286 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 287 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

extern uintptr_t __security_cookie;


    
    
    
#line 295 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"

__pragma(pack(pop))

#line 299 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include\\vcruntime.h"
#line 11 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

__pragma(pack(push, 8))









    

#line 25 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

#line 27 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 29 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 30 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"




    
#line 36 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    

#line 41 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

#line 43 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 45 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 46 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 50 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 52 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


#line 58 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





#line 64 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 66 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





    
#line 73 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 77 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 79 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"









    
#line 90 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"













    


        
    #line 108 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 109 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 113 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 115 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 119 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 121 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 125 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    
#line 127 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
























#line 152 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 156 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    typedef _Bool __crt_bool;
#line 158 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"










    
#line 170 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



















    

#line 192 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
        
    #line 194 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 195 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 199 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 203 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


 






  

#line 215 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
   
  #line 217 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
 #line 218 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 219 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"







    











        
    #line 240 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 241 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 245 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
        
    

#line 252 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 253 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.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 308 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 309 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



















#line 329 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        


    #line 338 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 339 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"









    






        
    #line 357 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 358 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        
    #line 365 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 366 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 370 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"













#line 384 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"















#line 400 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





    
#line 407 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 411 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    

#line 416 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 417 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        


            
        #line 427 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    #line 428 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 429 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 433 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"





#line 439 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        



    #line 449 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 450 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
        
    



#line 459 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
        
        
    



#line 469 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
              
        

#line 476 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    



#line 481 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
    



#line 489 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

    
        
    



#line 497 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 498 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    
#line 502 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.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 542 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



#line 546 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    


        typedef __time64_t time_t;
    #line 553 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 554 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



    
#line 559 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"


    typedef size_t rsize_t;
#line 563 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"










    





















































































































































#line 724 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

        
        
        
        
        
        
        
        
        
        
        
        

    #line 739 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 740 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"












































































    





































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































#line 1815 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"

        
        
        
        

        

            


            


            


            


            


            


            


            


            



            



            


            


            


            


            


            


            


            


            


            


            



            



            



            


            



            




            

            




            

            




            

            




            

            




            

            




            

            




            

            




            

        











































#line 2005 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
    #line 2006 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"
#line 2007 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\corecrt.h"



__pragma(pack(pop))
#line 13 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"

__pragma(pack(push, 8))
















     int* __cdecl _errno(voiC:\cygwin64\tmp\PETSC-~3\CONFIG~1.HEA\conftest.c(3): fatal error C1083: Cannot open include file: 'cblas.h': No such file or directory
d);
    

     errno_t __cdecl _set_errno(  int _Value);
     errno_t __cdecl _get_errno(  int* _Value);

#line 38 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"




    


        
    #line 47 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"


#line 50 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"

 extern unsigned long  __cdecl __threadid(void);

 extern uintptr_t __cdecl __threadhandle(void);



__pragma(pack(pop))
#line 59 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt\\stddef.h"
#line 16 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
int getdomainname(char *, size_t);
double drand48(void);
void   srand48(long int);
#line 20 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 21 "c:\\cygwin64\\tmp\\petsc-n3d4q6b0\\config.headers\\conffix.h"
#line 3 "C:\\cygwin64\\tmp\\PETSC-~3\\CONFIG~1.HEA\\conftest.c"
Source:
#include "confdefs.h"
#include "conffix.h"
#include <cblas.h>
Preprocess output before filtering:
:
Preprocess output after filtering:
:
          =============================================================================================
TESTING: checkVersion from config.packages.BlasLapack(config/BuildSystem/config/package.py:1026)
  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(config/BuildSystem/config/package.py:955)
  By default we don't care about checking if the library is shared
    child config.packages.BlasLapack 21.934190
            =============================================================================================
TESTING: consistencyChecks from config.packages.sundials2(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.sundials2 0.007787
              =============================================================================================
TESTING: consistencyChecks from config.packages.spai(config/BuildSystem/config/packages/spai.py:53)
          =============================================================================================
TESTING: alternateConfigureLibrary from config.packages.spai(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.spai 0.009090
            =============================================================================================
TESTING: consistencyChecks from config.packages.pARMS(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.pARMS 0.007425
            =============================================================================================
TESTING: consistencyChecks from config.packages.p4est(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.p4est 0.007471
            =============================================================================================
TESTING: consistencyChecks from config.packages.mkl_sparse_optimize(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:872)
          =============================================================================================
TESTING: configureLibrary from config.packages.mkl_sparse_optimize(config/BuildSystem/config/packages/mkl_sparse_optimize.py:48)
          =============================================================================================
TESTING: checkVersion from config.packages.mkl_sparse_optimize(config/BuildSystem/config/package.py:1026)
  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(config/BuildSystem/config/package.py:955)
  By default we don't care about checking if the library is shared
    child config.packages.mkl_sparse_optimize 0.015886
              =============================================================================================
TESTING: consistencyChecks from config.packages.mkl_cpardiso(config/BuildSystem/config/packages/mkl_cpardiso.py:20)
          =============================================================================================
TESTING: alternateConfigureLibrary from config.packages.mkl_cpardiso(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mkl_cpardiso 0.008717
            =============================================================================================
TESTING: consistencyChecks from config.packages.kokkos(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.kokkos 0.007473
            =============================================================================================
TESTING: consistencyChecks from config.packages.kokkos-kernels(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.kokkos-kernels 0.007435
            =============================================================================================
TESTING: consistencyChecks from config.packages.mkl_sparse(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:872)
          =============================================================================================
TESTING: configureLibrary from config.packages.mkl_sparse(config/BuildSystem/config/packages/mkl_sparse.py:21)
          =============================================================================================
TESTING: checkVersion from config.packages.mkl_sparse(config/BuildSystem/config/package.py:1026)
  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(config/BuildSystem/config/package.py:955)
  By default we don't care about checking if the library is shared
    child config.packages.mkl_sparse 0.016339
            =============================================================================================
TESTING: consistencyChecks from config.packages.hpddm(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/packages/hpddm.py:128)
            Defined make rule "hpddm-build" with dependencies "" and code []
            Defined make rule "hpddm-install" with dependencies "" and code []
    child config.packages.hpddm 0.013968
            =============================================================================================
TESTING: consistencyChecks from config.packages.magma(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.magma 0.007498
            =============================================================================================
TESTING: consistencyChecks from config.packages.kblas(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.kblas 0.007184
            =============================================================================================
TESTING: consistencyChecks from config.packages.hara(config/BuildSystem/config/package.py:963)
  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.hara(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.hara 0.007104
            =============================================================================================
TESTING: consistencyChecks from config.packages.fftw(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.fftw 0.007469
            =============================================================================================
TESTING: consistencyChecks from config.packages.elemental(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.elemental 0.007288
            =============================================================================================
TESTING: consistencyChecks from config.packages.bamg(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/packages/bamg.py:90)
            Defined make rule "bamg-build" with dependencies "" and code []
            Defined make rule "bamg-install" with dependencies "" and code []
    child config.packages.bamg 0.013709
              =============================================================================================
TESTING: consistencyChecks from config.packages.ml(config/BuildSystem/config/packages/ml.py:62)
          =============================================================================================
TESTING: alternateConfigureLibrary from config.packages.ml(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.ml 0.008663
              =============================================================================================
TESTING: consistencyChecks from config.packages.mkl_pardiso(config/BuildSystem/config/packages/mkl_pardiso.py:21)
          =============================================================================================
TESTING: alternateConfigureLibrary from config.packages.mkl_pardiso(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mkl_pardiso 0.008544
            =============================================================================================
TESTING: consistencyChecks from config.packages.SuperLU_DIST(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.SuperLU_DIST 0.007271
            =============================================================================================
TESTING: consistencyChecks from config.packages.SuperLU(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.SuperLU 0.007168
Executing: uname -s
stdout: CYGWIN_NT-10.0
              =============================================================================================
TESTING: consistencyChecks from config.packages.SuiteSparse(config/BuildSystem/config/packages/SuiteSparse.py:175)
          =============================================================================================
TESTING: alternateConfigureLibrary from config.packages.SuiteSparse(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.SuiteSparse 0.432700
            =============================================================================================
TESTING: consistencyChecks from config.packages.PaStiX(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.PaStiX 0.007707
            =============================================================================================
TESTING: consistencyChecks from config.packages.scalapack(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.scalapack 0.009728
              =============================================================================================
TESTING: consistencyChecks from config.packages.strumpack(config/BuildSystem/config/packages/strumpack.py:67)
          =============================================================================================
TESTING: alternateConfigureLibrary from config.packages.strumpack(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.strumpack 0.010332
Executing: uname -s
stdout: CYGWIN_NT-10.0
              =============================================================================================
TESTING: consistencyChecks from config.packages.MUMPS(config/BuildSystem/config/packages/MUMPS.py:52)
          =============================================================================================
TESTING: alternateConfigureLibrary from config.packages.MUMPS(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.MUMPS 0.431587
            =============================================================================================
TESTING: consistencyChecks from config.packages.MOAB(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.MOAB 0.007607
              =============================================================================================
TESTING: consistencyChecks from config.packages.Chombo(config/BuildSystem/config/packages/Chombo.py:131)
          =============================================================================================
TESTING: alternateConfigureLibrary from config.packages.Chombo(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Chombo 0.009221
              =============================================================================================
TESTING: consistencyChecks from config.packages.hypre(config/BuildSystem/config/packages/hypre.py:105)
          =============================================================================================
TESTING: alternateConfigureLibrary from config.packages.hypre(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.hypre 0.008778
            =============================================================================================
TESTING: consistencyChecks from config.packages.Trilinos(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.Trilinos 0.007385
            =============================================================================================
TESTING: consistencyChecks from config.packages.xSDKTrilinos(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.xSDKTrilinos 0.007631
            =============================================================================================
TESTING: consistencyChecks from config.packages.mstk(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/package.py:959)
  Called if --with-packagename=0; does nothing by default
    child config.packages.mstk 0.007635
            =============================================================================================
TESTING: consistencyChecks from config.packages.MFEM(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/packages/MFEM.py:224)
            Defined make rule "mfem-build" with dependencies "" and code []
            Defined make rule "mfem-install" with dependencies "" and code []
    child config.packages.MFEM 0.014626
            =============================================================================================
TESTING: consistencyChecks from config.packages.AMReX(config/BuildSystem/config/package.py:963)
  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(config/BuildSystem/config/packages/AMReX.py:157)
            Defined make rule "amrex-build" with dependencies "" and code []
            Defined make rule "amrex-install" with dependencies "" and code []
    child config.packages.AMReX 0.015087
          =============================================================================================
TESTING: configureRTLDDefault from PETSc.Configure(config/PETSc/Configure.py:710)
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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:\cygwin64\tmp\PETSC-~3\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() {
;
  return 0;
}
          =============================================================================================
TESTING: configurePrefetch from PETSc.Configure(config/PETSc/Configure.py:528)
  Sees if there are any prefetch functions supported
Executing: uname -s
stdout: CYGWIN_NT-10.0
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <xmmintrin.h>

int main() {
void *v = 0;_mm_prefetch((const char*)v,_MM_HINT_NTA);
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Ws2_32.lib 
            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(config/PETSc/Configure.py:596)
  Sees if __attribute((unused)) is supported
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'type'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2085: 'myfunc': not in formal parameter list
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ';' before 'type'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2085: 'name': not in formal parameter list
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ';' before '{'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): warning C4047: 'return': 'int (__cdecl *)()' differs in levels of indirection from 'int'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(9): error C2065: 'unused': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(9): error C2146: syntax error: missing ';' before identifier 'atype'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(9): error C2275: 'atype': illegal use of this type as an expression
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(8): note: see declaration of 'atype'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(9): error C2146: syntax error: missing ';' before identifier 'a'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(9): error C2065: 'a': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'type'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2085: 'myfunc': not in formal parameter list
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ';' before 'type'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2085: 'name': not in formal parameter list
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ';' before '{'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): warning C4047: 'return': 'int (__cdecl *)()' differs in levels of indirection from 'int'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(9): error C2065: 'unused': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(9): error C2146: syntax error: missing ';' before identifier 'atype'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(9): error C2275: 'atype': illegal use of this type as an expression
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(8): note: see declaration of 'atype'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(9): error C2146: syntax error: missing ';' before identifier 'a'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(9): error C2065: 'a': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
__attribute((unused)) static int myfunc(__attribute((unused)) void *name){ return 1;}

int main() {
int i = 0;
int j = myfunc(&i);
typedef void* atype;
__attribute((unused))  atype a;
;
  return 0;
}
              Compile failed inside link

            Defined "UNUSED" to " "
          =============================================================================================
TESTING: configureDeprecated from PETSc.Configure(config/PETSc/Configure.py:614)
  Check if __attribute((deprecated)) is supported
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'type'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2085: 'myfunc': not in formal parameter list
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ';' before '{'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): warning C4047: 'return': 'int (__cdecl *)()' differs in levels of indirection from 'int'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'type'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2085: 'myfunc': not in formal parameter list
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ';' before '{'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): warning C4047: 'return': 'int (__cdecl *)()' differs in levels of indirection from 'int'Source:
#include "confdefs.h"
#include "conffix.h"
__attribute((deprecated)) static int myfunc(void) { return 1;}

int main() {
;
  return 0;
}
            Defined "DEPRECATED_FUNCTION(why)" to " "
            Defined "DEPRECATED_TYPEDEF(why)" to " "
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2061: syntax error: identifier '__attribute'
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2061: syntax error: identifier '__attribute'Source:
#include "confdefs.h"
#include "conffix.h"
enum E {oldval __attribute((deprecated)), newval };

int main() {
;
  return 0;
}
            Defined "DEPRECATED_ENUM(why)" to " "
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
;
  return 0;
}
            Defined "DEPRECATED_MACRO(why)" to "_Pragma(why)"
          =============================================================================================
TESTING: configureIsatty from PETSc.Configure(config/PETSc/Configure.py:608)
  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(config/PETSc/Configure.py:663)
  Sees if the __builtin_expect directive is supported
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
if (__builtin_expect(0,1)) return 1;;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Ws2_32.lib 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol __builtin_expect referenced in function main
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol __builtin_expect referenced in function main
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol __builtin_expect referenced in function main
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol __builtin_expect referenced in function main
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externals:
          =============================================================================================
TESTING: configureAlign from PETSc.Configure(config/PETSc/Configure.py:647)
  Check if __attribute(aligned) is supported
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'constant'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing '{' before 'constant'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2059: syntax error: 'constant'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(4): error C2118: negative subscript
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before '('
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2091: function returns function
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing ')' before 'constant'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2143: syntax error: missing '{' before 'constant'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2059: syntax error: 'constant'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(3): error C2059: syntax error: ')'
C:\cygwin64\tmp\PETSC-~3\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() {
;
  return 0;
}
          Incorrect attribute(aligned)
            Defined "ATTRIBUTEALIGNED(size)" to " "
          =============================================================================================
TESTING: configureFunctionName from PETSc.Configure(config/PETSc/Configure.py:670)
  Sees if the compiler supports __func__ or a variant.
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
if (__func__[0] != 'm') return 1;;
  return 0;
}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
if (__func__[0] != 'm') return 1;;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Ws2_32.lib 
            Defined "FUNCTION_NAME_C" to "__func__"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
if (__func__[0] != 'm') return 1;;
  return 0;
}
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -GR -EHsc -Z7 -Zm200   -TP   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.cc 
stdout: conftest.cc
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
if (__func__[0] != 'm') return 1;;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -GR -EHsc -Z7 -Zm200  /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "FUNCTION_NAME_CXX" to "__func__"
          =============================================================================================
TESTING: configureIntptrt from PETSc.Configure(config/PETSc/Configure.py:688)
  Determine what to use for uintptr_t
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <stdint.h>

int main() {
int x; uintptr_t i = (uintptr_t)&x;;
  return 0;
}
            Defined "UINTPTR_T" to "uintptr_t"
          =============================================================================================
TESTING: configureSolaris from PETSc.Configure(config/PETSc/Configure.py:715)
  Solaris specific stuff
          =============================================================================================
TESTING: configureLinux from PETSc.Configure(config/PETSc/Configure.py:728)
  Linux specific stuff
            Defined "HAVE_DOUBLE_ALIGN_MALLOC" to "1"
          =============================================================================================
TESTING: configureWin32 from PETSc.Configure(config/PETSc/Configure.py:734)
  Win32 non-cygwin specific stuff
              Checking for functions [GetComputerName] in library ['Kernel32.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_GetComputerName();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  Kernel32.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                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"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main() {
LoadLibrary(0);
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_LOADLIBRARY" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main() {
GetProcAddress(0,0);
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_GETPROCADDRESS" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main() {
FreeLibrary(0);
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_FREELIBRARY" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main() {
GetLastError();
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_GETLASTERROR" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main() {
SetLastError(0);
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "HAVE_SETLASTERROR" to "1"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>

int main() {
QueryPerformanceCounter(0);
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Kernel32.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
            Defined "USE_MICROSOFT_TIME" to "1"
              Checking for functions [GetUserName] in library ['Advapi32.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_GetUserName();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                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'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_GetDC();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                Defined "HAVE_LIBUSER32" to "1"
            Adding ['User32.lib'] to LIBS
              Checking for functions [CreateCompatibleDC] in library ['Gdi32.lib'] []
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
_check_CreateCompatibleDC();;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/config.libraries/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/config.libraries/conftest.o  Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout: LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
Linker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\CONFIG~1.LIB\conftest.exe not found or not built by the last incremental link; performing full link
:
Linker output after filtering:
:
                Defined "HAVE_LIBGDI32" to "1"
            Adding ['Gdi32.lib'] to LIBS
Checking for type: int32_t
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/config.types/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
int32_t a;;
  return 0;
}
int32_t found
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(6): error C2065: 'uid_t': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'u'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(6): error C2065: 'u': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(6): error C2065: 'uid_t': undeclared identifier
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(6): error C2146: syntax error: missing ';' before identifier 'u'
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(6): error C2065: 'u': undeclared identifierSource:
#include "confdefs.h"
#include "conffix.h"
#include <sys/types.h>

int main() {
uid_t u;
;
  return 0;
}
            Typedefed "int" to "uid_t"
            Typedefed "int" to "gid_t"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.c(8): error C2065: 'R_OK': undeclared identifier
Possible ERROR while running compiler: exit code 2
stdout:
conftest.c
C:\cygwin64\tmp\PETSC-~3\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() {
int a=R_OK;
;
  return 0;
}
              Compile failed inside link

            Defined "R_OK" to "04"
            Defined "W_OK" to "02"
            Defined "X_OK" to "01"
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <sys/stat.h>

int main() {
int a=0;
if (S_ISDIR(a)){}
;
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib 
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol S_ISDIR referenced in function main
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externals
Possible ERROR while running linker: exit code 2
stdout:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol S_ISDIR referenced in function main
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externalsLinker output before filtering:
LINK : C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe not found or not built by the last incremental link; performing full link
conftest.obj : error LNK2019: unresolved external symbol S_ISDIR referenced in function main
C:\cygwin64\tmp\PETSC-~3\PETSC~1.CON\conftest.exe : fatal error LNK1120: 1 unresolved externals
:
Linker output after filtering:
conftest.obj : error LNK2019: unresolved external symbol S_ISDIR referenced in function main
C:\cygwin64\tmp\PETSC-~3\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)"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout:
conftest.c
c:\cygwin64\tmp\petsc-n3d4q6b0\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() {
LARGE_INTEGER a;
DWORD b=a.u.HighPart;
;
  return 0;
}
            Defined "HAVE_LARGE_INTEGER_U" to "1"
===== Checking compiler
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.c 
stdout: conftest.c
Successful compile:
Source:
#include "confdefs.h"
#include "conffix.h"
#include <windows.h>
#include <fcntl.h>

int main() {
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/e/wtay/Downloads/Source_codes/petsc-main
stdout: E:\wtay\Downloads\Source_codes\petsc-main
            Defined "DIR" to ""E:\\wtay\\Downloads\\Source_codes\\petsc-main""
Executing: cygpath -m /cygdrive/e/wtay/Downloads/Source_codes/petsc-main
stdout: E:/wtay/Downloads/Source_codes/petsc-main
            Defined make macro "wPETSC_DIR" to "E:/wtay/Downloads/Source_codes/petsc-main"
            Defined "ARCH" to ""petsc-dev_win64_impi_vs2017""
            Defined "DMNETWORK_MAXIMUM_COMPONENTS_PER_POINT" to "3"
          =============================================================================================
TESTING: configureCygwinBrokenPipe from PETSc.Configure(config/PETSc/Configure.py:814)
  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 
Executing: uname -s
stdout: CYGWIN_NT-10.0
Detected Cygwin
          =============================================================================================
TESTING: configureDefaultArch from PETSc.Configure(config/PETSc/Configure.py:830)
          =============================================================================================
TESTING: configureScript from PETSc.Configure(config/PETSc/Configure.py:847)
  Output a script in the conf directory which will reproduce the configuration
          =============================================================================================
TESTING: configureInstall from PETSc.Configure(config/PETSc/Configure.py:886)
  Setup the directories for installation
            Defined make rule "print_mesg_after_build" with dependencies "" and code ['- at echo "========================================="', '- at echo "Now to check if the libraries are working do:"', '- at echo "${MAKE_USER} PETSC_DIR=${PETSC_DIR} PETSC_ARCH=${PETSC_ARCH} check"', '- at echo "========================================="']
          =============================================================================================
TESTING: configureGCOV from PETSc.Configure(config/PETSc/Configure.py:902)
          =============================================================================================
TESTING: configureAtoll from PETSc.Configure(config/PETSc/Configure.py:591)
  Checks if atoll exists
===== Checking linker
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -c -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o -I/tmp/petsc-n3d4q6b0/config.compilerFlags -I/tmp/petsc-n3d4q6b0/config.compilers -I/tmp/petsc-n3d4q6b0/config.utilities.closure -I/tmp/petsc-n3d4q6b0/config.headers -I/tmp/petsc-n3d4q6b0/config.utilities.cacheDetails -I/tmp/petsc-n3d4q6b0/config.functions -I/tmp/petsc-n3d4q6b0/config.utilities.featureTestMacros -I/tmp/petsc-n3d4q6b0/config.utilities.missing -I/tmp/petsc-n3d4q6b0/PETSc.options.scalarTypes -I/tmp/petsc-n3d4q6b0/config.packages.MPI -I/tmp/petsc-n3d4q6b0/config.setCompilers -I/tmp/petsc-n3d4q6b0/config.packages.pthread -I/tmp/petsc-n3d4q6b0/config.types -I/tmp/petsc-n3d4q6b0/config.libraries -I/tmp/petsc-n3d4q6b0/PETSc.Configure  -MD -wd4996 -Z7   /tmp/petsc-n3d4q6b0/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() {
long v = atoll("25");
  return 0;
}
Executing: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -o /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.exe    -MD -wd4996 -Z7 /tmp/petsc-n3d4q6b0/PETSc.Configure/conftest.o Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib 
            Defined "HAVE_ATOLL" to "1"
          =============================================================================================
Executing: CC -VV
          =============================================================================================
          Defined "MPICC_SHOW" to ""Unavailable""
          Defined make macro "CC_FLAGS" to " -MD -wd4996 -Z7  "
          Defined "HAVE_CXX" to "1"
          Defined make macro "CXXPP_FLAGS" to " "
          Defined make macro "CXX_FLAGS" to " -MD -GR -EHsc -Z7 -Zm200   -TP  "
          Defined make macro "CXX_LINKER" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
          Defined make macro "CXX_LINKER_FLAGS" to "   -MD -GR -EHsc -Z7 -Zm200 "
          Defined make macro "CPP_FLAGS" to " "
          Defined make macro "PCC" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
          Defined make macro "PCC_FLAGS" to " -MD -wd4996 -Z7  "
          Defined make macro "PCPP_FLAGS" to " "
          Defined make macro "PFLAGS" to "${CFLAGS}"
          Defined make macro "PPPFLAGS" to "${CPPFLAGS}"
          Defined make macro "PY_CFLAGS" to ""
          Defined make macro "PY_CPPFLAGS" to ""
          Defined make macro "CC_SUFFIX" to "o"
          Defined make macro "PCC_LINKER" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
          Defined make macro "PCC_LINKER_FLAGS" to "   -MD -wd4996 -Z7"
          Defined make macro "CC_LINKER_SUFFIX" to ""
          Defined "HAVE_FORTRAN" to "1"
          Defined make macro "FPP_FLAGS" to ""
          Defined make macro "FC_FLAGS" to " -MD -Z7 -fpp "
          Defined make macro "FC_SUFFIX" to "o"
          Defined make macro "FC_LINKER" to "/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort"
          Defined make macro "FC_LINKER_FLAGS" to "   -MD -Z7 -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/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl"
          Defined make macro "SL_LINKER_FLAGS" to "${PCC_LINKER_FLAGS}"
          Defined make macro "SL_LINKER_SUFFIX" to "dll"
          Defined "SLSUFFIX" to ""dll""
          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 "-L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/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/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib"
          Defined make macro "MPI_INCLUDE" to "-I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include"
          Defined make macro "PETSC_EXTERNAL_LIB_BASIC" to "-L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lflapack -lfblas /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib"
          Defined make macro "PETSC_CC_INCLUDES" to "-I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/include -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include"
          Defined make macro "PETSC_CC_INCLUDES_INSTALL" to "-I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/include -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include"
          Defined make macro "PETSC_FC_INCLUDES" to "-I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/include -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include"
          Defined make macro "PETSC_FC_INCLUDES_INSTALL" to "-I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/include -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include"
          Defined "LIB_DIR" to ""/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/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 -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lpetsc -lflapack -lfblas /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.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 "${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_VEC_LIB" to "${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_MAT_LIB" to "${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_DM_LIB" to "${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_KSP_LIB" to "${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_SNES_LIB" to "${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_TS_LIB" to "${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_TAO_LIB" to "${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_CHARACTERISTIC_LIB" to "${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_LIB" to "${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}"
          Defined make macro "PETSC_CONTRIB" to "${C_SH_LIB_PATH} ${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/Program Files (x86)/Intel/oneAPI/mpi/latest/include\" --with-mpi-lib=\"[/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib,/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib,/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib]\" --download-fblaslapack=1 --with-debugging=1 --with-fortran-interfaces=1"
================================================================================
    child PETSc.Configure 109.358932
    child sum 1244.108308
    child total 1244.433308
**** petsc-dev_win64_impi_vs2017/lib/petsc/conf/petscvariables ****
FAST_AR_FLAGS = Scq
AR_FLAGS = cr
AR_ARGFILE = yes
C_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64
MPICC_SHOW = Unavailable
Cxx_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64
MPICXX_SHOW = Unavailable
FC_VERSION = Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
\nIntel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.2.0 Build 20210228_000000
MPIFC_SHOW = Unavailable
FC_DEFINE_FLAG = -D
wPETSC_DIR = E:/wtay/Downloads/Source_codes/petsc-main
CC_FLAGS =  -MD -wd4996 -Z7  
CXXPP_FLAGS =  
CXX_FLAGS =  -MD -GR -EHsc -Z7 -Zm200   -TP  
CXX_LINKER = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl
CXX_LINKER_FLAGS =    -MD -GR -EHsc -Z7 -Zm200 
CPP_FLAGS =  
PCC = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl
PCC_FLAGS =  -MD -wd4996 -Z7  
PCPP_FLAGS =  
PFLAGS = ${CFLAGS}
PPPFLAGS = ${CPPFLAGS}
PY_CFLAGS = 
PY_CPPFLAGS = 
CC_SUFFIX = o
PCC_LINKER = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl
PCC_LINKER_FLAGS =    -MD -wd4996 -Z7
CC_LINKER_SUFFIX = 
FPP_FLAGS = 
FC_FLAGS =  -MD -Z7 -fpp 
FC_SUFFIX = o
FC_LINKER = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort
FC_LINKER_FLAGS =    -MD -Z7 -fpp
FC_MODULE_FLAG = -I
FC_MODULE_OUTPUT_FLAG = -module:
SL_LINKER = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl
SL_LINKER_FLAGS = ${PCC_LINKER_FLAGS}
SL_LINKER_SUFFIX = dll
SL_LINKER_LIBS = ${PETSC_EXTERNAL_LIB_BASIC}
PETSC_LANGUAGE = CONLY
PETSC_SCALAR = real
PETSC_PRECISION = double
BLASLAPACK_LIB = -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lflapack -lfblas
BLASLAPACK_INCLUDE = 
FBLASLAPACK_LIB = 
FBLASLAPACK_INCLUDE = 
MATHLIB_LIB = 
MATHLIB_INCLUDE = 
MPI_LIB = /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib
MPI_INCLUDE = -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include
PETSC_EXTERNAL_LIB_BASIC = -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lflapack -lfblas /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib
PETSC_CC_INCLUDES = -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/include -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include
PETSC_CC_INCLUDES_INSTALL = -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/include -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include
PETSC_FC_INCLUDES = -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/include -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include
PETSC_FC_INCLUDES_INSTALL = -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/include -I/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/include -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include
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 -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lpetsc -lflapack -lfblas /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib Gdi32.lib User32.lib Advapi32.lib Kernel32.lib Ws2_32.lib
PETSC_SYS_LIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
PETSC_VEC_LIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
PETSC_MAT_LIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
PETSC_DM_LIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
PETSC_KSP_LIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
PETSC_SNES_LIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
PETSC_TS_LIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
PETSC_TAO_LIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
PETSC_CHARACTERISTIC_LIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
PETSC_LIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
PETSC_CONTRIB = ${C_SH_LIB_PATH} ${PETSC_WITH_EXTERNAL_LIB}
CONFIGURE_OPTIONS = --with-cc=\"win32fe cl\" --with-fc=\"win32fe ifort\" --with-cxx=\"win32fe cl\" --with-mpi-include=\"/cygdrive/c/Program Files (x86)/Intel/oneAPI/mpi/latest/include\" --with-mpi-lib=\"[/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib,/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib,/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib]\" --download-fblaslapack=1 --with-debugging=1 --with-fortran-interfaces=1
MKDIR = /usr/bin/mkdir -p
SHELL = /usr/bin/bash
SED = /usr/bin/sed
SEDINPLACE = /usr/bin/sed -i
MV = /usr/bin/mv
CP = /usr/bin/cp
GREP = /usr/bin/grep
RM = /usr/bin/rm -f
DIFF = /usr/bin/diff -w
PYTHON = /usr/bin/python3
CC = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl
CPP = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E
CXX = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl
CXXPP = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl -E
FC = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort
AR = /usr/bin/ar
RANLIB = /usr/bin/ranlib
AR_LIB_SUFFIX = lib
LD_SHARED = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl
CC_LINKER_SLFLAG = -L
FC_LINKER_SLFLAG = -L
CLANGUAGE = C
GIT = git
PREFIXDIR = /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017
PETSC_SCALAR_SIZE = 64
PETSC_INDEX_SIZE = 32
MAKE = /usr/bin/make
MAKE_USER = make
OMAKE_PRINTDIR  = /usr/bin/make  --print-directory
OMAKE = /usr/bin/make  --no-print-directory
MAKE_PAR_OUT_FLG = --output-sync=recurse
MAKE_NP = 32
MAKE_TEST_NP = 21
MAKE_LOAD = 72.0
NPMAX = 48
SONAME_FUNCTION = $(1).dll
SL_LINKER_FUNCTION = -LD
PETSC_DLL_EXPORTS = 1
BUILDSHAREDLIB = yes
DSYMUTIL = true
MPIEXECEXECUTABLE = /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/bin/mpiexec
MPIEXEC = /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/bin/mpiexec
HOSTNAME = hostname
PING = ping
CMAKE = /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake
CTEST = /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest
**** petsc-dev_win64_impi_vs2017/lib/petsc/conf/petscrules ****
print_mesg_after_build: 
	- at echo "========================================="
	- at echo "Now to check if the libraries are working do:"
	- at echo "${MAKE_USER} PETSC_DIR=${PETSC_DIR} PETSC_ARCH=${PETSC_ARCH} check"
	- at echo "========================================="

libc: ${LIBNAME}(${OBJSC})

libcxx: ${LIBNAME}(${OBJSCXX})

libcu: ${LIBNAME}(${OBJSCU})

libf: ${OBJSF}
	-${AR} ${AR_FLAGS} ${LIBNAME} ${OBJSF}

amrex-build: 

amrex-install: 

mfem-build: 

mfem-install: 

slepc-build: 

slepc-install: 

bamg-build: 

bamg-install: 

hpddm-build: 

hpddm-install: 

libmesh-build: 

libmesh-install: 

mpi4py-build: 

mpi4py-install: 

petsc4py-build: 

petsc4py-install: 

petsc4pytest: 

**** petsc-dev_win64_impi_vs2017/include/petscconf.h ****
#if !defined(INCLUDED_UNKNOWN)
#define INCLUDED_UNKNOWN

#define PETSC_ARCH "petsc-dev_win64_impi_vs2017"
#define PETSC_ATTRIBUTEALIGNED(size)  
#define PETSC_Alignx(a,b)   
#define PETSC_BLASLAPACK_CAPS 1
#define PETSC_CANNOT_START_DEBUGGER 1
#define PETSC_CLANGUAGE_C 1
#define PETSC_CXX_INLINE inline
#define PETSC_CXX_RESTRICT __restrict
#define PETSC_C_INLINE inline
#define PETSC_C_RESTRICT __restrict
#define PETSC_DEPRECATED_ENUM(why)  
#define PETSC_DEPRECATED_FUNCTION(why)  
#define PETSC_DEPRECATED_MACRO(why) _Pragma(why)
#define PETSC_DEPRECATED_TYPEDEF(why)  
#define PETSC_DIR "E:\\wtay\\Downloads\\Source_codes\\petsc-main"
#define PETSC_DIR_SEPARATOR '\\'
#define PETSC_DMNETWORK_MAXIMUM_COMPONENTS_PER_POINT 3
#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_DIALECT_CXX11 1
#define PETSC_HAVE_CXX_DIALECT_CXX14 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_FLOAT_H 1
#define PETSC_HAVE_FORTRAN 1
#define PETSC_HAVE_FORTRAN_CAPS 1
#define PETSC_HAVE_FORTRAN_FLUSH 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_I_MPI_NUMVERSION 20210200300
#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_MPICH_NUMVERSION 30300300
#define PETSC_HAVE_MPIIO 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_EXSCAN 1
#define PETSC_HAVE_MPI_F90MODULE 1
#define PETSC_HAVE_MPI_F90MODULE_VISIBILITY 1
#define PETSC_HAVE_MPI_FINALIZED 1
#define PETSC_HAVE_MPI_GET_ACCUMULATE 1
#define PETSC_HAVE_MPI_GET_LIBRARY_VERSION 1
#define PETSC_HAVE_MPI_IALLREDUCE 1
#define PETSC_HAVE_MPI_IBARRIER 1
#define PETSC_HAVE_MPI_INIT_THREAD 1
#define PETSC_HAVE_MPI_INT64_T 1
#define PETSC_HAVE_MPI_IN_PLACE 1
#define PETSC_HAVE_MPI_LONG_DOUBLE 1
#define PETSC_HAVE_MPI_NEIGHBORHOOD_COLLECTIVES 1
#define PETSC_HAVE_MPI_NONBLOCKING_COLLECTIVES 1
#define PETSC_HAVE_MPI_ONE_SIDED 1
#define PETSC_HAVE_MPI_PROCESS_SHARED_MEMORY 1
#define PETSC_HAVE_MPI_REDUCE_LOCAL 1
#define PETSC_HAVE_MPI_REDUCE_SCATTER 1
#define PETSC_HAVE_MPI_REDUCE_SCATTER_BLOCK 1
#define PETSC_HAVE_MPI_RGET 1
#define PETSC_HAVE_MPI_TYPE_DUP 1
#define PETSC_HAVE_MPI_TYPE_GET_ENVELOPE 1
#define PETSC_HAVE_MPI_WIN_CREATE 1
#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_STDINT_H 1
#define PETSC_HAVE_STRICMP 1
#define PETSC_HAVE_SYS_TYPES_H 1
#define PETSC_HAVE_TGAMMA 1
#define PETSC_HAVE_TIME 1
#define PETSC_HAVE_TIME_H 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__PIPE 1
#define PETSC_HAVE__SLEEP 1
#define PETSC_HAVE___INT64 1
#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/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib"
#define PETSC_MAX_PATH_LEN 4096
#define PETSC_MEMALIGN 16
#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_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 "/usr/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_ENUM 4
#define PETSC_SIZEOF_INT 4
#define PETSC_SIZEOF_LONG 4
#define PETSC_SIZEOF_LONG_LONG 8
#define PETSC_SIZEOF_SHORT 2
#define PETSC_SIZEOF_SIZE_T 8
#define PETSC_SIZEOF_VOID_P 8
#define PETSC_SLSUFFIX "dll"
#define PETSC_UINTPTR_T uintptr_t
#define PETSC_UNUSED  
#define PETSC_USE_AVX512_KERNELS 1
#define PETSC_USE_BACKWARD_LOOP 1
#define PETSC_USE_CTABLE 1
#define PETSC_USE_DEBUG 1
#define PETSC_USE_INFO 1
#define PETSC_USE_ISATTY 1
#define PETSC_USE_LOG 1
#define PETSC_USE_MICROSOFT_TIME 1
#define PETSC_USE_PROC_FOR_SIZE 1
#define PETSC_USE_REAL_DOUBLE 1
#define PETSC_USE_SHARED_LIBRARIES 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 PETSC_gid_t int
#define PETSC_uid_t int
#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-dev_win64_impi_vs2017/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-dev_win64_impi_vs2017/include/petscpkg_version.h ****
#if !defined(INCLUDED_UNKNOWN)
#define INCLUDED_UNKNOWN

#define PETSC_PKG_MPI_VERSION_MAJOR 3
#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-dev_win64_impi_vs2017/lib/petsc/conf/configure-hash
  Saved configure hash file: petsc-dev_win64_impi_vs2017/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/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages
  RDict update       : Substitutions were stored in RDict with parent None
  File creation      : Created makefile configure header petsc-dev_win64_impi_vs2017/lib/petsc/conf/petscvariables
  File creation      : Created makefile configure header petsc-dev_win64_impi_vs2017/lib/petsc/conf/petscrules
  File creation      : Created configure header petsc-dev_win64_impi_vs2017/include/petscconf.h
  File creation      : Created C specific configure header petsc-dev_win64_impi_vs2017/include/petscfix.h
  File creation      : Created configure pkg header petsc-dev_win64_impi_vs2017/include/petscpkg_version.h
FBLASLAPACK:
  Download           : Downloaded FBLASLAPACK into /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/externalpackages/git.fblaslapack
  Install            : Installed FBLASLAPACK into /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017
PETSc:
  Build              : Set default architecture to petsc-dev_win64_impi_vs2017 in lib/petsc/conf/petscvariables
  File creation      : Created petsc-dev_win64_impi_vs2017/lib/petsc/conf/reconfigure-petsc-dev_win64_impi_vs2017.py for automatic reconfiguration
Compilers:
  C Compiler:         /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -MD -wd4996 -Z7  
    Version: Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64
  C++ Compiler:         /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -MD -GR -EHsc -Z7 -Zm200   -TP  
    Version: Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
\nMicrosoft (R) C/C++ Optimizing Compiler Version 19.16.27045 for x64
  Fortran Compiler:         /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe ifort  -MD -Z7 -fpp 
    Version: Win32 Development Tool Front End, version 1.11.3 Mon, Feb 27, 2017 11:10:38 AM
\nIntel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.2.0 Build 20210228_000000
Linkers:
  Shared linker:   /cygdrive/e/wtay/Downloads/Source_codes/petsc-main/lib/petsc/bin/win32fe/win32fe cl  -LD  -MD -wd4996 -Z7
BlasLapack:
  Library:  -L/cygdrive/e/wtay/Downloads/Source_codes/petsc-main/petsc-dev_win64_impi_vs2017/lib -lflapack -lfblas
  uses 4 byte integers
MPI:
  Version:  3
  Includes: -I/cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/include
  Library:  /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impi.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/debug/impicxx.lib /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/lib/libmpi_ilp64.lib
  Mpiexec: /cygdrive/c/Program\ Files\ \(x86\)/Intel/oneAPI/mpi/latest/bin/mpiexec
  I_MPI_NUMVERSION: 20210200300  MPICH_NUMVERSION: 30300300
fblaslapack:
cmake:
  /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake
  Language used to compile PETSc: C
PETSc:
  PETSC_ARCH: petsc-dev_win64_impi_vs2017
  PETSC_DIR: /cygdrive/e/wtay/Downloads/Source_codes/petsc-main
  Prefix: <inplace installation>
  Scalar type: real
  Precision: double
  Integer size: 4 bytes
  Single library: yes
  Shared libraries: yes
  Memory alignment from malloc(): 16 bytes
  Using GNU make: /usr/bin/make
xxx=========================================================================xxx
 Configure stage complete. Now build PETSc libraries with:
   make PETSC_DIR=/cygdrive/e/wtay/Downloads/Source_codes/petsc-main PETSC_ARCH=petsc-dev_win64_impi_vs2017 all
xxx=========================================================================xxx
================================================================================
Finishing configure run at Thu, 15 Apr 2021 12:53:27 +0800
================================================================================


More information about the petsc-users mailing list