Skip to content

Releases: prestonlab/launch

ezlaunch 1.2.4

03 Jun 07:44
Compare
Choose a tag to compare

This version fixes a problem with setting job dependencies.

ezlaunch 1.2.3

20 Apr 22:38
Compare
Choose a tag to compare

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

26 Jan 21:36
Compare
Choose a tag to compare

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

26 Jan 01:13
Compare
Choose a tag to compare

This version fixes problems with bash string substitution in the slaunch and rlaunch scripts.

ezlaunch 1.2.0

15 Dec 02:12
Compare
Choose a tag to compare

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 running sbatch. 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

17 Jun 04:58
c859cb1
Compare
Choose a tag to compare

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.