Ok, I just figure out it. Now it is ok. Thanks a lot for your help.<br>Have a nice weekend.<br>Nilton<br><br><div class="gmail_quote">2011/12/10 Laurence Marks <span dir="ltr">&lt;<a href="mailto:L-marks@northwestern.edu">L-marks@northwestern.edu</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I did not notice before. You have a format error in your options. &quot;-L&quot;<br>
is used for a directory where there are libraries, &quot;-l&quot; (lower case)<br>
for the libraries. Remove the name of the file from the -L for RP and<br>
add -lfftw_mpi -lfftw<br>
<br>
2011/12/10 Nilton &lt;<a href="mailto:nilton@ufba.br">nilton@ufba.br</a>&gt;:<br>
<div class="HOEnZb"><div class="h5">&gt; Dear Dr. Marks,<br>
&gt; thanks for the answer. I have checked the fftw libraries and it seems ok as<br>
&gt; you can see at below,<br>
&gt; _______________________///___________________________________<br>
&gt; [root@bodesking SRC_lapw0]# nm /usr/local/fftw/lib/libfftw_mpi.a | grep -e<br>
&gt; f77<br>
&gt; fftw_f77_mpi.o:<br>
&gt; 0000000000000090 T fftw2d_f77_mpi_create_plan_<br>
&gt; 0000000000000050 T fftw3d_f77_mpi_create_plan_<br>
&gt; 0000000000000160 T fftw_f77_mpi_<br>
&gt; 0000000000000190 T fftw_f77_mpi_create_plan_<br>
&gt; 0000000000000180 T fftw_f77_mpi_destroy_plan_<br>
&gt; 0000000000000150 T fftw_f77_mpi_local_sizes_<br>
&gt; 0000000000000010 T fftwnd_f77_mpi_<br>
&gt; 00000000000000c0 T fftwnd_f77_mpi_create_plan_<br>
&gt; 0000000000000040 T fftwnd_f77_mpi_destroy_plan_<br>
&gt; 0000000000000000 T fftwnd_f77_mpi_local_sizes_<br>
&gt; __________________________//___________________________<br>
&gt;<br>
&gt; they have one underscore. I compiled teh fft-2.1.5 with the parameters:<br>
&gt;  ./configure --prefix=/usr/local/fftw --enable-mpi --enable-thread F77=ifort<br>
&gt;<br>
&gt; and this came from configure comand to fftw:<br>
&gt;<br>
&gt; &quot;checking for Fortran name-mangling scheme... lower case, underscore, no<br>
&gt; extra underscore&quot;<br>
&gt;<br>
&gt; the same fortran compiler I am using to compile wien2k.<br>
&gt; So, I dont now how to fix it. Any clue?<br>
&gt; Nilton<br>
&gt;<br>
&gt;<br>
&gt; 2011/12/10 Laurence Marks &lt;<a href="mailto:L-marks@northwestern.edu">L-marks@northwestern.edu</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; I think I know what this is, but I may be wrong. Try<br>
&gt;&gt;<br>
&gt;&gt;  nm /usr/local/fftw/lib/libfftw_mpi.a | grep -e f77<br>
&gt;&gt;<br>
&gt;&gt; and the same for the other fftw library. Almost certainly you will<br>
&gt;&gt; find the ones you want but without a &quot;_&quot; at the end. Almost certainly<br>
&gt;&gt; this is because they were compiled with a different compiler than what<br>
&gt;&gt; you are using and/or incorrect flags.<br>
&gt;&gt;<br>
&gt;&gt; 2011/12/10 Nilton &lt;<a href="mailto:nilton@ufba.br">nilton@ufba.br</a>&gt;:<br>
&gt;&gt; &gt; Dear wien2k users,<br>
&gt;&gt; &gt; I tried to compile WIEN2k_11 in parallel mode and I got same error<br>
&gt;&gt; &gt; mensages.<br>
&gt;&gt; &gt; Anyone can help me? Thanks in advance. The error is only for lapw0. the<br>
&gt;&gt; &gt; others is ok.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ------------------------------<br>
&gt;&gt; &gt; ------------------------------Error mensages--------------------------<br>
&gt;&gt; &gt; fftw_para.o: In function `exec_fftw_para_&#39;:<br>
&gt;&gt; &gt; fftw_para.F:(.text+0x7b): undefined reference to `fftwnd_f77_mpi_&#39;<br>
&gt;&gt; &gt; fftw_para.F:(.text+0xb6): undefined reference to `fftwnd_f77_mpi_&#39;<br>
&gt;&gt; &gt; fftw_para.o: In function `init_fftw_para_&#39;:<br>
&gt;&gt; &gt; fftw_para.F:(.text+0x101): undefined reference to<br>
&gt;&gt; &gt; `fftw3d_f77_mpi_create_plan_&#39;<br>
&gt;&gt; &gt; fftw_para.F:(.text+0x129): undefined reference to<br>
&gt;&gt; &gt; `fftw3d_f77_mpi_create_plan_&#39;<br>
&gt;&gt; &gt; fftw_para.F:(.text+0x14d): undefined reference to<br>
&gt;&gt; &gt; `fftwnd_f77_mpi_local_sizes_&#39;<br>
&gt;&gt; &gt; make[1]: *** [lapw0_mpi] Error 1<br>
&gt;&gt; &gt; make[1]: Leaving directory `/home/nilton/wien2k/SRC_lapw0&#39;<br>
&gt;&gt; &gt; make: *** [para] Error 2<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -----------------------------------------------------------------------------------------------------------------<br>
&gt;&gt; &gt; Makefile I have used<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FC = ifort<br>
&gt;&gt; &gt; MPF = mpif90<br>
&gt;&gt; &gt; CC = cc<br>
&gt;&gt; &gt; FOPT =  -FR -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML -traceback<br>
&gt;&gt; &gt; FPOPT =  -FR -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML -traceback<br>
&gt;&gt; &gt; DParallel = &#39;-DParallel&#39;<br>
&gt;&gt; &gt; FGEN = $(PARALLEL)<br>
&gt;&gt; &gt; LDFLAGS = $(FOPT) -L$(MKLROOT)/lib/intel64 -pthread<br>
&gt;&gt; &gt; R_LIBS     = -lmkl_blas95_lp64 -lmkl_lapack95_lp64<br>
&gt;&gt; &gt; $(MKLROOT)/lib/intel64/libmkl_scalapack_lp64.a -Wl,--start-group<br>
&gt;&gt; &gt; $(MKLROOT)/lib/intel64/libmkl_cdft_core.a<br>
&gt;&gt; &gt; $(MKLROOT)/lib/intel64/libmkl_intel_lp64.a<br>
&gt;&gt; &gt; $(MKLROOT)/lib/intel64/libmkl_intel_thread.a<br>
&gt;&gt; &gt; $(MKLROOT)/lib/intel64/libmkl_core.a<br>
&gt;&gt; &gt; $(MKLROOT)/lib/intel64/libmkl_blacs_intelmpi_lp64.a -Wl,--end-group<br>
&gt;&gt; &gt; -openmp<br>
&gt;&gt; &gt; -lpthread<br>
&gt;&gt; &gt; RP_LIBS = -L/usr/local/fftw/lib/libfftw_mpi.a<br>
&gt;&gt; &gt; -L/usr/local/fftw/lib/libfftw.a $(R_LIBS)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; System specifications:<br>
&gt;&gt; &gt; fftw-2.1.5<br>
&gt;&gt; &gt; mpich2<br>
&gt;&gt; &gt; fortran 12 and mkl 10.3<br>
&gt;&gt; &gt; Rocks cluster 5.4<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Nilton S. Dantas<br>
&gt;&gt; &gt; Universidade Estadual de Feira de Santana<br>
&gt;&gt; &gt; Departamento de Ciências Exatas<br>
&gt;&gt; &gt; Área de Informática<br>
&gt;&gt; &gt; Av. Transnordestina, S/N, Bairro Novo Horizonte<br>
&gt;&gt; &gt; CEP 44036900 - Feira de Santana, Bahia, Brazil<br>
&gt;&gt; &gt; Tel./Fax <a href="tel:%2B55%2075%2032248086" value="+557532248086">+55 75 32248086</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Wien mailing list<br>
&gt;&gt; &gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&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;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Professor Laurence Marks<br>
&gt;&gt; Department of Materials Science and Engineering<br>
&gt;&gt; Northwestern University<br>
&gt;&gt; <a href="http://www.numis.northwestern.edu" target="_blank">www.numis.northwestern.edu</a> <a href="tel:1-847-491-3996" value="+18474913996">1-847-491-3996</a><br>
&gt;&gt; &quot;Research is to see what everybody else has seen, and to think what<br>
&gt;&gt; nobody else has thought&quot;<br>
&gt;&gt; Albert Szent-Gyorgi<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Wien mailing list<br>
&gt;&gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&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;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Nilton S. Dantas<br>
&gt; Universidade Estadual de Feira de Santana<br>
&gt; Departamento de Ciências Exatas<br>
&gt; Área de Informática<br>
&gt; Av. Transnordestina, S/N, Bairro Novo Horizonte<br>
&gt; CEP 44036900 - Feira de Santana, Bahia, Brazil<br>
&gt; Tel./Fax <a href="tel:%2B55%2075%2032248086" value="+557532248086">+55 75 32248086</a><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>
--<br>
Professor Laurence Marks<br>
Department of Materials Science and Engineering<br>
Northwestern University<br>
<a href="http://www.numis.northwestern.edu" target="_blank">www.numis.northwestern.edu</a> <a href="tel:1-847-491-3996" value="+18474913996">1-847-491-3996</a><br>
&quot;Research is to see what everybody else has seen, and to think what<br>
nobody else has thought&quot;<br>
Albert Szent-Gyorgi<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><br clear="all"><br>-- <br>Nilton S. Dantas<br>Universidade Estadual de Feira de Santana<br>Departamento de Ciências Exatas<br>Área de Informática<br>Av. Transnordestina, S/N, Bairro Novo Horizonte<br>
CEP 44036900 - Feira de Santana, Bahia, Brazil<br>Tel./Fax +55 75 32248086<br>