Commit b6a8168e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix bug in procmap Comm::MULTIPLE import

parent 71fce2e4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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};
};

}
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@

#include "procmap.h"
#include "universe.h"
#include "comm.h"
#include "domain.h"
#include "math_extra.h"
#include "memory.h"