Skip to content

Commit

Permalink
Make gasnet-ex the default GASNet shim
Browse files Browse the repository at this point in the history
Signed-off-by: John H. Hartman <[email protected]>
  • Loading branch information
jhh67 committed Jun 7, 2024
1 parent 57c5b87 commit 658ac15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/chplenv/chpl_gasnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def get_version():
version = overrides.get('CHPL_GASNET_VERSION')
if not version:
version = '1'
version = 'ex'
if version not in ("1", "ex"):
error("CHPL_GASNET_VERSION must be '1' or 'ex'")
return version
Expand Down

0 comments on commit 658ac15

Please sign in to comment.