| 查看: 2419 | 回复: 6 | |||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | |||
[求助]
CentOS 6.5下安装Gromacs报错求助!!!谢谢!!! 已有1人参与
|
|||
|
已经安装了CentOS6.5,为了不因为安装Gromacs出错导致重做系统,所以在虚拟机内安装Gromacs作为实验 安装步骤如下: su root 密码 cd /usr/local yum install gcc-c++ y y whereis gcc 显示gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc /usr/share/man/man1/gcc.1.gz which gcc 显示/usr/bin/gcc gcc --version 显示gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16) Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cd /home/ycq cp gcc-6.1.0.tar.gz /usr/local 将gcc-6.1.0.tar.gz复制到/usr/local下 cp cmake-3.5.2.tar.gz /usr/local 将cmake-3.5.2.tar.gz复制到/usr/local下 cp openmpi-1.10.2.tar.gz /usr/local 将openmpi-1.10.2.tar.gz复制到/usr/local下 cp fftw-3.3.4.tar.gz /usr/local 将fftw-3.3.4.tar.gz复制到/usr/local下 cp gromacs-5.1.2.tar.gz /usr/local 将gromacs-5.1.2.tar.gz复制到/usr/local下 cd /usr/local tar zxvf cmake-3.5.2.tar.gz cd cmake-3.5.2 ./bootstrap make make install cd /usr/local tar xfz gromacs-5.1.2.tar.gz cd gromacs-5.1.2 mkdir build cd build cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON 报错如下: Remembering we are in dir "regressiontests/" FTP response timeout control connection looks dead Closing connection 1 -- Configuring incomplete, errors occurred! See also "/usr/local/gromacs-5.1.2/build/CMakeFiles/CMakeOutput.log". See also "/usr/local/gromacs-5.1.2/build/CMakeFiles/CMakeError.log". |
» 猜你喜欢
各位大神,目前国内有哪些比较好用的逆合成软件?
已经有14人回复
国社科系统bug了,是不是要放榜了?
已经有10人回复
现代”学阀”该如何界定
已经有9人回复
课题组招2027级博士 上海工程技术大学 激光智能制造方向
已经有4人回复
上海工程技术大学 激光智能制造课题组 2027级博士研究生招生
已经有3人回复
上海工程技术大学激光智能制造课题组|2027级博士研究生招生公告
已经有11人回复
申博发邮件
已经有11人回复
我的奶奶
已经有3人回复
cuoce
木虫 (小有名气)
- 应助: 4 (幼儿园)
- 金币: 1607.4
- 散金: 45
- 红花: 9
- 帖子: 212
- 在线: 235.3小时
- 虫号: 1423433
- 注册: 2011-09-30
- 专业: 色谱分析
|
你好,我想用cygwin安装gromacs,安装过程如下: 将安装包拷贝到了home/xing里面; tar xvzf cmake-3.6.2.tar.gz cd cmake-3.6.2 ./bootstrap 运行一段时间之后出现如下问题: CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modules directory not found in /home/xing/cmake-3.6.2 CMake Error: Error executing cmake::LoadCache(). Aborting. --------------------------------------------- Error when bootstrapping CMake: Problem while running initial CMake -------------------------------------- 请问这个问题咋解决啊? |
6楼2017-10-22 21:56:13
2楼2016-04-30 20:41:27
3楼2016-04-30 22:19:32
qyj2006
铁杆木虫 (小有名气)
- 应助: 6 (幼儿园)
- 金币: 9014.8
- 红花: 2
- 帖子: 224
- 在线: 76.5小时
- 虫号: 181781
- 注册: 2006-02-11
- 性别: GG
- 专业: 药物设计与药物信息

4楼2016-05-02 04:54:06










回复此楼
ycqzl