<div style="DIRECTION: ltr"> </div>
<div style="DIRECTION: ltr">Hi Axel,<br><br>Thanks for you help. When I replace all "_DP" with "d0", the compilation successfully passes through this problem,<br>but there is another one:<br><br>56 Lines Compiled 
<br>cpp -P -traditional -D__LINUX64 -D__FFTW -D__USE_INTERNAL_FFTW -D__MPI -D__PARA -I../include<br><br> -I/soft/fftw-215/include/ -I/soft/mkl61/include/ -I/soft/mpi_intel/include/ wannier.f90 -o<br><br>wannier.F90<br>wannier.f90
 :8: #include expects "fname" or <fname><br>make[1]: *** [wannier.o] Error 1<br> </div>
<div style="DIRECTION: ltr"><span>make[1]: Leaving directory `/home.snfs/fjma/pw3.2/espresso-3.2/Modules'<br></span></div>
<div style="DIRECTION: ltr">make: *** [mods] Error 2<br> </div><br><br>
<div><span class="gmail_quote">2006/12/5, Axel Kohlmeyer <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:akohlmey@cmm.chem.upenn.edu" target="_blank">akohlmey@cmm.chem.upenn.edu</a>>:</span>
 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Tue, 5 Dec 2006, Fengjie Ma wrote:<br><br>FM> 2006/12/5, Axel Kohlmeyer <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:akohlmey@cmm.chem.upenn.edu" target="_blank">
 akohlmey@cmm.chem.upenn.edu</a>>:<br>FM> ><br>FM> > On Tue, 5 Dec 2006, Fengjie Ma wrote:<br>FM><br>FM><br>FM>     Hi axel,<br>FM><br>FM>         The complier is<br>FM>                Intel(R) Fortran Itanium(R) Compiler for Itanium(R)-based 
<br>FM> applications<br>FM>                Version 7.1, Build 20030814<br><br>there you go. like i suspected. this is a 'stone age' version.<br>there are probably some ways to work around those compilation<br>problems, 
e.g. by replacing in the line indicate the code:<br>COMPLEX(DP), PARAMETER :: ONE = (1.0_DP,0.0_DP), ZERO = ( 0.0_DP, 0.0_DP )<br>with:<br>COMPLEX(DP), PARAMETER :: ONE = (1.0d0,0.0d0), ZERO = ( 0.0d0,0.0d0 )<br><br>but the former is valid fortran 95 syntax and should be accepted by 
<br>the compiler. it works fine with intel version 8.1 and 9.1 (which<br>is the current version!) and several other compilers so it may be<br>high time to upgrade the compiler.<br><br>cheers,<br>  axel.<br><br>FM><br>FM>     Yours, 
<br>FM>      Ma<br>FM><br>FM><br>FM><br><br>--<br>=======================================================================<br>Axel Kohlmeyer   <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:akohlmey@cmm.chem.upenn.edu" target="_blank">
akohlmey@cmm.chem.upenn.edu </a>   <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.cmm.upenn.edu/" target="_blank">http://www.cmm.upenn.edu</a><br>  Center for Molecular Modeling   --   University of Pennsylvania
<br>Department of Chemistry, 231 S.34th Street, Philadelphia, PA 19104-6323<br>tel: 1-215-898-1582,  fax: 1-215-573-6233,  office-tel: 1-215-898-5425 <br>=======================================================================
<br>If you make something idiot-proof, the universe creates a better idiot.<br><br><br></blockquote></div><br>