git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8031 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-04-20 14:56:12 +00:00
parent 0b0d59a71f
commit 21f4d93ebd

View File

@ -165,6 +165,7 @@ void ProcMap::numa_grid(int nprocs, int *user_procgrid, int *procgrid,
std::string node_string = std::string(node_name);
// 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>::iterator np;