Re: [petsc-users] PETSc configuration error on macOS Monterey with Intel oneAPI

2022-01-13 Thread Danyang Su
nyway, Danyang From: Samar Khatiwala Date: Wednesday, January 12, 2022 at 2:01 PM To: Danyang Su Cc: PETSc Subject: Re: [petsc-users] PETSc configuration error on macOS Monterey with Intel oneAPI Hi Danyang, I had trouble configuring PETSc on MacOS Monterey with ifort when using mpich (wh

Re: [petsc-users] PETSc configuration error on macOS Monterey with Intel oneAPI

2022-01-13 Thread Samar Khatiwala
ifh -lmpi > > Thanks anyway, > > Danyang > From: Samar Khatiwala > Date: Wednesday, January 12, 2022 at 2:01 PM > To: Danyang Su > Cc: PETSc > Subject: Re: [petsc-users] PETSc configuration error on macOS Monterey with > Intel oneAPI > > Hi Danyang, >

Re: [petsc-users] PETSc configuration error on macOS Monterey with Intel oneAPI

2022-01-12 Thread Danyang Su
01 PM To: Danyang Su Cc: PETSc Subject: Re: [petsc-users] PETSc configuration error on macOS Monterey with Intel oneAPI Hi Danyang, I had trouble configuring PETSc on MacOS Monterey with ifort when using mpich (which I was building myself). I tracked it down to an errant "-Wl,-flat

Re: [petsc-users] PETSc configuration error on macOS Monterey with Intel oneAPI

2022-01-12 Thread Samar Khatiwala
Hi Danyang, I had trouble configuring PETSc on MacOS Monterey with ifort when using mpich (which I was building myself). I tracked it down to an errant "-Wl,-flat_namespace” option in the mpif90 wrapper. I rebuilt mpich with the "--enable-two-level-namespace” configuration option and the

[petsc-users] PETSc configuration error on macOS Monterey with Intel oneAPI

2022-01-12 Thread Danyang Su
Hi All, I got an error in PETSc configuration on macOS Monterey with Intel oneAPI using the following options: ./configure --with-cc=icc --with-cxx=icpc --with-fc=ifort --with-blas-lapack-dir=/opt/intel/oneapi/mkl/2022.0.0/lib/ --with-debugging=1 PETSC_ARCH=macos-intel-dbg --download-mumps