<div dir="ltr"><div dir="ltr">On Thu, Apr 1, 2021 at 11:24 AM Dario Massa <<a href="mailto:dario.massa@studenti.unipd.it">dario.massa@studenti.unipd.it</a>> wrote:</div><div dir="ltr"><br></div><div class="gmail_quote"><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">Fatal Error: fftw3.f: No such file or directory<br></div></blockquote><div> </div>That file is part of the fftw v.3 software. If you have fftw v.3 libraries on your computer, check whether IFLAGS in make.inc contains a pointer to the directory where that file is. If that file is not present on your computer (sometimes libraries are split into 'binaries' and 'development' and header files are in the latter) you need to install it, or to get a copy and put it into include/<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Paolo<br></div><div class="gmail_quote"><div><br></div><div> <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>compilation terminated.<br>make[1]: *** [fft_scalar.FFTW3.o] Error 1<br>make: *** [libfft] Error 1</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno gio 1 apr 2021 alle ore 10:42 Arka Prava Sarkar <<a href="mailto:sarkar.arkaprava200@gmail.com" target="_blank">sarkar.arkaprava200@gmail.com</a>> ha scritto:<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-size:large">Hi Dario,</div><div style="font-size:large">In the make.inc file, please write the following</div><div style="font-size:large">CPP = gcc -E</div><div style="font-size:large">Hope this will fix the problem</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 1 Apr 2021 at 14:08, Dario Massa <<a href="mailto:dario.massa@studenti.unipd.it" target="_blank">dario.massa@studenti.unipd.it</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>Goodmorning, <br></div><div><br></div><div>I report here an issue arising when trying to install QE v.6.7 on MacOs Big Sur 11.1.</div><div>Configuration via ./configure is successful, but executables are not installed. <br></div><div><br></div><div>May I ask what am I supposed to do or what am I possibly doing wrong? <br></div><div><br></div><div>I report here below the error<br></div><div><br></div><div>I thank you in advance for your time and support</div><div>Kind regards,</div><div>Dario<br></div><div><br></div><div>dariomassa@MacBook-Air-di-Dario qe-6.7 % make pw<br>test -d bin || mkdir bin<br>( cd clib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make TLDEPS= all || exit 1 )<br>make[1]: Nothing to be done for `all'.<br>cd install ; /Applications/Xcode.app/Contents/Developer/usr/bin/make -f extlibs_makefile libfox<br>if test ! -d ../FoX; then \<br>        mkdir ../FoX; \<br>   (gzip -dc ../archive/fox.tgz | (cd ../FoX; tar -xvf -)); \<br>    cd ../FoX/fox/; export FC=gfortran; export FCFLAGS=""; \<br>    ./configure --prefix=/Users/dariomassa/Documents/qe-6.7//FoX ;\<br>    touch cp_test; \<br>    if cp -p cp_test cp_test_1; then \<br>        echo "cp -p works"; \<br>    else \<br>        find -type f | xargs sed -i 's/cp -p/cp/g'; \<br>    fi; \<br>  /Applications/Xcode.app/Contents/Developer/usr/bin/make install; cd ../; rm -fr fox;fi<br>( cd UtilXlib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make TLDEPS= all || exit 1 )<br>make[1]: Nothing to be done for `all'.<br>cd install ; /Applications/Xcode.app/Contents/Developer/usr/bin/make -f extlibs_makefile liblapack<br>make[1]: Nothing to be done for `liblapack'.<br>cd install ; /Applications/Xcode.app/Contents/Developer/usr/bin/make -f extlibs_makefile libcuda<br>make[1]: Nothing to be done for `libcuda'.<br>( cd LAXlib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make TLDEPS= all || exit 1 )<br>cpp -P -traditional -Uvector -D__FFTW3 -D__MPI -I/Users/dariomassa/Documents/qe-6.7//include -I/Users/dariomassa/Documents/qe-6.7//FoX/finclude  laxlib.h -o laxlib.fh<br>!<br>! Copyright (C) 2003-2013 Quantum ESPRESSO group<br>! This file is distributed under the terms of the<br>! GNU General Public License. See the file `Licenselaxlib.h:4:52: warning: missing terminating ' character [-Winvalid-pp-token]<br>! GNU General Public License. See the file `License'<br>                                                   ^<br>'<br>! in the root directory of the present distribution,<br>! or <a href="http://www.gnu.org/copyleft/gpl.txt" target="_blank">http://www.gnu.org/copyleft/gpl.txt</a> .<br>!<br>   include 'laxlib_low.fh'<br>   include 'laxlib_mid.fh'<br>   include 'laxlib_hi.fh'<br>   include 'laxlib_param.fh'<br><br>   INTEGER, EXTERNAL ::  ldim_block, ldim_cyclic, ldim_block_sca<br><br>1 warning generated.<br>clang: error: no input files<br>make[1]: *** [laxlib.fh] Error 1<br>make: *** [libla] Error 1</div><div><br></div><div><br></div><div><br></div></div>
_______________________________________________<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></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><i><font style="font-family:arial,Bangla463,sans-serif" face="arial, sans-serif"><b><img src="https://docs.google.com/uc?export=download&id=15e4O_wjHvdYFdgTxwvV3c85csyESC5q8&revid=0B1qMGxa-A40PNWhHb2xFZnJLalpLaXREMnE4ZzhqN01HZVZFPQ" width="85" height="96"><br></b></font></i></div><div><i><font style="font-family:arial,Bangla463,sans-serif" size="4" face="arial, sans-serif"><b>Thanks and Regards,</b></font></i></div><div><i><font size="4"><font face="arial, Bangla463, sans-serif"><b>অর্ক প্রভ সরকার</b></font><br></font></i></div><div dir="ltr"><font size="4"> <i>Arka Prava Sarkar</i></font><div><i><font size="4">Junior Research Fellow, </font></i></div><div><i><font size="4">Centre for Computational and Data Sciences (CCDS)</font></i></div><div><i><font size="4">Indian Institute of Technology, Kharagpur</font></i></div><div><i><font size="4">West Bengal-721302</font></i></div><div><i><font size="4">email1 : <a href="mailto:sarkar.arkaprava200@gmail.com" target="_blank">sarkar.arkaprava200@gmail.com</a></font></i></div><div><i><font size="4">email2 : <a href="mailto:arkaps.ccds@iitkgp.ac.in" target="_blank">arkaps.ccds@iitkgp.ac.in</a></font></i></div><div><a href="http://www.linkedin.com/in/quantum-arka-phys-497052" target="_blank"><img src="https://docs.google.com/uc?export=download&id=1it5YQAy6tURa8LypfeuwRB072H6P6y3q&revid=0B1qMGxa-A40PanZIRHFHWG1jSmRJaXRBcDZhL2xIZ3VHcldVPQ"></a><br></div></div></div></div></div></div></div></div></div></div></div></div></div>
_______________________________________________<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></blockquote></div>
_______________________________________________<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></blockquote></div><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 206, 33100 Udine, Italy<br>Phone +39-0432-558216, fax +39-0432-558222<br><br></div></div></div></div></div></div>