Re: [petsc-users] One question on configuring / compiling PETSc

2022-03-17 Thread Jacob Faibussowitsch
You may also want to specify -mtune=. It is usually redundant (-march implies -mtune), but depending on how old your compiler is/how new your hardware is your compiler may not properly classify your hardware and still tune for “generic”. Best regards, Jacob Faibussowitsch (Jacob Fai - booss -

Re: [petsc-users] One question on configuring / compiling PETSc

2022-03-17 Thread Jed Brown
-march=native, which is also recognized by the new Intel compilers (icx), which are based on LLVM. Ernesto Prudencio via petsc-users writes: > Hi all. > > When compiling PETSc with INTEL compilers, we have been using the options > "-Ofast -xHost". Is there an equivalent to -xHost for GNU

[petsc-users] One question on configuring / compiling PETSc

2022-03-17 Thread Ernesto Prudencio via petsc-users
Hi all. When compiling PETSc with INTEL compilers, we have been using the options "-Ofast -xHost". Is there an equivalent to -xHost for GNU compilers? Thank you in advance, Ernesto. Schlumberger-Private