<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">In a terminal:<br>
      <br>
      cd $WIENROOT<br>
      ./siteconfig<br>
      C<br>
      ifort<br>
      cc<br>
      enter<br>
      R<br>
      A<br>
      <br>
      The default C compiler in the fifth step above should be cc (or
      gcc).  Did you enter cc (or gcc) for the compiler and then
      recompile (A in the eighth step to compile all programs)?<br>
      <br>
      If you are trying to use icc instead of cc, then you might need to
      check what your system processors are and specify the
      processor-specific options for it.  For example, if you are using
      the Intel C++ (icc) Compiler 16.0, the User and Reference Guide
      for it on the Intel website should be at:<br>
      <br>
      <a class="moz-txt-link-freetext" href="https://software.intel.com/en-us/node/581749">https://software.intel.com/en-us/node/581749</a><br>
      <br>
      In addition to documentation on the Intel website, you can also
      likely find the documentation for your specific icc version in
      folders at the location where you installed the Intel compiler on
      your system, which is usually something like:<br>
      <br>
      /opt/intel/composerxe/Documentation/<br>
      <br>
      So instead of entering<br>
      <br>
      icc<br>
      <br>
      you could try one of the options that should target a processor
      without the AVX2, so you could try entering for example:<br>
      <br>
      icc -xSSE4.2<br>
      <br>
      On 6/9/2016 7:30 PM, halim said wrote:<br>
    </div>
    <blockquote cite="mid:1934078359.1055853.1465522252300.JavaMail.yahoo@mail.yahoo.com" type="cite">
      <div style="color:#000; background-color:#fff; font-family:times
        new roman, new york, times, serif;font-size:14px">
        <div><span>Dear Professor Peter,</span></div>
        <div id="yui_3_16_0_ym19_1_1465521203456_8965"><span><br>
          </span></div>
        <div id="yui_3_16_0_ym19_1_1465521203456_9062"><span id="yui_3_16_0_ym19_1_1465521203456_9061">Thank you for the
            clarification, I did let it as default, I did not change it
            and still the same error occur.</span></div>
        <div id="yui_3_16_0_ym19_1_1465521203456_9062"><span><br>
          </span></div>
        <div id="yui_3_16_0_ym19_1_1465521203456_9062"><span><br>
          </span></div>
        <div class="qtdSeparateBR"><br>
          <br>
        </div>
        <div class="yahoo_quoted" style="display: block;">
          <div style="font-family: times new roman, new york, times,
            serif; font-size: 14px;">
            <div style="font-family: HelveticaNeue, Helvetica Neue,
              Helvetica, Arial, Lucida Grande, sans-serif; font-size:
              16px;">
              <div dir="ltr"><font face="Arial" size="2"> Le Jeudi 9
                  juin 2016 15h18, Peter Blaha
                  <a class="moz-txt-link-rfc2396E" href="mailto:pblaha@theochem.tuwien.ac.at"><pblaha@theochem.tuwien.ac.at></a> a écrit :<br>
                </font></div>
              <br>
              <br>
              <div class="y_msg_container">sgroup is a C-program. Thus
                it has nothing to do with the <br clear="none">
                ifort-conmpiler options, but with your C-compiler.<br clear="none">
                <br clear="none">
                Did you use icc or just cc ?? It is probably best to
                leave it as set in <br clear="none">
                the default.<br clear="none">
                <br clear="none">
                <br clear="none">
                <br clear="none">
                Am 06.06.2016 um 04:50 schrieb Gavin Abo:<br clear="none">
                > The Intel compiler probably was not able to detect
                the processor(s) that<br clear="none">
                > your system uses, such that it generated an
                executable using instruction<br clear="none">
                > sets that are wrong for your system.  The Haswell
                and Broadwell<br clear="none">
                > processors use Advanced Vector Extensions 2 (AVX2)
                instructions [<br clear="none">
                > <a moz-do-not-send="true" shape="rect" href="http://www.nas.nasa.gov/hecc/support/kb/recommended-compiler-options_99.html" target="_blank">http://www.nas.nasa.gov/hecc/support/kb/recommended-compiler-options_99.html</a><br clear="none">
                > ], but from your error message, it seems that you
                likely have a<br clear="none">
                > processor like the Sandy Bridge or Ivy Bridge that
                does not support the<br clear="none">
                > AVX2 instruction set.<br clear="none">
                ><br clear="none">
                > So, you will probably have to specify manually what
                the<br clear="none">
                > processor-specific options should be for your
                system.  Refer to the<br clear="none">
                > Intel documentation for the version of the Intel
                compiler that you are<br clear="none">
                > using to determine the processor-specific options. 
                For example, if you<br clear="none">
                > are using Intel Fortran Compiler 16.0, the User and
                Reference Guide for<br clear="none">
                > it on the Intel website should be at:<br clear="none">
                ><br clear="none">
                > <a moz-do-not-send="true" shape="rect" href="https://software.intel.com/en-us/node/579311" target="_blank">https://software.intel.com/en-us/node/579311</a><br clear="none">
                ><br clear="none">
                > On 6/5/2016 2:14 PM, halim said wrote:<br clear="none">
                >> Dear Wien2k users,<br clear="none">
                >><br clear="none">
                >> When installing wien2k at cray system with the
                following bellow:<br clear="none">
                >><br clear="none">
                >>  I would like to ask you for linking my
                software using  intelfortran<br clear="none">
                >> and mkl:<br clear="none">
                >><br clear="none">
                >> O  Compiler options:        -FR -mp1 -w
                -prec_div -pc80 -pad -ip<br clear="none">
                >> -DINTEL_VML -traceback<br clear="none">
                >><br clear="none">
                >><br clear="none">
                >> R  R_LIB (LAPACK+BLAS):    -lmkl_lapack95_lp64
                -lmkl_intel_lp64<br clear="none">
                >> -lmkl_intel_thread -lmkl_core -openmp -lpthread<br clear="none">
                >><br clear="none">
                >><br clear="none">
                >><br clear="none">
                >> But when I tried init_lapw :<br clear="none">
                >><br clear="none">
                >> with x nn it is fine<br clear="none">
                >><br clear="none">
                >> when typing<br clear="none">
                >> x sgroup<br clear="none">
                >><br clear="none">
                >> I got this error: Please verify that both the
                operating system and the<br clear="none">
                >> processor support Intel(R) MOVBE, FMA, BMI,
                LZCNT and AVX2 instructions<br clear="none">
                >><br clear="none">
                >> what is the origine of this error?<br clear="none">
                >><br clear="none">
                >><br clear="none">
                >><br clear="none">
                >> Looking forward for your answer.<br clear="none">
                >><br clear="none">
                >> Halim Said<br clear="none">
                >> Univ Hail, SA<br clear="none">
                ><br clear="none">
                ><br clear="none">
                > _______________________________________________<br clear="none">
                > Wien mailing list<br clear="none">
                > <a moz-do-not-send="true" shape="rect" ymailto="mailto:Wien@zeus.theochem.tuwien.ac.at" href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br clear="none">
                > <a moz-do-not-send="true" shape="rect" href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br clear="none">
                > SEARCH the MAILING-LIST at:  <a moz-do-not-send="true" shape="rect" href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" target="_blank"><a class="moz-txt-link-freetext" href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a></a><br clear="none">
                ><br clear="none">
                <br clear="none">
                -- <br clear="none">
--------------------------------------------------------------------------<br clear="none">
                Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna,
                A-1060 Vienna<br clear="none">
                Phone: +43-1-58801-165300            FAX:
                +43-1-58801-165982<br clear="none">
                Email: <a moz-do-not-send="true" shape="rect" ymailto="mailto:blaha@theochem.tuwien.ac.at" href="mailto:blaha@theochem.tuwien.ac.at">blaha@theochem.tuwien.ac.at</a> 
                  WIEN2k: <a moz-do-not-send="true" shape="rect" href="http://www.wien2k.at/" target="_blank">http://www.wien2k.at</a><br clear="none">
                WWW:  <a moz-do-not-send="true" shape="rect" href="http://www.imc.tuwien.ac.at/staff/tc_group_e.php" target="_blank">http://www.imc.tuwien.ac.at/staff/tc_group_e.php</a>
                <div class="yqt5294217429" id="yqtfd75658"><br clear="none">
--------------------------------------------------------------------------<br clear="none">
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
  </body>
</html>