Releases: prestonlab/launch
Releases · prestonlab/launch
ezlaunch 1.2.4
ezlaunch 1.2.3
This version fixes a problem where default settings were not defined if a config file was found. More documentation has also been added to explain how to use global config settings.
ezlaunch 1.2.2
This version fixes a problem with string substitution of commands and unpacking of subjects/runs where tokens after the first were being ignored.
ezlaunch 1.2.1
This version fixes problems with bash string substitution in the slaunch
and rlaunch
scripts.
ezlaunch 1.2.0
This version improves configuration support and avoids setting a default account.
- Config files now support an account field.
- Global settings can now be set by adding a
global
section. - If no account is specified, the
-A
setting will be left undefined when runningsbatch
. This allows submission to work on more systems when an account has not been explicitly specified. - Verbosity of the launch script can now be set using the
-v
flag.
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.