Skip to content

Commit 42fe4f6

Browse files
authored
Merge pull request #98 from BerkeleyLab/use-specific-gasnet-version-for-release
Change installer to use specific gasnet version for the release
2 parents 63bc414 + 33e1dd8 commit 42fe4f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ print_usage_info()
1919
}
2020

2121
GCC_VERSION=13
22-
GASNET_VERSION="stable"
22+
GASNET_VERSION="2023.9.0"
2323

2424
list_prerequisites()
2525
{

0 commit comments

Comments
 (0)