Skip to content

Releases: htcondor/BLAH

Fixes for HTCondor submission; improvements to LSF queries, HTCondor $HOME variables, and proxy refresh

15 Sep 15:30
45b33bb
Compare
Choose a tag to compare
  • Add an option for HTCondor batch system to expand references to $HOME in the job environment (#23)
  • Add efficient querying of LSF job statuses (#14)
  • Improve logic when proxy refresh is disabled (#24)
  • Fix invalid argument, output, and error format for HTCondor job submission (#22)

BLAHP v1.18.47

03 Aug 16:20
Compare
Choose a tag to compare
  • EL8 build fixes (#21)
  • Add submit debugging support to condor_submit.sh (SOFTWARE-3994)

BLAHP v1.18.46

21 Apr 18:41
Compare
Choose a tag to compare
  • Fix an issue where the slurm binpath always returned scontrol (SOFTWARE-3986)
  • Python 3 compatibility (#7)
  • Handle extra-quoted arguments to condor_submit.sh (SOFTWARE-3993)
  • Expand env vars in configured slurm_binpath (#10)
  • Fix cluster handling in slurm_status.py (#13)
  • Introduce blah_job_env_confs for dynamic env var expansion (SOFTWARE-2521)
  • Add EXIT trap to remove barrier file (SOFTWARE-3930)
  • Amended file credits for Matt Farrellee (#17)

BLAHP v1.18.45

31 Oct 23:15
Compare
Choose a tag to compare
  • Fix slurm script patches brought in from HTCondor's blahp (SOFTWARE-3824)

BLAHP v1.18.44-2

31 Oct 23:14
Compare
Choose a tag to compare
  • Add new local submit attr scripts to build rules (SOFTWARE-3749)

BLAHP v1.18.44

31 Oct 23:11
Compare
Choose a tag to compare
  • Add Slurm SystemCpu accounting when job completes (SOFTWARE-3825)
  • Add support for decimal seconds fields from sacct (SOFTWARE-3826)
  • Move local submit attributes scripts from spec to sources (SOFTWARE-3749)
  • Pull in various updates to slurm scripts from HTCondor's blahp (SOFTWARE-3587)
    This includes:
    • Remove superfluous debugging statements
    • Add blahp options for project name (-A, BatchProject) and runtime limit (-t, BatchRuntime).
      BatchProject is a string that's used with the project or allocation option of the batch system's submission interface.
      BatchRuntime is an integer that limits the job's wallclock execution time, expressed in seconds.
    • Detect and handle Slurm jobs in the TIMEOUT state
    • Explicitly specify /bin/bash for shell scripts rather than /bin/sh
    • Minor python bugfixes for comparing variables against None
    • Support multiple slurm clusters. The batch queue job parameter to the blahp now accepts an optional @clustername suffix. The job id generated for the blahp will include the cluster name to allow subsequent actions to target the specified cluster.

BLAHP v1.18.43

31 Oct 23:10
Compare
Choose a tag to compare
  • Support batch_gahp.config locations from old condor blahp (SOFTWARE-3587)

BLAHP v1.18.42

31 Oct 23:09
Compare
Choose a tag to compare
  • Add vendor m4 files from glite-build-common-cpp 3.3.0.2 (SOFTWARE-3587)
  • Use vendor copy of glite-build-common-cpp m4 files (SOFTWARE-3587)
  • Pull in rpm spec file (SOFTWARE-3587)

BLAHP v1.18.41.bosco

31 Oct 23:17
5ec24db
Compare
Choose a tag to compare
  • Fix double-escaping of surrounding quotes in new condor env format (SOFTWARE-3589)