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

 

Posted by 옥탑방람보
,