Skip to content
Snippets Groups Projects

Feature/amalgamated

Closed Stephan Schulz requested to merge feature/amalgamated into refactor
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -200,7 +200,8 @@ public:
/// @param[in] comm the communicator to be used
void setCommunicator(const MPI_Comm comm) {
int comm_type;
if (MPI_Topo_test(comm, &comm_type) == MPI_CART) {
MPI_Topo_test(comm, &comm_type);
if ( comm_type == MPI_CART) {
communicator = comm;
balancer->setCommunicator(communicator);
} else {
Loading