report compile time options (-DLAMMPS_XXX) in help output and info config

This commit is contained in:
Axel Kohlmeyer
2018-05-09 13:06:34 -04:00
parent 03a7d1cd5d
commit e3a528a493
3 changed files with 66 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class LAMMPS {
void post_create();
void init();
void destroy();
void print_config(FILE *); // print compile time settings
private:
void help();