"Codes/malleability/MAM_Times.c" did not exist on "6564114172436ee63a787bd62fd53a284cfffa39"
malleabilityZombies.h 374 Bytes
Newer Older
1
2
3
#ifndef MALLEABILITY_ZOMBIES_H
#define MALLEABILITY_ZOMBIES_H

iker_martin's avatar
iker_martin committed
4
5
6
7
8
9
10
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <mpi.h>
#include <signal.h>
11
#include "malleabilityDataStructures.h"
iker_martin's avatar
iker_martin committed
12

13
void zombies_collect_suspended(MPI_Comm comm);
iker_martin's avatar
iker_martin committed
14
15
16
void zombies_service_init();
void zombies_service_free();
void zombies_awake();
17
18

#endif