tags 722162 patch thanks Hi
The attached patch fixes the underlinking of the mpi library. There may be better ways to fix this. If nobody else jumps in, I will work on this next week and include the autoreconf changes from Ubuntu. Regards Graham
--- a/configure.ac +++ b/configure.ac @@ -148,6 +148,8 @@ REQUISITIONS="$REQUISITIONS libmopac7" fi +LIBS="$LIBS -lmpi -lmpi_cxx" + # Checks for header files. # ^^^^^^^^^^^^^^^^^^^^^^^^

