display number of threads in use for LAMMPS instance in status bar

This commit is contained in:
Axel Kohlmeyer
2023-07-31 07:59:10 -04:00
parent 2f159df3b7
commit d41bf628c7
3 changed files with 9 additions and 6 deletions

View File

@ -92,6 +92,7 @@ private:
void *plugin_handle;
const char *plugin_path;
bool is_running;
int nthreads;
std::vector<char *> recent_files;
std::vector<char *> lammps_args;
};