Skip to content

Commit

Permalink
Default to PIO_IOTYPE_PNETCDF to work around HDF5 in SYCL runs
Browse files Browse the repository at this point in the history
  • Loading branch information
amametjanov committed Oct 29, 2024
1 parent 07acaa9 commit d3afe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/omega/src/base/IO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3afe1a

Please sign in to comment.