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.
2 parents 6481fb1 + 8c9bf58 commit b69b2e9Copy full SHA for b69b2e9
src/DIRAC/Resources/Computing/ARCComputingElement.py
@@ -32,11 +32,17 @@
32
33
(key = "value")
34
35
+ Please note that for ARC & ARC6, any times (such as wall or CPU time) in the XRSL should be specified in minutes.
36
+ For AREX, these times should be given in seconds (see https://www.nordugrid.org/arc/arc6/users/xrsl.html?#cputime).
37
+
38
39
XRSLMPExtraString:
40
Default additional string for ARC submit files for multi-processor jobs. Should be written in the following format::
41
42
43
44
+ The XRSLExtraString note about times also applies to this configuration option.
45
46
**Code Documentation**
47
"""
48
from __future__ import absolute_import
0 commit comments