GROMACS version:2018.1
GROMACS modification: no
Here post your question:
When I was using this command in installation of gromacs 2018.1
CMAKE_PREFIX_PATH=/opt/fftw:/opt/gsl cmake … -DCMAKE_INSTALL_PREFIX=/opt/gromacs2018 -DGMX_CPU_ACCELERATION=AVX_256 -DGMX_DOUBLE=ON -DGMX_GSL=ON -DGMX_X11=ON -DGMX_GPU=OFF
CMake Error at cmake/ThreadMPI.cmake:65 (try_compile):
Failed to open
/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeTmp/CMakeLists.txt
Permission denied
Call Stack (most recent call first):
CMakeLists.txt:561 (include)
CMake Error at cmake/gmxDetectCpu.cmake:88 (try_compile):
Failed to open
/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeTmp/CMakeLists.txt
Permission denied
Call Stack (most recent call first):
cmake/gmxSetBuildInformation.cmake:95 (gmx_run_cpu_detection)
cmake/gmxSetBuildInformation.cmake:103 (gmx_get_build_cpu_string)
CMakeLists.txt:629 (gmx_set_build_information)
CMake Error at cmake/gmxDetectCpu.cmake:88 (try_compile):
Failed to open
/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeTmp/CMakeLists.txt
Permission denied
Call Stack (most recent call first):
cmake/gmxSetBuildInformation.cmake:95 (gmx_run_cpu_detection)
cmake/gmxSetBuildInformation.cmake:104 (gmx_get_build_cpu_string)
CMakeLists.txt:629 (gmx_set_build_information)
CMake Error at cmake/gmxDetectCpu.cmake:88 (try_compile):
Failed to open
/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeTmp/CMakeLists.txt
Permission denied
Call Stack (most recent call first):
cmake/gmxSetBuildInformation.cmake:95 (gmx_run_cpu_detection)
cmake/gmxSetBuildInformation.cmake:105 (gmx_get_build_cpu_string)
CMakeLists.txt:629 (gmx_set_build_information)
CMake Error at cmake/gmxDetectCpu.cmake:88 (try_compile):
Failed to open
/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeTmp/CMakeLists.txt
Permission denied
Call Stack (most recent call first):
cmake/gmxSetBuildInformation.cmake:95 (gmx_run_cpu_detection)
cmake/gmxSetBuildInformation.cmake:106 (gmx_get_build_cpu_string)
CMakeLists.txt:629 (gmx_set_build_information)
CMake Error at cmake/gmxDetectCpu.cmake:88 (try_compile):
Failed to open
/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeTmp/CMakeLists.txt
Permission denied
Call Stack (most recent call first):
cmake/gmxSetBuildInformation.cmake:95 (gmx_run_cpu_detection)
cmake/gmxSetBuildInformation.cmake:107 (gmx_get_build_cpu_string)
CMakeLists.txt:629 (gmx_set_build_information)
CMake Error at cmake/gmxDetectCpu.cmake:88 (try_compile):
Failed to open
/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeTmp/CMakeLists.txt
Permission denied
Call Stack (most recent call first):
cmake/gmxSetBuildInformation.cmake:95 (gmx_run_cpu_detection)
cmake/gmxSetBuildInformation.cmake:108 (gmx_get_build_cpu_string)
CMakeLists.txt:629 (gmx_set_build_information)
CMake Error at cmake/gmxDetectCpu.cmake:88 (try_compile):
Failed to open
/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeTmp/CMakeLists.txt
Permission denied
Call Stack (most recent call first):
cmake/gmxDetectSimd.cmake:70 (gmx_run_cpu_detection)
cmake/gmxDetectSimd.cmake:155 (gmx_suggest_simd)
cmake/gmxManageSimd.cmake:92 (gmx_detect_simd)
CMakeLists.txt:703 (gmx_manage_simd)
CMake Error at cmake/FindFFTW.cmake:101 (message):
Could not find fftw_plan_r2r_1d in /opt/fftw/lib/libfftw3.a, take a look at
the error message in
/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeError.log to find out
what went wrong. If you are using a static lib (.a) make sure you have
specified all dependencies of fftw3 in FFTW_LIBRARY by hand (e.g.
-DFFTW_LIBRARY=‘/path/to/libfftw3.so;/path/to/libm.so’) !
Call Stack (most recent call first):
cmake/gmxManageFFTLibraries.cmake:86 (find_package)
CMakeLists.txt:727 (include)
– Configuring incomplete, errors occurred!
See also “/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeOutput.log”.
See also “/home/test/gromacs-2018.1/build-avx/CMakeFiles/CMakeError.log”.
CMake Error: Unable to open check cache file for write. /home/test/gromacs-2018.1/build-avx/CMakeFiles/cmake.check_cache
I have already downloaded fftw library before and has gsl library and make is also installed
I have already tried by giving path of fftw library in command also still not working but still showing this error, can’t understand ,pls anyone help me out.
i want to built it with GPU