<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">From what you sent, it is showing that
your fftw libraries (FFTW_LIBS) are called -lfftw3_mpi and
-lfftw3, not -lfftw_mpi and -lfftw, respectively. The FFTW_LIBS
are already set in FFTW_LIB + FFTW_OPT. So try to compile again
after removing "-L/opt/local/fftw/lib/ -lfftw_mpi -lfftw" in
RP_LIB.<br>
<br>
On 6/8/2014 6:53 AM, Nathalie Soto Yamile wrote:<br>
</div>
<blockquote
cite="mid:CABF4r3-4Fnz5AHxXvEeBcgoVoYWKsNgf0P_ntTNDnjfx=+wmNQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>
<pre><font size="4">Dear Wien2k users,
I have done "./siteconfig_lapw" with parallel setup i did the options given below
=====================
</font></pre>
<br>
<br>
Finding the required fftw2/3 mpi-files in /usr and /opt
....<br>
<br>
/opt/local/fftw3/lib/libfftw3_mpi.a<br>
could not find fftw ....<br>
Your present FFTW choice is: FFTW3<br>
Please specify whether you want to use FFTW3 (default) or
FFTW2 (FFTW3 / FFTW2): FFTW3<br>
Present FFTWpath is: /opt/local/fftw3 <br>
Please specify the ROOT-path of your FFTW installation
(like /opt/fftw3): /opt/local/fftw3<br>
<br>
Your FFTW_LIBS are: -lfftw3_mpi -lfftw3
-L/opt/local/fftw3/lib <br>
Your FFTW_OPT are : -DFFTW3 -I/opt/local/fftw3/include <br>
<br>
FFTW_LIB + FFTW_OPT : -lfftw3_mpi -lfftw3
-L/opt/local/fftw3/lib + -DFFTW3
-I/opt/local/fftw3/include (already set)<br>
RP RP_LIB(SCALAPACK+PBLAS): -lmkl_scalapack_lp64
-lmkl_blacs_lp64 -L/opt/local/fftw/lib/ -lfftw_mpi -lfftw
$(R_LIBS) <br>
FP FPOPT(par.comp.options): $(FOPT)<br>
MP MPIRUN commando : mpirun -np _NP_
-machinefile _HOSTS_ _EXEC_<br>
<br>
</div>
after compilation im getting this msg:<br>
Compile time errors (if any) were:<br>
SRC_dstart/compile.msg:make[1]: *** [dstart_mpi] Error 1<br>
SRC_dstart/compile.msg:make: *** [para] Error 2<br>
SRC_hf/compile.msg:make[1]: *** [hf_mpi] Error 1<br>
SRC_hf/compile.msg:make: *** [rp] Error 2<br>
SRC_hf/compile.msg:make[1]: *** [hfc_mpi] Error 1<br>
SRC_hf/compile.msg:make: *** [cp] Error 2<br>
SRC_lapw0/compile.msg:make[1]: *** [lapw0_mpi] Error 1<br>
SRC_lapw0/compile.msg:make: *** [para] Error 2<br>
SRC_lapw1/compile.msg:make[1]: *** [lapw1_mpi] Error 1<br>
SRC_lapw1/compile.msg:make: *** [rp] Error 2<br>
SRC_lapw1/compile.msg:make[1]: *** [lapw1c_mpi] Error 1<br>
SRC_lapw1/compile.msg:make: *** [cp] Error 2<br>
SRC_lapw2/compile.msg:make[1]: *** [lapw2_mpi] Error 1<br>
SRC_lapw2/compile.msg:make: *** [rp] Error 2<br>
SRC_lapw2/compile.msg:make[1]: *** [lapw2c_mpi] Error 1<br>
SRC_lapw2/compile.msg:make: *** [cp] Error 2<br>
</div>
**********<br>
ld: cannot find -lfftw_mpi<br>
ld: cannot find -lfftw<br>
***************************<br>
</div>
cuold you please help me.<br>
</div>
</blockquote>
<br>
</body>
</html>