Fix CMake builds with SpLA and CUDA

This commit is contained in:
Ole Schütt 2025-10-23 21:15:52 +02:00 committed by Ole Schütt
parent f3d57eb2e0
commit 8dd14c0b2b
3 changed files with 8 additions and 14 deletions

View file

@ -35,8 +35,7 @@ source /opt/cp2k-toolchain/install/setup
echo -e '\n============== CP2K Binary Flags ============='
./build/bin/cp2k.psmp --version | grep cp2kflags
# Check benchmark files for input errors.
echo -en "\nChecking benchmark inputs... "
echo -e '\n========== Checking Benchmark Inputs ========='
if ! ./tools/regtesting/check_inputs.py "./build/bin/cp2k.psmp" "./benchmarks/"; then
echo -e "\nSummary: Some benchmark inputs could not be parsed."
echo -e "Status: FAILED\n"