On Sat, Jan 25, 2014 at 6:59 PM, Gerald Monard <
Gerald.Monard.univ-lorraine.fr> wrote:
> Hi,
>
> Error! Could not link C++ mpi code using mpi fortran linker:
> "mpif90 -lstdc++ -lmpi_cxx"
>
It might be worth trying to link it with
mpif90 -lmpi_cxx -lstdc++
instead of
mpif90 -lstdc++ -lmpi_cxx
since libmpi_cxx probably depends on libstdc++
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Sat Jan 25 2014 - 18:00:03 PST