注册 登录
流体中文网 返回首页

wesily的个人空间 http://cfluid.com/?130763 [收藏] [复制] [分享] [RSS]

日志

有没有谁用远程服务器做过fluent的计算呀?怎样编写PBS脚本文件呢

热度 2已有 2823 次阅读2015-4-15 19:23 |系统分类:学术| 服务器

#!/bin/bash
#PBS -l nodes=1:ppn=16,mem=30gb,walltime=02:00:00
#PBS -N icg-3d_bubble
#PBS -j eo

JOU_FILE=script1.jou

cd $PBS_O_WORKDIR
nprocs=$(cat $PBS_NODEFILE | wc -l)
/share/apps/Fluent.Inc/bin/fluent 3d 
这是我编写的脚本,提交后有错误,

发表评论 评论 (2 个评论)

回复 tangshiyong2004 2015-4-19 10:59
什么是pbs
回复 waouyouy 2015-4-28 16:09
#!/bin/bash
#PBS -N mission name
#PBS -l nodes=2:ppn=8
#PBS -q Q_IB2
#PBS -j oe


nprocs=`cat $PBS_NODEFILE | wc -l`

cd $PBS_O_WORKDIR
#fluent 3d -t$nprocs -mpi=intel -cnf=$PBS_NODEFILE -g -pib -i [journalfile] >& [logfile]
/opt/ansys15.0/ansys_inc/v150/fluent/bin/fluent 3d -t$nprocs -mpi=intel -cnf=$PBS_NODEFILE  -ssh  -g -i /home/...(path of journal file) > /home/...(path of results file)
----------------------------------------------------------
按照这个试试

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 注册

返回顶部