<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.option
        {mso-style-name:option;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Consolas","serif";
        color:black;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body bgcolor=white lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Dear Gavin Abo,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I solve the problem. I change Compiler options, Linker Flags and R_LIB. They are now:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>O Compiler options: -FR -mp1 -msse3 -parallel -nowarn -prec-div -pad -align -DINTEL_VML  -traceback -ip<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>L Linker Flags: $(FOPT) -L/opt/intel/Compiler/11.1/064/mkl/lib/em64t -liomp5 -lpthread<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>R R_LIB (LAPACK+BLAS):  -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthreads<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I can run TiC in my machine.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Qingping<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'> wien-bounces@zeus.theochem.tuwien.ac.at [mailto:wien-bounces@zeus.theochem.tuwien.ac.at] <b>On Behalf Of </b>Gavin Abo<br><b>Sent:</b> Friday, December 02, 2011 9:46 AM<br><b>To:</b> wien@zeus.theochem.tuwien.ac.at<br><b>Subject:</b> Re: [Wien] running problem<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>This might be useful, check:<br><br><a href="http://software.intel.com/sites/products/documentation/studio/composer/en-us/2011/compiler_c/optaps/common/optaps_dsp_targ.htm">http://software.intel.com/sites/products/documentation/studio/composer/en-us/2011/compiler_c/optaps/common/optaps_dsp_targ.htm</a><br><br>That AMD processor uses <a href="../../copts/common_options/option_x_lcase.htm#option_x_lcase"><span class=option>-xSSE3</span></a>, but the error seems to be complaining about optimizing with instruction set -xSSSE3. Typo in your set compiler flag, compiled on a different processor as Dr. Marks mentioned, or over optimization by -xHost (if so, maybe remove -x or force -xSSE3 or -xSSE2)?<br><br>On 12/2/2011 8:32 AM, Laurence Marks wrote: <o:p></o:p></p><pre>For something like this you should first do a google on the relevant<o:p></o:p></pre><pre>information provided, in this case &quot;This program was not built to run<o:p></o:p></pre><pre>on the processor in your system&quot;<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>You are running the code which has been compiled to work on an Intel<o:p></o:p></pre><pre>core duo, on an AMD machine. Probably the code was compiled on<o:p></o:p></pre><pre>&quot;computer A&quot; and you are trying to run it on &quot;computer B&quot; where A is<o:p></o:p></pre><pre>Intel and B is AMD. If you remove some of the optimization flags (e.g.<o:p></o:p></pre><pre>-x) you can compile for multiple platforms at some cost in speed and<o:p></o:p></pre><pre>size. However, since I don't know how it was compiled (no information)<o:p></o:p></pre><pre>this is about as far as I can go but you should be able to sort this<o:p></o:p></pre><pre>out yourself.<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>2011/12/2 Meng, Qingping <a href="mailto:qmeng@bnl.gov">&lt;qmeng@bnl.gov&gt;</a>:<o:p></o:p></pre><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>Dear Sir,<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>I am running wien2k_11 on a machine of Dual Core AMD Opteron (tm) Processor<o:p></o:p></pre><pre>270 with operating system Debian-6.0.3-AMD64, fortran compiler:<o:p></o:p></pre><pre>l_cprof_p_11.0.084 and math libraries: l_mkl_p_10.2.7.041.<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>I install wien2k without any problem. But when I calculated TiC according to<o:p></o:p></pre><pre>User’s Guide. At first step has an error. It is:<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>Commandline: x nn<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>Program input is: &quot;2 &quot;<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>Fatal Error: This program was not built to run on the processor in your<o:p></o:p></pre><pre>system.<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>The allowed processors are: Intel(R) Core(TM) Duo processors and compatible<o:p></o:p></pre><pre>Intel processors with supplemental Streaming SIMD Extensions 3 (SSSE3)<o:p></o:p></pre><pre>instruction support.<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>0.0u 0.0s 0:00.00 0.0% 0+0k 0+0io 0pf+0w<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>error: command&nbsp;&nbsp; /home/qpmeng/Documents/WIEN2K/nn nn.def&nbsp;&nbsp; failed<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>Could you tell my reason? Thank you.<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>Best regard,<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>Qingping Meng<o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre>_______________________________________________<o:p></o:p></pre><pre>Wien mailing list<o:p></o:p></pre><pre><a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><o:p></o:p></pre><pre><a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre></blockquote><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>