From b60aa796c2c3285ae3e5e1d5ec939c5bffbb69f3 Mon Sep 17 00:00:00 2001 From: edoapra Date: Thu, 16 Oct 2025 21:11:32 -0700 Subject: [PATCH] check bse_ethene --- travis/check_failures.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis/check_failures.sh b/travis/check_failures.sh index 09ba5ac0bc..9ac3e53a7a 100755 --- a/travis/check_failures.sh +++ b/travis/check_failures.sh @@ -31,6 +31,7 @@ check_file () { grep -s 'l DFT energy' $file |tail echo ============================================================ grep -s 'Total PSPW energy' $file |tail + grep -s -B 3 "Root 1 singlet b1u" $file |grep E-0 fi } @@ -46,6 +47,7 @@ check_file h2o2-response check_file pspw check_file pspw_md check_file aump2 +check_file bse_ethene # stuff for OpenBLAS issues on macos echo 'looking for cgemm_incopy.o' find $TRAVIS_BUILD_DIR/src/libext -name cgemm_incopy.o