configure:3116: checking whether we are cross compiling
configure:3124: mpicc -o conftest conftest.c>&5
configure:3128: $? = 0
configure:3135: ./conftest
./conftest: error while loading shared libraries: libmpich.so.1.2: cannot open
shared object file: No such file or directory
What happens if you do this by hand:
echo "int main () {}" > x.c
mpicc x.c
./a.out
? If this doesn't work, then it's an installation problem with MPI, not
with deal.II. That might give some direction as to where to search.
Best
W.
------------------------------------------------------------------------
Wolfgang Bangerth email: [email protected]
www: http://www.math.tamu.edu/~bangerth/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii