Skip to content

Commit

Permalink
Update to v7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astewartau committed Oct 31, 2024
1 parent 9362483 commit f560647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
#SBATCH --mem=16G
#SBATCH --time=01:00:00

export container=qsmxt_7.2.1_20241022
container=qsmxt_7.2.2_20241029
md5sum=fc2c9969ea4779a9fb6eb56a0e2145ad

echo "[INFO] Checking SINGULARITY_BINDPATH..."
echo $SINGULARITY_BINDPATH

echo "[INFO] Checking for existing container..."
md5sum=f29e4546d1ba5efe406b65c6b3887e5b
if [[ -f "${container}.simg" ]]; then
echo "[INFO] Found existing container."
echo "[INFO] Checking md5sum..."
Expand Down

0 comments on commit f560647

Please sign in to comment.