fermitools / poms

The Production Operations Management System (POMS) is a project designed to provide a service to assist production teams and analysis groups of experiments in their MC production and DATA processing.
https://github.com/fermitools/poms/wiki
2 stars 0 forks source link

Use condor pool in jobsub_rm commands if condor_host is not provided in launch script #7

Open LTrestka opened 1 year ago

LTrestka commented 1 year ago

POMS currently can't find schedds that are within the dune condor pool. Users are instructed to set _condor_COLLECTOR_HOST in their launch scripts if not using the default pool. But in case they forget, we can maintain a list of condor collectors, and determine which one a schedd belongs by running: 'condor_status -schedd -pool $collector' at the start of the service, and storing the results in a dictionary.