Caliper icon indicating copy to clipboard operation
Caliper copied to clipboard

Caliper is an instrumentation and performance profiling library

Results 47 Caliper issues
Sort by recently updated
recently updated
newest added

Hi, First I would like to thank the contributors for providing such an elegant and easy-to-go library to profile MPI programs. MY problem: I built a mpi cluster within a...

Thank you for this useful toolbox and its nice packaging, e.g. in spack. I'm unable to build `v2.7.0` on my machine (GCC 11.2.0, CMake 3.23.0), while `master` works flawlessly. I'm...

Dead Caliper developers, first I have to thank for sharing such a fine profiling library! Currently I am tracking down some strange performance degradation issues in MFEM with OpenMP+MPI based...

@ibaned @crtrott This is continuation/extension of https://github.com/LLNL/Caliper/pull/397 by @DavidPoliakoff ### Status * Done: - [x] Support for configuration string in `cali::get_event_set()` - [x] Minor fixes * Done by @DavidPoliakoff in...

So far this is just a proposal, but we're looking to support a more ubiquitous tools model at Sandia. This is partially inspired by @ibaned , so I'll ping him...

When building 2.6.0 with CUDA 101.243 on Lassen I get the following error when linking the the user application ``` /usr/bin/ld: warning: libcupti.so.10.1, needed by /usr/WS2/corbett5/TC02350/uberenv-libs/linux-rhel7-ppc64le/clang-11.0.1/caliper-2.6.0-olcrcfanb2ezov4spvbsu732we7f7qc5/lib64/libcaliper.so.2.6.0, not found (try using...

I would like, for example, the runtime-report to print out a string containing a git version string for our library.

Greetings, We are trying to create a timeline of MPI function calls amongst 8 ranks that are performing irregular communication in AMR code, so the MPI whitelist consists of only...

Many Kokkos PR's ago we added the ability for a tool to control the fencing behavior of Kokkos. In the case of Caliper, this could minimize overhead in one place...

I have instrumented a fortran code using Caliper but when I run the application it doesn't capture MPI communication. I have built Caliper with the following configuration: `cmake -DCMAKE_INSTALL_PREFIX=$HOME/local/caliper-gcc -DCMAKE_C_COMPILER=/csc/tinis/software/Core/GCCcore/7.3.0/bin/gcc...