Advertisement
mahmoodn

qe-config

Sep 12th, 2017
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.31 KB | None | 0 0
  1. Script started on Tue 12 Sep 2017 04:04:05 PM IRDT
  2. [mahmood@cluster:/share/apps/chemistry/qe-6.1/source]# export SCALAPACK_LIBS="-L/share/apps/computer/scalapack -lscalapack"
  3. [mahmood@cluster:/share/apps/chemistry/qe-6.1/source]# export BLAS_LIBS="-L/share/apps/computer/OpenBLAS-0.2.18 -lopenblas"
  4. [mahmood@cluster:/share/apps/chemistry/qe-6.1/source]# export FFT_LIBS="-L/share/apps/computer/fftw-3.3.6-pl2/lib -lfftw3"
  5. [mahmood@cluster:/share/apps/chemistry/qe-6.1/source]# ./configure --prefix=/share/apps/chemistry/qe-6.1
  6. checking build system type... x86_64-pc-linux-gnu
  7. checking ARCH... x86_64
  8. checking setting AR... ... ar
  9. checking setting ARFLAGS... ... ruv
  10. checking for ifort... no
  11. checking for pgf90... no
  12. checking for pathf95... no
  13. checking for sunf95... no
  14. checking for openf95... no
  15. checking for nagfor... no
  16. checking for gfortran... gfortran
  17. checking for Fortran compiler default output file name... a.out
  18. checking whether the Fortran compiler works... yes
  19. checking whether we are cross compiling... no
  20. checking for suffix of executables...
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU Fortran compiler... yes
  23. checking whether gfortran accepts -g... yes
  24. checking for Fortran flag to compile .f90 files... none
  25. checking for mpif90... mpif90
  26. checking whether we are using the GNU Fortran compiler... yes
  27. checking whether mpif90 accepts -g... yes
  28. checking version of mpif90... gfortran 4.4
  29. setting F90... gfortran
  30. setting MPIF90... mpif90
  31. checking for cc... cc
  32. checking whether we are using the GNU C compiler... yes
  33. checking whether cc accepts -g... yes
  34. checking for cc option to accept ISO C89... none needed
  35. setting CC... cc
  36. setting CFLAGS... -O3
  37. checking how to run the C preprocessor... cc -E
  38. checking for grep that handles long lines and -e... /bin/grep
  39. checking for egrep... /bin/grep -E
  40. checking for ANSI C header files... yes
  41. checking for sys/types.h... yes
  42. checking for sys/stat.h... yes
  43. checking for stdlib.h... yes
  44. checking for string.h... yes
  45. checking for memory.h... yes
  46. checking for strings.h... yes
  47. checking for inttypes.h... yes
  48. checking for stdint.h... yes
  49. checking for unistd.h... yes
  50. checking size of int *... 8
  51. checking malloc.h usability... yes
  52. checking malloc.h presence... yes
  53. checking for malloc.h... yes
  54. checking for struct mallinfo.arena... yes
  55. checking for gfortran... gfortran
  56. checking whether we are using the GNU Fortran 77 compiler... yes
  57. checking whether gfortran accepts -g... yes
  58. setting F77... gfortran
  59. using F90... gfortran
  60. setting FFLAGS... -O3 -g
  61. setting F90FLAGS... $(FFLAGS) -x f95-cpp-input
  62. setting FFLAGS_NOOPT... -O0 -g
  63. setting CPP... cpp
  64. setting CPPFLAGS... -P -traditional
  65. setting LD... mpif90
  66. setting LDFLAGS... -g -pthread
  67. checking whether make sets $(MAKE)... yes
  68. checking whether Fortran files must be preprocessed... no
  69. checking how to get verbose linking output from gfortran... -v
  70. checking for Fortran 77 libraries of gfortran... -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../.. -lgfortranbegin -lgfortran -lm
  71. checking for dummy main to link with Fortran 77 libraries... none
  72. checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore
  73. setting BLAS_LIBS... -L/share/apps/computer/OpenBLAS-0.2.18 -lopenblas
  74. checking for library containing dspev... none required
  75. checking FFT... checking for DftiComputeForward in -lmkl_intel_lp64... no
  76. checking for library containing dfftw_execute_dft... none required
  77. -L/share/apps/computer/fftw-3.3.6-pl2/lib -lfftw3
  78. checking MASS...
  79. checking for library containing mpi_init... none required
  80. checking ELPA...
  81. checking for ranlib... ranlib
  82. checking for wget... wget -O
  83. setting WGET... wget -O
  84. setting DFLAGS... -D__FFTW3 -D__MPI -D__SCALAPACK
  85. setting IFLAGS... -I$(TOPDIR)/include -I../include/
  86. configure: creating ./config.status
  87. config.status: creating install/make_lapack.inc
  88. config.status: creating include/fft_defs.h
  89. config.status: creating include/configure.h
  90. config.status: creating make.inc
  91. config.status: creating configure.msg
  92. config.status: creating install/make_wannier90.inc
  93. config.status: creating include/c_defs.h
  94. --------------------------------------------------------------------
  95. ESPRESSO can take advantage of several optimized numerical libraries
  96. (essl, fftw, mkl...). This configure script attempts to find them,
  97. but may fail if they have been installed in non-standard locations.
  98. If a required library is not found, the local copy will be compiled.
  99.  
  100. The following libraries have been found:
  101. BLAS_LIBS=-L/share/apps/computer/OpenBLAS-0.2.18 -lopenblas
  102. LAPACK_LIBS= -L/share/apps/computer/OpenBLAS-0.2.18 -lopenblas
  103. SCALAPACK_LIBS=-L/share/apps/computer/scalapack -lscalapack
  104. FFT_LIBS= -L/share/apps/computer/fftw-3.3.6-pl2/lib -lfftw3
  105.  
  106. Please check if this is what you expect.
  107.  
  108. If any libraries are missing, you may specify a list of directories
  109. to search and retry, as follows:
  110. ./configure LIBDIRS="list of directories, separated by spaces"
  111.  
  112. Parallel environment detected successfully.\
  113. Configured for compilation of parallel executables.
  114.  
  115. For more info, read the ESPRESSO User's Guide (Doc/users-guide.tex).
  116. --------------------------------------------------------------------
  117. configure: success
  118. [mahmood@cluster:/share/apps/chemistry/qe-6.1/source]# make all
  119. test -d bin || mkdir bin
  120. ( cd FFTXlib ; make TLDEPS= all || exit 1 )
  121. make[1]: Entering directory `/share/apps/chemistry/qe-6.1/source/FFTXlib'
  122. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c fft_param.f90
  123. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c fft_support.f90
  124. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c stick_base.f90
  125. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c fft_types.f90
  126. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c task_groups.f90
  127. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c scatter_mod.f90
  128. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c fft_scalar.ARM_LIB.f90
  129. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c fft_scalar.DFTI.f90
  130. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c fft_scalar.ESSL.f90
  131. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c fft_scalar.FFTW.f90
  132. mpif90 -O3 -g -x f95-cpp-input -D__FFTW3 -D__MPI -D__SCALAPACK -I/share/apps/chemistry/qe-6.1/source//include -I../include/ -c fft_scalar.FFTW3.f90
  133. fft_scalar.FFTW3.f90:27: error: fftw3.f: No such file or directory
  134. fft_scalar.FFTW3.f90:641.65:
  135.  
  136. f(1:), (/ldx, ldy, ldz/), 1, ldx, idir, FFTW_ESTIMATE)
  137. 1
  138. Error: Symbol 'fftw_estimate' at (1) has no IMPLICIT type
  139. fft_scalar.FFTW3.f90:452.38:
  140.  
  141. f(1:), idir, FFTW_ESTIMATE)
  142. 1
  143. Error: Symbol 'fftw_estimate' at (1) has no IMPLICIT type
  144. fft_scalar.FFTW3.f90:314.28:
  145.  
  146. FFTW_ESTIMATE)
  147. 1
  148. Error: Symbol 'fftw_estimate' at (1) has no IMPLICIT type
  149. fft_scalar.FFTW3.f90:149.82:
  150.  
  151. (/SIZE(c)/), 1, ldz, cout, (/SIZE(cout)/), 1, ldz, idir, FFTW_ESTIMATE)
  152. 1
  153. Error: Symbol 'fftw_estimate' at (1) has no IMPLICIT type
  154. make[1]: *** [fft_scalar.FFTW3.o] Error 1
  155. make[1]: Leaving directory `/share/apps/chemistry/qe-6.1/source/FFTXlib'
  156. make: *** [libfft] Error 1
  157. ]0;mahmood@cluster:/share/apps/chemistry/qe-6.1/sourceroot@ahmood@cluster:/share/apps/chemistry/qe-6.1/source]# exit
  158. exit
  159.  
  160. Script done on Tue 12 Sep 2017 04:05:46 PM IRDT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement