AMBER Archive (2008)

Subject: Re: AMBER: amber installation on cluster

From: David A. Case (case_at_scripps.edu)
Date: Wed Jun 04 2008 - 12:55:39 CDT


On Wed, Jun 04, 2008, Pankaj R. Daga wrote:
>
> MPI_HOME is set to /usr/local
>
> /usr/local/bin/mpif90: error while loading shared libraries: libintlc.so.5:
> cannot open shared object file: No such file or directory

The configure script is trying to run the command

     /usr/local/bin/mpif90 -showme

You will need to figure out how to get this to work correctly; probably your
LD_LIBRARY_PATH variable needs to be updated. Be sure that you can compile
simple MPI programs (such as the test programs that come with the
distribution).

>
> cpp -traditional -I/usr/local/include -P -DMPI -DMKL evb_vars.f >
> _evb_vars.f
>
> cpp: invalid option -traditional

This is weird, since you report that the serial compilation went OK, and (as
far I as know), the same preprocessing program is used for both serial and
parallel processing.

Try seeing what response you get from "which cpp" and "cpp --version". Also,
compare what the FPP variable is set to in the serial config.h file.

...dac

-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" (in the *body* of the email)
      to majordomo_at_scripps.edu