From 4ea912b55a7747d0653d925954de8262090cc8e5 Mon Sep 17 00:00:00 2001 From: David Ozog Date: Wed, 1 Mar 2023 14:07:12 -0700 Subject: [PATCH] Update SOS and OFI versions in simple build script --- scripts/simple-build-ofi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/simple-build-ofi.sh b/scripts/simple-build-ofi.sh index 78118001..1e3b451a 100755 --- a/scripts/simple-build-ofi.sh +++ b/scripts/simple-build-ofi.sh @@ -13,10 +13,10 @@ set -e if [ -z "$SOS_VERSION" ] ; then - SOS_VERSION="v1.5.0" + SOS_VERSION="v1.5.1" fi if [ -z "$OFI_VERSION" ] ; then - OFI_VERSION="v1.14.0" + OFI_VERSION="v1.14.x" fi HYDRA_URL="http://www.mpich.org/static/downloads/3.2.1/hydra-3.2.1.tar.gz"