Skip to content

ezlaunch 1.1.0

Compare
Choose a tag to compare
@mortonne mortonne released this 17 Jun 04:58
· 23 commits to master since this release
c859cb1

This version switches to a modern build system and adds support for setting queue properties using a config file.

  • Added support for reading config files. Launch will check for a config file at $HOME/.launch.toml or will look at the file defined by LAUNCH_CONFIG if that environment variable is defined.
  • Changed launch to check if required properties are defined. If not enough information is present to define the number of nodes and the number of tasks, then an error will be thrown.