Het HTCondor Team van de Universiteit van Wisconsin-Madison heeft een nieuwe stable-versie en een nieuwe development-versie uitgebracht van zijn 'workload management system' HTCondor. De versienummers zijn respectievelijk vastgezet op 8.6.10 en 8.7.7, en het pakket wordt onder de Apache 2.0-licentie uitgegeven. HTCondor richt zich op het beheer van rekenintensieve taken en kan deze over verschillende aangesloten nodes verdelen. De gebruiker stuurt zijn taak naar HTCondor, waarna dit het proces afhandelt op basis van ingestelde policies en de beschikbaarheid van aangesloten resources, om tot slot de resultaten naar de gebruiker terug te sturen. HTCondor kan bijvoorbeeld een dedicated Beowulf-cluster aansturen, maar ook gewone desktops die even niets te doen hebben. De aankondiging van deze uitgave ziet er als volgt uit:
HTCondor 8.7.7 released!
The HTCondor team is pleased to announce the release of HTCondor 8.7.7. This development series release contains new features that are under development. This release contains all of the bug fixes from the 8.6.10 stable release.
Enhancements in the release include:Further details can be found in the Development Version History and the Stable Version History. HTCondor 8.7.7 binaries and source code are available from our Downloads page.
- condor_ssh_to_job now works with Docker Universe jobs;
- A 32-bit condor_shadow is available for Enterprise Linux 7 systems;
- Tracks and reports custom resources, e.g. GPUs, in the job ad and user log;
- condor_q -unmatchable reports jobs that will not match any slots;
- Several updates to the parallel universe;
- Spaces are now allowed in input, output, and error paths in submit files;
- In DAG files, spaces are now allowed in submit file paths.
HTCondor 8.6.10 released!
The HTCondor team is pleased to announce the release of HTCondor 8.6.10. A stable series release contains significant bug fixes.
Highlights of this release are:More details about the fixes can be found in the Version History. HTCondor 8.6.10 binaries and source code are available from our Downloads page.
- Fixed a problem where condor_preen would crash on an active submit node;
- Improved systemd configuration to clean up processes if the master crashes;
- Fixed several other minor problems.