[petsc-users] Configure issues with scalapack
Satish Balay
balay.anl at fastmail.org
Mon Aug 19 23:23:16 CDT 2024
I would:
- use 'top' to see where the hang is
- retry the build and see if the hang persists
- tweak compiler options [change from -O3 to -O2 or such, or use latest cmake] and see if that makes a difference.
Also note - the instructions for using Intel OneAPI MPI
https://urldefense.us/v3/__https://petsc.org/release/install/install/*mpi__;Iw!!G_uCfscf7eWS!fzmxXJAoz6sq09cMkWlxlC7lxKlGq7s8d1lmsvonkVcTttVqgkZBiY7idwr7nk6a4uOcMnl9J2WlJoXCnlQxhllRSCE$
Satish
On Mon, 19 Aug 2024, Barry Smith wrote:
>
> You need to send configure.log to petsc-maint at mcs.anl.gov <mailto:petsc-maint at mcs.anl.gov> so we can potentially locate the problem.
>
> > On Aug 19, 2024, at 8:23 PM, Amneet Bhalla <mail2amneet at gmail.com> wrote:
> >
> > Hi Folks,
> >
> > I am trying to build PETSc with MUMPS which requires building/downloading scalapack. I used the following configure command to do this:
> >
> > ./configure --PETSC_ARCH=linux-opt --with-debugging=0 --download-hypre=1 --with-x=0 -download-mumps -download-scalapack -download-parmetis -download-metis -download-ptscotch --COPTFLAGS="-O3" --CXXOPTFLAGS="-O3" --FOPTFLAGS="-O3" --with-mpi-dir=/opt/intel/oneapi/mpi/latest
> >
> > For some reason PETSc configure gets stuck at configuring SCALAPACK -- it's been more than 1 hour at this point
> >
> > ============================================================================================= Configuring SCALAPACK with cmake; this may take several minutes =============================================================================================
> >
> > Any idea what might be going on?
> >
> > Thanks,
> > --
> > --Amneet
> >
> >
> >
>
>
More information about the petsc-users
mailing list