<div dir="ltr"><div><div><div>Dear Ari,<br><br></div>I now that the Intel Fortran compiler (mpi) is for  the parallel version but i don't have it. <br></div>i will tried this change. <br><br></div>   <div id="gt-res-content" class="">
<div dir="ltr" style="zoom:1"><span id="result_box" class="" lang="en"><span class="">Friendly.</span></span></div></div><div><div><div><div><div><br></div></div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/12/17 Ari P Seitsonen <span dir="ltr"><<a href="mailto:Ari.P.Seitsonen@iki.fi" target="_blank">Ari.P.Seitsonen@iki.fi</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Dear Mourad,<br>
<br>
  The error message is:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
make[1]: mpiifort: Command not found<br>
</blockquote>
<br></div>
This is the parallel version of the Intel Fortran compiler suite; do you have it or not? If not, you could try changing into 'mpif90' (if this one uses 'gfortran' instead, you should do 'make clean' first and also change 'ifort' into 'gfortran')..<br>

<br>
    Greetings from Zurich,<br>
<br>
       apsi<br>
<br>
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=<u></u>*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=<u></u>-=*=-=*=-=*=-=*=-<br>
  Ari P Seitsonen / <a href="mailto:Ari.P.Seitsonen@iki.fi" target="_blank">Ari.P.Seitsonen@iki.fi</a> / <a href="http://www.iki.fi/~apsi/" target="_blank">http://www.iki.fi/~apsi/</a><br>
  Physikalisch-Chemisches Institut der Universitaet Zuerich<br>
  Tel: +41 44 63 54 497  /  Mobile: +41 79 71 90 935<div><div class="h5"><br>
<br>
<br>
On Tue, 17 Dec 2013, mourad boujnah wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Dear users and developers,<br>
<br>
I want to install the Wannier90 package but i get the following error. <br>
<br>
******************************<u></u>******************************<u></u>***********************<br>
boujnah@boujnah:~/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0$ cp ./config/make.sys.ifort ./make.sys<br>
boujnah@boujnah:~/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0$ make<br>
(cd ./src/obj && make -f ../Makefile.2 serialobjs)<br>
make[1]: Entering directory `/home/boujnah/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0/src/obj'<br>
ifort  -O2  -c ../constants.F90<br>
ifort  -O2  -c ../io.F90<br>
ifort  -O2  -c ../utility.F90<br>
ifort  -O2  -c ../parameters.F90<br>
ifort  -O2  -c ../hamiltonian.F90<br>
ifort  -O2  -c ../overlap.F90<br>
ifort  -O2  -c ../kmesh.F90<br>
ifort  -O2  -c ../disentangle.F90<br>
ifort  -O2  -c ../wannierise.F90<br>
ifort  -O2  -c ../plot.F90<br>
ifort  -O2  -c ../transport.F90<br>
make[1]: Leaving directory `/home/boujnah/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0/src/obj'<br>
(cd ./src/obj && make -f ../Makefile.2 wannier)<br>
make[1]: Entering directory `/home/boujnah/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0/src/obj'<br>
ifort ../wannier_prog.F90 -O2  constants.o io.o utility.o parameters.o hamiltonian.o overlap.o kmesh.o disentangle.o wannierise.o plot.o transport.o -L/opt/intel/mkl/lib/intel64<br>
-lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lpthread -o ../../wannier90.x<br>
make[1]: Leaving directory `/home/boujnah/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0/src/obj'<br>
(cd ./src/objp && make -f ../Makefile.2 post)<br>
make[1]: Entering directory `/home/boujnah/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0/src/objp'<br>
mpiifort -DMPI -O2  -c ../constants.F90<br>
make[1]: mpiifort: Command not found<br>
make[1]: *** [constants.o] Error 127<br>
make[1]: Leaving directory `/home/boujnah/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0/src/objp'<br>
make: *** [post] Error 2<br>
boujnah@boujnah:~/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0$ make mpi=openmpi MPIdir=/home/gajjar/src all -f makefile_ol<br>
make: makefile_ol: No such file or directory<br>
make: *** No rule to make target `makefile_ol'.  Stop.<br>
boujnah@boujnah:~/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0$ make mpi=openmpi MPIdir=/home/gajjar/src all -f makefile<br>
make: makefile: No such file or directory<br>
make: *** No rule to make target `makefile'.  Stop.<br>
boujnah@boujnah:~/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0$ make mpi=openmpi MPIdir=../src all -f makefile<br>
make: makefile: No such file or directory<br>
make: *** No rule to make target `makefile'.  Stop.<br>
boujnah@boujnah:~/<u></u>Téléchargements/espresso-5.0.<u></u>2/wannier90-2.0.0$<br>
<br>
******************************<u></u>******************************<u></u>******************************<u></u>***************************<br>
Please help me to solved. Thank you in advance.<br>
<br>
--<br></div></div>
Mourad BOUJNAHPhD Student in laboratory of magnetism and physics of high energy<div class="im"><br>
Faculty of Sciences in Rabat - Morocco<br>
Tel: +212 677316706<br>
Email: <a href="mailto:boujnah.mourad@gmail.com" target="_blank">boujnah.mourad@gmail.com</a><br>
"Research is to see what everybody else has seen, and to think what nobody else has thought"<br>
<br>
</div></blockquote>
<br>_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
<a href="http://pwscf.org/mailman/listinfo/pw_forum" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a><br></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><font color="#ff0000" face="georgia, serif">Mourad BOUJNAH</font><div>
<font face="georgia, serif">PhD Student in </font><span style="font-family:georgia,serif">laboratory of magnetism and physics of high energy</span></div><div><font face="georgia, serif">Faculty of Sciences in Rabat - Morocco</font></div>
<div><font face="georgia, serif">Tel:</font> <font color="#3366ff" face="tahoma, sans-serif"><u>+212 </u></font><font color="#3366ff" face="tahoma, sans-serif"><u>677316706</u></font></div><div><font face="georgia, serif">Email: <u><font color="#3366ff"><a href="mailto:boujnah.mourad@gmail.com" target="_blank">boujnah.mourad@gmail.com</a><br>
</font></u></font><i><span style="font-family:georgia,serif">"Research is to see what everybody else has seen, and to think what nobody else has thought"</span></i><br></div></div>
</div>