<meta charset="utf-8"><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">To test, <span style="font-family: Helvetica; font-size: 12px; ">I&#39;ve just rebuilt my source tree with ifort 12.0.2 20110112. </span><p>

This release appears to solve the -O2 related crashes in lstart and txspec, but not in lapw0 (still need to compile this with -O1).</p></span>--<br>Eamon McDermott<br>M.Sc Student<br>Physics and Engineering Physics<br>University of Saskatchewan<br>

<a href="mailto:eamon.mcdermott@usask.ca">eamon.mcdermott@usask.ca</a><br>
<br><br><div class="gmail_quote">On Wed, Feb 23, 2011 at 12:13 PM, Laurence Marks <span dir="ltr">&lt;<a href="mailto:L-marks@northwestern.edu">L-marks@northwestern.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Apparently there is a newer version, 12.0.2 20110112, distributed as<br>
l_fcompxe_intel64_2011.2.137 (Jan 26 2011)  The release notes state,<br>
somewhat obliquely:<br>
<br>
       Update 2 (12.0.2)<br>
       * Intel® Math Kernel Library updated to 10.3 Update 2<br>
       * The way that the Static Security Analysis feature creates<br>
data files has changed<br>
       * Corrections to reported problems<br>
<div class="im"><br>
On Wed, Feb 23, 2011 at 8:40 AM, Peter Blaha<br>
</div><div><div></div><div class="h5">&lt;<a href="mailto:pblaha@theochem.tuwien.ac.at">pblaha@theochem.tuwien.ac.at</a>&gt; wrote:<br>
&gt; I installed Intel ifort12 (l_fcompxe_2011.1.107) on my machine and started<br>
&gt; some<br>
&gt; tests.<br>
&gt;<br>
&gt; Yes, when compiling lstart with defaults it crashes with<br>
&gt; forrtl: severe (71): integer divide by zero<br>
&gt; Image              PC                Routine            Line        Source<br>
&gt; lstart             00000000004A0088  Unknown               Unknown  Unknown<br>
&gt;<br>
&gt; Even nicer, -traceback does not give any linenumber information.<br>
&gt;<br>
&gt; However, using -O1 (or -C)  it works !<br>
&gt;<br>
&gt; FOPT     = -FR -O1 -w -DINTEL_VML -traceback<br>
&gt;<br>
&gt; It seems that Intel has created another buggy compiler version.....<br>
&gt;<br>
&gt; PS: If somebody has already played with good compiler/linker options using<br>
&gt; ifort version 12, I would appreciate if you send me your options.<br>
&gt;<br>
&gt;<br>
&gt; Am 23.02.2011 12:43, schrieb César de la Fuente:<br>
&gt;&gt;<br>
&gt;&gt; Dear sir,<br>
&gt;&gt;<br>
&gt;&gt; The line you mentioned for solving the problem of lstart by using<br>
&gt;&gt; ifort(12)<br>
&gt;&gt; + gcc was already included in the &quot;insld.f&quot; file, at around the line 114<br>
&gt;&gt; of<br>
&gt;&gt; the file:<br>
&gt;&gt;<br>
&gt;&gt; ...<br>
&gt;&gt;       BAR(10)=BAR1<br>
&gt;&gt;       norb=10<br>
&gt;&gt; !      iex=5<br>
&gt;&gt;       DVC=137.0359895<br>
&gt;&gt;       IF(.NOT.RELA) DVC=1.E30<br>
&gt;&gt; !<br>
&gt;&gt; !<br>
&gt;&gt; ...<br>
&gt;&gt;<br>
&gt;&gt; Then, I am still having problems with lstart in TiC example, even<br>
&gt;&gt; including<br>
&gt;&gt; DVC=137.0359895<br>
&gt;&gt; at the line 57<br>
&gt;&gt;<br>
&gt;&gt; ....<br>
&gt;&gt;        IF (NSTOP.EQ.0) GO TO 2<br>
&gt;&gt;    1   CONTINUE<br>
&gt;&gt;        JSPIN=2<br>
&gt;&gt;        DVC=137.0359895       ! add this line<br>
&gt;&gt;        DSAL=DVC+DVC<br>
&gt;&gt; ...<br>
&gt;&gt;<br>
&gt;&gt; as you suggested in your last email.<br>
&gt;&gt;<br>
&gt;&gt; This is the warning I ve obtained after doing some small modifications to<br>
&gt;&gt; print out additional values:<br>
&gt;&gt;<br>
&gt;&gt; WARNING: R0 for atom    1 Z= 22.00 too big, dr1: 0.0001000 NP0=   781 RMTT<br>
&gt;&gt; =<br>
&gt;&gt; 1.57000<br>
&gt;&gt;<br>
&gt;&gt; (NOTICE THAT dr1=0.000100 is&gt;  0.000051 in the line 139 of insld.f, so for<br>
&gt;&gt; atoms with Z&gt;18 the warning message should appear always, as it occurs for<br>
&gt;&gt; Ti.)<br>
&gt;&gt;<br>
&gt;&gt; forrtl: severe (71): integer divide by zero<br>
&gt;&gt; Image              PC        Routine            Line        Source<br>
&gt;&gt;<br>
&gt;&gt; lstart             080C2149  Unknown               Unknown  Unknown<br>
&gt;&gt; lstart             0805623C  MAIN__                    136  lstart.f<br>
&gt;&gt; lstart             08049FA4  Unknown               Unknown  Unknown<br>
&gt;&gt; libc.so.6          4008BBD6  Unknown               Unknown  Unknown<br>
&gt;&gt; lstart             08049EB1  Unknown               Unknown  Unknown<br>
&gt;&gt; 0.0u 0.0s 0:00.00 0.0% 0+0k 0+72io 0pf+0w<br>
&gt;&gt; error: command   /usr/local/wien2k/lstart lstart.def   failed<br>
&gt;&gt;<br>
&gt;&gt; However the problem should be in other place of insld.f<br>
&gt;&gt; I cannot debug properly the lstart program by using the intel compiler, so<br>
&gt;&gt; I<br>
&gt;&gt; would appreciate any support.<br>
&gt;&gt;<br>
&gt;&gt; Sorry, but I cannot access to the messages of Mailing list where this<br>
&gt;&gt; problem was fixed.<br>
&gt;&gt;<br>
&gt;&gt; Thanks anyway,<br>
&gt;&gt; Cesar<br>
&gt;&gt;<br>
&gt;&gt; -----Mensaje original-----<br>
&gt;&gt; De: <a href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at">wien-bounces@zeus.theochem.tuwien.ac.at</a><br>
&gt;&gt; [mailto:<a href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at">wien-bounces@zeus.theochem.tuwien.ac.at</a>] En nombre de Peter Blaha<br>
&gt;&gt; Enviado el: domingo, 20 de febrero de 2011 8:52<br>
&gt;&gt; Para: A Mailing list for WIEN2k users<br>
&gt;&gt; Asunto: Re: [Wien] A problem with icc and wien2k<br>
&gt;&gt;<br>
&gt;&gt; If I remember correctly, the lstart problem with ifort12 was discussed<br>
&gt;&gt; and solved before.<br>
&gt;&gt;<br>
&gt;&gt; I guess it concerns    insld.f   where one must add an initilization of<br>
&gt;&gt; DVC.<br>
&gt;&gt;<br>
&gt;&gt; ....<br>
&gt;&gt;        IF (NSTOP.EQ.0) GO TO 2<br>
&gt;&gt;    1   CONTINUE<br>
&gt;&gt;        JSPIN=2<br>
&gt;&gt;        DVC=137.0359895       ! add this line<br>
&gt;&gt;        DSAL=DVC+DVC<br>
&gt;&gt; ...<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Am 19.02.2011 19:27, schrieb EGUCHI Gaku:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hello,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m also in the same trouble with x lstart even in using ifort (v12)+gcc:<br>
&gt;&gt;&gt; ------------------------------------------------<br>
&gt;&gt;&gt; SELECT XCPOT:<br>
&gt;&gt;&gt; recommended: 13: PBE-GGA (Perdew-Burke-Ernzerhof 96)<br>
&gt;&gt;&gt; 5: LSDA<br>
&gt;&gt;&gt; 11: WC-GGA (Wu-Cohen 2006)<br>
&gt;&gt;&gt; 19: PBEsol-GGA (Perdew etal. 2008)<br>
&gt;&gt;&gt; SELECT ENERGY to separate core and valence states:<br>
&gt;&gt;&gt; recommended: -6.0 Ry (check how much core charge leaks out of MT-sphere)<br>
&gt;&gt;&gt; ALTERNATIVELY: specify charge localization<br>
&gt;&gt;&gt; (between 0.97 and 1.0) to select core state<br>
&gt;&gt;&gt; forrtl: severe (71): integer divide by zero<br>
&gt;&gt;&gt; Image PC Routine Line Source<br>
&gt;&gt;&gt; lstart 080C2158 Unknown Unknown Unknown<br>
&gt;&gt;&gt; lstart 080561CC MAIN__ 136 lstart.f<br>
&gt;&gt;&gt; lstart 08049FA4 Unknown Unknown Unknown<br>
&gt;&gt;&gt; libc.so.6 4008DBD6 Unknown Unknown Unknown<br>
&gt;&gt;&gt; lstart 08049EB1 Unknown Unknown Unknown<br>
&gt;&gt;&gt; 0.008u 0.004s 0:00.01 0.0% 0+0k 0+0io 0pf+0w<br>
&gt;&gt;&gt; error: command /home/gaku/WIEN2k/lstart lstart.def failed<br>
&gt;&gt;&gt; ----------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This case I tried with pure sodium crystal and .inst file looks no<br>
&gt;&gt;<br>
&gt;&gt; problem:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ----------------------------------------------<br>
&gt;&gt;&gt; Na<br>
&gt;&gt;&gt; Ne 1<br>
&gt;&gt;&gt; 3,-1,0.5 N<br>
&gt;&gt;&gt; 3,-1,0.5 N<br>
&gt;&gt;&gt; ****<br>
&gt;&gt;&gt; **** END of input (instgen_lapw)<br>
&gt;&gt;&gt; ----------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I also tried with TiC that came across the same problem.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; For the trouble relating to SRC_vecpratt is removed by changing icc for<br>
&gt;&gt;&gt; gcc.<br>
&gt;&gt;&gt; I&#39;d very happy if someone knows how to solve the trouble.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Best,<br>
&gt;&gt;&gt; G. Eguchi<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; (11/02/19 19:13), César de la Fuente wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Everything works fine by using gcc instead icc (12.0).<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks.<br>
&gt;&gt;&gt;&gt; César<br>
&gt;&gt;&gt;&gt; -----Mensaje original-----<br>
&gt;&gt;&gt;&gt; De: <a href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at">wien-bounces@zeus.theochem.tuwien.ac.at</a><br>
&gt;&gt;&gt;&gt; [mailto:<a href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at">wien-bounces@zeus.theochem.tuwien.ac.at</a>] En nombre de Gerhard<br>
&gt;&gt;&gt;&gt; Fecher<br>
&gt;&gt;&gt;&gt; Enviado el: sábado, 19 de febrero de 2011 10:37<br>
&gt;&gt;&gt;&gt; Para: A Mailing list for WIEN2k users<br>
&gt;&gt;&gt;&gt; Asunto: Re: [Wien] A problem with icc and wien2k<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; As Info:<br>
&gt;&gt;&gt;&gt; the overoptimization bug is removed since ifort 11.1.070<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Ciao<br>
&gt;&gt;&gt;&gt; Gerhard<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; ====================================<br>
&gt;&gt;&gt;&gt; Dr. Gerhard H. Fecher<br>
&gt;&gt;&gt;&gt; Institut of Inorganic and Analytical Chemistry<br>
&gt;&gt;&gt;&gt; Johannes Gutenberg - University<br>
&gt;&gt;&gt;&gt; 55099 Mainz<br>
&gt;&gt;&gt;&gt; ________________________________________<br>
&gt;&gt;&gt;&gt; Von: <a href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at">wien-bounces@zeus.theochem.tuwien.ac.at</a><br>
&gt;&gt;&gt;&gt; [<a href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at">wien-bounces@zeus.theochem.tuwien.ac.at</a>]&amp;quot; im Auftrag von<br>
&gt;&gt;&gt;&gt; &amp;quot;Laurence Marks [<a href="mailto:L-marks@northwestern.edu">L-marks@northwestern.edu</a>]<br>
&gt;&gt;&gt;&gt; Gesendet: Freitag, 18. Februar 2011 14:54<br>
&gt;&gt;&gt;&gt; Bis: A Mailing list for WIEN2k users<br>
&gt;&gt;&gt;&gt; Betreff: Re: [Wien] A problem with icc and wien2k<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I would check by hand your files (not using w2web). With some versions<br>
&gt;&gt;&gt;&gt; of ifort/icc there are compiler bugs with overoptimization in sgroup<br>
&gt;&gt;&gt;&gt; and/or symmetry. I would recommend using gcc rather than icc (the<br>
&gt;&gt;&gt;&gt; difference in execution speed is neglegable, as the important code is<br>
&gt;&gt;&gt;&gt; all fortran) then check the mailing list archive for the<br>
&gt;&gt;&gt;&gt; overoptimization bug, I don&#39;t remember where it is.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; 2011/2/18 César de la Fuente&lt;<a href="mailto:cesar@unizar.es">cesar@unizar.es</a>&gt;:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; That is quite strange because I use to follow the instructions of the<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; novel<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; wien2k version for TiC example, just to see the difference with other<br>
&gt;&gt;&gt;&gt;&gt; versions (and to check the new installed software). I never had this<br>
&gt;&gt;&gt;&gt;&gt; bug<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; in<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; previous versions but I do not find any differences between the<br>
&gt;&gt;&gt;&gt;&gt; StructGen<br>
&gt;&gt;&gt;&gt;&gt; soft in wien2k_10 with respect to older versions. However, lstart<br>
&gt;&gt;&gt;&gt;&gt; starts<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; to<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; show me this error, as least respect to TiC example. I guess, it<br>
&gt;&gt;&gt;&gt;&gt; should be<br>
&gt;&gt;&gt;&gt;&gt; something related with the way “StructGen” and w2web handle the initial<br>
&gt;&gt;&gt;&gt;&gt; configuration files during initialization process.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Anyway thanks for your comments.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; César de la Fuente.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; De: <a href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at">wien-bounces@zeus.theochem.tuwien.ac.at</a><br>
&gt;&gt;&gt;&gt;&gt; [mailto:<a href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at">wien-bounces@zeus.theochem.tuwien.ac.at</a>] En nombre de Laurence<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Marks<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Enviado el: viernes, 18 de febrero de 2011 13:19<br>
&gt;&gt;&gt;&gt;&gt; Para: A Mailing list for WIEN2k users<br>
&gt;&gt;&gt;&gt;&gt; Asunto: Re: [Wien] A problem with icc and wien2k<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; There is no connection between the compilation warning and your lstart<br>
&gt;&gt;&gt;&gt;&gt; error. Almost certainly you have an error in your struct file<br>
&gt;&gt;&gt;&gt;&gt; although it<br>
&gt;&gt;&gt;&gt;&gt; could be in the inst file.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Feb 18, 2011 5:30 AM, &quot;César de la Fuente&quot;&lt;<a href="mailto:cesar@unizar.es">cesar@unizar.es</a>&gt;  wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; To whom may concern,<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; After a successful installation of wien2k v.10 by using ifort and icc<br>
&gt;&gt;&gt;&gt;&gt;&gt; v.12.0<br>
&gt;&gt;&gt;&gt;&gt;&gt; and mkl 10.3 time ago, I have had re-installing again wien2k soft and<br>
&gt;&gt;&gt;&gt;&gt;&gt; intel<br>
&gt;&gt;&gt;&gt;&gt;&gt; compilers. But now I cannot avoid the next problem never seen before<br>
&gt;&gt;&gt;&gt;&gt;&gt; in<br>
&gt;&gt;&gt;&gt;&gt;&gt; the<br>
&gt;&gt;&gt;&gt;&gt;&gt; SRC_vectpratt programs (please see the &quot; compile_SRC_vecpratt.txt&quot;<br>
&gt;&gt;&gt;&gt;&gt;&gt; attached).<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; It only seems a warning not a real error!. However, when I execute the<br>
&gt;&gt;&gt;&gt;&gt;&gt; TiC-example of the Wien2k-guide (just to calibrate the software<br>
&gt;&gt;&gt;&gt;&gt;&gt; installation) I cannot pass-through the initialization process, as<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; usually<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; done.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; As expected, it stops at x lstart program showing me up the next<br>
&gt;&gt;&gt;&gt;&gt;&gt; warning:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt; --------------------------------------------------------------------------<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Invalid null command.<br>
&gt;&gt;&gt;&gt;&gt;&gt; SELECT XCPOT:<br>
&gt;&gt;&gt;&gt;&gt;&gt; recommended: 13: PBE-GGA (Perdew-Burke-Ernzerhof 96)<br>
&gt;&gt;&gt;&gt;&gt;&gt; 5: LSDA<br>
&gt;&gt;&gt;&gt;&gt;&gt; 11: WC-GGA (Wu-Cohen 2006)<br>
&gt;&gt;&gt;&gt;&gt;&gt; 19: PBEsol-GGA (Perdew etal. 2008)<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; SELECT ENERGY to separate core and valence states:<br>
&gt;&gt;&gt;&gt;&gt;&gt; recommended: -6.0 Ry (check how much core charge leaks out of<br>
&gt;&gt;&gt;&gt;&gt;&gt; MT-sphere)<br>
&gt;&gt;&gt;&gt;&gt;&gt; ALTERNATIVELY: specify charge localization<br>
&gt;&gt;&gt;&gt;&gt;&gt; (between 0.97 and 1.0) to select core state<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; WARNING: R0 for atom 1 Z= 22.00 too big<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; forrtl: severe (71): integer divide by zero<br>
&gt;&gt;&gt;&gt;&gt;&gt; Image PC Routine Line Source<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; lstart 080C20C9 Unknown Unknown Unknown<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; lstart 080561BC MAIN__ 136 lstart.f<br>
&gt;&gt;&gt;&gt;&gt;&gt; lstart 08049FA4 Unknown Unknown Unknown<br>
&gt;&gt;&gt;&gt;&gt;&gt; libc.so.6 4008BBD6 Unknown Unknown Unknown<br>
&gt;&gt;&gt;&gt;&gt;&gt; lstart 08049EB1 Unknown Unknown Unknown<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; 0.0u 0.0s 0:00.03 0.0% 0+0k 8+72io 0pf+0w<br>
&gt;&gt;&gt;&gt;&gt;&gt; error: command /usr/local/wien2k/lstart lstart.def failed<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt; --------------------------------------------------------------------------<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; So, the previous compiling warning must be a real error and<br>
&gt;&gt;&gt;&gt;&gt;&gt; apparently it<br>
&gt;&gt;&gt;&gt;&gt;&gt; affects to icc configuration and specifically to W2kutils.c program.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Any idea about how fix the problem by using the icc compiler?<br>
&gt;&gt;&gt;&gt;&gt;&gt; I ve sourced all variables compilers.<br>
&gt;&gt;&gt;&gt;&gt;&gt; I do not know if it works with other c-compiler but first I would<br>
&gt;&gt;&gt;&gt;&gt;&gt; like to<br>
&gt;&gt;&gt;&gt;&gt;&gt; use icc.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Thanks for any comments.<br>
&gt;&gt;&gt;&gt;&gt;&gt; Sincerely,<br>
&gt;&gt;&gt;&gt;&gt;&gt; César de la Fuente.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; Wien mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Laurence Marks<br>
&gt;&gt;&gt;&gt; Department of Materials Science and Engineering<br>
&gt;&gt;&gt;&gt; MSE Rm 2036 Cook Hall<br>
&gt;&gt;&gt;&gt; 2220 N Campus Drive<br>
&gt;&gt;&gt;&gt; Northwestern University<br>
&gt;&gt;&gt;&gt; Evanston, IL 60208, USA<br>
&gt;&gt;&gt;&gt; Tel: <a href="tel:%28847%29%20491-3996">(847) 491-3996</a> Fax: <a href="tel:%28847%29%20491-7820">(847) 491-7820</a><br>
&gt;&gt;&gt;&gt; email: L-marks at northwestern dot edu<br>
&gt;&gt;&gt;&gt; Web: <a href="http://www.numis.northwestern.edu" target="_blank">www.numis.northwestern.edu</a><br>
&gt;&gt;&gt;&gt; Chair, Commission on Electron Crystallography of IUCR<br>
&gt;&gt;&gt;&gt; <a href="http://www.numis.northwestern.edu/" target="_blank">www.numis.northwestern.edu/</a><br>
&gt;&gt;&gt;&gt; Electron crystallography is the branch of science that uses electron<br>
&gt;&gt;&gt;&gt; scattering and imaging to study the structure of matter.<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Wien mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&gt;&gt;&gt;&gt; <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Wien mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&gt;&gt;&gt;&gt; <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Wien mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&gt;&gt;&gt;&gt; <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt;                                      P.Blaha<br>
&gt; --------------------------------------------------------------------------<br>
&gt; Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna<br>
&gt; Phone: <a href="tel:%2B43-1-58801-15671">+43-1-58801-15671</a>             FAX: <a href="tel:%2B43-1-58801-15698">+43-1-58801-15698</a><br>
&gt; Email: <a href="mailto:blaha@theochem.tuwien.ac.at">blaha@theochem.tuwien.ac.at</a>    WWW:<br>
&gt; <a href="http://info.tuwien.ac.at/theochem/" target="_blank">http://info.tuwien.ac.at/theochem/</a><br>
&gt; --------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Wien mailing list<br>
&gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&gt; <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Laurence Marks<br>
Department of Materials Science and Engineering<br>
MSE Rm 2036 Cook Hall<br>
2220 N Campus Drive<br>
Northwestern University<br>
Evanston, IL 60208, USA<br>
Tel: <a href="tel:%28847%29%20491-3996">(847) 491-3996</a> Fax: <a href="tel:%28847%29%20491-7820">(847) 491-7820</a><br>
email: L-marks at northwestern dot edu<br>
Web: <a href="http://www.numis.northwestern.edu" target="_blank">www.numis.northwestern.edu</a><br>
Chair, Commission on Electron Crystallography of IUCR<br>
<a href="http://www.numis.northwestern.edu/" target="_blank">www.numis.northwestern.edu/</a><br>
Electron crystallography is the branch of science that uses electron<br>
scattering and imaging to study the structure of matter.<br>
_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at">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>
</div></div></blockquote></div><br>