このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
|
ターミナル:ジョブスケジューラ [2024/06/26 07:29] kawaue [Environment Moduleの使い方] |
ターミナル:ジョブスケジューラ [2025/02/09 09:07] (現在) kawaue |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | =====SLURMの使い方===== | + | =====KEKCCでのジョブ===== |
| - | sbatch ジョブの投入\\ | + | [[https:// |
| - | -a account\\ | + | |
| - | squeue ジョブの状態の確認\\ | + | ====LSFの使い方==== |
| - | PD : Pending\\ | + | とりあえずjobを投げる時 |
| - | R : Runinig\\ | + | < |
| - | CD : Completed\\ | + | bsub -q " |
| - | CG : Completing (完了中。多くの場合、cancel中か、エラーで中断中)\\ | + | </ |
| - | [[https://www.j-focus.jp/user_guide/ug0004020000/|資料]] | + | [[https://kekcc.kek.jp/service/kekcc/ |
| - | scancel\\ | + | デフォルトではlogは'' |
| - | -u (user) userのjobを全てキャンセル | + | |
| + | ====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 / | ||
| + | |||
| + | Thank you for your cooperation in using KEKCC. | ||
| + | |||
| + | Best Regards | ||
| + | Ken Sakashita | ||
| + | for KEKCC sub-group admins | ||
| + | </ | ||
| + | |||
| + | =====NERSCでのジョブ===== | ||
| + | [[https:// | ||
| + | |||
| + | ====SLURMの使い方==== | ||
| + | sbatch : ジョブの投入\\ | ||
| + | ^オプション^意味^ | ||
| + | |-a|account|\\ | ||
| + | |||
| + | squeue : ジョブの状態の確認\\ | ||
| + | ^表示^意味^ | ||
| + | |PD|Pending| | ||
| + | |R|Runinig| | ||
| + | |CD|Completed| | ||
| + | |CG|Completing | ||
| + | |||
| + | [[https:// | ||
| - | 終わったジョブの確認 | + | scancel : ジョブの停止\\ |
| + | ^オプション^意味^ | ||
| + | |-u (user)|userのjobを全てキャンセル| | ||
| - | sacct -o jobid, | + | sacct : ジョブの確認 |
| + | < | ||
| + | $ sacct -o jobid,jobname,start,end,elapsed,state | ||
| + | </ | ||
| + | や | ||
| + | < | ||
| + | $ sacct -j < | ||
| + | </ | ||
| + | など | ||
| + | ^オプション^意味^ | ||
| + | |--format, -o|出力フォーマットの指定| | ||
| + | |-j|ジョブIDの指定。ない場合、最近のジョブが表示される| | ||
| =====Environment Moduleの使い方===== | =====Environment Moduleの使い方===== | ||