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

Question about timers #208

Open
manauref opened this issue Jul 22, 2020 · 4 comments
Open

Question about timers #208

manauref opened this issue Jul 22, 2020 · 4 comments

Comments

@manauref
Copy link

I'm using the Python Adios interface, and creating a file with init_noxml and the POSIX1 method.

After the file is created, I see two datasets which I did not create:
/adios/timer_labels_1
/adios/timers_1

Is there a way to delete these datasets from Python or instruct ADIOS not to create them? Preferably without re-compiling/building ADIOS.

Thanks.

@pnorbert
Copy link
Contributor

These are controlled by a configuration option of ADIOS, so you cannot delete them without recompiling ADIOS.

$ ./configure --help
...
--disable-timers Disable the adios timing mechanism. By default the timers are used.

@manauref
Copy link
Author

You can mark this as resolved as far as I'm concerned. I'll just have to figure out which ADIOS my python is using and look into recompiling it. Hopefully the ADIOS in Conda can be installed with --disable-timers.

Thank you for responding, and thank you for your work on ADIOS.

@pnorbert
Copy link
Contributor

Just a question of curiosity: why are you using ADIOS 1.x and not ADIOS2?

@manauref
Copy link
Author

manauref commented Jul 23, 2020 via email

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

No branches or pull requests

2 participants