-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check yt
save()
Function
#38
Comments
Possible SolutionIs it possible to move Check
|
Possible SolutionsOption 1: Every operation should be put outside of
|
Check
yt
Save FunctionDescription
In inline script, we need
save()
outside theif yt.is_root()
clause, becauseannotate_cquiver
(and other annotations) makessave
does data IO. When doing data IO inlibyt
(using function insideio.py
), each MPI rank must call the same method. See:Sometimes, there will be some missing figure in the output series of figures. This may happen if each rank is writing and creating a file with identical name. (link)
The text was updated successfully, but these errors were encountered: