Skip to content

Commit

Permalink
Ban CTAO data centers to avoid too high memory usage there (cf. Luisa…
Browse files Browse the repository at this point in the history
… Arrabito's mail on 2024-02-12T16:16UTC (#110)

Co-authored-by: Jean-Philippe Lenain <jlenain@in2p3.fr>
  • Loading branch information
jlenain and jlenain authored Feb 13, 2024
1 parent 858123b commit 1cd380b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
# j.setDestination('LCG.GRIF.fr')
j.setName(f"NectarCAM DQM run {run}")
j.setJobGroup("NectarCAM DQM")
j.setBannedSites(
["LCG.DESY-ZEUTHEN.de", "LCG.PIC.es", "LCG.FRASCATI.it", "ARC.CSCS.ch"]
)
sandboxlist = [f"{executable_wrapper}"]
for f in meta["Files"]:
if f.endswith(".fits.fz") and f"NectarCAM.Run{run}" in f:
Expand Down

0 comments on commit 1cd380b

Please sign in to comment.