Skip to content

Releases: Kitware/Remus

v0.5.1

Choose a tag to compare

@robertmaynard robertmaynard released this 03 Apr 13:29

Creating a v0.5.1 release.

Corrects compilation with VS2008.

v0.5.0

Choose a tag to compare

@robertmaynard robertmaynard released this 27 Feb 15:01

Creating a v0.5.0 release.

Backwards Compatibility breaks include:

  • Remove the ability to mark a process as detached.
  • Remove Default worker factory support for LiveOnFactoryDeletion
  • returnMeshResults method removed from remus::worker

Improvements Include:

  • Ability to have custom Worker Factories
  • remus::Worker now can state if a job or worker needs to be terminated
  • Worker Factories / RW files can now specify environment flags that workers require to be launched with
  • Improved the performance of sending remus::proto::Job
  • Allow ConditionalStorage to use a pre-allocated boost::shared_array
  • JobContent, JubSubmission, JobRequirements serialization is faster and uses less memory
  • Reduce memory by having JobResult use custom data storage.
  • More integration tests that verify you can submit small and large jobs.
  • Worker's MessageRouter is now more conservative on when it expects to heart beat again
  • SocketMonitor now expects workers to heart beat less often
  • Implemented a faster name conversion for the socket Identity
  • remus::Worker now blocks while sending results back to the server.

v0.4.0

Choose a tag to compare

@robertmaynard robertmaynard released this 06 Oct 14:03

Creating a v0.4.0 release. Includes support for multiple workers inside the same process space, and ability for workers to report new Input and Output types.

v0.5-superbuild

Choose a tag to compare

@robertmaynard robertmaynard released this 27 Feb 14:49

Superbuild to be used with the v0.5 release series.

v0.4-superbuild

Choose a tag to compare

@robertmaynard robertmaynard released this 06 Oct 14:04

Superbuild to be used with the v0.4 release series.

Major change is that the superbuild has been upgraded to ZMQ 3, in preparation for 0.5 which will require ZMQ 3 ( hopefully)

v0.3.1

Choose a tag to compare

@robertmaynard robertmaynard released this 19 Aug 17:00

Version 0.3.1 is now released. Minor bug fix.

v0.3.0

Choose a tag to compare

@robertmaynard robertmaynard released this 06 Aug 12:47

Version 0.3 is now released. Breaks backwards compatibility with 0.2 releases.

v0.1.2

Choose a tag to compare

@robertmaynard robertmaynard released this 12 Mar 19:59

Binaries include the full source including submodules.