hutao0726的个人博客分享 http://blog.sciencenet.cn/u/hutao0726

博文

TS10K-calypso调用vasp计算pbs脚本

已有 3187 次阅读 2020-7-10 09:19 |个人分类:计算机|系统分类:科研笔记

#!/bin/bash
#PBS -l nodes=1:ppn=5
#PBS -j oe
#PBS -V
#PBS -l walltime=01:00:00
#PBS -q batch
#PBS -S /bin/bash
### Set intel environment###
source /opt/intel/compilers_and_libraries_2018/linux/bin/compilervars.sh intel64
source /opt/intel/mkl/bin/mklvars.sh intel64
source /opt/intel/impi/2018.1.163/bin64/mpivars.sh
cd $PBS_O_WORKDIR
for(( i=1; i<=3; i++ ));
do
        cp INCAR_$i INCAR
        cp CONTCAR POSCAR
        #IB
        mpirun -np 5 /opt/software/vasp.5.4.4/bin-optcell/vasp_std > out_$i
done




https://blog.sciencenet.cn/blog-907836-1241405.html

上一篇:VASP做第一性原理分子动力学
下一篇:TS10K安装Python3, pip3, numpy
收藏 IP: 218.4.251.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-8 15:35

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部