<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    'l' letter at the end of .html was missed. Correct link is
<a class="moz-txt-link-freetext" href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2010-October/013900.html">http://zeus.theochem.tuwien.ac.at/pipermail/wien/2010-October/013900.html</a><br>
    <br>
    28.02.2011 11:08, Maxim Rakitin &#1087;&#1080;&#1096;&#1077;&#1090;:
    <blockquote cite="mid:4D6B3BCA.6060205@physics.susu.ac.ru"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <title></title>
      <small>Hi,<br>
        <br>
        Please see this link:<br>
        <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2010-October/013900.htm">http://zeus.theochem.tuwien.ac.at/pipermail/wien/2010-October/013900.htm</a><br>
        <br>
        Perhaps this can help you.</small><br>
      <pre class="moz-signature" cols="72">Best regards,
   Maxim Rakitin
   SUSU, Chelyabinsk, Russia
   email: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:rms85@physics.susu.ac.ru">rms85@physics.susu.ac.ru</a>
   web: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.susu.ac.ru">http://www.susu.ac.ru</a></pre>
      <br>
      28.02.2011 9:38, &#29579;&#23478;&#22862; &#1087;&#1080;&#1096;&#1077;&#1090;:
      <blockquote
        cite="mid:AANLkTi=iNe8LE1uJS3XOJYo0n55JW6oQybMShcE7ibcd@mail.gmail.com"
        type="cite">Hi&nbsp;all,
        <div><br>
        </div>
        <div>I&nbsp;am&nbsp;compiling&nbsp;Wien2K10 with Intel ifort 11.1 + MKL 10.2,
          and the serial compilation
is&nbsp;Okay.&nbsp;However,&nbsp;the&nbsp;parallel&nbsp;compilation&nbsp;always&nbsp;encounter&nbsp;errors&nbsp;below:</div>
        <div><br>
        </div>
        <div>
          <div><font class="Apple-style-span" face="georgia, serif">fftw_para.o:

              In function `exec_fftw_para_':</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">fftw_para.F:(.text+0x77):

              undefined reference to `fftwnd_f77_mpi_'</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">fftw_para.F:(.text+0xb2):

              undefined reference to `fftwnd_f77_mpi_'</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">fftw_para.o:

              In function `init_fftw_para_':</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">fftw_para.F:(.text+0x101):

              undefined reference to `fftw3d_f77_mpi_create_plan_'</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">fftw_para.F:(.text+0x129):

              undefined reference to `fftw3d_f77_mpi_create_plan_'</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">fftw_para.F:(.text+0x14d):

              undefined reference to `fftwnd_f77_mpi_local_sizes_'</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">make[1]:

              *** [lapw0_mpi] Error 1</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">make[1]:

              Leaving directory `/home/morosanlab/Wien2k/SRC_lapw0'</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">make:

              *** [para] Error 2</font></div>
        </div>
        <div><br>
        </div>
        <div>The&nbsp;OPTION&nbsp;file&nbsp;is&nbsp;listed&nbsp;below:</div>
        <div><br>
        </div>
        <div>
          <div><font class="Apple-style-span" face="georgia, serif">current:FOPT:-FR

              -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML -traceback</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">current:FPOPT:-FR

              -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML -traceback</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">current:LDFLAGS:$(FOPT)

              -L/opt/intel/Compiler/11.1/072/mkl/lib/em64t -pthread</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">current:DPARALLEL:'-DParallel'</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">current:R_LIBS:-lmkl_lapack

              -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -openmp
              -lpthread -lguide</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">current:RP_LIBS:-lmkl_scalapack_lp64

              -lmkl_solver_lp64 -lmkl_blacs_lp64 -L/opt/fftw2/lib/
              -lfftw_mpi -lfftw -lm $(R_LIBS)</font></div>
          <div><font class="Apple-style-span" face="georgia, serif">current:MPIRUN:mpirun

              -np _NP_ -machinefile _HOSTS_ _EXEC_</font></div>
        </div>
        <div>&nbsp;</div>
        <div>The&nbsp;OS&nbsp;on&nbsp;my&nbsp;computer&nbsp;is&nbsp;Ubuntu&nbsp;10.04&nbsp;LTS,&nbsp;and
          mpich-2.1.3.2&nbsp;and&nbsp;fftw-2.1.5&nbsp;were&nbsp;installed with ifort&nbsp;(mpich1
          can't be compiled).</div>
        <div><br>
        </div>
        <div>Do&nbsp;you&nbsp;have&nbsp;ever&nbsp;encountered&nbsp;such&nbsp;problem?</div>
        <div><br>
        </div>
        <div>Thanks!</div>
        <div><br>
        </div>
        <div>Jiakui&nbsp;Wang</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Wien mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a>
</pre>
      </blockquote>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Wien mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a>
<a class="moz-txt-link-freetext" href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a>
</pre>
    </blockquote>
  </body>
</html>