ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/ServerCommunicator.py
(Generate patch)

Comparing COMP/CRAB/python/ServerCommunicator.py (file contents):
Revision 1.40 by spiga, Wed Jul 1 16:06:53 2009 UTC vs.
Revision 1.41 by spiga, Mon Jul 20 15:49:02 2009 UTC

# Line 286 | Line 286 | class ServerCommunicator:
286          if 'CRAB.se_remote_dir' in self.cfg_params:
287              miniCfg['CRAB.se_remote_dir'] = str(self.cfg_params['CRAB.se_remote_dir'])
288  
289 +        miniCfg['CAF.queue'] = self.cfg_params.get('CAF.queue','cmscaf1nw')
290 +        miniCfg['CAF.resources'] = self.cfg_params.get('CAF.resource', 'cmscaf')
291          ## JDL requirements specific data. Scheduler dependant
292          miniCfg['EDG.max_wall_time'] = self.cfg_params.get('GRID.max_wall_clock_time', None)
293          miniCfg['EDG.max_cpu_time'] = self.cfg_params.get('GRID.max_cpu_time', '130')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines