xgridattr(xgrid)
xgridattr()所属R语言包:xgrid
Check Job Status
检查作业状态
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Check the status of a job running on an Apple Xgrid.
检查一个运行在苹果Xgrid的工作状态。
用法----------Usage----------
xgridattr(grid, auth, jobnum, verbose = FALSE)
参数----------Arguments----------
参数:grid
domain name of the grid controller
域名,网格控制器
参数:auth
authorization to use to access the grid: options are "None" (default), "Kerberos" or "Password"
授权使用访问网格:选项是“无”(默认值),“KERBEROS”或“密码”
参数:jobnum
Apple Xgrid job identifier
苹果计算机的Xgrid的作业标识符
参数:verbose
verbose output (default = FALSE)
“冗长输出(默认值= FALSE)
值----------Value----------
Returns a character string with the job status (typical values include "Finished", "Failed", or "Unknown").
返回一个字符串的工作状态(典型值包括“已完成”,“失败”,或“未知”)。
(作者)----------Author(s)----------
Nicholas Horton (<a href="mailto:nhorton@smith.edu">nhorton@smith.edu</a>)
参见----------See Also----------
xgrid
xgrid
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|