<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
At the end of your .bashrc add line:<br>
<br>
source /opt/intel/composer_xe_2011_sp1.8.273/bin/compilervars.sh
ia32<br>
<br>
or in a terminal:<br>
<br>
export MKL_TARGET_ARCH=ia32<br>
<br>
If your system is 64 bit, change "ia32" to "intel64".<br>
<br>
Check if ia32 or intel64 with the "ls" command as Dr. Blaha
mentioned.<br>
<br>
Currently it should return nothing in a terminal with: echo
${MKL_TARGET_ARCH}<br>
<br>
After the source or export above, the same command should return:<br>
<br>
ia32<br>
<br>
On 1/18/2012 5:52 AM, bruce.tian wrote:
<blockquote
cite="mid:CAB6JOWoRhh9sm1ZuJZj=edzn6anqYTAE3YuFUAwsLUhUa0jyHw@mail.gmail.com"
type="cite">Dear all:<br>
<br>
I installed the the newest Fortran compiler
composer_xe_2011_sp1.8.273 correctly. Unfortunately when I install
wien2k_11 which can not find the variable MKL_TARGET_ARCH. What
is the reason and what shall I do? If one ignore the prompt at the
end of the process ./siteconfig_lapw, some errors will be
reported. I list the prompt, linker flag and reported errors at
following: <br>
<br>
You seem to have installed the ifort compiler at
/opt/intel/composer_xe_2011_sp1.8.273/bin/ia32/ifort<br>
Please remember VERSION and PATH for later reference<br>
Your MKLROOT variable is:
/opt/intel/composer_xe_2011_sp1.8.273/mkl<br>
I do not find the MKL_TARGET_ARCH variable (needed only for ifort
v12)<br>
<br>
Linker Flags: $(FOPT)
-L$(MKLROOT)/lib/$(MKL_TARGET_ARCH) -pthread<br>
<br>
<br>
Compile time errors (if any) were:<br>
SRC_aim/compile.msg:make[1]: *** [aim] Error 1<br>
SRC_aim/compile.msg:make: *** [real] Error 2<br>
SRC_aim/compile.msg:make[1]: *** [aimc] Error 1<br>
SRC_aim/compile.msg:make: *** [complex] Error 2<br>
SRC_dipan/compile.msg:make: *** [dipan] Error 1<br>
SRC_filtvec/compile.msg:make[1]: *** [filtvec] Error 1<br>
SRC_filtvec/compile.msg:make: *** [real] Error 2<br>
SRC_filtvec/compile.msg:make[1]: *** [filtvecc] Error 1<br>
SRC_filtvec/compile.msg:make: *** [complex] Error 2<br>
SRC_lapw0/compile.msg:make[1]: *** [lapw0] Error 1<br>
SRC_lapw0/compile.msg:make: *** [seq] Error 2<br>
SRC_lapw1/compile.msg:make[1]: *** [lapw1] Error 1<br>
SRC_lapw1/compile.msg:make: *** [real] Error 2<br>
SRC_lapw1/compile.msg:make[1]: *** [lapw1c] Error 1<br>
SRC_lapw1/compile.msg:make: *** [complex] Error 2<br>
SRC_lapw2/compile.msg:make[1]: *** [lapw2] Error 1<br>
SRC_lapw2/compile.msg:make: *** [real] Error 2<br>
SRC_lapw2/compile.msg:make[1]: *** [lapw2c] Error 1<br>
SRC_lapw2/compile.msg:make: *** [complex] Error 2<br>
SRC_lapw7/compile.msg:make[1]: *** [lapw7] Error 1<br>
SRC_lapw7/compile.msg:make: *** [real] Error 2<br>
SRC_lapw7/compile.msg:make[1]: *** [lapw7c] Error 1<br>
SRC_lapw7/compile.msg:make: *** [complex] Error 2<br>
SRC_lapwdm/compile.msg:make[1]: *** [lapwdm] Error 1<br>
SRC_lapwdm/compile.msg:make: *** [real] Error 2<br>
SRC_lapwdm/compile.msg:make[1]: *** [lapwdmc] Error 1<br>
SRC_lapwdm/compile.msg:make: *** [complex] Error 2<br>
SRC_lapwso/compile.msg:make: *** [lapwso] Error 1<br>
SRC_mini/compile.msg:make: *** [mini] Error 1<br>
SRC_mixer/compile.msg:make: *** [mixer] Error 1<br>
SRC_pairhess/compile.msg:make: *** [pairhess] Error 1<br>
SRC_qtl/compile.msg:make: *** [qtl] Error 1<br>
SRC_structeditor/compile.msg:make[1]: *** [ncmsymmetry] Error 1<br>
SRC_structeditor/compile.msg:make: *** [all] Error 2<br>
SRC_vecpratt/compile.msg:make[1]: *** [vecpratt] Error 1<br>
SRC_vecpratt/compile.msg:make: *** [real] Error 2<br>
SRC_vecpratt/compile.msg:make[1]: *** [vecprattc] Error 1<br>
SRC_vecpratt/compile.msg:make: *** [complex] Error 2<br>
SRC_structeditor/SRC_ncmsymmetry/compile.msg:make: ***
[ncmsymmetry] Error 1<br>
<br>
<br>
Thanks for your help!<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Wien mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a>
<a class="moz-txt-link-freetext" href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a>
</pre>
</blockquote>
<br>
</body>
</html>