Skip to content

Commit

Permalink
openmpi 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Apr 14, 2024
1 parent 6633f54 commit 1abe6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if test "$mpiname" = "mpich"; then
fi

if test "$mpiname" = "openmpi"; then
version=${VERSION:-5.0.2}
version=${VERSION:-5.0.3}
urlbase=https://download.open-mpi.org/release/open-mpi/v${version%.*}
tarball="$mpiname-$version.tar.gz"
license=LICENSE
Expand Down

0 comments on commit 1abe6d3

Please sign in to comment.