Skip to content
Snippets Groups Projects
Commit b6a8168e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix bug in procmap Comm::MULTIPLE import

parent 71fce2e4
No related branches found
No related tags found
No related merge requests found
......@@ -133,12 +133,13 @@ class Comm : protected Pointers {
int otherflag; // 1 if this partition dependent on another
int other_style; // style of dependency
enum{MULTIPLE};
int other_procgrid[3]; // proc layout of another partition
int other_coregrid[3]; // core layout of another partition
int ncores; // # of cores per node
int coregrid[3]; // 3d grid of cores within a node
int user_coregrid[3]; // user request for cores in each dim
public:
enum{MULTIPLE};
};
}
......
......@@ -17,6 +17,7 @@
#include "procmap.h"
#include "universe.h"
#include "comm.h"
#include "domain.h"
#include "math_extra.h"
#include "memory.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment