-
Notifications
You must be signed in to change notification settings - Fork 40
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
Can not get user-functions #101
Comments
Hi, there seem to be two issues here, one related to capturing of user functions, and another related to instrumenting dynamic memory calls. To try to reduce the issues, I would suggest temporarily disabling support for memory calls, and focusing on the first problem with user functions. To do so, turn off the following option in the configuration file 'extrae_v230705.xml': . Does this change get rid of the message "WARNING: Negative value for MEMUSAGE_INUSE_EV..."? Are you still getting the "BAD TERMINATION" ones? Turning into the user functions, a few things to check:
|
This comment was marked as resolved.
This comment was marked as resolved.
I re-compiled extrae with latest version. But the warning is still there.
|
The warning for a negative value in the MEMUSAGE_INUSE_EV is not related
to the user functions, as you may have already guessed. The warning can
be removed by setting the `resource-usage` and `memory-usage` options
under the "counters" section in the `.xml` file to "no".
Regarding the other issue, to understand what is generating the BAD
TERMINATION error in your execution we'll need to look at how you are
running the application, commands and environment variables you are
setting and any helper script you may be using.
|
Hi, the BAD TERMINATION is only happened at cluster with Extrae. compiling flag: the evironment variables I may send it by email to you. |
Hi, Extrae developers,
I finallly installed extrae on our cluster systems
however, here comes the problem the user-function can not be checked by paraver as my PC did.
And it is showing this:
Is that related to checking the user-functions?
How to fix it?
The text was updated successfully, but these errors were encountered: