add info about accelerator support and communication
This commit is contained in:
@ -725,7 +725,7 @@ void LammpsGui::about()
|
||||
if (!lammps.is_running()) {
|
||||
start_lammps();
|
||||
capturer->BeginCapture();
|
||||
lammps.command("info config");
|
||||
lammps.command("info accel config commu");
|
||||
capturer->EndCapture();
|
||||
info = capturer->GetCapture();
|
||||
auto start = info.find("LAMMPS version:");
|
||||
|
||||
Reference in New Issue
Block a user