From efbe7e71b2b843a5743adc9c7a2501d84577e84a Mon Sep 17 00:00:00 2001 From: Alexx Perloff Date: Fri, 29 May 2020 23:45:24 -0500 Subject: [PATCH] Add a ClassAd to the job named MachineAttrGLIDEIN_CMSSite0 which will contain the site where the job most recently ran. --- scripts/jobExecCondor.jdl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/jobExecCondor.jdl b/scripts/jobExecCondor.jdl index f202d34..90f2d9e 100755 --- a/scripts/jobExecCondor.jdl +++ b/scripts/jobExecCondor.jdl @@ -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"