We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d410d6f commit 0dfc68eCopy full SHA for 0dfc68e
src/include/pnetcdf.h.in
@@ -686,9 +686,10 @@ by the desired type. */
686
#define NC_EMULTIDEFINE_VAR_FILL_MODE (-271) /**< inconsistent variable fill mode */
687
#define NC_EMULTIDEFINE_VAR_FILL_VALUE (-272) /**< inconsistent variable fill value */
688
#define NC_EMULTIDEFINE_CMODE (-273) /**< inconsistent file create modes among processes */
689
+#define NC_EMULTIDEFINE_HINTS (-274) /**< inconsistent I/O hints among processes */
690
691
#define NC_EMULTIDEFINE_FIRST NC_EMULTIDEFINE
-#define NC_EMULTIDEFINE_LAST NC_EMULTIDEFINE_CMODE
692
+#define NC_EMULTIDEFINE_LAST NC_EMULTIDEFINE_HINTS
693
694
/* backward compatible with PnetCDF 1.3.1 and earlier */
695
#define NC_ECMODE NC_EMULTIDEFINE_OMODE
0 commit comments