From: Andrey Alekseenko Date: Mon, 18 Oct 2021 10:27:43 +0000 (+0200) Subject: Enable kernel compiler cache for SYCL DPC++ X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=commitdiff_plain;h=a20b5229871421b24c2a604bdd2603843f8b734f Enable kernel compiler cache for SYCL DPC++ Refs #4218 --- diff --git a/admin/ci-scripts/gromacs-base-test.sh b/admin/ci-scripts/gromacs-base-test.sh index fa5f5142c5..2134ccd94f 100755 --- a/admin/ci-scripts/gromacs-base-test.sh +++ b/admin/ci-scripts/gromacs-base-test.sh @@ -22,6 +22,7 @@ if grep -qF 'amd.com/gpu' <<< "$KUBERNETES_EXTENDED_RESOURCE_NAME"; then fi if grep -qF 'intel.com/gpu' <<< "$KUBERNETES_EXTENDED_RESOURCE_NAME"; then sycl-ls || true; + export SYCL_CACHE_PERSISTENT=1; # Issue #4218 fi ctest -D $CTEST_RUN_MODE --output-on-failure | tee ctestLog.log || true awk '/The following tests FAILED/,/^Errors while running CTest|^$/' ctestLog.log | tee ctestErrors.log