ezlaunch 1.1.0
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 byLAUNCH_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.