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 1fb7c5d commit 23c6fdeCopy full SHA for 23c6fde
src/drivers/e3sm_io_driver_pnc.cpp
@@ -92,7 +92,7 @@ int e3sm_io_driver_pnc::open (std::string path, MPI_Comm comm, MPI_Info info, in
92
MPI_Offset size;
93
MPI_Offset put_buffer_size_limit;
94
95
- err = ncmpi_open (comm, path.c_str (), NC_64BIT_DATA, info, fid);
+ err = ncmpi_open (comm, path.c_str (), NC_NOWRITE, info, fid);
96
CHECK_NCERR
97
98
put_buffer_size_limit = 10485760;
0 commit comments