git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8031 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -165,6 +165,7 @@ void ProcMap::numa_grid(int nprocs, int *user_procgrid, int *procgrid,
|
|||||||
std::string node_string = std::string(node_name);
|
std::string node_string = std::string(node_name);
|
||||||
|
|
||||||
// get number of procs per node
|
// get number of procs per node
|
||||||
|
// NOTE: could do this without STL map
|
||||||
|
|
||||||
std::map<std::string,int> name_map;
|
std::map<std::string,int> name_map;
|
||||||
std::map<std::string,int>::iterator np;
|
std::map<std::string,int>::iterator np;
|
||||||
|
|||||||
Reference in New Issue
Block a user