计算化学公社

 找回密码 Forget password
 注册 Register
Views: 10111|回复 Reply: 2
打印 Print 上一主题 Last thread 下一主题 Next thread

[GROMACS] 求一个GROMACS提交作业的脚本,不知道怎么在服务器提交作业

[复制链接 Copy URL]

1

帖子

0

威望

11

eV
积分
12

Level 1 能力者

跳转到指定楼层 Go to specific reply
楼主
求一个GROMACS提交作业的脚本,不知道怎么在服务器提交作业

831

帖子

1

威望

7197

eV
积分
8048

Level 6 (一方通行)

2#
发表于 Post on 2020-6-29 02:31:56 | 只看该作者 Only view this author
本帖最后由 hebrewsnabla 于 2020-6-29 02:34 编辑

问题没头没尾。既没描述用gmx干什么,也不说明是哪个作业提交系统……

如果你已经会用gmx,但是不会用服务器,剩下的问题可以请服务器管理员帮你解决。

62

帖子

0

威望

3006

eV
积分
3068

Level 5 (御坂)

3#
发表于 Post on 2020-6-29 10:05:33 | 只看该作者 Only view this author
唔你根据自己的需要自己改8
#!/bin/bash

nt=3

if [ ! -e watergas.gro ]; then
   gmx editconf -f waterbox.gro -o watergas.gro -box 4 4 16
fi

# EM (Energy Minimization)
if [ ! -e em.tpr ]; then
   gmx grompp -f em.mdp -p topol.top -c watergas.gro -o em.tpr
   echo -e "2\n" | gmx genion -s em.tpr -p topol.top -o KCl_gas.gro -np 130 -nn 130 -pname K -nname CL
   gmx grompp -f em.mdp -c KCl_gas.gro -p topol.top -o em.tpr -maxwarn 1
   gmx mdrun -v -nt $nt -deffnm em
fi

# NVT simulation
if [ ! -e prod.tpr ]; then
   gmx grompp -f prod.mdp -p topol.top -c em.gro -o prod.tpr
   gmx mdrun -v -nt $nt -deffnm prod
fi

if [ ! -e prod2.tpr ]; then
   gmx grompp -f prod2.mdp -p topol.top -c prod.gro -o prod2.tpr
   gmx mdrun -v -nt $nt -deffnm prod2
fi

if [ ! -e good.xtc ]; then
   echo -e "0\n" | gmx trjconv -f prod2.xtc -s prod2.tpr -pbc mol -o good.xtc -b 0 -e 200000
   gmx trjconv -f good.xtc -dt 80 -o good-1.xtc
fi

if [ ! -e ion.xvg ]; then
  echo -e "4\n" | gmx density -f prod2.xtc -s prod2.tpr -b 0 -e 200000 -o ion.xvg -dens num -sl 1000 -ng 1
fi

评分 Rate

参与人数
Participants 1
eV +2 收起 理由
Reason
zyq-ynu + 2

查看全部评分 View all ratings

本版积分规则 Credits rule

手机版 Mobile version|北京科音自然科学研究中心 Beijing Kein Research Center for Natural Sciences|京公网安备 11010502035419号|计算化学公社 — 北京科音旗下高水平计算化学交流论坛 ( 京ICP备14038949号-1 )|网站地图

GMT+8, 2024-11-27 04:39 , Processed in 0.201374 second(s), 28 queries , Gzip On.

快速回复 返回顶部 返回列表 Return to list