Skip to content

Commit b69b2e9

Browse files
authored
Merge pull request #6728 from sfayer/arcdoc
[v7r3] Add a note about XRSL times in ARC(6) vs AREX
2 parents 6481fb1 + 8c9bf58 commit b69b2e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/DIRAC/Resources/Computing/ARCComputingElement.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,17 @@
3232
3333
(key = "value")
3434
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+
3539
XRSLMPExtraString:
3640
Default additional string for ARC submit files for multi-processor jobs. Should be written in the following format::
3741
3842
(key = "value")
3943
44+
The XRSLExtraString note about times also applies to this configuration option.
45+
4046
**Code Documentation**
4147
"""
4248
from __future__ import absolute_import

0 commit comments

Comments
 (0)