| 查看: 1010 | 回复: 1 | |||
ra2ghgzh木虫 (正式写手)
学痴
|
[求助]
求个好用的gromacs的pbs脚本
|
|
我根据官网的方法安装了gromacs,现在可以正常使用了。 但是只能用8个核,于是想编个pbs脚本用16核的机器算。 脚本如下: ----------------------------------------------------------------------------------------------------------------- #!/bin/sh #PBS -N test #PBS -l nodes=1:ppn=16 #PBS -q n16 #PBS -j oe #PBS -m e #PBS -M 我的邮箱 cd $PBS_O_WORKDIR export gmxroot=/opt/gromacs-3.3.3 #其实应该是5.1.4,手滑写错了 source $gmxroot/bin/GMXRC.bash gmx mdrun -deffnm nvt -------------------------------------------------------------------------------------------------------------------- 一运行就报错,log文件说: /home/MyID/.bashrc: line 13: /opt/gromacs-3.3.3/bin/GMXRC.bash: No such file or directory /var/spool/torque/mom_priv/jobs/20556.cluster.hpc.org.SC: line 13: /opt/gromacs-3.3.3/bin/GMXRC.bash: No such file or directory /home/MyID/.bashrc是: -------------------------------------------------------------------------------------------------------------------- # .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions export g09root=/share/apps source $g09root/g09/bsd/g09.profile export PATH=$PATH:~/vtstscripts-930 export gmxroot=/opt/gromacs-3.3.3 source $gmxroot/bin/GMXRC.bash -------------------------------------------------------------------------------------------------------------------- |
» 猜你喜欢
求合成方法
已经有8人回复
师弟论文见刊大半年才想起来申请专利,还能抢救一下吗?
已经有4人回复
现代”学阀”该如何界定
已经有13人回复
上海工程技术大学 激光智能制造课题组 2027级博士研究生招生
已经有5人回复
课题组招2027级博士 上海工程技术大学 激光智能制造方向
已经有5人回复
有机合成以后会不会被AI改变?做科研的虫友怎么看
已经有8人回复
我的奶奶
已经有3人回复

ra2ghgzh
木虫 (正式写手)
学痴
- 应助: 113 (高中生)
- 金币: 2131.9
- 散金: 5
- 红花: 33
- 帖子: 774
- 在线: 445.5小时
- 虫号: 3739328
- 注册: 2015-03-15
- 性别: GG
- 专业: 原子和分子物理

2楼2017-10-23 20:48:54










回复此楼