Skip to content

Releases: crest-cassia/oacis

v1.6.0

17 Feb 08:48
Compare
Choose a tag to compare

Feature Enhancements

  • Logs of the schedulers (torque, PJM) are included as well as the result files
  • Command Line Interface to replace runs.
    • By using this CLI, you can replace old runs with new ones
  • version checker for installation
    • verify correct versions of MongoDB and Ruby are installed
  • Plot elapsed time either in a scatter plot or a line plot
  • (beta version) A new function ParameterSet explorer is added
    • You can dynamically update a scatter plot by changing parameter values.

UI improvements

  • add a link to the document in the navigation bar
  • add refresh buttons to tables
  • display '_seed' field in the form for simulators
  • change the color scale of scatter plots
    • changed from ("blue" -> "red") to ("blue"->"white"->"red")
  • show simulator name when creating a new parameter set
  • display parameter values near the table of runs
  • display number of runs for each host
  • display number of runs at progress overview page
  • disable animation of progress bars to prevent over-use of cpu powers for rendering

Performance Improvements

  • Parallel execution of analyzers

Bug fixes

  • Voronoi division of scatter plot sometimes cause hang-up of browser
  • Status of a worker process is wrongly judged as "hanged-up" even if it works well
  • Default value of a boolean parameter is not set when the default value is "false"

v1.5.0

29 Jan 03:37
Compare
Choose a tag to compare

Feature Enhancements

  • K-computer is supported
  • Manual submission mode
  • Simulator version management
  • Progress bars in Command Line Interface (CLI)
  • New CLI commands to destroy runs
  • Performance improvement of creating runs and analyses
  • markdown syntax highlight of Simulator#description
  • Improvement of documents

Bug fixes

  • Host#user does not accept a string including '.'
  • Cannot create parameter set with save parameter values for different simulators