[Pw_forum] Compilation stops while compiling bz_form.f90 in hpc

Venkataramana Imandi venkataramana.imandi at gmail.com
Fri Oct 23 14:18:02 CEST 2015


Dear QE users,

I am compiling QE (version:5.1.2) in the high performance computing (hpc)
using gfortran compiler (version:4.1.2).
In the beginning, I did "./configure", the output is showing like
"configure: success" (some of the lines shown below).

checking build system type... x86_64-unknown-linux-gnu
detected architecture... x86_64
checking for ifort... no
checking for pgf90... no
checking for pathf95... no
checking for sunf95... no
checking for openf95... no
checking for gfortran... gfortran
configure: WARNING: using cross tools not prefixed with host triplet
checking for Fortran compiler default output file name... a.out
checking whether the Fortran compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for Fortran flag to compile .f90 files... none
checking for mpif90... mpif90
checking whether we are using the GNU Fortran compiler... yes
checking whether mpif90 accepts -g... yes
checking version of mpif90... gfortran 4.1.2
setting F90... gfortran
setting MPIF90... mpif90
checking for cc... cc
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
setting CC... cc
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes

After that, I did "make all", the output is showing like as follows (some
of the lines are shown here).

Error: 'normal' at (1) is not a member of the 'bz' structure
 In file bz_form.f90:1952

      CALL inter_plane_line(x0, vect, bz_struc%normal(:,ifaces), xi)
                                                    1
Error: 'normal' at (1) is not a member of the 'bz' structure
 In file bz_form.f90:1958

   ENDIF
     1
Error: Expecting END DO statement at (1)
 In file bz_form.f90:1966

   IF (ABS(bz_struc%normal(2,ifaces)) > 1.d-9) THEN
                         1
Error: 'normal' at (1) is not a member of the 'bz' structure
 In file bz_form.f90:1967

      CALL inter_plane_line(x0, vect, bz_struc%normal(:,ifaces), xi)
                                                    1
Error: 'normal' at (1) is not a member of the 'bz' structure
 In file bz_form.f90:1973

   ENDIF
     1
Error: Expecting END DO statement at (1)
 In file bz_form.f90:1981

   IF (ABS(bz_struc%normal(3,ifaces)) > 1.d-9) THEN
                         1
Error: 'normal' at (1) is not a member of the 'bz' structure
 In file bz_form.f90:1982

      CALL inter_plane_line(x0, vect, bz_struc%normal(:,ifaces), xi)
                                                    1
Error: 'normal' at (1) is not a member of the 'bz' structure
 In file bz_form.f90:1988

   ENDIF
     1
Error: Expecting END DO statement at (1)
make[1]: *** [bz_form.o] Error 1
make[1]: Leaving directory
`/home/abhijit/venkat1/soft1/espresso-5.1.2/Modules'
make: *** [mods] Error 1

I am completely unaware of this problem. I checked previous qe threads, the
same thread is there but no reply. Please suggest me what to do and come
out of this problem. Any suggestions are welcome.


venkataramana
PhD student
IIT Bombay
Mumbai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20151023/f2da5d85/attachment.html>


More information about the users mailing list