Skip to content
Snippets Groups Projects
Commit 64a30e90 authored by Federico Stagni's avatar Federico Stagni
Browse files

adapting to v6r18

parent c2827f00
No related branches found
No related tags found
No related merge requests found
......@@ -120,10 +120,10 @@ EOF
return name
def _getPilotOptions( self, queue, pilotsToSubmit, processors = 1 ):
def _getPilotOptions( self, queue, pilotsToSubmit ):
""" Adding LHCb specific options
"""
pilotOptions, newPilotsToSubmit = DIRACSiteDirector._getPilotOptions( self, queue, pilotsToSubmit, processors )
pilotOptions, newPilotsToSubmit = DIRACSiteDirector._getPilotOptions( self, queue, pilotsToSubmit )
pilotOptions.append( '-E LHCbPilot' )
pilotOptions.append( '-X LHCbGetPilotVersion,CheckWorkerNode,LHCbInstallDIRAC,LHCbConfigureBasics,CheckCECapabilities,CheckWNCapabilities,LHCbConfigureSite,LHCbConfigureArchitecture,LHCbConfigureCPURequirements,LaunchAgent' )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment