ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 40 forks source link

Question about timers #208

Open manauref opened 4 years ago

manauref commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

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

manauref commented 3 years ago

We (Gkeyll code) haven't made the switch to ADIOS 2 yet.

On Thu, 23 Jul 2020 at 04:36, pnorbert notifications@github.com wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ornladios/ADIOS/issues/208#issuecomment-662957074, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ6DKF3BQBDY5POVJ4KE2TR5AOCTANCNFSM4PEGCLDQ .