igwn-batch-submit¶
IGWN batch submit node services
License: GPL-3.0-or-later
Maintainer: Computing and Software Committee (CompSoft) (compsoft@ligo.org)
Priority: optional
Section: science
Description¶
IGWN metapackage to install the services and user tools that are required to configure a host as an IGWN Grid submission point.
Note that this package does not pull in any applications other than those strictly required to submit the workflows. For a more complete configuration including user applications, see the 'igwn-submit-node' metapackage.
Distributions¶
Bookworm (Debian 12)¶
Metapackage name: igwn-batch-submit
Requirements:
igwn-cvmfsigwn-iamcondorpegasus
Tests:
The following test commands are automatically run during continuous integration to validate this metapackage works as advertised:
condor_version
pegasus-version --full
python3 -c "import htcondor2"
EL8 (RHEL)¶
Metapackage name: igwn-batch-submit
Requirements:
igwn-cvmfsigwn-iamcondorpython3-condorpegasusigwn-texlive
Tests:
The following test commands are automatically run during continuous integration to validate this metapackage works as advertised:
condor_version
pegasus-version --full
python3 -c "import htcondor2"
Changelog¶
20260330¶
Date: 2026-03-30 13:15:33-07:00
Author: Adam Mercer (adam.mercer@ligo.org)
Changes
- add igwn-texlive
- computing/sccb#1960
20260326¶
Date: 2026-03-26 08:48:42-07:00
Author: Adam Mercer (adam.mercer@ligo.org)
Changes
- Debian uses condor as package name, not htcondor
- HTCondor python module is now htcondor2
- computing/software/metapackages#79
20220520¶
Date: 2022-05-20 14:15:15+01:00
Author: Duncan Macleod (duncan.macleod@ligo.org)
Changes
- first release