Hi,
On Tue, Jul 21, 2009 at 04:20:36PM -0500, David Watson wrote:
> After much agony, I was able to successfully compile Amber 10 serial
> with ifort and the MKL using the following procedure.
>
> 1) ./configure_amber -nopar -nosanderidc ifort_macosx
>
> 2) in config_amber.h,
> a) add -xHost to FFLAGS and FOPTFLAGS
Why is 2a necessary ? What happened without it ?
My reading of the manual indicates this is unncessary:
On Mac OS* systems using IA-32 architecture, S, T, and P are valid
processor values. On these systems, P is the default and is always
set. On Mac OS systems using Intel(R) 64 architecture, S and T are
the only valid processor values. On these systems, T is the default
and is always set.
> b) change the LOADLIB line, as so:
> LOADLIB= -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/
> lib/32 \
> /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32/
> libmkl_solver_sequential.a \
> -lmkl_intel -lmkl_sequential -lmkl_core -lmkl_lapack -lguide -lpthread
We might try to support this automagically.
thanks for the report,
Scott
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Jul 22 2009 - 18:07:57 PDT