mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Fix CMake builds with SpLA and CUDA
This commit is contained in:
parent
f3d57eb2e0
commit
8dd14c0b2b
3 changed files with 8 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue