check bse_ethene

This commit is contained in:
edoapra 2025-10-16 21:11:32 -07:00
parent 6f1ae4c274
commit b60aa796c2
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -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