以前のリビジョンの文書です
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/handler.php on line
1458
Warning: Declaration of syntax_plugin_note::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line
79
Warning: Declaration of syntax_plugin_note::render($mode, &$renderer, $indata) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line
101
Warning: preg_match(): Compilation failed: invalid range in character class at offset 3120 in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/lexer.php on line
118
A PCRE internal error occured. This might be caused by a faulty plugin
====== LSFの備忘録 ======
----
===== コマンド =====
==== bsub ====
ジョブの投入。
''bsub -q QUEUENAME -o OUTPUTFILE JOB''\\
オプション
* -q QUEUENAME : 指定したqueueにjobを投入
* -o OUTPUTFILE : 標準出力の出力先を指定
==== bjobs ====
ジョブの情報の表示。
''bjobs -u USERNAME''\\
あるユーザーの投入したjobを見れる
==== bpeek ====
投入ジョブの標準出力と標準エラー出力の表示。
----
===== UNIXコマンド(LSFコマンドではないが) =====
==== who,w ====
現在のログインユーザーを表示。
==== finger ====
USERNAMEを引数にとって、そのユーザーの情報を表示。\\
(homeに.nofinger があるユーザーは情報が表示されない。また、.planがあると、その情報を表示する。)
==== id ====
ユーザーのuserID, groupIDを表示。\\
引数がなければ自分のものを、USERNAMEを引数に取るとそのユーザーについて。
==== last ====
USERNAMEを引数にとって、そのユーザーのログイン情報を表示。