Ben Roberts wrote:
> The Intel compilers
> -------------------
>
> I sent a message earlier today regarding an "internal error" which
> causes the compiler to choke for AmberTools. Amber itself, on the other
> hand, compiles with no significant problems (compiler warnings
> notwithstanding).
Further to this, I've found a workaround, which I posted on the Wiki.
But for convenience, it is this:
The file $AMBERHOME/src/leap/src/leap/amber.c must be compiled at
optimization level 0, for instance,
icc -DBINTRAJ -O0 -c -o amber.o amber.c
(I suppose O1 could also work; I believe Intel defaults to O2. But I
hear there often isn't much gained by going from O0 to O1.)
I did this by hand, but I suppose it could be incorporated into the
Makefile. What do the maintainers of that portion of LeAP think?
Ben
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Thu Oct 01 2009 - 14:00:02 PDT