From f04fd1f5870926459f6169a807db813de4cd643a Mon Sep 17 00:00:00 2001 From: Thorsten Blass Date: Wed, 13 Nov 2024 05:37:51 -0500 Subject: [PATCH] [RAJAPerf] updated build/run script Updated script to use the latest version of RAJAPerf. It contains a bug fix for the build error we currently observe. Another bug ticket is still open (https://github.com/LLNL/RAJAPerf/issues/493). !!! Requires cmake version 3.23 !!!! --- bin/run_rajaperf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_rajaperf.sh b/bin/run_rajaperf.sh index 2656b4fc0..6c4d6bad1 100755 --- a/bin/run_rajaperf.sh +++ b/bin/run_rajaperf.sh @@ -48,7 +48,7 @@ build_targets="hip openmp" if [ "$2" == "build" ]; then # Begin configuration pushd $AOMP_REPOS_TEST/RAJAPerf - git reset --hard 73f73cfa1979bc9944d9f34ee0059873fb38d79d + git reset --hard abb07792a899f7417e77ea40015e7e1dfd52716e git submodule update --recursive rm -rf build_${BUILD_SUFFIX}