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 a62010a commit cbf90c9Copy full SHA for cbf90c9
docs/index.html
@@ -1014,7 +1014,7 @@ <h2 id="parallel-io">Parallel IO</h2>
1014
to write to it.</li>
1015
<li>You cannot use variable-length (VLEN) data types.</li>
1016
</ul>
1017
-<p><strong><em>Import warning regarding threads:</em></strong>
+<p><strong><em>Important warning regarding threads:</em></strong>
1018
The underlying netcdf-c library is not thread-safe, so netcdf4-python cannot perform parallel
1019
IO in a multi-threaded environment.
1020
Users should expect segfaults if a netcdf file is opened on multiple threads - care should
0 commit comments