<div dir="ltr"><div>Thank you for the reply sir,<br><br></div>My supervisor is away on business and i do not have username and passport to download latest version. I have attached my compile message of dstart. I have fully running Wien2k on normal i7 Ubuntu witch gfortran and gcc compilers but i ran into this problem when i wanted to do some calculations on Cluster (Rocks 6.1) with intel compilers. Can you please look into my compile message? <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 18, 2015 at 11:17 PM, Gavin Abo <span dir="ltr"><<a href="mailto:gsabo@crimson.ua.edu" target="_blank">gsabo@crimson.ua.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">First, install the latest WIEN2k version (14.2) unless you want to experience the frustration of the WIEN2k 13.1 bugs listed at<br>
<br>
<a href="http://www.wien2k.at/reg_user/updates/" target="_blank">http://www.wien2k.at/reg_user/updates/</a><br>
<br>
Second, regarding the errors like f951: error: unrecognized command line option "-ip", if you do a google search, it looks like f951 might be a gfortran error.  So you might have specified a gfortran compiler instead of an ifort compiler for the fortran compiler during siteconfig.  As it says, check the compile.msg file in SRC_dstart, because the information in the compile.msg file might make it more clear as to what exactly went wrong.<div><div class="h5"><br>
<br>
On 5/18/2015 1:04 AM, Temuujin Bayaraa wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Wien2k users,<br>
<br>
I am installing Wien2k 13.1 on Red Hat (Cluster). I have Intel Composer Xe 2013 SP1 installed.<br>
I chose following in the compilation:<br>
System : I ; linuxfc<br>
Compiler: ifort, icc<br>
Compiler options:  -FR -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML -traceback -assume   buffered_io<br>
 FFTW options:            -DFFTW3 -I/home/temuujin/local/include<br>
 Linker Flags:            $(FOPT) -L$(MKLROOT)/lib/$(MKL_TARGET_ARCH) -pthread<br>
 Preprocessor flags       '-DParallel'<br>
 R_LIB (LAPACK+BLAS):     -lmkl_lapack95_lp64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -openmp -lpthread<br>
 FFTW_LIBS:               -lfftw3_mpi -lfftw3 -L/home/temuujin/local/lib<br>
<br>
And after compilation, i get following error:<br>
<br>
SRC_dstart/compile.msg:make[1]: *** [module.o] Error 127<br>
SRC_dstart/compile.msg:make: *** [seq] Error 2<br>
SRC_dstart/compile.msg:f951: error: unrecognized command line option "-ip"<br>
SRC_dstart/compile.msg:f951: error: unrecognized command line option "-mp1"<br>
SRC_dstart/compile.msg:f951: error: unrecognized command line option "-assume"<br>
SRC_dstart/compile.msg:make[1]: *** [module.o] Error 1<br>
SRC_dstart/compile.msg:make: *** [para] Error 2<br>
SRC_hf/compile.msg:f951: error: unrecognized command line option "-ip"<br>
SRC_hf/compile.msg:f951: error: unrecognized command line option "-mp1"<br>
SRC_hf/compile.msg:f951: error: unrecognized command line option "-assume"<br>
SRC_hf/compile.msg:make[1]: *** [modules.o] Error 1<br>
SRC_hf/compile.msg:make: *** [rp] Error 2<br>
SRC_hf/compile.msg:f951: error: unrecognized command line option "-ip"<br>
SRC_hf/compile.msg:f951: error: unrecognized command line option "-mp1"<br>
SRC_hf/compile.msg:f951: error: unrecognized command line option "-assume"<br>
SRC_hf/compile.msg:make[1]: *** [modules.o] Error 1<br>
SRC_hf/compile.msg:make: *** [cp] Error 2<br>
SRC_lapw0/compile.msg:f951: error: unrecognized command line option "-ip"<br>
SRC_lapw0/compile.msg:f951: error: unrecognized command line option "-mp1"<br>
SRC_lapw0/compile.msg:f951: error: unrecognized command line option "-assume"<br>
SRC_lapw0/compile.msg:make[1]: *** [modules.o] Error 1<br>
SRC_lapw0/compile.msg:make: *** [para] Error 2<br>
SRC_lapw1/compile.msg:f951: error: unrecognized command line option "-ip"<br>
SRC_lapw1/compile.msg:f951: error: unrecognized command line option "-mp1"<br>
SRC_lapw1/compile.msg:f951: error: unrecognized command line option "-assume"<br>
SRC_lapw1/compile.msg:make[1]: *** [modules.o] Error 1<br>
SRC_lapw1/compile.msg:make: *** [rp] Error 2<br>
SRC_lapw1/compile.msg:f951: error: unrecognized command line option "-ip"<br>
SRC_lapw1/compile.msg:f951: error: unrecognized command line option "-mp1"<br>
SRC_lapw1/compile.msg:f951: error: unrecognized command line option "-assume"<br>
SRC_lapw1/compile.msg:make[1]: *** [modules.o] Error 1<br>
SRC_lapw1/compile.msg:make: *** [cp] Error 2<br>
SRC_lapw2/compile.msg:f951: error: unrecognized command line option "-ip"<br>
SRC_lapw2/compile.msg:f951: error: unrecognized command line option "-mp1"<br>
SRC_lapw2/compile.msg:f951: error: unrecognized command line option "-assume"<br>
SRC_lapw2/compile.msg:make[1]: *** [modules.o] Error 1<br>
SRC_lapw2/compile.msg:make: *** [rp] Error 2<br>
SRC_lapw2/compile.msg:f951: error: unrecognized command line option "-ip"<br>
SRC_lapw2/compile.msg:f951: error: unrecognized command line option "-mp1"<br>
SRC_lapw2/compile.msg:f951: error: unrecognized command line option "-assume"<br>
SRC_lapw2/compile.msg:make[1]: *** [modules.o] Error 1<br>
SRC_lapw2/compile.msg:make: *** [cp] Error 2<br>
<br>
Would really appreciate help on this one.<br>
</blockquote>
<br></div></div>
_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
SEARCH the MAILING-LIST at:  <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" target="_blank">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
</blockquote></div><br></div>