-
Notifications
You must be signed in to change notification settings - Fork 176
Make, run, and post
There are three operations in Auto test package, namely make
, run
, and post
.
The INCAR
, POSCAR
, POTCAR
input files for VASP or in.lammps
, conf.lmp
, and the interatomic potential files for LAMMPS will exist in the directory confs/mp-*/relaxation
for relaxation or confs/mp-*/eos_00/task.[0-9]*[0-9]
for EOS. The machine.json
file is not needed for make
. Example:
dpgen autotest make equi.json
The jobs would be dispatched according to the parameter in machine.json
file and the calculation results would be sent back. Example:
dpgen autotest run properties.json machine.json
The post process of calculation results would be performed. result.json
in json format and result.out
in txt format will exist in confs/mp-*/relaxation
for relaxation or confs/mp-*/eos_00
for EOS. The machine.json
file is also not needed for make
. Example:
dpgen autotest post equi.json
everything starts here
Universal for all property tests
Universal for all property tests except for elastic