Merge branch 'master' into prepare-clang-format
# Conflicts: # src/MOLECULE/bond_fene.h # src/MOLECULE/bond_fene_expand.h
This commit is contained in:
@ -1329,6 +1329,7 @@ void LAMMPS::print_config(FILE *fp)
|
||||
|
||||
fmt::print(fp,"Accelerator configuration:\n\n{}\n",
|
||||
Info::get_accelerator_info());
|
||||
fmt::print(fp,"GPU present: {}\n\n",Info::has_gpu_device() ? "yes" : "no");
|
||||
|
||||
fputs("Active compile time flags:\n\n",fp);
|
||||
if (Info::has_gzip_support()) fputs("-DLAMMPS_GZIP\n",fp);
|
||||
|
||||
Reference in New Issue
Block a user