Package starcluster :: Package templates :: Module sge_pe
[hide private]
[frames] | no frames]

Source Code for Module starcluster.templates.sge_pe

 1  #!/usr/bin/env python 
 2  sge_pe_template = """ 
 3  pe_name           orte 
 4  slots             %s 
 5  user_lists        NONE 
 6  xuser_lists       NONE 
 7  start_proc_args   /bin/true 
 8  stop_proc_args    /bin/true 
 9  allocation_rule   $round_robin 
10  control_slaves    TRUE 
11  job_is_first_task FALSE 
12  urgency_slots     min 
13  accounting_summary FALSE 
14  """ 
15