<div><div><div dir="auto">Dear Gurlek,<br>
<br>
Your issue is weird. Scalapack was not found even though "-D__SCALAPACK" is not written in the DFLAGS line in your make.inc. It should not happen, AFAIK. Also, the BLAS_LIBS is different from mine. It’s for static. It is possible that you set something inappropriate for "./configure".<br>
<br>
Please try:<br>
1 logout and re-login to make sure that inappropriate shell variables are not set. (you may need to care for ~/.bashrc and ~/.bash_profile)<br>
2 source /opt/intel/compilers_and_libraries/linux/bin/compilervars.sh intel64<br>
3 source /opt/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh<br>
(For 2 and 3, path may vary according to your installation)<br>
4 ./configure --enable-openmp --with-scalapack=intel<br>
(Without setting MPIF90 or something because step 2 and 3 are usually sufficient. Also, please avoid adding "LDFLAGS=-static" in your case. It can be a culprit for your issue.)<br>
5 make all -j | tee make-all.log<br>
(Time depends)<br>
6 make run-tests-parallel | tee run-tests-parallel.log<br>
(It will take for a long time. In the tests process, UPF files will be downloaded. Make sure curl and wget works.)<br>
<br>
<br>
If the problem still persists, please upload</div><div dir="auto">a. make.inc</div><div dir="auto">b. make-all.log</div><div dir="auto">c. run-tests-parallel.log</div><div dir="auto">d. The output of “ls -l ~/qe-6.7/pseudo”</div><div dir="auto">e. test.err…</div><div dir="auto"><br></div><div dir="auto"><br>
<br>
---Sender---<br>
Takahiro Chiba<br>
1st-year student at grad. school of chem. sci. and eng., Hokkaido Univ.<br>
Expected graduation date: Mar. 2023<br>
<a href="mailto:takahiro_chiba@eis.hokudai.ac.jp" target="_blank">takahiro_chiba@eis.hokudai.ac.jp</a><br>
-----<br>
<br>
2022年3月15日(火) 2:46 Guerlek, Burak <<a href="mailto:burak.guerlek@mpl.mpg.de" target="_blank">burak.guerlek@mpl.mpg.de</a>>:</div></div></div><div><div><div><br>
<br>
><br>
> Dear Users,<br>
><br>
> <br>
><br>
> I am new to the QE business and now trying to install it to a cluster. I read through the documentation and exploit several YouTube videos for the configuration. I installed all intel compiler+MKL+MPI (2022 Intel oneAPI). Configuration and make steps successfully done for both v6.7 and v7.0, but when I did tests (run-tests-pwe-serial), where only 3 test pass. The rest fails due to non-readable UPF (see attached crash file in the attachment). I made the pseudo folder rwx, but the error persists. I run it via sudo, then the error changes to “libmkl_scalapack_lp64.so.2: cannot open shared object file: No such file or directory” (see test.err.1304… in the attachment). I am also attaching the make.inc file I use to configure. I check the path information of mpiirun, mpiifort, which are ok. ldd pw.x also returns the address of “libmkl_scalapack_lp64” correctly.<br>
><br>
> <br>
><br>
> I searched a similar problem in the mail server, but could not find a relevant one. I would be happy, if some of you could guide me through the installation process, which certainly I am missing a point.<br>
><br>
> <br>
><br>
> Best Regards,<br>
><br>
> Burak<br>
><br>
> <br>
><br>
> <br>
><br>
> Burak Gurlek<br>
><br>
> Doctoral student<br>
><br>
> Nano-Optics, Sandoghdar Division<br>
><br>
> Max Planck Institute for the Science of Light<br>
><br>
> Staudtstr. 2<br>
><br>
> D-91058 Erlangen, Germany<br>
><br>
> <br>
><br>
> Tel: +49 9131 7133343<br>
><br>
> Website: <a href="http://www.mpl.mpg.de" rel="noreferrer" target="_blank">www.mpl.mpg.de</a><br>
><br>
> <br>
><br>
> _______________________________________________<br>
> The Quantum ESPRESSO community stands by the Ukrainian<br>
> people and expresses its concerns about the devastating<br>
> effects that the Russian military offensive has on their<br>
> country and on the free and peaceful scientific, cultural,<br>
> and economic cooperation amongst peoples<br>
> _______________________________________________<br>
> Quantum ESPRESSO is supported by MaX (<a href="http://www.max-centre.eu" rel="noreferrer" target="_blank">www.max-centre.eu</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><br>
</div>
</div>
</div>