Skip to content

site not set in pass2 - need a default site if none set. #23

@hschellman

Description

@hschellman

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)
    
  •            if site is None:
    
  •                site = "US_FNAL-FermiGrid"
               cmd = [
                   'justin', 'simple-workflow',
    

:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions