aboutsummaryrefslogtreecommitdiff
path: root/src/MPIO.h
blob: cf969f84c323b7c57048da69c9d40ef3976f2a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __MPIO_H_
#define __MPIO_H_

#include "Arch.h"

/*********************C Interface**********************/

IOFile MPIOopen (IOFile fid);

int MPIOclose (IOFile deviceID);

void MPIOsetLocalDims (IOFile deviceID, int rank, int *origin, int *dims);

int MPIOwrite (IOFile deviceID, int typeID, void *data);

#endif