回复: [CP2K:3030] psmp build - error with Intel compiler

shoutian sun sunshou... at yahoo.com.cn
Thu Jan 6 03:16:44 UTC 2011


Hi,
This is mine makefile. It works fine.

Intel Compiler 11.1.072
Intel mkl 10.0.5.025

INTEL_INC=/opt/intel/Compiler/11.1/072/mkl/include
FFTW3_INC=/ds19/zfliu/stsun/fftw322/include

CC       = cc
CPP      = 
FC       = mpif90 -FR
#FC       = mpif90 
LD = mpif90 -i_dynamic -openmp
AR       = ar -r
#DFLAGS   = -D__INTEL -D__FFTSG -D__parallel -D__BLACS -D__SCALAPACK -D__FFTW3
DFLAGS = -D__INTEL -D__FFTSG -D__parallel -D__BLACS -D__SCALAPACK -D__FFTW3 
-D__LIBINT
CPPFLAGS = -C -traditional $(DFLAGS) -I$(INTEL_INC)
FCFLAGS = $(DFLAGS) -I$(INTEL_INC) -I$(FFTW3_INC) -O2 -xW -heap-arrays 64 
-funroll-loops -fpp -free
FCFLAGS2 = $(DFLAGS) -I$(INTEL_INC) -I$(FFTW3_INC) -O1 -xW -heap-arrays 64 
-funroll-loops -fpp -free
LDFLAGS = $(FCFLAGS) -I$(INTEL_INC) -L/opt/intel/mkl/10.0.5.025/lib/em64t
#
LIBS = -L/opt/intel/mkl/10.0.5.025/lib/em64t -lmkl_scalapack -lmkl_em64t 
-lmkl_blacs_openmpi_lp64 -lguide -lpthread -lstdc++\
/ds19/zfliu/stsun/fftw322/lib/libfftw3.a \
/ds19/zfliu/stsun/libint114/lib/libderiv.a \
/ds19/zfliu/stsun/libint114/lib/libint.a 

OBJECTS_ARCHITECTURE = machine_intel.o


graphcon.o: graphcon.F
        $(FC) -c $(FCFLAGS2) $<


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20110106/85f011e5/attachment.htm>


More information about the CP2K-user mailing list