---------------------------------------------------------------------
3.解压gromacs-4.6.2
-------------------------------------------------------------------------
tar xfz gromacs-4.6.2.tar.gz
-------------------------------------------------------------------
打开文件夹
cd gromacs-4.6.2
新建一个叫build的子文件夹
mkdir build
打开这个子文件夹
cd build
--------------------------------
cmake编译
---------------------------------
cmake .. -DGMX_BUILD_OWN_FFTW=ON
make
sudo make install
自此安装结束,设置环境变量即可
跪求阿里兄指点啊...
阿里兄,我也是大工的学生。现在研一,刚入手md simulation,遇到了一些问题,想向你请教一下。我现在是先用gromacs跑了轨迹,然后用g_mmpbsa计算结合自由能。但是,在计算energy_MM项时算得的结果在零附近,和别的文献对比明显不对;在计算极性溶剂化能时算到中途会停止在“parsing input file pvCFfuaA.in... NOsh: Deprecated use of ION keyword! Use key-value pairs”而且我以前计算过一次的时候就没有出现这个。
阿里兄,如果方便的话请不吝赐教哈!
阿里兄我在安装时出现这样的错误
1. CMake Error: The current CMakeCache.txt directory /home/clx504/下载/linux download/gromacs-4.6.3/build/CMakeCache.txt is different than the directory /home/caojiangang/下载/gromacs-4.6.3/build where CMackeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt
2. CMake Error: The source "/home/clx504/下载/linux download/gromacs-4.6.3/CMakeLists.txt" does not match the source "/home/caojiangang/下载/gromacs-4.6.3/CMakeLists.txt" used to generate cache. Re-run cmake with a different source directory
是cmake的路径的问题吗?