analyze more QA output files

This commit is contained in:
edoapra 2022-02-04 14:12:33 -08:00
parent 632126c5b5
commit d7c7ac63b0
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -353,6 +353,10 @@ jobs:
egrep d= QA/testoutputs/dft_smear.out || true; fi
if [[ -f QA/testoutputs/dft_smear.out ]]; then \
tail -2000 QA/testoutputs/dft_smear.out || true; fi
if [[ -f QA/testoutputs/ritddft_h2o.out ]]; then \
tail -2000 QA/testoutputs/ritddft_h2o.out || true; fi
if [[ -f QA/testoutputs/ritddft_co.out ]]; then \
tail -2000 QA/testoutputs/ritddft_co.out || true; fi
if [[ -f QA/testoutputs/pspw_md.out ]]; then \
grep 'PSPW energy' QA/testoutputs/pspw_md.out || true; fi