Exemple #1
0
 def wsSetupEnvironment(self):
     """
     Returns part of a job script which does scheduler-specific work.
     """
     txt = SchedulerLocal.wsSetupEnvironment(self)
     #this is needed to support slc4->slc5 migration
     txt += 'export RFIO_PORT=5001\n'
     txt += '\n'
     return txt
Exemple #2
0
 def wsSetupEnvironment(self):
     """
     Returns part of a job script which does scheduler-specific work.
     """
     txt = SchedulerLocal.wsSetupEnvironment(self)
     #this is needed to support slc4->slc5 migration
     txt += 'export RFIO_PORT=5001\n'
     txt += '\n'
     return txt