<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,0,0)">They are all the same error, associated with fftw3.f03 not being found. </div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,0,0)">What you need to do is ls $WIENROOT/SRC_lapw0/fftw3.f03 (it is probably not there, but just checking.)</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,0,0)">Then look at the few lines above the first error (you don't need them all). This will give you the compilation options. There should be something that starts with a -I.... where your FFTW3 library include files are. This is wrong on your system. To see what you currently have you can do</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,0,0)">grep "-- fftw" $WIENROOT/SRC_lapw0/Makefile -A10</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,0,0)">I cannot say exactly what is wrong as I dont know how you configured fftw (not part of Wien2k). Something with them, which is also in $WIENROOT/WIEN2k_OPTIONS for entries with FFTW in them</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,0,0)"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 21, 2023 at 9:53 AM Brik Hamida <<a href="mailto:hmd.brik@gmail.com">hmd.brik@gmail.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>hmd@hmd-host:~/wien2k23$ grep -i "error" */compile.msg | grep -v -e arguments -e xerror |grep -v know</div><div><br></div>SRC_3ddens/compile.msg:fft_modules.F:174: Error: Can't open included file 'fftw3.f03'<br></div></blockquote></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr">Professor Laurence Marks (Laurie)<br>Department of Materials Science and Engineering<br>Northwestern University<br><a href="http://www.numis.northwestern.edu" target="_blank">www.numis.northwestern.edu</a><br>"Research is to see what everybody else has seen, and to think what nobody else has thought", Albert Szent-Györgyi</div></div></div>