计算化学公社

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

[Gaussian/gview] Gaussian09 PBS提交问题

[复制链接 Copy URL]

113

帖子

0

威望

903

eV
积分
1016

Level 4 (黑子)

按网上说的将软件解压,然后设置环境变量:
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

# User specific aliases and functions
#For G09

export g09root=/home/whtu
export GAUSS_SCRDIR=/home/whtu/g09/scratch
source /home/whtu/g09/bsd/g09.profile


提交任务的脚本文件为:
#! /bin/sh -x
#PBS -N test001
#PBS -l nodes=1:ppn=8
#PBS -q Q_IB1
#PBS -j oe

### Modify the Gaussian gjf file name here! ###

GJF="test001.gjf"

####################

export GAUSS_SCRDIR=/tmp
export g09root=/home/whtu

. $g09root/g09/bsd/g09.profile

cd $PBS_O_WORKDIR

JOBNAME=`basename "$GJF" .gjf`
$g09root/g09/g09 < $GJF > "$JOBNAME.log"


用qsub g09.sh命令提交后提示:
qsub: submit error (Unknown queue MSG=requested queue not found)

请问到底是什么原因?怎么解决呢?

设置环境变量.png (8.79 KB, 下载次数 Times of downloads: 32)

设置环境变量.png

3097

帖子

29

威望

1万

eV
积分
17098

Level 6 (一方通行)

2#
发表于 Post on 2015-11-7 17:14:37 | 只看该作者 Only view this author

113

帖子

0

威望

903

eV
积分
1016

Level 4 (黑子)

3#
 楼主 Author| 发表于 Post on 2015-11-8 10:43:52 | 只看该作者 Only view this author
liyuanhe211 发表于 2015-11-7 17:14
google本条错误信息的第一个结果:http://stackoverflow.com/questions/28513379/unknown-queue-msg-reques ...

谢谢!我去看看!

本版积分规则 Credits rule

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

GMT+8, 2025-8-14 20:29 , Processed in 0.172284 second(s), 26 queries , Gzip On.

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