Esempio n. 1
0
 def _activate_profile(self, profile_name, job):
     pbs.logmsg(pbs.LOG_DEBUG,
                "SGI: %s activate '%s'" % (job.id, str(profile_name)))
     api.NodesetCreate(job.id, _get_hosts(job))
     api.MonitorStart(job.id, profile_name)
     return False
Esempio n. 2
0
 def _activate_profile(self, profile_name, job):
     pbs.logmsg(pbs.LOG_DEBUG, "SGI: %s activate '%s'" %
                (job.id, str(profile_name)))
     api.NodesetCreate(job.id, _get_hosts(job))
     api.MonitorStart(job.id, profile_name)
     return False