Sorry, in siteconfig, add to the end of your Compiler options:

-I/opt/intel/composer_xe_2013.0.079/mkl/include

-------------------------------------------------------------------------

I found in at least one module that mkl_vml.fi is needed earlier in the compile stage:

root@computername:~/WIEN2k# cd SRC_vecpratt/
root@computername:~/WIEN2k/SRC_vecpratt# grep FOPT Makefile
# FOPT ......... optimization flags
FOPT = -FR -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML -traceback -assume buffered_io
LDFLAGS = $(FOPT) -L$(MKLROOT)/lib/$(MKL_TARGET_ARCH) -pthread
FFLAGS = $(FGEN) $(FOPT)
root@computername:~/WIEN2k/SRC_vecpratt# grep 5102 *.msg
W2kinit_tmp.F(28): error #5102: Cannot open include file 'mkl_vml.fi'
W2kinit_tmp.F(28): error #5102: Cannot open include file 'mkl_vml.fi'
root@computername:~/WIEN2k/SRC_vecpratt# cat compile.msg
...
ifort -FR -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML -traceback -assume buffered_io -c W2kinit_tmp.F
W2kinit_tmp.F(28): error #5102: Cannot open include file 'mkl_vml.fi'
...
root@computername:~/WIEN2k/SRC_vecpratt# gedit Makefile
root@computername:~/WIEN2k/SRC_vecpratt# grep FOPT Makefile
# FOPT ......... optimization flags
FOPT = -FR -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML -traceback -assume buffered_io -I/opt/intel/composer_xe_2013_sp1.1.106/mkl/include
LDFLAGS = $(FOPT) -L$(MKLROOT)/lib/$(MKL_TARGET_ARCH) -pthread
FFLAGS = $(FGEN) $(FOPT)
root@computername:~/WIEN2k/SRC_vecpratt# rm compile.msg
root@computername:~/WIEN2k/SRC_vecpratt# make |& tee -a compile.msg
root@computername:~/WIEN2k/SRC_vecpratt# grep 5102 *.msg
root@computername:~/WIEN2k/SRC_vecpratt#
_______________________________________________
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

Reply via email to