[petsc-users] Petsc installation with Elemental 0.85

Jed Brown jed at jedbrown.org
Mon Jan 5 23:55:01 CST 2015


"Ghosh, Swarnava" <sghosh2012 at gatech.edu> writes:

> Hello,
>
>  I am trying to install petsc 3.4.5 with Elemental 0.85 using the following command:
>
> ./configure --with-cc=gcc --with-cxx=g++ --with-fc=gfortran --download-f-blas-lapack=1 --download-mpich --download-cmake --download-elemental=/home/sghosh45/libelemental/elemental-0.85.tar.gz --with-cxx-dialect=C++11
>
>  However the installation is failing with the following statement
>
> *******************************************************************************
>          UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for details):
> -------------------------------------------------------------------------------
> Error running make on Elemental: Could not execute "cd /home/sghosh45/petsc/petsc-3.4.5/externalpackages/elemental-0.85/arch-linux2-c-debug && make && make install":
> Runaway process exceeded time limit of 2500s
> *******************************************************************************

My guess is that it was compiling fine, just very slowly.  C++ is slow
everywhere, but usually not this slow.  What sort of file system do you
have?  Is it really slow?

You can compile Elemental separately and tell PETSc to use it.  The
timeout can also be increased, but PETSc/BuildSystem should implement a
better solution.

Finally, a friendly reminder to upgrade to petsc-3.5.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20150105/b0ac8223/attachment.pgp>


More information about the petsc-users mailing list