ProcessDist.h 276 Bytes
Newer Older
1
2
#ifndef MAM_SPAWN_PROCESS_DIST_H
#define MAM_SPAWN_PROCESS_DIST_H
3

4
#include "Spawn_DataStructure.h"
5

6
void processes_dist(Spawn_data *spawn_data);
7
8
void set_hostfile_name(char **file_name, int *n, int jid, int index);
int read_hostfile_procs(char *file_name, int *qty);
9
10

#endif