[petsc-users] petsc-dev: configure problem with metis
Klaus Zimmermann
klaus.zimmermann at physik.uni-freiburg.de
Mon Jun 27 05:46:22 CDT 2011
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