<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Try changing the Linker and R_LIB lines
      to:<br>
      <br>
      Linker Flags:$(FOPT) -L/opt/intel/composerxe/mkl/lib/ia32 -pthread<br>
      R_LIB (LAPACK+BLAS):-lmkl_lapack95 -lmkl_intel -lmkl_intel_thread
      -lmkl_core -openmp -lpthread<br>
      <br>
      On 4/4/2013 9:52 PM, vishal jain wrote:<br>
    </div>
    <blockquote
cite="mid:CAJsJeWTE=iqz_=gZZie6-QVeB2neTm-a=RHoxwrKC6OesKUSpQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>Dear Sir&nbsp; <br>
            <br>
          </div>
          <div>I found error on compiling (R=Compile and Recompile)<br>
            .<br>
            <br>
            SRC_structeditor/SRC_ncmsymmetry/compile.msg:make: ***
            [module.o] Error 127<br>
            SRC_structeditor/SRC_readwrite/compile.msg:make: ***
            [module.o] Error 127<br>
            SRC_structeditor/SRC_struct2mol/compile.msg:make: ***
            [reallocate.o] Error 127<br>
            SRC_structeditor/SRC_structgen/compile.msg:make: ***
            [module.o] Error 127<br>
            <br>
          </div>
          <div><br>
            In site configration i choose following comands<br>
            S specify a system I choose I(ifort + MKL because i have
            installed&nbsp; l_mkl_11.0.2.146 and l_fcompxe_2013.3.163)<br>
            )<br>
          </div>
          C i choose ifort + cc <br>
        </div>
        O shown below how to define path <br>
        <div>
          <div>
            <div><br>
              <br>
              &nbsp;&nbsp;
              *********************************************************<br>
              &nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; W I E N&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
              *<br>
              &nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; site configuration&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
              *<br>
              &nbsp;&nbsp;
              *********************************************************<br>
              <br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Last configuration: Fri Apr 5 09:14:26 IST 2013<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Wien Version: WIEN2k_12.1 (Release
              22/7/2012)<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System: linuxifc<br>
              <br>
              <br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp; specify a system<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C&nbsp;&nbsp; specify compiler<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; O&nbsp;&nbsp; specify compiler options, BLAS and LAPACK<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; P&nbsp;&nbsp; configure Parallel execution<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D&nbsp;&nbsp; Dimension Parameters<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; R&nbsp;&nbsp; Compile/Recompile<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; U&nbsp;&nbsp; Update a package<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L&nbsp;&nbsp; Perl path (if not in /usr/bin/perl)<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Q&nbsp;&nbsp; Quit<br>
              <br>
              &nbsp; Selection: O<br>
              <br>
              &nbsp;&nbsp; ******************************<br>
              &nbsp;&nbsp; *&nbsp; Specify compiler options&nbsp; *<br>
              &nbsp;&nbsp; ******************************<br>
              <br>
              PLEASE NOTE: Best performance can be obtained with
              processor specific options. <br>
              Very important for speed-up is a optimized BLAS (like mkl,
              essl, ..),&nbsp; <br>
              or at least the GOTO- or ATLAS-BLAS instead of the simple
              "-lblas_lapw"<br>
              <br>
              For more info see&nbsp; <a moz-do-not-send="true"
                href="http://www.wien2k.at/reg_user/faq">http://www.wien2k.at/reg_user/faq</a><br>
              searching ....<br>
              &nbsp;I could not find the mkl-library because MKLROOT is not
              defined.<br>
              &nbsp;Please check whether mkl is installed at all and where<br>
              &nbsp;(mkl is included in new ifort versions, see <a
                moz-do-not-send="true" href="http://www.intel.com">www.intel.com</a>
              )<br>
              &nbsp;Without mkl you should install the GOTO-blas or you must
              use the blas_lapw<br>
              &nbsp;library (performance loss)<br>
              Hit Enter to continue <br>
              Since intel changes the name of the mkl-libraries from
              version to version,<br>
              you may find the linking options for the most recent ifort
              version at<br>
              <a moz-do-not-send="true"
href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/">http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/</a><br>
              <br>
              Recommended options for system linuxifc are:<br>
              &nbsp;&nbsp;&nbsp;&nbsp; Compiler options:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -FR -mp1 -w -prec_div -pc80
              -pad -ip -DINTEL_VML -traceback<br>
              &nbsp;&nbsp;&nbsp;&nbsp; Linker Flags:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(FOPT)
              -L$(MKLROOT)/lib/$(MKL_TARGET_ARCH) -pthread<br>
              &nbsp;&nbsp;&nbsp;&nbsp; Preprocessor flags:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '-DParallel'<br>
              &nbsp;&nbsp;&nbsp;&nbsp; R_LIB (LAPACK+BLAS):&nbsp;&nbsp;&nbsp;&nbsp; -lmkl_lapack95_lp64
              -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -openmp
              -lpthread<br>
              <br>
              Current settings:<br>
              &nbsp;O&nbsp;&nbsp; Compiler options:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -FR -mp1 -w -prec_div -pc80
              -pad -ip -DINTEL_VML -traceback<br>
              &nbsp;L&nbsp;&nbsp; Linker Flags:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(FOPT) -pthread -static<br>
              &nbsp;P&nbsp;&nbsp; Preprocessor flags&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '-DParallel'<br>
              &nbsp;R&nbsp;&nbsp; R_LIB (LAPACK+BLAS):&nbsp;&nbsp;&nbsp;&nbsp; -lmkl_lapack95_ia32
              -lmkl_intel_ia32 -lmkl_intel_thread -lmkl_core -openmp
              -lpthread<br>
              <br>
              &nbsp;S&nbsp;&nbsp; Save and Quit<br>
              &nbsp;Q&nbsp;&nbsp; Quit abandon changes<br>
              <br>
              &nbsp;&nbsp;&nbsp;&nbsp; To change an item select option.<br>
              <br>
              Selection: <br>
              <br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>