can multiple openmp threads be used to simultaneously read /write different parts of the same netcdf 4 file? #392
Answered
by
DennisHeimbigner
TingLei-daprediction
asked this question in
Q&A
|
Dear Mr. or Mrs., |
Answered by
DennisHeimbigner
Feb 9, 2023
Replies: 2 comments 3 replies
|
This is not safe even if only reading data. |
0 replies
Answer selected by
TingLei-daprediction
|
@DennisHeimbigner Got it. Thank you so much ! |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not safe even if only reading data.
The reason is that there there are caches
that get modified during reading. Hence
there is the possibility of race conditions.