Package Ganga :: Package Lib :: Package MonitoringServices :: Package Dashboard :: Module PBSUtil
[hide private]
[frames] | no frames]

Source Code for Module Ganga.Lib.MonitoringServices.Dashboard.PBSUtil

1  from Ganga.Lib.MonitoringServices.Dashboard.BatchUtil import * 
2   
3 -def wn_dest_ce(ji):
4 """Build dest_ce. Only run on worker node.""" 5 return '%s_localbatch_PBS' % ji['GANGA_HOSTNAME']
6