Skip to content

Commit

Permalink
Merge pull request #7262 from fstagni/addVO
Browse files Browse the repository at this point in the history
[v8.0] SiteDirector: add the --wnVO option (backporting))
  • Loading branch information
fstagni authored Nov 7, 2023
2 parents a04d867 + 10cb7c3 commit 61ba60a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DIRAC/WorkloadManagementSystem/Agent/SiteDirector.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,9 @@ def _getPilotOptions(self, queue, **kwargs):
pilotOptions.append(f"-Q {self.queueDict[queue]['QueueName']}")
# SiteName
pilotOptions.append(f"-n {queueDict['Site']}")
# VO
if self.vo:
pilotOptions.append(f"--wnVO={self.vo}")

# Generic Options
if "GenericOptions" in queueDict:
Expand Down

0 comments on commit 61ba60a

Please sign in to comment.