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