このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
|
ターミナル:ジョブスケジューラ [2024/09/11 09:32] kawaue [KEKCCでのジョブ] |
ターミナル:ジョブスケジューラ [2025/02/09 09:07] (現在) kawaue |
||
|---|---|---|---|
| 行 2: | 行 2: | ||
| [[https:// | [[https:// | ||
| + | ====LSFの使い方==== | ||
| とりあえずjobを投げる時 | とりあえずjobを投げる時 | ||
| < | < | ||
| - | bsub -q " | + | bsub -q " |
| </ | </ | ||
| [[https:// | [[https:// | ||
| + | |||
| + | デフォルトではlogは'' | ||
| + | |||
| + | ====KEKCCのストレージ==== | ||
| + | KEKCCのストレージはあまり余裕がなさそう。 | ||
| + | < | ||
| + | Dear T2K members who use KEKCC, | ||
| + | |||
| + | For those who create a large number of files on KEKCC, you are likely | ||
| + | using a directory under / | ||
| + | The / | ||
| + | beam. Therefore, during beam periods, please take a care not to exceed | ||
| + | the disk quota when generating large amounts of analysis files on KEKCC. | ||
| + | |||
| + | You can check the disk quota status using the following command: | ||
| + | % gquota -G /group/t2k | ||
| + | |||
| + | Thank you for your cooperation in using KEKCC. | ||
| + | |||
| + | Best Regards | ||
| + | Ken Sakashita | ||
| + | for KEKCC sub-group admins | ||
| + | </ | ||
| =====NERSCでのジョブ===== | =====NERSCでのジョブ===== | ||
| [[https:// | [[https:// | ||
| - | =====SLURMの使い方===== | + | ====SLURMの使い方==== |
| - | sbatch ジョブの投入\\ | + | sbatch |
| - | -a account\\ | + | ^オプション^意味^ |
| + | |-a|account|\\ | ||
| - | squeue ジョブの状態の確認\\ | + | squeue |
| - | PD : Pending\\ | + | ^表示^意味^ |
| - | R : Runinig\\ | + | |PD|Pending| |
| - | CD : Completed\\ | + | |R|Runinig| |
| - | CG : Completing (完了中。多くの場合、cancel中か、エラーで中断中)\\ | + | |CD|Completed| |
| + | |CG|Completing (完了中。多くの場合、cancel中か、エラーで中断中)| | ||
| [[https:// | [[https:// | ||
| - | scancel\\ | + | scancel |
| - | -u (user) userのjobを全てキャンセル | + | ^オプション^意味^ |
| + | |-u (user)|userのjobを全てキャンセル| | ||
| - | 終わったジョブの確認 | + | sacct : ジョブの確認 |
| - | + | < | |
| - | sacct -o jobid, | + | $ sacct -o jobid,jobname,start,end,elapsed,state |
| + | </ | ||
| + | や | ||
| + | < | ||
| + | $ sacct -j < | ||
| + | </ | ||
| + | など | ||
| + | ^オプション^意味^ | ||
| + | |--format, -o|出力フォーマットの指定| | ||
| + | |-j|ジョブIDの指定。ない場合、最近のジョブが表示される| | ||
| =====Environment Moduleの使い方===== | =====Environment Moduleの使い方===== | ||