Skip to content

Commit 63966f2

Browse files
committed
One Bcast and Allreduce to check consistency of all I/O hints
1 parent e684204 commit 63966f2

File tree

2 files changed

+135
-197
lines changed

2 files changed

+135
-197
lines changed

src/drivers/pncio/pncio.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,9 @@
101101
#define PNCIO_TYPE_OVERLAP 0x00000002 /* if contains overlapping regions */
102102
#define PNCIO_TYPE_NEGATIVE 0x00000004 /* if one of displacements is negative */
103103

104-
enum {
105-
PNCIO_HINT_AUTO = 0,
106-
PNCIO_HINT_ENABLE = 1,
107-
PNCIO_HINT_DISABLE = 2
108-
};
104+
#define PNCIO_HINT_AUTO -1
105+
#define PNCIO_HINT_DISABLE 0
106+
#define PNCIO_HINT_ENABLE 1
109107

110108
typedef struct {
111109
int striping_factor;

0 commit comments

Comments
 (0)