malleabilityRMS.h 117 Bytes
Newer Older
1
2
3
4
#ifndef MALLEABILITY_RMS_H
#define MALLEABILITY_RMS_H

void MAM_check_hosts();
5
int MAM_Is_internode_group();
6
7

#endif