<br />
<br />
Dear forum<br />
<br />
thanks for all the people who helped me many a times....<br />
<br />
i am trying to install espresso 4.0.4 package in cluster....<br />
<br />
As prof. Paolo suggests i went for simple configuration but i got some error messages...i browsed the full forum ...i am not able to find the answer please help me....<br />
<br />
./configure<br />
said success<br />
<br />
make all<br />
<br />
test -d bin || mkdir bin<br />
if test -d iotk ; then <br />
( cd iotk ; if test "make" = "" ; then make  TLDEPS= lib+util ; <br />
else make  TLDEPS= lib+util ; fi ) ; fi<br />
make[1]: Entering directory `/sfs1/phd/ph06d017/ramesh/espresso-4.0.4/iotk'<br />
cd src ; make lib+util<br />
make[2]: Entering directory `/sfs1/phd/ph06d017/ramesh/espresso-4.0.4/iotk/src'<br />
mpif90 -O2 -assume byterecl -nomodule -fpp -D__INTEL -D__FFTW -D__USE_INTERNAL_FFTW -D__MPI -D__PARA -I../include  -I./  -I../Modules  -I../iotk/src -I../PW  -I../PH -c iotk_base.f90<br />
mpif90 -O2 -assume byterecl -nomodule -fpp -D__INTEL -D__FFTW -D__USE_INTERNAL_FFTW -D__MPI -D__PARA -I../include  -I./  -I../Modules  -I../iotk/src -I../PW  -I../PH -c iotk_attr_interf.f90<br />
mpif90 -O2 -assume byterecl -nomodule -fpp -D__INTEL -D__FFTW -D__USE_INTERNAL_FFTW -D__MPI -D__PARA -I../include  -I./  -I../Modules  -I../iotk/src -I../PW  -I../PH -c iotk_error_interf.f90<br />
mpif90 -O2 -assume byterecl -nomodule -fpp -D__INTEL -D__FFTW -D__USE_INTERNAL_FFTW -D__MPI -D__PARA -I../include  -I./  -I../Modules  -I../iotk/src -I../PW  -I../PH -c iotk_misc_interf.f90<br />
fortcom: Error: iotk_misc_interf.spp, line 55: Error in opening the compiled module file.  Check INCLUDE paths.   [IOTK_BASE]<br />
  use iotk_base<br />
------^<br />
fortcom: Error: iotk_misc_interf.spp, line 59: This derived type name has not been declared.   [IOTK_DUMMYTYPE]<br />
  type(iotk_dummytype), optional :: dummy<br />
-------^<br />
fortcom: Error: iotk_misc_interf.spp, line 54: This name does not have a type, and must have an explicit type.   [DUMMY]<br />
subroutine iotk_copy_tag_x(source,dest,dummy,maxsize,ierr)<br />
---------------------------------------^<br />
fortcom: Error: iotk_misc_interf.spp, line 90: Error in opening the compiled module file.  Check INCLUDE paths.   [IOTK_BASE]<br />
  use iotk_base<br />
------^<br />
fortcom: Error: iotk_misc_interf.spp, line 92: This derived type name has not been declared.   [IOTK_DUMMYTYPE]<br />
  type(iotk_dummytype),optional  :: dummy<br />
-------^<br />
fortcom: Error: iotk_misc_interf.spp, line 88: This name does not have a type, and must have an explicit type.   [DUMMY]<br />
subroutine iotk_set_x(dummy,unitmin,unitmax,getline_buffer,error_warn_overflow, &<br />
----------------------^<br />
fortcom: Error: iotk_misc_interf.spp, line 109: Error in opening the compiled module file.  Check INCLUDE paths.   [IOTK_BASE]<br />
  use iotk_base<br />
------^<br />
fortcom: Error: iotk_misc_interf.spp, line 111: This derived type name has not been declared.   [IOTK_DUMMYTYPE]<br />
  type(iotk_dummytype),optional  :: dummy<br />
-------^<br />
fortcom: Error: iotk_misc_interf.spp, line 107: This name does not have a type, and must have an explicit type.   [DUMMY]<br />
subroutine iotk_get_x(dummy,unitmin,unitmax,getline_buffer,error_warn_overflow, &<br />
----------------------^<br />
fortcom: Error: iotk_misc_interf.spp, line 165: Error in opening the compiled module file.  Check INCLUDE paths.   [IOTK_BASE]<br />
  use iotk_base<br />
------^<br />
fortcom: Error: iotk_misc_interf.spp, line 168: A specification expression object must be a dummy argument, a COMMON block object, or an object accessible through host or use association   [IOTK_ATTLENX]<br />
  character(iotk_attlenx), intent(in)  :: attr<br />
------------^<br />
fortcom: Error: iotk_misc_interf.spp, line 189: Error in opening the compiled module file.  Check INCLUDE paths.   [IOTK_BASE]<br />
  use iotk_base<br />
------^<br />
fortcom: Error: iotk_misc_interf.spp, line 191: A specification expression object must be a dummy argument, a COMMON block object, or an object accessible through host or use association   [IOTK_TAGLENX]<br />
  character(iotk_taglenx), intent(in)  :: tag<br />
------------^<br />
fortcom: Error: iotk_misc_interf.spp, line 192: A specification expression object must be a dummy argument, a COMMON block object, or an object accessible through host or use association   [IOTK_NAMLENX]<br />
  character(iotk_namlenx), intent(out) :: name<br />
------------^<br />
compilation aborted for iotk_misc_interf.f90 (code 1)<br />
make[2]: *** [iotk_misc_interf.o] Error 1<br />
make[2]: Leaving directory `/sfs1/phd/ph06d017/ramesh/espresso-4.0.4/iotk/src'<br />
make[1]: *** [lib+util] Error 2<br />
make[1]: Leaving directory `/sfs1/phd/ph06d017/ramesh/espresso-4.0.4/iotk'<br />
make: *** [libiotk] Error 2<br />
<br />
<br><br>With regards<br /><br />
<br /><br />
K. Ramesh Kumar<br /><br />
Research Scholar<br /><br />
Department of Physics<br /><br />
IIT-Madras<br /><br />
Chennai-600 036<br><Table border=0 Width=644 Height=57 cellspacing=0 cellpadding=0 style="font-family:Verdana;font-size:11px;line-height:15px;"><TR><td><A HREF="http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?" target="_blank"><IMG SRC="http://sigads.rediff.com/RealMedia/ads/adstream_nx.ads/www.rediffmail.com/signatureline.htm@Middle"></A></td></TR></Table>