Skip to content

Latest commit

 

History

History
executable file
·
225 lines (148 loc) · 14 KB

RELEASENOTES.md

File metadata and controls

executable file
·
225 lines (148 loc) · 14 KB

WRENCH Release Notes

current master branch

Nothing new yet

wrench 2.2

  • Implementation of wrench-daemon, which can be started on the local machine and supports a REST API so that users can create and run simulations in a language-agnostic manner.
  • Implementation of non-bufferized (i.e., buffer size of zero) storage services, which is transparent to the user but can vastly reduce simulation time by using a fluid (rather than message-based) model for how storage services read/write data to/from disk while sending/receiving that same data to/from the network.
  • API change by which a FileLocation now includes a DataFile.
  • Added a CACHING_BEHAVIOR property to StorageService, which can take value NONE (the original behavior in which when full the storage service fails on writes) and LRU (the storage service implements a Least Recently Used strategy so as to function as a cache).
  • Implementation of a File Proxy Service, which acts as a proxy for a file service while maintaining a local cache for files.
  • Implementation of a Compound Storage Service, which acts as a proxy for an arbitrary set of Simple Storage Services and performs file striping.
  • Implementation of an MPI action, which can be part of any job and makes it possible to simulate message-passing programs implemented with the MPI API. The simulation of the MPI program is handled by the SMPI component is SimGrid, which has proven both accurate and scalable.
  • Minor bug fixes and scalability improvements.

wrench 2.1

(october 7, 2022) this release include a new storage service implementation, performance enhancements, and minor bug fixes. More specifically:

  • implementation of a new storage service for the simulation of the XRootD storage system, along with implementation and examples.
  • performance and scalability improvements that reduce memory footprint and simulation execution time.

note: wrench 2.0 requires simgrid 3.32

wrench 2.0

(april 8, 2022) this is a major release, which includes:

  • created a more general developer api, called the action api, that makes it possible to simulate application workloads that are not necessarily workflow applications. examples are provided in the examples/action_api directory.
  • minor changes to the workflow api (which is now implemented internally on top of the action api).
  • removed support for the obsolete dax xml workflow description format, which removes an external software dependency.
  • added support for the wfcommons json workflow description format.
  • many additional api functionality, typically as requested by users.
  • scalability improvements both in terms of simulation time and simulation memory footprint.
  • new and improved documentation.

note: wrench 2.0 requires simgrid 3.31

WRENCH 1.11

(February 25, 2022) This release includes only minor changes and bug fixes. This is the last release of WRENCH version 1.x. WRENCH version 2.0 will be released soon, which will include minor changes to the current "workflow" API, a new more generic "non-workflow" API, as well as significantly decreased simulation time and memory footprint.

Note: WRENCH 1.11 requires SimGrid 3.30


WRENCH 1.10

