ProcessDist.h 347 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
#ifndef MALLEABILITY_SPAWN_PROCESS_DIST_H
#define MALLEABILITY_SPAWN_PROCESS_DIST_H

#include <stdio.h>
#include <stdlib.h>
#include <mpi.h>
#include <string.h>
#include "../malleabilityStates.h"
#include "../malleabilityDataStructures.h"
10
#include "Spawn_DataStructure.h"
11

12
void processes_dist(Spawn_data spawn_data, MPI_Info *info_spawn);
13
14

#endif