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

"token:" message from libtaustubs.so #1389

Closed
jychoi-hpc opened this issue Apr 26, 2019 · 4 comments
Closed

"token:" message from libtaustubs.so #1389

jychoi-hpc opened this issue Apr 26, 2019 · 4 comments
Assignees

Comments

@jychoi-hpc
Copy link
Member

printf("token: %s\n", token);

XGC people are reporting that they got "token:" message from stdout and found that it's from ADIOS (as above). I am wondering if there is any way to build Adios without creating or using "libtaustubs.so".

Or, is there any way to supress "token:" message?

@khuck
Copy link
Collaborator

khuck commented Apr 26, 2019

@jychoi-hpc yes, it can be compiled out, and I will remove the print statement too.

@jychoi-hpc
Copy link
Member Author

Pushed a wrong button :)

@khuck thank you for the quick reply. If you let me know once you remote the print statement, I will rebuild ADIOS for XGC people.

I have another quick question: Will be there any performance implication if we build Adios with "libtaustubs.so" enabled?

@khuck
Copy link
Collaborator

khuck commented Apr 26, 2019

@jychoi-hpc There is a non-zero performance implication, but it is very small. I can entirely disable the timers by default, and push that change to the same branch.

@jychoi-hpc
Copy link
Member Author

There is no more "token" messages.

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.

2 participants