(October 16, 2021) This release includes a series of new features, enhancements, and bug fixes, including:

  • Support for programmatic platform description (#228)
  • Enable a job to check locations for a file in some order of preference (#229)
  • Enhancement (#226)

Note: WRENCH 1.10 requires SimGrid 3.29


WRENCH 1.9

(August 24, 2021) This release includes a series of new features, enhancements, and bug fixes, including:

  • Performance improvement (#221)
  • Updates to HTCondor component and API (#220)
  • Enhancement (#225)

Note: WRENCH 1.9 requires SimGrid 3.27


WRENCH 1.8

(February 18, 2021) This release includes a series of new features, enhancements, and bug fixes, including:

  • I/O simulation model that includes the key features of the Linux page cache (#199, #202, #218)
  • Extended HTCondor component model with the Grid Universe (#161)
  • Improvements to the WRENCH Dashboard (#170, #212)
  • Improvements to documentation (#219 and code (#189, #214)

Note: WRENCH 1.8 requires SimGrid 3.26


WRENCH 1.7

(September 18, 2020) This release includes a series of new features, enhancements, and bug fixes, including:

  • Redesign of the WRENCH Dashboard: includes a number of graphs for visualizing the Gantt chart of the workflow execution, host utilization, network bandwidth usage, and energy consumption (#171, #183, #184, #185, #186, #173, #195)
  • Improvements to BareMetalComputeService: load is now equally distributed among hosts (#169), and the service provides an API equivalent to the squeue Slurm command (#176)
  • Improvements to CloudComputeService: added a function to get the ComputeService for a VM based on its name (#187)
  • Improvements to VirtualizedClusterComputeService: added a function to get the physical host (#190)
  • Enabled support for capturing network link's usage during the simulation (#182)
  • Improvements to Simulation JSON output: added disk read/write failures (#167), and network link usage (#182)
  • Added an exception handling for ensuring a link bandwidth in the platform file is not set to zero (#181)
  • Bug fixes and small enhancements: #168, #172, #174, #178, #180, #191, #192, #200

Note: WRENCH 1.7 requires SimGrid 3.25.


WRENCH 1.6

(May 7, 2020) This release includes a series of new features, enhancements, and bug fixes, including:

  • Refactored the WRENCH documentation: WRENCH 101 for users, and WRENCH 102 for developers (#156)
  • New collection of examples provided with WRENCH distribution: over 10 examples of simulators (#157)
  • Removed dependency to Lemon library: we now use Boost, which is already used by SimGrid (#159)
  • Simulation logging in now disabled by default: can be enabled using --wrench-full-log (#158)
  • Refactored the BatchComputeService class: includes a conservative backfilling algorithm for validation purposes (#152)
  • Improvements to simulation output processing and JSON output: includes task1, host, disk I/O, and energy (#154, #122, #129, #133)
  • Improvements to the WRENCH Dashboard: #130, #136, #137, #139, #146, #147, #148, #164
  • Bug fixes and small enhancements: #110, #141, #143, #144, #145, #151, #153, #160, #162, #163

Note: WRENCH 1.6 requires SimGrid 3.25.


WRENCH 1.5

(Feb 7, 2020) This release includes a series of new features and bug fixes, including:

  • Simulation of failures
  • WRENCH Dashboard
  • Enabled Pilot Job Submission for HTCondor compute service
  • Improved exception handling
  • Added a BatchComputeServiceProperty to make it possible to ignore bogus job specifications in workload trace files
  • Allow users to define SIMGRID_INSTALL_PATH for non-standard SimGrid installations
  • Code performance improvements
  • Bug fixes: #104, #116, #118

Note: WRENCH 1.5 requires SimGrid 3.25.


WRENCH 1.4

(Apr 22, 2019) This release includes a series of new features and bug fixes, including:

  • Updated Batsched support (support to new JSON-based protocol)
  • Dump pstate and energy consumption data as JSON
  • Adding support for bytesRead, bytesWritten, and avgCPU for workflows defined as JSON
  • Adding ComputeService::getTotalNumCores() and ComputeService::getTotalNumIdleCores()
  • wrench::BatchComputeService should handle requested vs. real job run times when replaying traces
  • Bug fixes: #97, #99, #100

Note: WRENCH 1.4 requires SimGrid 3.21.


WRENCH 1.3

(Jan 3, 2019) This release includes a series of new features and bug fixes, including:

  • Development of a wrench-init tool
  • MultiHostMultiCoreComputeService re-implemented as BareMetalComputeService
  • Documentation of the JSON schema for workflows
  • Documentation Guide containing detailed descriptions of WRENCH core services
  • Bug fixes: #81

Note: WRENCH 1.3 requires SimGrid 3.21.


WRENCH 1.2

(Nov 6, 2018) This release includes a series of new features and bug fixes, including:

  • New HTCondor compute service
  • Improved standard job submission to specific VM (Cloud Service)
  • Allow a WMS to start a new service dynamically
  • New function Simulation::dumpWorkflowExecutionJSON() for dumping the workflow execution data in a JSON format
  • Bug fixes: #67, #69, #79, #80

Note: WRENCH 1.2 requires SimGrid 3.21.


WRENCH 1.1

(Aug 26, 2018) This release includes a series of new features and bug fixes, including:

  • Energy consumption by hosts and support for power state management
  • Virtual machine management support including shutdown, start, suspend, and resume operations
  • Enriched set of simulation events in the simulation output
  • Command-line options
  • Bug fixes: #38, #63, #64, #66
  • Code improvements: #36, #61

Note: WRENCH 1.1 requires SimGrid 3.20


WRENCH 1.0.1

(Aug 14, 2018) On this minor bug fix and small improvements release, we provide:

  • Ability to declare VM creation overhead in seconds to Cloud/VirtualizedCluster service
  • Ability to load batch workload trace file in JSON "batsim" format
  • Bug fixes: #51, #53, #54, #56, and #57

Note: WRENCH 1.0.1 requires SimGrid 3.20


WRENCH 1.0

(Jun 16, 2018) This release provides a set of (simulated) services that can be instantiated on the simulated platform:

  • Compute Services (multi-core multi-host, virtualized cluster, cloud computing, and batch computing)
  • Storage Service (including support for scratch space for computing nodes)
  • File Registry Service (file replica catalog)
  • Network Proximity Service (monitors the network and provide a database of host-to-host network distances)
  • Workflow Management Systems (WMSs)

Note: WRENCH 1.0 requires SimGrid 3.20