'parallel environment'에 해당되는 글 2건

  1. 2012.12.24 [sge] adding a parallel enviroment in SGE
  2. 2012.12.24 [sge] qsub 할때 slot 수 할당하는 방법
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 옥탑방람보
,

$root> qconf -ap serial

    slots = 9999

$root> qsub -cwd -pe serial 6 test.sh

 

'TA > Cluster' 카테고리의 다른 글

[sge] queue management in SGE  (0) 2012.12.24
[sge] SGE qsub bashrc bash_profile  (0) 2012.12.24
[sge] qsub 할때 default option 값 지정해두는 방법  (0) 2012.12.24
[sge] sge qsub, qstat, qdel  (0) 2012.12.24
[sge] sge queue 그룹 관리  (0) 2012.12.24
Posted by 옥탑방람보
,