File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1050,7 +1050,7 @@ are collective. There are a couple of important limitations of parallel IO:
10501050 to write to it.
10511051 - You cannot use variable-length (VLEN) data types.
10521052
1053- ***Import warning regarding threads:*** The underlying netcdf-c library is not thread-safe, so netcdf4-python cannot perform parallel
1053+ ***Important warning regarding threads:*** The underlying netcdf-c library is not thread-safe, so netcdf4-python cannot perform parallel
10541054IO in a multi-threaded environment. Users should expect segfaults if a netcdf file is opened on multiple threads - care should
10551055be taken to restrict netcdf4-python usage to a single thread, even when using free-threaded python.
10561056
You can’t perform that action at this time.
0 commit comments