malleabilityRMS.h 145 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
#ifndef MALLEABILITY_RMS_H
#define MALLEABILITY_RMS_H

#include <mpi.h>
#include "malleabilityDataStructures.h"

void MAM_check_hosts();

#endif