Skip to content

Commit

Permalink
Update SOS and OFI versions in simple build script
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ozog authored and davidozog committed Mar 8, 2023
1 parent cd2b508 commit 4ea912b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/simple-build-ofi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4ea912b

Please sign in to comment.