qsub命令分析和总结.pdf

qsub 命令 qsub qsub 命令用来向 SGE 提交批处理作业, SGE 支持单或多节 点作业。 qsub [ options ] [ command | -- [ command_args ]] 1. -@ optionfile (contains all valid options) 就是把 qsub 命令的可选项组合成一定功能的语句,保存在 一个文件中。 qsub -a optionfilename jobfilename 2. -a date_time 设置作业什么时候可以执行。 格式: CC YY MMDDHHMM.SS 如 201109272213.21 qsub -a 201109272213.21 ../simplejob 3. -A account_string Identifies the account to which the resource consumption of the job should be charged 设置一个作业的账户名

文档评论(0)

1亿VIP精品文档

相关文档