From 0d6fdf69bd30a5625950421087550ee90df4ba11 Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Fri, 22 Nov 2024 09:13:21 -0800 Subject: [PATCH] use llvm 18 with arkouda release Signed-off-by: Jade Abraham --- util/cron/test-perf.chapcs.arkouda.release.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/cron/test-perf.chapcs.arkouda.release.bash b/util/cron/test-perf.chapcs.arkouda.release.bash index 437306fc5f02..6f40857b55ff 100755 --- a/util/cron/test-perf.chapcs.arkouda.release.bash +++ b/util/cron/test-perf.chapcs.arkouda.release.bash @@ -12,8 +12,8 @@ if [ -n "$CHPL_WHICH_RELEASE_FOR_ARKOUDA" ]; then # Note: Add more cases to the following 'if' whenever we need to test a # release that does not support our latest available LLVM. Cases can be # removed when we no longer care about testing against that release. - if [ "$CHPL_WHICH_RELEASE_FOR_ARKOUDA" = "2.0.0" ]; then - # use LLVM 17, latest supported by 2.0.0 + if [ "$CHPL_WHICH_RELEASE_FOR_ARKOUDA" = "2.2.0" ]; then + # use LLVM 18, latest supported by 2.2.0 if [ -f /data/cf/chapel/setup_system_llvm.bash ] ; then # Hack to avoid build issues with GMP. Spack installed GMP is pulled in as # a dependency of GDB. Then for some reason, it's (undesirably) linked @@ -22,7 +22,7 @@ if [ -n "$CHPL_WHICH_RELEASE_FOR_ARKOUDA" ]; then # Anna 2024-06-17 module unload gdb - source /data/cf/chapel/setup_system_llvm.bash 17 + source /data/cf/chapel/setup_system_llvm.bash 18 fi else # Default to using latest LLVM.