Skip to content

Releases: takuma-yoneda/lmn

v0.5.0

11 Jul 15:44
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • [BREAKING CHANGE] Now --sweep 1-10 sets LMN_RUN_SWEEP_IDX from 1 to 10 (previously 1 to 9)
  • --gpus option is set (slurm mode; to get it to work on TTIC's new cluster beehive)
  • Allow specifying lmn root dir inside of a container, in the config file

v0.4.1

28 Dec 18:48
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • Use #!/bin/{shell} -i rather than #!/usr/bin/env -S {shell} -i since many hosts have coreutils < 8.30 (not supporting the -S option)
  • Minor updates in log messages

v0.4.0

24 Dec 08:52
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Multiple bugfix
  • Remove CUDA_VISIBLE_DEVICES for default env_from_host on Singularity

v0.3.3

24 Dec 06:25
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
  • Quick fix

v0.3.2

24 Dec 06:17
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • Get PBS to work
  • Unify logic in cli/run.py for slurm and pbs
  • Stop using new type hint notation

v0.3.1

18 Dec 23:49
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • Fix #1
  • Allow to run without global config

v0.3.0

08 Dec 20:39
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Write up a basic README
  • Always use CLI ssh utility
  • Establish a persistent & reusable connection via ControlMaster
  • Add a new subcommand brun
  • Add PBS support
    Getting close to v1 release!!

v0.2.9

23 Oct 19:19
Compare
Choose a tag to compare
v0.2.9 Pre-release
Pre-release
  • Specify network mode on docker container

v0.2.8

04 Sep 01:17
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release
  • Include timestamp in srun / sbatch script file to avoid overwriting the file unexpectedly
    • To do this, I added /lmn/<project-name>/script directory
  • Support startup properly in docker container, slurm and slurm-singularity
  • Pass APPTAINERENV_* envvars to singularity

v0.2.7

24 Aug 19:16
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release
  • Now simply running lmn prints out help
  • The default config for docker changed: network='bridge', ipc='private'
    • There was an issue for virtual X window apps on launching multiple containers with network='host'