We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a compile-time option to disable debug messages coming from ./ompi/opal/util/malloc.c?
I get a lot of print-outs like this: malloc debug: Request for 0 bytes (pmix_ext_server_north.c, 414)
The message is actually coming from ./ompi/opal/util/malloc.c
The text was updated successfully, but these errors were encountered:
They only show up in debug builds. See HACKING.
(also, the building-debug-builds-by-default-for-developers behavior is likely to change in the immediate future -- see #1417)
Sorry, something went wrong.
It would be appreciated if you pass those along, however, so we can cleanup the code that is the root cause of them
No branches or pull requests
Is there a compile-time option to disable debug messages coming from ./ompi/opal/util/malloc.c?
I get a lot of print-outs like this:
malloc debug: Request for 0 bytes (pmix_ext_server_north.c, 414)
The message is actually coming from ./ompi/opal/util/malloc.c
The text was updated successfully, but these errors were encountered: