GROMACS version: 2023.3
GROMACS modification: Yes/No
I am trying to get some prints out of what is happening inside the FFTW when Gromacs is running.
I have built Gromacs with -DGMX_BUILD_OWN_FFTW=ON
Running CMake gives:
– The GROMACS-managed build of FFTW 3 will configure with the following optimizations: --enable-sse2;–enable-avx;–enable-avx2
– Using external FFT library - FFTW3 build managed by GROMACS
I have located the downloaded FFTW sources and the object files, and I was able to rebuild those separately. However, gromacs build system does not recognize these changes and it is still using the “old” version of static library even after rebuilding the gromacs.
Any ideas how to achieve this easily?
Thanks,
T