Skip to content

IDEAL v1.1

Latest
Compare
Choose a tag to compare
@MartiDvrk MartiDvrk released this 07 Feb 09:24
cfcecb2

The IDEAL v1.1 release includes the following new features:

  • New user interfaces: in addition to its command line interface (clidc.py), IDEAL v1.1 offers the possibility to start simulations via an API, running on the http and https protocols. Moreover, it is now easier to integrate an IDC simulation in a custom python script, as IDEAL's functionalities are interfaced by the ideal_simulation class, which can be import from ideal/impl/ideal_module.py.
  • Keep track of your simulations over time. The status of all the simulations started via IDEAL, together with other information like output and working directory of the job and its condor ID, can now be monitored by launching the bin/log_daemon.py program.

The release also includes minor bug fixes.