pe_slots는 같은 노드에서만 슬롯이 할당된다.
Memory를 리소스를 많이 점유하거나 Thread 작업 시 사용
$ vi memory_isbyeon.sh
#!/bin/bash
## Usage : qsub memory_isbyeon.sh
#$ -S /bin/bash ### [Shell path] 쉘 지정
#$ -V ### 작업 제출 노드의 쉘 환경변수를 컴퓨팅 노드에도 적용(default)
#$ -cwd ### 현재 디렉토리를 작업 디렉토리로 사용, .e, .o 파일 생성
#$ -pe pe_slots 4
echo "test"
$ qsub memory_isbyeon.sh
Your job 142 ("memory_isbyeon.sh") has been submitted
$ qstat
job-ID prior name user state submit/start at queue slots ja-task-ID
-------------------------------------------------------------------------------------------------------------
142 0.31086 memory_isb isbyeon r 01/30/2013 21:27:45 all.q@pgp-0-9.local 4
$ qstat -t
job-ID prior name user state submit/start at queue master
-------------------------------------------------------------------------------------------------------------
142 0.31086 memory_isb isbyeon r 01/30/2013 21:27:45 all.q@pgp-0-9.local MASTER
all.q@pgp-0-9.local SLAVE
all.q@pgp-0-9.local SLAVE
all.q@pgp-0-9.local SLAVE
all.q@pgp-0-9.local SLAVE
'HPC > Sun Grid Engine' 카테고리의 다른 글
[SGE] Submitting jobs - Simple submission (0) | 2015.10.16 |
---|---|
[SGE] Managing Resource Quotas (0) | 2013.07.16 |
Dependent Jobs (0) | 2013.01.30 |
Job Arrays (0) | 2013.01.30 |
Example(simple_isbyeon.sh) (0) | 2013.01.30 |
최근댓글