[petsc-users] petsc-dev: configure problem with metis

Barry Smith bsmith at mcs.anl.gov
Mon Jun 27 08:16:01 CDT 2011



   You need to send configure.log to petsc-maint at mcs.anl.gov 


On Jun 27, 2011, at 5:46 AM, Klaus Zimmermann wrote:

> Hi all,
> 
> in order to profit from cuda I tried to compile petsc-dev (latest hg). Unfortunately it fails on configuring metis (see below).
> Is this a known problem?
> 
> Thanks in advance,
> Klaus
> 
> --------------------
> kz38 at globus:~/src/extern/petsc-dev$ ./configure --download-metis --with-fortran --with-blacs-include=/opt/bwgrid/compiler/intel/ct_4.0/mkl/10.2.5.035/include --with-blas-lapack-dir=/opt/bwgrid/compiler/intel/ct_4.0/mkl/10.2.5.035 --with-scalar-type=complex --with-blacs --with-scalapack-lib=/opt/bwgrid/compiler/intel/ct_4.0/mkl/10.2.5.035/lib/em64t/libmkl_scalapack_lp64.a --with-clanguage=c++ --with-precision=double --with-scalapack --with-scalapack-include=/opt/bwgrid/compiler/intel/ct_4.0/mkl/10.2.5.035/include --with-blacs-lib=/opt/bwgrid/compiler/intel/ct_4.0/mkl/10.2.5.035/lib/em64t/libmkl_blacs_openmpi_lp64.a --with-cuda --with-cusp --with-thrust
> ===============================================================================
>             Configuring PETSc to compile on your system 
> ===============================================================================
> =============================================================================== Compiling & installing Metis; this may take several minutes =============================================================================== *******************************************************************************
>         UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for details):
> -------------------------------------------------------------------------------
> Error running make on Metis: Could not execute "cd /home/kz38/src/extern/petsc-dev/externalpackages/metis-4.0.3 && make clean && make library && make minstall && make clean":
> (cd Lib ; make clean )
> make[1]: Entering directory `/home/kz38/src/extern/petsc-dev/externalpackages/metis-4.0.3/Lib'
> rm -f *.o
> make[1]: Leaving directory `/home/kz38/src/extern/petsc-dev/externalpackages/metis-4.0.3/Lib'
> (cd Programs ; make clean )
> make[1]: Entering directory `/home/kz38/src/extern/petsc-dev/externalpackages/metis-4.0.3/Programs'
> rm -f *.o
> make[1]: Leaving directory `/home/kz38/src/extern/petsc-dev/externalpackages/metis-4.0.3/Programs'
> (cd Test ; make clean )
> make[1]: Entering directory `/home/kz38/src/extern/petsc-dev/externalpackages/metis-4.0.3/Test'
> rm -f *.o
> make[1]: Leaving directory `/home/kz38/src/extern/petsc-dev/externalpackages/metis-4.0.3/Test'
> make: *** No rule to make target `library'.  Stop.
> *******************************************************************************
> 



More information about the petsc-users mailing list