반응형

$ qsub test.sh

job-ID  prior   name    user         state submit/start at     queue                          slots ja-task-ID
--------------------------------------------------------------------------------------------------------
 298278 0.26086 test.sh    isbyeon Eqw   04/21/2011 15:13:01                                    1
 298281 0.26086 test.sh    isbyeon Eqw   04/21/2011 15:13:01                                    1
 298284 0.26086 test.sh    isbyeon Eqw   04/21/2011 15:13:02                                    1
 298287 0.26086 test.sh    isbyeon Eqw   04/21/2011 15:13:02                                    1


$ qstat -u isbyeon | grep Eqw | awk '{print $1}'

298278
298281
298284
298287


$ qmod -cj `qstat -u isbyeon | grep Eqw | awk '{print $1}'` 

isbyeon@pgpcluster.local cleared error state of job 298278
isbyeon@pgpcluster.local cleared error state of job 298281
isbyeon@pgpcluster.local cleared error state of job 298284
isbyeon@pgpcluster.local cleared error state of job 298287


$ qstat -f -u "isbyeon"

job-ID  prior   name    user         state submit/start at     queue                          slots ja-task-ID
--------------------------------------------------------------------------------------------------------
 298278 0.26086 test.sh    isbyeon qw    04/21/2011 15:13:01                                    1
 298281 0.26086 test.sh    isbyeon qw    04/21/2011 15:13:01                                    1
 298284 0.26086 test.sh    isbyeon qw    04/21/2011 15:13:02                                    1
 298287 0.26086 test.sh    isbyeon qw    04/21/2011 15:13:02                                    1

반응형

'HPC > Sun Grid Engine' 카테고리의 다른 글

[SGE] maximum open file limit  (0) 2012.10.19
[SGE] (qmod) To globally clear all E states in your SGE cluster  (0) 2012.08.10
[SGE} SGE BASH, CSH  (0) 2012.08.10
[SGE] SGE 우선순위  (0) 2012.08.10
[SGE] qhold, qrls  (0) 2012.08.10
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기