<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <link href="chrome://translator/skin/popup.css" type="text/css"
      rel="stylesheet">
  </head>
  <body text="#333399" bgcolor="#CCCCFF">
    Dear all,<br>
    <br>
    I'm using Intel compiler 15.0,  MKL 11.2, and IMPI 5.0.1 to compile
    QE version 5.2.1 but getting the error bellow:<br>
    <blockquote><font color="#330099"><tt>.....<br>
          a - iotk_xtox_interf.o</tt><tt><br>
        </tt><tt>ranlib libiotk.a</tt><tt><br>
        </tt><tt>mpiifort -O3 -xhost -openmp -mkl -nomodule -openmp -fpp
          -D__INTEL -D__FFTW -D__MPI -D__PARA -D__OPENMP   -I../include 
          -c iotk_print_kinds.f90</tt><tt><br>
        </tt><tt>make loclib_only</tt><tt><br>
        </tt><tt>make[3]: Entering directory
          `/path/to/QE/5.2.1/espresso-5.2.1/S3DE/iotk/src'</tt><tt><br>
        </tt><tt>make[3]: Nothing to be done for `loclib_only'.</tt><tt><br>
        </tt><tt>make[3]: Leaving directory
          `/path/to/QE/5.2.1/espresso-5.2.1/S3DE/iotk/src'</tt><tt><br>
        </tt><tt>xild -static-intel  -openmp -o iotk_print_kinds.x
          iotk_print_kinds.o libiotk.a   </tt><tt><br>
        </tt><tt>ipo: warning #11016: Warning unknown option
          -static-intel</tt><tt><br>
        </tt><tt>xild: executing 'ld'</tt><tt><br>
        </tt><tt>ld: unrecognized -a option `tic-intel'</tt><tt><br>
        </tt><tt>make[2]: *** [iotk_print_kinds.x] Error 1</tt><tt><br>
        </tt><tt>make[2]: Leaving directory
          `/path/to/QE/5.2.1/espresso-5.2.1/S3DE/iotk/src'</tt><tt><br>
        </tt><tt>make[1]: *** [libiotk] Error 2</tt><tt><br>
        </tt><tt>make[1]: Leaving directory
          `/path/to/QE/5.2.1/espresso-5.2.1/install'</tt><tt><br>
        </tt><tt>make: *** [libiotk] Error 2</tt></font><br>
    </blockquote>
    Here is how I proceed:<br>
    <blockquote><tt>export CC="icc"</tt><tt><br>
      </tt><tt>export FC="ifort"</tt><tt><br>
      </tt><tt>export MPIF90="mpiifort"</tt><tt><br>
      </tt><tt>export CFLAGS="-O3 -xhost -openmp -mkl"</tt><tt><br>
      </tt><tt>export FFLAGS="-O3 -xhost -openmp -mkl"</tt><tt><br>
      </tt><tt>./configure --enable-parallel --enable-openmp
        --without-scalapack</tt><tt><br>
      </tt><tt>make pw</tt><br>
    </blockquote>
    I'm wondering if someone else also got this error.<br>
    <br>
    Thank you.<br>
    <br>
    <div class="moz-signature">-- <br>
      <font color="#333399">
        Éric Germaneau (艾海克), Specialist<br>
        Center for High Performance Computing<br>
        Shanghai Jiao Tong University<br>
        Room 205 Network Center, 800 Dongchuan Road, Shanghai 200240
        China<br>
        <a class="moz-txt-link-abbreviated" href="mailto:Email:germaneau@sjtu.edu.cn">Email:germaneau@sjtu.edu.cn</a> Mobi:+86-136-4161-6480
        <a class="moz-txt-link-freetext" href="http://hpc.sjtu.edu.cn">http://hpc.sjtu.edu.cn</a>
      </font>
    </div>
    <div style="top: 272px; max-width: 400px; max-height: 357px; bottom:
      auto; left: 517px; right: auto; display: none;"
      class="translator-theme-default" id="translator-popup">
      <div id="translator-popup-toolbar">
        <div id="translator-popup-title">
          <div id="translator-popup-source-languages-wrapper">
            <ul style="margin-top: -36px;"
              id="translator-popup-source-languages">
              <li id="translator-popup-source-language-auto" code="auto">Chinese
                (Simplified) - detected</li>
              <li code="en">English</li>
              <li code="zh-CN">Chinese (Simplified)</li>
            </ul>
            <div id="translator-popup-source-languages-scroller"></div>
          </div>
          <div id="translator-popup-languages-direction"></div>
          <div id="translator-popup-target-languages-wrapper">
            <ul id="translator-popup-target-languages">
              <li code="en">English</li>
              <li code="zh-CN">Chinese (Simplified)</li>
            </ul>
            <div id="translator-popup-target-languages-scroller"></div>
          </div>
        </div>
        <div class="translator-popup-toolbar-spring"></div>
        <a title="Copy translated text to clipboard"
          href="javascript:void(0);" id="translator-popup-button-copy"></a></div>
      <div class="translator-message-type-normal" style="opacity: 1;
        max-height: 307px; display: none;" id="translator-popup-message"></div>
      <div style="display: none;" id="translator-popup-notice"></div>
      <textarea style="display: none;" id="translator-popup-textarea"></textarea></div>
    <div style="bottom: auto; left: 251px; right: auto; top: 229px;
      display: none;" title="Translating..."
      class="translator-theme-default" id="translator-popup-loading"></div>
  </body>
</html>