计算化学公社

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

[GROMACS] 求个好用的gromacs的pbs

[复制链接 Copy URL]

63

帖子

0

威望

213

eV
积分
276

Level 3 能力者

跳转到指定楼层 Go to specific reply
楼主
我根据官网的方法安装了gromacs,现在可以正常使用了。但是只能用8个核,于是想编个pbs脚本用16核的机器算。
软件的安装目录是:/opt/gromacs-3.3.3     #其实应该是5.1.4,手滑写错了

多谢各位帮忙

343

帖子

1

威望

7002

eV
积分
7365

Level 6 (一方通行)

2#
发表于 Post on 2017-10-24 11:23:14 | 只看该作者 Only view this author
#PBS -N gromacs
#PBS -q Acb65
#PBS -l nodes=2:ppn=8
#PBS -j oe
#PBS -l walltime=1000:00:00
        
source /public/software/ompi144-gnu/ompi144-gnu-env.sh         
cd $PBS_O_WORKDIR
NP=`cat $PBS_NODEFILE|wc -l`
/public/software/gromacs/gromacs455-gcc-openmpi/bin/grompp -maxwarn 20
                    
mpirun  -machinefile $PBS_NODEFILE -np $NP /public/software/gromacs/gromacs455-gcc-openmpi/bin/mdrun >&gromacs.log
----------------------------------------------------------
虚线以上是我单位超算中心gromacs使用的pbs脚本,楼主可以借鉴一下!

评分 Rate

参与人数
Participants 1
eV +1 收起 理由
Reason
ra2ghgzh + 1

查看全部评分 View all ratings

343

帖子

1

威望

7002

eV
积分
7365

Level 6 (一方通行)

3#
发表于 Post on 2017-10-24 11:25:04 | 只看该作者 Only view this author
ompi144-gnu-env.sh 内容:
  export MPIDIR=/public/software/ompi144-gnu
  export PATH=$MPIDIR/bin:$PATH
  export LD_LIBRARY_PATH=$MPIDIR/lib:$LD_LIBRARY_PATH
  export INCLUDE=$MPIDIR/include:$INCLUDE
  export MANPATH=$MPIDIR/share/man:$MANPATH
#  export OMPI_MCA_plm_rsh_agent=ssh
#  export OMPI_MCA_btl="self,sm,openib"

评分 Rate

参与人数
Participants 1
eV +4 收起 理由
Reason
ra2ghgzh + 4 谢谢

查看全部评分 View all ratings

63

帖子

0

威望

213

eV
积分
276

Level 3 能力者

4#
 楼主 Author| 发表于 Post on 2017-10-24 11:30:24 | 只看该作者 Only view this author
zsu007 发表于 2017-10-24 11:25
ompi144-gnu-env.sh 内容:
  export MPIDIR=/public/software/ompi144-gnu
  export PATH=$MPIDIR/bin:$ ...

多谢指教,我想知道
/public/software/gromacs/gromacs455-gcc-openmpi是不是应该改成我的gromacs安装目录?
/public/software/ompi144-gnu是不是应该改成我的mpi安装目录?

63

帖子

0

威望

213

eV
积分
276

Level 3 能力者

5#
 楼主 Author| 发表于 Post on 2017-10-24 16:06:46 | 只看该作者 Only view this author
zsu007 发表于 2017-10-24 11:23
#PBS -N gromacs
#PBS -q Acb65
#PBS -l nodes=2:ppn=8

返回的结果显示
/home/MyID/.bashrc: line 14: /opt/gromacs-3.3.3/bin/GMXRC.bash: No such file or directory
/var/spool/torque/mom_priv/jobs/20587.cluster.hpc.org.SC: line 12: /opt/openmpi/ompi144-gnu-env.sh: No such file or directory
但是实际上这两个文件都是真实存在的

343

帖子

1

威望

7002

eV
积分
7365

Level 6 (一方通行)

6#
发表于 Post on 2017-10-24 18:01:53 | 只看该作者 Only view this author
找你用机器的管理员才好!
楼主需要学习openPBS以及openMPI和linux bash等相关知识才好开展工作。

63

帖子

0

威望

213

eV
积分
276

Level 3 能力者

7#
 楼主 Author| 发表于 Post on 2017-10-24 18:06:59 | 只看该作者 Only view this author
zsu007 发表于 2017-10-24 18:01
找你用机器的管理员才好!
楼主需要学习openPBS以及openMPI和linux bash等相关知识才好开展工作。

好吧,谢谢。

本版积分规则 Credits rule

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

GMT+8, 2024-11-27 12:45 , Processed in 0.199389 second(s), 25 queries , Gzip On.

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