[CPMD-list] Compilation with latest intel compiler(v8.1) and mkl lib(v7.2)
Yun Wang
wangyun22 at yahoo.com
Fri May 13 03:57:47 CEST 2005
Dear All,
I just compiled CPMD with latest IFORT(v8.1)
compiler and MKL(v7.2) lib. You may have known how to
do it. I still want to share my experience.
Firstly, I have changed the LFLAGS in Makefile
according to the guide of Dr. Axel;
LFLAGS = -static-libcxa -Xlinker -Bstatic -lsvml\
-L/opt/intel/mkl721/lib/32 -lmkl_lapack
-lmkl_ia32 -lguide\
-Vaxlib -Vaxlib -Xlinker -Bdynamic -lpthread
$(QMMM_LIBS)
Then, change the util.F file around line 550 from:
#if !(defined(__SGI)) && !(defined(__HP)) &&
!(defined(LINUX_IA64_INTEL))
to:
#if !(defined(__SGI)) && !(defined(__HP)) &&
!(defined(LINUX_IFC))
After these changes, everything should be OK.
Best wishes.
Yun Wang
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
More information about the CPMD-list
mailing list