Dear forum
thanks for all the people who helped me many a times.... i am trying to install espresso 4.0.4 package in cluster.... 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.... ./configure said success make all test -d bin || mkdir bin if test -d iotk ; then \ ( cd iotk ; if test "make" = "" ; then make TLDEPS= lib+util ; \ else make TLDEPS= lib+util ; fi ) ; fi make[1]: Entering directory `/sfs1/phd/ph06d017/ramesh/espresso-4.0.4/iotk' cd src ; make lib+util make[2]: Entering directory `/sfs1/phd/ph06d017/ramesh/espresso-4.0.4/iotk/src' 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 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 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 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 fortcom: Error: iotk_misc_interf.spp, line 55: Error in opening the compiled module file. Check INCLUDE paths. [IOTK_BASE] use iotk_base ------^ fortcom: Error: iotk_misc_interf.spp, line 59: This derived type name has not been declared. [IOTK_DUMMYTYPE] type(iotk_dummytype), optional :: dummy -------^ fortcom: Error: iotk_misc_interf.spp, line 54: This name does not have a type, and must have an explicit type. [DUMMY] subroutine iotk_copy_tag_x(source,dest,dummy,maxsize,ierr) ---------------------------------------^ fortcom: Error: iotk_misc_interf.spp, line 90: Error in opening the compiled module file. Check INCLUDE paths. [IOTK_BASE] use iotk_base ------^ fortcom: Error: iotk_misc_interf.spp, line 92: This derived type name has not been declared. [IOTK_DUMMYTYPE] type(iotk_dummytype),optional :: dummy -------^ fortcom: Error: iotk_misc_interf.spp, line 88: This name does not have a type, and must have an explicit type. [DUMMY] subroutine iotk_set_x(dummy,unitmin,unitmax,getline_buffer,error_warn_overflow, & ----------------------^ fortcom: Error: iotk_misc_interf.spp, line 109: Error in opening the compiled module file. Check INCLUDE paths. [IOTK_BASE] use iotk_base ------^ fortcom: Error: iotk_misc_interf.spp, line 111: This derived type name has not been declared. [IOTK_DUMMYTYPE] type(iotk_dummytype),optional :: dummy -------^ fortcom: Error: iotk_misc_interf.spp, line 107: This name does not have a type, and must have an explicit type. [DUMMY] subroutine iotk_get_x(dummy,unitmin,unitmax,getline_buffer,error_warn_overflow, & ----------------------^ fortcom: Error: iotk_misc_interf.spp, line 165: Error in opening the compiled module file. Check INCLUDE paths. [IOTK_BASE] use iotk_base ------^ 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] character(iotk_attlenx), intent(in) :: attr ------------^ fortcom: Error: iotk_misc_interf.spp, line 189: Error in opening the compiled module file. Check INCLUDE paths. [IOTK_BASE] use iotk_base ------^ 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] character(iotk_taglenx), intent(in) :: tag ------------^ 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] character(iotk_namlenx), intent(out) :: name ------------^ compilation aborted for iotk_misc_interf.f90 (code 1) make[2]: *** [iotk_misc_interf.o] Error 1 make[2]: Leaving directory `/sfs1/phd/ph06d017/ramesh/espresso-4.0.4/iotk/src' make[1]: *** [lib+util] Error 2 make[1]: Leaving directory `/sfs1/phd/ph06d017/ramesh/espresso-4.0.4/iotk' make: *** [libiotk] Error 2 With regards K. Ramesh Kumar Research Scholar Department of Physics IIT-Madras Chennai-600 036 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/pw_forum/attachments/20090418/d775d0b1/attachment.htm
