Baseline.h 291 Bytes
Newer Older
iker_martin's avatar
iker_martin committed
1
2
3
4
5
6
7
8
#ifndef MALLEABILITY_SPAWN_BASELINE_H
#define MALLEABILITY_SPAWN_BASELINE_H

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

int baseline(Spawn_data spawn_data, MPI_Comm *child);
#endif