regtester: Output ARCH-file, report UTC time

svn-origin-rev: 14378
This commit is contained in:
Ole Schütt 2014-10-02 11:31:22 +00:00
parent 27eacee434
commit 4f06dac428
2 changed files with 3 additions and 1 deletions

View file

@ -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#*_}

View file

@ -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})"