Skip to content

Make, run, and post

Tongqi Wen edited this page Jun 16, 2020 · 5 revisions

There are three operations in Auto test package, namely make, run, and post.

Make

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 

Run

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

Post

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 
Clone this wiki locally