$(objdir)/bin/launch-mpi script invokes mpirun for verification calculations. The automatically generated script should work for mpich installations. Those using other MPI implementations may need to edit this script. After editing the script, run make install from $(objdir) to install the script.Note that reconfiguring will overwrite changes to this script.
$(objdir)/verification/ directory using the verify perl script:
verify --help
verify --clean
verify [<np>] <calcs><np><calcs>--simple--small--big--all
The script runs the valid calculations based on the command line options and packages which were enabled during configuration. After execution, each subdirectory in which a calculation was completed will contain a results.txt file which logs calculation results and provides differences with the reference results provided with the distribution. A summary of the test results is provided on screen and in the report.txt file.
Failure tolerances may be adjusted by modifying the $geom_tol, $grad_tol, and $energy_tol variables in the verify perl script.
1.3.9.1