finalize available GPU hardware introspection functions
This commit is contained in:
@ -1328,6 +1328,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