On Tue, Jun 25, 2013, Ismail, Mohd F. wrote:
>
> Here is my system specs:
> AMD Opteron Magny-cours 8-core
> CentOS 6.4
> Intel Compiler 11.1 073
>
> What I did:
> unpack AT1.5
> set AMBERHOME
> cd $AMBERHOME
> export PATH="AMBERHOME/bin:$PATH"
> apply patch (patch -p0 -N < bugfix.all)
> cd to $AMBERHOME/AmberTools/src
> ./configure intel
> make serial
You don't say how you configured the intel compilers: did you run the
"iccvars" script (either the .sh or .csh version)? Your error messages show
that the errors are all coming from /usr/include/c++/4.4.7/...., which I am
not sure it what it should be.
But more importantly:
1. There is almost no reason to use the Intel compilers for AmberTools:
configure with gnu instead.
2. AmberTools1.5 is two full revisions and many bugfixes out of date: you
should upgrade to AmberTools13.
You can also add the -nomtkpp flag to configure, which skips the (rather
complex) mtkpp build. But steps 1 and 2 are my best suggestion.
...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Jun 25 2013 - 05:00:03 PDT