We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d936a26 commit 018789bCopy full SHA for 018789b
src/DIRAC/Resources/Computing/SSHBatchComputingElement.py
@@ -45,6 +45,7 @@ def _reset(self):
45
46
self.submitOptions = self.ceParameters.get("SubmitOptions", "")
47
self.preamble = self.ceParameters.get("Preamble", "")
48
+ self.account = self.ceParameters.get("Account", "")
49
50
# Prepare all the hosts
51
for hPar in self.ceParameters["SSHHost"].strip().split(","):
0 commit comments