On Fri, Apr 13, 2018 at 5:13 PM, Michael Povolotskyi <mpovo...@purdue.edu>
wrote:

>
> Dear libmesh developers, I have a hard time to configure libmesh with
> SLEPC.
>
> This my configuration command:
>
> ./configure PETSC_DIR=/depot/kildisha/apps/brown/nemo5/libs/petsc/build-real
> SLEPC_DIR=/depot/kildisha/apps/brown/nemo5/libs/slepc/build-real
> TSC_ARCH=linux F77="mpif77" CC="mpicc" GCC="gcc" CXX="mpicxx" --enable-vtk
> --with-vtk-include=/depot/kildisha/apps/brown/vtk/8.0.1_gcc-
> 5.2.0_openmpi-2.1.0/include/vtk-8.0 --with-vtk-lib=/depot/kildisha
> /apps/brown/vtk/8.0.1_gcc-5.2.0_openmpi-2.1.0/lib --disable-tetgen
> --enable-triangle --enable-slepc --disable-nemesis --disable-strict-lgpl
> --enable-parmesh --enable-amr --enable-shared=yes
> --disable-glibcxx-debugging --enable-tecplot ;
>
>
>

It appears your SLEPc is not installed correctly, as this line states:

/depot/kildisha/apps/brown/nemo5/libs/slepc/build-real/conf/slepc_variables:22:
> /depot/kildisha/apps/brown/nemo5/libs/petsc/build-real/conf/variables: No
> such file or directory


That is, line 22 of the slepc_variables file refers to a (probably
non-existent) PETSc build in
/depot/kildisha/apps/brown/nemo5/libs/petsc/build-real.

Is it possible you recently rebuilt PETSc and SLEPc and your SLEPC_DIR
environment variable still points to an old SLEPc?




> Please, advise. The config.log is attached.
>

Sorry, unforunately no attachments are allowed on this list.

-- 
John
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to