Skip to content

Commit

Permalink
rename conda env to mlde
Browse files Browse the repository at this point in the history
so not quite what it was before but much easier to remember
  • Loading branch information
henryaddison committed Oct 22, 2024
1 parent c262366 commit 7cfca01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/bp/queue-training
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def queue_cmd(duration, memory):
"-m": str(memory),
"-q": "cnu,gpu",
"-t": str(duration),
"--condaenv": "mv-mlde",
"--condaenv": "mlde",
}

return queue_basecmd + [arg for item in queue_opts.items() for arg in item]
Expand Down
2 changes: 1 addition & 1 deletion bin/jasmin/lotus-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module load gcc

source ~/.bashrc
mamba activate mv-mlde
mamba activate mlde

set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion bin/jasmin/tb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ host=${2:-sci2.jasmin}
port=$(shuf -i 6000-9999 -n 1)
echo "Using port ${port} on ${host}"

ssh -t -L ${port}:localhost:${port} ${host} "~/mambaforge/envs/mv-mlde/bin/tensorboard --port=${port} --logdir=/gws/nopw/j04/bris_climdyn/henrya/jasmin-active/workdirs/${runs_dir}"
ssh -t -L ${port}:localhost:${port} ${host} "~/mambaforge/envs/mlde/bin/tensorboard --port=${port} --logdir=/gws/nopw/j04/bris_climdyn/henrya/jasmin-active/workdirs/${runs_dir}"
4 changes: 2 additions & 2 deletions environment.lock.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mv-mlde
name: mlde
channels:
- pytorch
- nvidia/label/cuda-11.3.1
Expand Down Expand Up @@ -403,4 +403,4 @@ dependencies:
- mlde-utils==0.2.0
- netcdf4==1.6.3
- python-cmethods==1.0.1
prefix: /home/henry/miniforge3/envs/mv-mlde
prefix: /home/henry/miniforge3/envs/mlde

0 comments on commit 7cfca01

Please sign in to comment.