Skip to content

Commit 220152a

Browse files
committed
updated to w_2024_36
1 parent 30c3507 commit 220152a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
slurm*.out
2+
obs_vista

install_lsst_stack.sbatch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -login
22
#SBATCH -A IRIS-IP005-CPU
3-
#SBATCH --job-name="volume"
4-
#SBATCH --time=01:00:00
3+
#SBATCH --job-name="lsststack"
4+
#SBATCH --time=02:00:00
55
#SBATCH --partition=icelake
66
#SBATCH --nodes=1
77
#SBATCH --tasks-per-node=1
@@ -20,7 +20,7 @@ fi
2020

2121
# set tag, e.g., v27_0_0 or w_2024_26
2222
# for available tags, see https://pipelines.lsst.io/install/lsstinstall.html#lsstinstall-other-tags
23-
tag=w_2024_30
23+
tag=w_2024_36
2424
# set true if this is the latest vXX_X_X or w_XXXX_XX tag to be installed on CSD3
2525
is_latest=true
2626

install_obs_vista.sbatch

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
# for available tags, `ls $RDS/lsst_stack`
2424
# if $tag is a weekly build, $_tag should be the version before that build
2525
# note: $tag uses underscores as separators and $_tag uses dots.
26-
tag=w_2024_29
26+
tag=w_2024_36
2727
_tag=27.0.0
2828

2929

0 commit comments

Comments
 (0)