Skip to content
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

Unbuffered reporting #51

Closed
Helveg opened this issue Aug 28, 2020 · 0 comments · Fixed by #75
Closed

Unbuffered reporting #51

Helveg opened this issue Aug 28, 2020 · 0 comments · Fixed by #75

Comments

@Helveg
Copy link
Contributor

Helveg commented Aug 28, 2020

In order to print output during an MPI process stdout needs to operate in unbuffered mode. The reporting module can overwrite stdout if MPI is present.

Helveg added a commit that referenced this issue Sep 3, 2020
Helveg added a commit that referenced this issue Sep 10, 2020
* Unbuffered output. closes #51.

* fixed black

* added missing io import

* added missing sys import
Helveg added a commit that referenced this issue Sep 10, 2020
* Unbuffered output. closes #51.

* fixed black

* added missing io import

* added missing sys import

* Removed DeprecationWarning filter, replaced by UserDeprecationWarning.

Fixes the DeprecationWarnings thrown by packages that we can't control 
and makes the deprecation warnings we throw to our users visible anyway.

* fixed black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant