<div dir="ltr"><div>You should look into install/config.log and figure out why all linking test fail. Alternatively: run "configure" for normal (dynamic) linking, manually edit make.inc</div><div><br></div><div>Paolo<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 22, 2020 at 12:22 PM Caleb Ho <<a href="mailto:calebh@fb.com">calebh@fb.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hi all,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I'm trying to build 6.5 (specifically, I'm at the "qe-6.5" tag) with Intel MKL statically linked. I've attached the output and settings I put into MKL Link Line Advisor. Here's the beginning output of configure which fails to find dgemm:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>$ ./configure<br>
</span>
<div>checking build system type... x86_64-pc-linux-gnu<br>
</div>
<div>checking ARCH... x86_64<br>
</div>
<div>checking setting AR... ... ar<br>
</div>
<div>checking setting ARFLAGS... ... ruv<br>
</div>
<div>checking for gfortran... gfortran<br>
</div>
<div>checking whether the Fortran compiler works... yes<br>
</div>
<div>checking for Fortran compiler default output file name... a.out<br>
</div>
<div>checking for suffix of executables...<br>
</div>
<div>checking whether we are cross compiling... no<br>
</div>
<div>checking for suffix of object files... o<br>
</div>
<div>checking whether we are using the GNU Fortran compiler... yes<br>
</div>
<div>checking whether gfortran accepts -g... yes<br>
</div>
<div>checking for mpif90... mpif90<br>
</div>
<div>checking whether we are using the GNU Fortran compiler... yes<br>
</div>
<div>checking whether mpif90 accepts -g... yes<br>
</div>
<div>checking version of mpif90... gfortran 5.3<br>
</div>
<div>checking for Fortran flag to compile .f90 files... none<br>
</div>
<div>setting F90... gfortran<br>
</div>
<div>setting MPIF90... mpif90<br>
</div>
<div>checking whether we are using the GNU C compiler... yes<br>
</div>
<div>checking whether /public/apps/gcc/5.3.0/bin/gcc accepts -g... yes<br>
</div>
<div>checking for /public/apps/gcc/5.3.0/bin/gcc option to accept ISO C89... none needed<br>
</div>
<div>setting CC... /public/apps/gcc/5.3.0/bin/gcc<br>
</div>
<div>setting CFLAGS... -O3<br>
</div>
<div>checking for gfortran... gfortran<br>
</div>
<div>checking whether we are using the GNU Fortran 77 compiler... yes<br>
</div>
<div>checking whether gfortran accepts -g... yes<br>
</div>
<div>setting F77... gfortran<br>
</div>
<div>using F90... gfortran<br>
</div>
<div>setting FFLAGS... -O3 -g<br>
</div>
<div>setting F90FLAGS... $(FFLAGS) -x f95-cpp-input<br>
</div>
<div>setting FFLAGS_NOOPT... -O0 -g<br>
</div>
<div>setting CPP... cpp<br>
</div>
<div>setting CPPFLAGS... -P -traditional -Uvector<br>
</div>
<div>setting LD... mpif90<br>
</div>
<div>setting LDFLAGS... /public/apps/intel/mkl/2019.5.281/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_scalapack_lp64.a -Wl,--start-group /public/apps/intel/mkl/2019.5.281/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_gf_lp64.a
 /public/apps/intel/mkl/2019.5.281/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_sequential.a /public/apps/intel/mkl/2019.5.281/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_core.a /public/apps/intel/mkl/2019.5.281/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64/libmkl_blacs_openmpi_lp64.a
 -Wl,--end-group -lpthread -lm -ldl<br>
</div>
<div>checking whether make sets $(MAKE)... yes<br>
</div>
<div>checking whether Fortran files must be preprocessed... no<br>
</div>
<div>checking for library containing dgemm... no<br>
</div>
<div>MKL not found<br>
</div>
<div>in /public/apps/intel/mkl/2019.5.281/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64: checking for library containing dgemm... no<br>
</div>
<div>MKL not found<br>
</div>
<div>in /public/apps/intel/mkl/2019.5.281/compilers_and_libraries_2019.5.281/linux/tbb/lib/intel64_lin/gcc4.7: checking for library containing dgemm... no<br>
</div>
<div>MKL not found<br>
</div>
<div>in /public/apps/intel/mkl/2019.5.281/compilers_and_libraries_2019.5.281/linux/compiler/lib/intel64_lin: checking for library containing dgemm... no<br>
</div>
<span>MKL not found</span><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span><br>
</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>Best,</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>Caleb Ho</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>Facebook, Inc.</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
</div>

_______________________________________________<br>
Quantum ESPRESSO is supported by MaX (<a href="http://www.max-centre.eu/quantum-espresso" rel="noreferrer" target="_blank">www.max-centre.eu/quantum-espresso</a>)<br>
users mailing list <a href="mailto:users@lists.quantum-espresso.org" target="_blank">users@lists.quantum-espresso.org</a><br>
<a href="https://lists.quantum-espresso.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.quantum-espresso.org/mailman/listinfo/users</a></blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,<br>Univ. Udine, via delle Scienze 208, 33100 Udine, Italy<br>Phone +39-0432-558216, fax +39-0432-558222<br><br></div></div></div></div></div>