mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Reduce runtime for performance tests
The repeated runs for RI-RPA and RI-MP2 show only small variations
This commit is contained in:
parent
43734768f3
commit
6aa78c0591
2 changed files with 2 additions and 22 deletions
|
|
@ -25,17 +25,7 @@
|
|||
INPUT_FILE_NAME H2O-32-HF-TZ.inp
|
||||
OUTPUT_FILE_NAME H2O-32-HF-TZ.inp.log
|
||||
&END JOB
|
||||
# calculate RI-MP2 correlation energy (three times)
|
||||
&JOB
|
||||
DIRECTORY .
|
||||
INPUT_FILE_NAME H2O-32-RI-MP2-TZ.inp
|
||||
OUTPUT_FILE_NAME result.log
|
||||
&END JOB
|
||||
&JOB
|
||||
DIRECTORY .
|
||||
INPUT_FILE_NAME H2O-32-RI-MP2-TZ.inp
|
||||
OUTPUT_FILE_NAME result.log
|
||||
&END JOB
|
||||
# calculate RI-MP2 correlation energy
|
||||
&JOB
|
||||
DIRECTORY .
|
||||
INPUT_FILE_NAME H2O-32-RI-MP2-TZ.inp
|
||||
|
|
|
|||
|
|
@ -18,17 +18,7 @@
|
|||
INPUT_FILE_NAME H2O-32-PBE-TZ.inp
|
||||
OUTPUT_FILE_NAME H2O-32-PBE-TZ.inp.log
|
||||
&END JOB
|
||||
# calculate RI-RPA correlation energy (three times)
|
||||
&JOB
|
||||
DIRECTORY .
|
||||
INPUT_FILE_NAME H2O-32-RI-dRPA-TZ.inp
|
||||
OUTPUT_FILE_NAME result.log
|
||||
&END JOB
|
||||
&JOB
|
||||
DIRECTORY .
|
||||
INPUT_FILE_NAME H2O-32-RI-dRPA-TZ.inp
|
||||
OUTPUT_FILE_NAME result.log
|
||||
&END JOB
|
||||
# calculate RI-RPA correlation energy
|
||||
&JOB
|
||||
DIRECTORY .
|
||||
INPUT_FILE_NAME H2O-32-RI-dRPA-TZ.inp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue