From 31c62bd209d9c8549248c1613cf9106cf667b83c Mon Sep 17 00:00:00 2001 From: George Gayno Date: Fri, 25 Oct 2024 08:24:17 -0500 Subject: [PATCH] Update the gdas_init utility driver scrip on Hera to use intelLLVM. Fixes #879. --- util/gdas_init/driver.hera.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/gdas_init/driver.hera.sh b/util/gdas_init/driver.hera.sh index 9f2387835..faa244d07 100755 --- a/util/gdas_init/driver.hera.sh +++ b/util/gdas_init/driver.hera.sh @@ -8,7 +8,7 @@ set -x -compiler=${compiler:-"intel"} +compiler=${compiler:-"intelllvm"} source ../../sorc/machine-setup.sh > /dev/null 2>&1 module use ../../modulefiles module load build.$target.$compiler