From 658ac15b579719faab4157646903bb510b63f2a6 Mon Sep 17 00:00:00 2001 From: "John H. Hartman" Date: Thu, 6 Jun 2024 10:37:43 -0700 Subject: [PATCH] Make gasnet-ex the default GASNet shim Signed-off-by: John H. Hartman --- util/chplenv/chpl_gasnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/chplenv/chpl_gasnet.py b/util/chplenv/chpl_gasnet.py index be6b231287a9..d71463219494 100644 --- a/util/chplenv/chpl_gasnet.py +++ b/util/chplenv/chpl_gasnet.py @@ -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