AGNOS: fix update loop (#34268)

fix update loop
This commit is contained in:
Shane Smiskol
2024-12-16 20:30:08 -06:00
committed by GitHub
parent 6c1314baf9
commit 3da346e2e4

View File

@@ -7,7 +7,7 @@ export OPENBLAS_NUM_THREADS=1
export VECLIB_MAXIMUM_THREADS=1
if [ -z "$AGNOS_VERSION" ]; then
export AGNOS_VERSION="11.3"
export AGNOS_VERSION="11.4"
fi
export STAGING_ROOT="/data/safe_staging"