Merge.h 343 Bytes
Newer Older
iker_martin's avatar
iker_martin committed
1
2
3
4
5
6
7
#ifndef MALLEABILITY_SPAWN_MERGE_H
#define MALLEABILITY_SPAWN_MERGE_H

#include <stdio.h>
#include <stdlib.h>
#include <mpi.h>
#include "../malleabilityDataStructures.h"
8
#include "Spawn_DataStructure.h"
iker_martin's avatar
iker_martin committed
9
10

int merge(Spawn_data spawn_data, MPI_Comm *child, int data_state);
11
int intracomm_strategy(int is_children_group, MPI_Comm *child);
iker_martin's avatar
iker_martin committed
12
13

#endif