makefile.linux_efc_itanium modifications for serial version

Problems running VASP: crashes, internal errors, "wrong" results.

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
lahaye
Jr. Member
Jr. Member
Posts: 98
Joined: Fri Apr 14, 2006 5:08 am
Location: Suwon - Korea

makefile.linux_efc_itanium modifications for serial version

#1 Post by lahaye » Fri Sep 29, 2006 9:36 am

Hi,

Following changes to makefile.linux_efc_itanium were
necessary to have it compile the serial version of VASP.
This is with most recent Intel compiler and mkl.
Maybe something for next release....



FC=ifort

FFLAGS = -FR -lowercase -cm -w95 -safe_cray_ptr -ftz

BLAS=-L/opt/intel/mkl/8.1.1/lib/64 -lmkl_i2p -lmkl_vml_i2p -lguide -lvml -lmkl

LAPACK= -L/opt/intel/mkl/8.1.1/lib/64 -lmkl_lapack64


Regards,
Rob.
Last edited by lahaye on Fri Sep 29, 2006 9:36 am, edited 1 time in total.

Post Reply