Menu
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 /gpfs/group/t2k/beam/work . The /gpfs/group/t2k area is also related to data archiving for ND280 and 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
sbatch : ジョブの投入
| オプション | 意味 |
|---|---|
| -a | account |
squeue : ジョブの状態の確認
| 表示 | 意味 |
|---|---|
| PD | Pending |
| R | Runinig |
| CD | Completed |
| CG | Completing (完了中。多くの場合、cancel中か、エラーで中断中) |
scancel : ジョブの停止
| オプション | 意味 |
|---|---|
| -u (user) | userのjobを全てキャンセル |
sacct : ジョブの確認
$ sacct -o jobid,jobname,start,end,elapsed,state
や
$ sacct -j <jobid> --format=JobID,JobName,Start,End,Elapsed,State
など
| オプション | 意味 |
|---|---|
| –format, -o | 出力フォーマットの指定 |
| -j | ジョブIDの指定。ない場合、最近のジョブが表示される |
module available
で利用可能なモジュールの一覧が見られる
module load MODULE
でモジュールを読み込む
module list
で読み込んでいるモジュールの一覧が見られる