You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install SSAGES 0.9.3 with GROMACS 2018 from the provided source tarball.
I already have FFTW3 installed on my system; however when I specify the location to the FFTW3 lib and include directories as suggested by make these flags are nor recognized and the build fails:
CMake Warning:
Manually-specified variables were not used by the project:
FFTWF_INCLUDE_DIR
FFTW_LIBRARY
on the screen.
Then, when I run make, I get the following error message:
-- Found fftw3f, version 3.3.9
Could not the fftw3f header fftw3.h, please specify its path in FFTWF_INCLUDE_DIR by hand (e.g. -DFFTWF_INCLUDE_DIR='/path/to/include')
CMake Error at cmake/gmxManageFFTLibraries.cmake:89 (MESSAGE):
Cannot find FFTW 3 (with correct precision - libfftw3f for mixed-precision
GROMACS or libfftw3 for double-precision GROMACS). Either choose the right
precision, choose another FFT(W) library (-DGMX_FFT_LIBRARY), enable the
advanced option to let GROMACS build FFTW 3 for you
(-DGMX_BUILD_OWN_FFTW=ON), or use the really slow GROMACS built-in fftpack
library (-DGMX_FFT_LIBRARY=fftpack).
Call Stack (most recent call first):
CMakeLists.txt:727 (include)
As suggested, I have -DFFTWF_INCLUDE_DIR specified in the cmake command, but looks like it is not recognized from SSAGES.
The directory /util/opt/fftw3/3.3/include does contain the missing fftw3.h file.
Do you have any suggestions how to fix this and be able to compile SSAGES using already existing FFTW3 install?
Please let me know if you need any additional information.
Thank you,
Natasha
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to install SSAGES 0.9.3 with GROMACS 2018 from the provided source tarball.
I already have FFTW3 installed on my system; however when I specify the location to the FFTW3 lib and include directories as suggested by
make
these flags are nor recognized and the build fails:The command I use is:
This builds correctly, but shows:
on the screen.
Then, when I run
make
, I get the following error message:As suggested, I have
-DFFTWF_INCLUDE_DIR
specified in thecmake
command, but looks like it is not recognized from SSAGES.The directory
/util/opt/fftw3/3.3/include
does contain the missingfftw3.h
file.Do you have any suggestions how to fix this and be able to compile SSAGES using already existing FFTW3 install?
Please let me know if you need any additional information.
Thank you,
Natasha
The text was updated successfully, but these errors were encountered: