--CFLAGS="-QxHost -debug -O3" --CXXFLAGS="-QxHost -debug -O3" --FFLAGS="-QxHost -debug -O3"
You are trying to pass to the Windows compiler Linux style command line options which the compiler cannot understand. You need to look at the windows compiler documentation to determine what the command line options are. Or simpler just do not pass these three arguments at all and just use the defaults. Barry > On Mar 27, 2018, at 11:40 PM, TAY wee-beng <[email protected]> wrote: > > Hi, > > I have an error compiling PETSc with Intel Fortran and its options. > > I have attached the configure.log > > -- > Thank you very much. > > Yours sincerely, > > ================================================ > TAY Wee-Beng (Zheng Weiming) ιδΌζ > Personal research webpage: http://tayweebeng.wixsite.com/website > Youtube research showcase: > https://www.youtube.com/channel/UC72ZHtvQNMpNs2uRTSToiLA > linkedin: www.linkedin.com/in/tay-weebeng > ================================================ > > <configure.log>
