Het Condor Team aan de Universiteit van Wisconsin-Madison heeft een nieuwe versie in de stable-tak uitgebracht van hun 'workload management system' Condor. Het versienummer is aanbeland bij 7.2.0 en wordt onder de Apache 2.0-licentie uitgegeven. Condor richt zich op het managen van rekenintensieve taken en kan deze over meerdere aangesloten nodes verdelen. De gebruiker stuurt zijn taak naar Condor waarna deze het hele process afhandelt op basis van ingestelde policy's en de beschikbaarheid van de aangesloten resources, om tot slot de resultaten naar de gebruiker terug te sturen. Het kan bijvoorbeeld een dedicated Beowulf-cluster aansturen voor het uitrekenen van de taken, maar daarnaast kunnen ook standaard desktops die normaal ingezet worden voor gebruikers opgenomen worden als ze even niets te doen hebben. Wanneer de gebruiker terugkeert naar zijn desktop wordt de huidige taak automatisch doorgespeeld naar een andere vrije node. De aankondiging van Condor 7.2.0 ziet er als volgt uit:
Condor 7.2.0 released!
The Condor Team is pleased to announce the first release of our new stable series, 7.2.0. This new stable release contains all of the new features introduced in the 7.1.X development series but has been tested much more thoroughly in more configurations and has been subjected to both runtime and static analysis tools, resulting in numerous bug fixes.
The 7.2.0 binaries and source code can be found on our Downloads page:
http://www.cs.wisc.edu/condor/downloads-v2/download.pl
Notable new features compared to the previous stable series (7.0.X) include Work Fetching using job hooks, DAG Splicing, the JobRouter, support for running on Amazon EC2 resources, Concurrency Limits for managing software licenses, WS GRAM support in Globus, and preliminary support for Green Computing and Dynamic Startd Provisioning.
Additionally, more scalability improvements were made, better error propagation and debugging output have been added, and the support for the VMware VM job universe is much improved.
We believe 7.2.0 is wire-compatible with all 7.0.X releases, meaning that you can mix versions of Condor within a single pool (although not within a single computer). However, we do not test this regularly and recommend using the same series when possible.
Since this is a stable series, only bug fixes and ports to new platforms will be added in 7.2.X. All new features and functionality will go into the soon-to-be-released 7.3.X development series.
Thank you for your interest in Condor. As always, if you have any problems with the downloading, installation, or use of Condor, please contact us for help.
The Condor Team