找回密码
 注册
查看: 1531|回复: 1

Fluent是否可以只在cluster后台运行?

[复制链接]
发表于 2011-2-9 23:47:27 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
请问在cluster中运行时,是否可以像CFX那样,关闭本地程序而程序继续在cluster运行?
发表于 2011-2-10 07:26:41 | 显示全部楼层
fluent 2d -g < inputfile >& outputfile &

fluent is the command you type to execute FLUENT interactively.
-g indicates that the program is to be run without the GUI or graphics (see Section  1.1).
inputfile is a file of FLUENT commands that are identical to those that you would type interactively.
outputfile is a file that the background job will create and which will contain the output that FLUENT would normally print to the screen (e.g., the menu prompts and residual reports).
& tells the Linux/UNIX system to perform this task in background and to send all standard system errors (if any) to outputfile.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表