<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="appendonsend"></div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>De :</b> BENYAHIA NEZHA<br>
<b>Envoyé :</b> samedi 5 juin 2021 10:43<br>
<b>À :</b> thermo_pw-forum@lists.quantum-espresso.org <thermo_pw-forum@lists.quantum-espresso.org><br>
<b>Objet :</b> Error when installing QE6.7</font>
<div> </div>
</div>
<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Dear Quantum espresso users,</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
I'am trying to install the quantum-espresso 6.7 version on my Ubuntu distribution. While using ./configure command, every thing is ok, i receive this message at the end of the compilation
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
The following libraries have been found:
<div>  BLAS_LIBS= -lblas </div>
<div>  LAPACK_LIBS=$(TOPDIR)/LAPACK/liblapack.a</div>
<div>  FFT_LIBS= -lfftw3 </div>
<div>  </div>
<div>  </div>
<div><br>
</div>
<div>Please check if this is what you expect.</div>
<div><br>
</div>
<div>If any libraries are missing, you may specify a list of directories</div>
<div>to search and retry, as follows:</div>
<div>  ./configure LIBDIRS="list of directories, separated by spaces"</div>
<div><br>
</div>
<div>Parallel environment detected successfully.\</div>
<div>Configured for compilation of parallel executables.</div>
<div><br>
</div>
<div>For more info, read the ESPRESSO User's Guide (Doc/users-guide.tex).</div>
<div>--------------------------------------------------------------------</div>
<span>configure: success</span></div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
however when entering the command make all, i receive this message at the end and no executable files were generated at the BIN library:</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
0 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_scalar.cuFFT.f90
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_scalar.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_scatter.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_parallel.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_parallel_2d.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_smallbox.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_smallbox_type.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_fwinv.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_interfaces.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_interpolate.f90</div>
<div>cc -O3 -D__FFTW3 -D__MPI -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fftw.c</div>
<div>cc -O3 -D__FFTW3 -D__MPI -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fftw_sp.c</div>
<div>cc -O3 -D__FFTW3 -D__MPI -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fftw_dp.c</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_error.f90</div>
<div>cc -O3 -D__FFTW3 -D__MPI -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_stick.c</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c tg_gather.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c fft_helper_subroutines.f90</div>
<div>ar ruv libqefft.a scatter_mod.o fft_scatter_2d.o fft_scatter_gpu.o fft_scatter_2d_gpu.o fft_ggen.o fft_fwinv.o fft_scalar.o fft_scalar.ARM_LIB.o fft_scalar.DFTI.o fft_scalar.ESSL.o fft_scalar.FFTW.o fft_scatter.o fft_scalar.cuFFT.o fftw_interfaces.o fft_scalar.FFTW3.o
 fft_scalar.SX6.o fft_parallel.o fft_parallel_2d.o fft_interfaces.o fft_interpolate.o stick_base.o fftw.o fftw_sp.o fftw_dp.o fft_smallbox.o fft_smallbox_type.o fft_support.o fft_error.o fft_stick.o fft_types.o tg_gather.o fft_helper_subroutines.o fft_param.o
 fft_buffers.o       </div>
<div>ar: creating libqefft.a</div>
<div>a - scatter_mod.o</div>
<div>a - fft_scatter_2d.o</div>
<div>a - fft_scatter_gpu.o</div>
<div>a - fft_scatter_2d_gpu.o</div>
<div>a - fft_ggen.o</div>
<div>a - fft_fwinv.o</div>
<div>a - fft_scalar.o</div>
<div>a - fft_scalar.ARM_LIB.o</div>
<div>a - fft_scalar.DFTI.o</div>
<div>a - fft_scalar.ESSL.o</div>
<div>a - fft_scalar.FFTW.o</div>
<div>a - fft_scatter.o</div>
<div>a - fft_scalar.cuFFT.o</div>
<div>a - fftw_interfaces.o</div>
<div>a - fft_scalar.FFTW3.o</div>
<div>a - fft_scalar.SX6.o</div>
<div>a - fft_parallel.o</div>
<div>a - fft_parallel_2d.o</div>
<div>a - fft_interfaces.o</div>
<div>a - fft_interpolate.o</div>
<div>a - stick_base.o</div>
<div>a - fftw.o</div>
<div>a - fftw_sp.o</div>
<div>a - fftw_dp.o</div>
<div>a - fft_smallbox.o</div>
<div>a - fft_smallbox_type.o</div>
<div>a - fft_support.o</div>
<div>a - fft_error.o</div>
<div>a - fft_stick.o</div>
<div>a - fft_types.o</div>
<div>a - tg_gather.o</div>
<div>a - fft_helper_subroutines.o</div>
<div>a - fft_param.o</div>
<div>a - fft_buffers.o</div>
<div>ranlib libqefft.a    </div>
<div>make[1]: Leaving directory `/home/software/qe-6.7/FFTXlib'</div>
<div>( cd upflib ; make TLDEPS= all || exit 1 )</div>
<div>make[1]: Entering directory `/home/software/qe-6.7/upflib'</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c upf_kinds.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c upf_const.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c radial_grids.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c atom.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c upf_utils.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c atomic_number.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c emend_upf.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c upf_erf.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c pseudo_types.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c upf_params.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c gth.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c read_cpmd.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c read_fhi.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c read_ncpp.f90</div>
<div>mpif90 -O3 -g -cpp -D__FFTW3 -D__MPI   -I/home/software/qe-6.7//include -I/home/software/qe-6.7//FoX/finclude   -c xmltools.f90</div>
<div>xmltools.f90:852.18:</div>
<div><br>
</div>
<div>       cp = c_loc(zmat)</div>
<div>                  1</div>
<div>Error: Assumed-shape array 'zmat' at (1) cannot be an argument to the procedure 'c_loc' because it is not C interoperable</div>
<div>xmltools.f90:826.18:</div>
<div><br>
</div>
<div>       cp = c_loc(zvec)</div>
<div>                  1</div>
<div>Error: Assumed-shape array 'zvec' at (1) cannot be an argument to the procedure 'c_loc' because it is not C interoperable</div>
<div>xmltools.f90:511.15:</div>
<div><br>
</div>
<div>    cp = c_loc(zmat)</div>
<div>               1</div>
<div>Error: Assumed-shape array 'zmat' at (1) cannot be an argument to the procedure 'c_loc' because it is not C interoperable</div>
<div>xmltools.f90:487.15:</div>
<div><br>
</div>
<div>    cp = c_loc(zvec)</div>
<div>               1</div>
<div>Error: Assumed-shape array 'zvec' at (1) cannot be an argument to the procedure 'c_loc' because it is not C interoperable</div>
<div>make[1]: *** [xmltools.o] Error 1</div>
<div>make[1]: Leaving directory `/home/software/qe-6.7/upflib'</div>
<span>make: *** [libupf] Error 1</span><br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
please help me to fix this problem.</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<pre>NEZHA BENYAHIA,
PHD STUDENT,
Faculty of ELECTRONIC,
LEPMF LABORATORY USTOMB,
ORAN, ALGERIA

E-Mail: benyahia-nezha@hotmail.fr<br></pre>
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
</div>
</div>
</body>
</html>