<div dir="ltr">Hello cp2k users and developers,<br>I am a new user. I am trying to compile cp2k on an IBM blugene/Q using the standard makefile provided by calling the following script:<br><br>   #!/bin/bash<br><br>   cd $HOME/cp2k/cp2k/makefiles<br><br>   module purge all<br><br>   module load xl<br>   module load lapack/xl<br>   module load scalapack/xl<br>   module load fftw/xl/3.3.4 <br> <br>   module list<br><br><br>   make -j 4 ARCH=IBM-BGQ-MPI VERSION=psmp <br>   ##make ARCH=IBM-BGQ-MPI VERSION=psmp<br><br>and i get the following error: <br>   <br>   /gpfs/u/home/TSDM/TSDMjral/cp2k/cp2k/src/pw/fft/fftw3_lib.F:450: error: fftw3.f: No such file or directory<br>   make[3]: *** [fftw3_lib.o] Error 1<br><br>I would appreciate any help that you could provide. Also, on a side note, when i make without the -j option it tells me htat it cannot findthe lapack, scalapack, and blass libraries. <br>I do not know if it may be related.<br><br>Jorge<br><br></div>