mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
regtester: Output ARCH-file, report UTC time
svn-origin-rev: 14378
This commit is contained in:
parent
27eacee434
commit
4f06dac428
2 changed files with 3 additions and 1 deletions
|
|
@ -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#*_}
|
||||
|
||||
|
|
|
|||
|
|
@ -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})"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue