Parallel enviroment named by "smp" in SGE
# add "smp" parallel enviroment and correct like below
> qconf -ap smp
pe_name smp
slots 9999
user_lists NONE
xuser_lists NONE
start_proc_args /bin/true
stop_proc_args /bin/true
allocation_rule $pe_slots
control_slaves TRUE
job_is_first_task FALSE
urgency_slots min
# add a queue group, "secondary" and add the "smp" in "pe_list" parameter
> qconf -aq secondary
# add "smp" parallel enviroment and correct like below
> qconf -ap smp
pe_name smp
slots 9999
user_lists NONE
xuser_lists NONE
start_proc_args /bin/true
stop_proc_args /bin/true
allocation_rule $pe_slots
control_slaves TRUE
job_is_first_task FALSE
urgency_slots min
# add a queue group, "secondary" and add the "smp" in "pe_list" parameter
> qconf -aq secondary
'TA > Cluster' 카테고리의 다른 글
sge 노드 추가 (서버1 sge에 서버2, 서버3을 추가) (0) | 2013.09.05 |
---|---|
slave에서 외부쪽으로 ping 했을때 master 거쳐서 나가는 경우 해결방법(rocks ping master redirect) (0) | 2013.02.05 |
[sge] queue management in SGE (0) | 2012.12.24 |
[sge] SGE qsub bashrc bash_profile (0) | 2012.12.24 |
[sge] qsub 할때 slot 수 할당하는 방법 (0) | 2012.12.24 |