mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
analyze more QA output files
This commit is contained in:
parent
632126c5b5
commit
d7c7ac63b0
1 changed files with 4 additions and 0 deletions
4
.github/workflows/github_actions.yml
vendored
4
.github/workflows/github_actions.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue