Releases: takuma-yoneda/lmn
Releases · takuma-yoneda/lmn
v0.5.0
- [BREAKING CHANGE] Now
--sweep 1-10
setsLMN_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
- 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
- Multiple bugfix
- Remove
CUDA_VISIBLE_DEVICES
for defaultenv_from_host
on Singularity
v0.3.3
- Quick fix
v0.3.2
- Get PBS to work
- Unify logic in
cli/run.py
for slurm and pbs - Stop using new type hint notation
v0.3.1
v0.3.0
- 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
- Specify network mode on docker container
v0.2.8
- Include timestamp in srun / sbatch script file to avoid overwriting the file unexpectedly
- To do this, I added
/lmn/<project-name>/script
directory
- To do this, I added
- Support startup properly in docker container, slurm and slurm-singularity
- Pass
APPTAINERENV_*
envvars to singularity
v0.2.7
- 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'
- There was an issue for virtual X window apps on launching multiple containers with