Re: [petsc-users] Compilation failure of PETSc with "The procedure name of the INTERFACE block conflicts with a name in the encompassing scoping unit"

2023-10-11 Thread Matthew Knepley
On Wed, Oct 11, 2023 at 4:22 AM Richter, Roland wrote: > Hei, > > following my last question I managed to configure PETSc with Intel MPI and > Intel OneAPI using the following configure-line: > > > > *./configure --prefix=/media/storage/local_opt/petsc > --with-scalar-type=complex

[petsc-users] Compilation failure of PETSc with "The procedure name of the INTERFACE block conflicts with a name in the encompassing scoping unit"

2023-10-11 Thread Richter, Roland
Hei, following my last question I managed to configure PETSc with Intel MPI and Intel OneAPI using the following configure-line: ./configure --prefix=/media/storage/local_opt/petsc --with-scalar-type=complex --with-cc=mpiicc --with-cxx=mpiicpc --CPPFLAGS="-fPIC -march=native -mavx2"