Skip to content

Commit 0dfc68e

Browse files
committed
new error core NC_EMULTIDEFINE_HINTS for inconsistent I/O hints set by users
1 parent d410d6f commit 0dfc68e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/pnetcdf.h.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,10 @@ by the desired type. */
686686
#define NC_EMULTIDEFINE_VAR_FILL_MODE (-271) /**< inconsistent variable fill mode */
687687
#define NC_EMULTIDEFINE_VAR_FILL_VALUE (-272) /**< inconsistent variable fill value */
688688
#define NC_EMULTIDEFINE_CMODE (-273) /**< inconsistent file create modes among processes */
689+
#define NC_EMULTIDEFINE_HINTS (-274) /**< inconsistent I/O hints among processes */
689690

690691
#define NC_EMULTIDEFINE_FIRST NC_EMULTIDEFINE
691-
#define NC_EMULTIDEFINE_LAST NC_EMULTIDEFINE_CMODE
692+
#define NC_EMULTIDEFINE_LAST NC_EMULTIDEFINE_HINTS
692693

693694
/* backward compatible with PnetCDF 1.3.1 and earlier */
694695
#define NC_ECMODE NC_EMULTIDEFINE_OMODE

0 commit comments

Comments
 (0)