Replies: 1 comment 1 reply
-
|
Hi @cwschilly, thanks for the report. The error code comes directly out of an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to configure Caliper to stream application data to LDMS, but I'm getting
Error 107 publishing datawhen I run my app. I'm not sure if the issue is with my Caliper configuration, my LDMS configuration, or something else entirely. Any insight into the correct way to stream Caliper data to LDMS would be greatly appreciated.Background
The app in question uses Kokkos, so there are no explicit Caliper annotations. I am simply exporting:
The
caliper.configfile is included below (Setup/Caliper configuration).Setup
Caliper configuration
This
caliper.configfile is meant to capture function/region timings for MPI and Kokkos calls.LDMS Configuration
This is in a file called
cali.confand is taken primarily from the LDMS docs. I'm using this to configure the LDMS daemon.For now I'm just trying to send the data into a csv file. Later on, I would like to store it in a SOS database.
Starting LDMS Daemon
Environment
I set all of these environment variables before running:
And then I run my application with
mpiexec.Output
During the run, I get some Caliper output followed by
Error 107 publishing dataon each MPI rank. Here is a snippet of the output:Versions
Caliper v2.13.1
LDMS Versions:
Note: I get the same error with LDMSD 4.4.6.
Beta Was this translation helpful? Give feedback.
All reactions