Ahah! That did do the trick. Many thanks!
On Wed, Oct 8, 2014 at 11:57 PM, Dmitry Karpeyev
wrote:
> libMesh isn't finding the MPI that PETSc installed. Earlier this fact was
> a bit obscured (to me) by your use of --with-mpi=0, I think. In fact, it
> looks like libMesh isn't really finding the
libMesh isn't finding the MPI that PETSc installed. Earlier this fact was a
bit obscured (to me) by your use of --with-mpi=0, I think. In fact, it
looks like libMesh isn't really finding the PETSc you built -- just the
source tree. Giving the explicit PETSC_ARCH to libMesh's configure should
do t
I should add that unless there is a good reason for using --with-mpi=0,
simply replacing it with --download-mpich should fix this problem.
Dmitry.
On Wed, Oct 8, 2014 at 8:34 PM, Dmitry Karpeyev wrote:
> The problem seems stem from the fact that you are configuring PETSc
> --with-mpi=0.
> Is th
The problem seems stem from the fact that you are configuring PETSc
--with-mpi=0.
Is this what you want?
This means no MPI is used by PETSc. libMesh detects that fact, and
configures itself without MPI.
However, ParMETIS (distributed with libMesh) doesn't seem to know this and
attempts to use the
Can you send PETSc's configure.log and libMesh's config.log? Even better if
you could send the terminal output of your libMesh configure run
(redirected to something like lib me she configure.log).
It looks like you are configuring PETSc or libMesh (or both) in a way that
no MPI is found and PETSc
On Wed, 8 Oct 2014, Kameeko Kiwi wrote:
> I'm trying to compile Libmesh with the latest version of PETSc (3.5.2),
> using the following command:
>
> ./configure --prefix=/home/kameeko/software/libmesh_build3
> --enable-everything --enable-petsc --disable-laspack
> PETSC_DIR=/home/kameeko/software
Hello,
I'm trying to compile Libmesh with the latest version of PETSc (3.5.2),
using the following command:
./configure --prefix=/home/kameeko/software/libmesh_build3
--enable-everything --enable-petsc --disable-laspack
PETSC_DIR=/home/kameeko/software/petsc
Running make afterwards gives many er