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 e8e7166 commit 2ba0cbeCopy full SHA for 2ba0cbe
src/netCDF4/_netCDF4.pyx
@@ -1050,6 +1050,10 @@ are collective. There are a couple of important limitations of parallel IO:
1050
to write to it.
1051
- You cannot use variable-length (VLEN) data types.
1052
1053
+***Import warning regarding threads:*** The underlying netcdf-c library is not thread-safe, so netcdf4-python cannot perform parallel
1054
+IO in a multi-threaded environment. Users should expect segfaults if a netcdf file is opened on multiple threads - care should
1055
+be taken to restrict netcdf4-python usage to a single thread, even when using free-threaded python.
1056
+
1057
## Dealing with strings
1058
1059
The most flexible way to store arrays of strings is with the
0 commit comments