Skip to content

Commit

Permalink
openmpi 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Jul 24, 2024
1 parent 806dc14 commit 01e792f
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.4}
version=${VERSION:-5.0.5}
urlbase=https://download.open-mpi.org/release/open-mpi/v${version%.*}
tarball="$mpiname-$version.tar.gz"
license=LICENSE
Expand Down

0 comments on commit 01e792f

Please sign in to comment.