From 4f06dac42865e04ee063b20a96db61b8d63f6d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Thu, 2 Oct 2014 11:31:22 +0000 Subject: [PATCH] regtester: Output ARCH-file, report UTC time svn-origin-rev: 14378 --- tools/regtesting/auto_regtest/cp2k_regtester.sh | 2 +- tools/regtesting/do_regtest | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/regtesting/auto_regtest/cp2k_regtester.sh b/tools/regtesting/auto_regtest/cp2k_regtester.sh index e7255059fc..3e3ebf39b2 100755 --- a/tools/regtesting/auto_regtest/cp2k_regtester.sh +++ b/tools/regtesting/auto_regtest/cp2k_regtester.sh @@ -105,7 +105,7 @@ fi # Script that should handle any PATH or LD_LIBRARY_PATH issues source ${regtestdir}/setup_environment.sh -datetime=$(date +%F_%H-%M-%S) +datetime=$(date --utc +%F_%H-%M-%S) date=${datetime%_*} time=${datetime#*_} diff --git a/tools/regtesting/do_regtest b/tools/regtesting/do_regtest index 3a7288a18c..9bae2e7a42 100755 --- a/tools/regtesting/do_regtest +++ b/tools/regtesting/do_regtest @@ -498,6 +498,8 @@ fi # from here failures are likely to be bugs in cp2k if [[ ${nobuild} != "nobuild" ]]; then + echo "----------------------------ARCH-file-------------------------------------" + cat ${dir_base}/${cp2k_dir}/arch/${ARCH}.${cp2k_version} echo "-------------------------compiling cp2k-----------------------------------" echo "${make} -j $((maxtasks)) ${ARCH_SPEC} VERSION=${cp2k_version}" echo "(make output is written to ${make_out})"