diff --git a/components/omega/src/base/IO.h b/components/omega/src/base/IO.h index 8472fee92a65..09922aa3a1f4 100644 --- a/components/omega/src/base/IO.h +++ b/components/omega/src/base/IO.h @@ -68,7 +68,7 @@ enum FileFmt { FmtHDF5 = PIO_IOTYPE_HDF5, ///< native HDF5 format FmtADIOS = PIO_IOTYPE_ADIOS, ///< ADIOS format FmtUnknown = -1, ///< Unknown or undefined - FmtDefault = PIO_IOTYPE_NETCDF4C, ///< NetCDF4 is default + FmtDefault = PIO_IOTYPE_PNETCDF, ///< work around HDF5 in SYCL runs }; /// File operations