display number of threads in use for LAMMPS instance in status bar
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user