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