On Thu, Aug 02, 2012, Prabu Manoharan wrote:
>
> cd $AMBERHOME/AmberTools/src
> ./configure_openmpi gnu
>
>
> applecluster:~ admin$ which mpif90
> /usr/bin/mpif90
> applecluster:~ admin$ which mpicc
> /common/mpich/ch_p4/bin/mpicc
This is your problem: you need to add $AMBERHOME/bin to the beginning of your
PATH, so that "which mpif90" returns $AMBERHOME/bin/mpif90, etc.
Also, you are getting mpif90 from /usr/bin, but mpicc from
/common/mpich/ch_p4/bin. This is bound to cause havoc. Make sure that mpif90
and mpicc both use the executables from $AMBERHOME/bin.
...good luck...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Thu Aug 02 2012 - 08:00:04 PDT