Skip to content

Commit

Permalink
Merge pull request #10 from aperloff/master
Browse files Browse the repository at this point in the history
Proposed addition to the PBSv2 Scheduler for CRAB
  • Loading branch information
belforte committed Apr 15, 2014
2 parents ebfa133 + 195ef7e commit 2061fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/ProdCommon/BossLite/Scheduler/SchedulerPbsv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def submitJob ( self, job, task=None, requirements=''):
s.append('# This script generated by CRAB2 from http://cms.cern.ch')
s.append('#PBS -e %s:%stmp_%s' % (self.hostname, self.jobResDir, job['standardError']) )
s.append('#PBS -o %s:%stmp_%s' % (self.hostname, self.jobResDir, job['standardOutput']) )
s.append('#PBS -q %s' % (self.queue) )
s.append('#PBS -N CMS_CRAB2')
if self.resources:
resourceList = self.resources.split(',')
Expand Down

0 comments on commit 2061fad

Please sign in to comment.