ユーザ用ツール

サイト用ツール


サイドバー

Menu


ターミナル:ジョブスケジューラ

文書の過去の版を表示しています。


KEKCCでのジョブ

LSFの使い方

とりあえずjobを投げる時

bsub -q "s" -o "output.txt" /path/to/script/job

キュー一覧

デフォルトではlogは~/.lsfに出力される。

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

NERSCでのジョブ

SLURMの使い方

sbatch ジョブの投入
-a account

squeue ジョブの状態の確認
PD : Pending
R : Runinig
CD : Completed
CG : Completing (完了中。多くの場合、cancel中か、エラーで中断中)

資料

scancel
-u (user) userのjobを全てキャンセル

終わったジョブの確認

$ sacct -o jobid,start,end,state

Environment Moduleの使い方

module available

で利用可能なモジュールの一覧が見られる

module load MODULE

でモジュールを読み込む

module list

で読み込んでいるモジュールの一覧が見られる

ターミナル/ジョブスケジューラ.1735389182.txt.gz · 最終更新: 2024/12/28 12:33 by kawaue