qsub
命令選項
2012-02-15 17:14
sge 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 ../******job
3. -a account_string identifies the account to which the resource
consumption of the job should be charged
設定乙個作業的賬戶名
便於統計
該賬戶使用的資源等資訊
qsub -a testaccountname jobname
4.-ac
新增名值對到作業上下文
-dc刪除。
-sc設定
(修改)
contexts
provide a way to dynamically attach and remove meta- information to and
from a job. the context variables are not passed to the job's execution
context
inits
environment
theoutcome
ofthe
evaluation
ofall
-ac,
-dc,
and-sc options
or corresponding
values in
qmon is passed
to defined jsv
instances as parameter with the name -ac.
5. -ar ar_id
分配已提交作業,作為它的一部分,給已存在預約。
ar=advance
reservation qsub -ar 60 jobname #ai_di = unsigned integer
6. -b y[es]|n[o] gives the user the possibility to indicate explicitly
whether command should be treated as binary or script.
7. -binding
等待理解
8.-c
occasion_specifier
(際符)
定義或者重定義作業是否要被檢查,
if是,
在什麼環境下。
n no checkpoint is performed. s checkpoint when batch
server is shut down. m checkpoint at minimum cpu interval. x checkpoint
when job gets suspended. checkpoint in the specified time
interval. qsub -c n jobname
9. -c prefix_string
字首字串定義乙個在作業命令中的指令
qsub -c
"#$" ../******job
指定Oracle job 節點
指定oracle job 節點 exec dbms scheduler.set attribute name rpt summary mfg daily attribute instance id value 1 exec dbms scheduler.set attribute name rpt ...
指定排程節點
一 pod.spec.nodename將 pod 直接排程到指定名稱 node 節點上,會跳過 scheduler 的排程策略,該匹配規則是強制匹配apiversion extensions v1beta1 kind deployment metadata name myweb spec repli...
ztree 指定節點清空 節點操作
1.dom節點操作 建立節點 語法 document.createelement 標籤名 注 只單純的建立出來了乙個元素節點物件,不包含內容 屬性和樣式。插入節點 在父元素內部末尾追加 在父元素指定參照元素前面插入 語法 父元素.insertbefore 需要插入的子元素,參照元素 注 如果參照元素...