Probably need to figure out where your job will be sending output - as we may be running at FZU or In2p3 or RAL in some cases.
--- a/src/merge_utils/scheduler.py
+++ b/src/merge_utils/scheduler.py
@@ -185,6 +185,9 @@ class JustinScheduler(JobScheduler):
f.write("#!/bin/bash\n")
f.write(f"# This script will submit JustIN jobs for pass {tier}\n")
for site, site_jobs in self.jobs[tier-1].items():
-
print ("site is ", site,site_jobs)
-
-
site = "US_FNAL-FermiGrid"
cmd = [
'justin', 'simple-workflow',
: