Skip to content

Commit

Permalink
Merge pull request #11 from aperloff/detectSite
Browse files Browse the repository at this point in the history
Site detection ClassAd
  • Loading branch information
kpedro88 authored Jun 2, 2020
2 parents 5136110 + efbe7e7 commit 9aa4a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/jobExecCondor.jdl
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ on_exit_hold = ( (ExitBySignal == True) || (ExitCode != 0) )
on_exit_hold_reason = strcat("Job held by ON_EXIT_HOLD due to ",\
ifThenElse((ExitBySignal == True), "exit by signal", \
strcat("exit code ",ExitCode)), ".")
job_machine_attrs = "GLIDEIN_CMSSite"

0 comments on commit 9aa4a19

Please sign in to comment.