David Boehme

Results 48 comments of David Boehme

Hello @parrotsky , This is unusual, Caliper shouldn't affect MPI progress when going from intra- to inter-node communication. Does this only happen when Caliper is enabled? It's possible the issue...

Hi @termi-official , thanks for the report! So if I understand you correctly, you find the `OMPT support was not enabled` error message misleading if you did set the `CALI_USE_OMPT`...

Ok, I'll add default values in the docstrings where I can. It's not entirely trivial in all cases because the value may be determined at runtime or it can be...

We'll have to adapt the SOS service to the new Channel interface before this can be merged. Shouldn't be anything major, mostly the callback dispatch.

Are you sure the `cali_end_byname()` at the end of the main loop is there and being executed?

Hi @balos1 , Currently that's not possible, but it is an interesting idea. We might be able to add that. However, we have a C++ API that lets you write...

We actually have a metadata collection API much like the one suggested by @jrmadsen . Metadata attributes are called "global attributes" in Caliper, and you can use the `cali_set_global_[int|double|string]_byname` calls...

Ok, I'll look into that. Are you using Caliper as a git submodule?

Oh, OK, I was also wondering how Caliper's `CMAKE_CXX_STANDARD` setting would propagate up. @kennyweiss , it shouldn't be necessary to build Caliper in `c++14` mode to use it in a...