[petsc-users] Compilation error with PETSc and intel options

Smith, Barry F. bsmith at mcs.anl.gov
Fri Mar 30 13:43:37 CDT 2018


--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 <zonexo at gmail.com> 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>



More information about the petsc-users mailing list