Skip to content

Commit

Permalink
AGNOS: fix update loop (#34268)
Browse files Browse the repository at this point in the history
fix update loop
  • Loading branch information
sshane authored Dec 17, 2024
1 parent 6c1314b commit 3da346e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3da346e

Please sign in to comment.