flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Caliper Integration #39

Closed ilumsden closed 11 months ago

ilumsden commented 1 year ago

This PR adds annotations and support for Caliper to DYAD.

This is still WIP because I need to add code to configure.ac to locate Caliper.

Once that code is added, users can enable Caliper annotations at build time by adding --enable-caliper to the invocation of the configure script.

At runtime, users can enable Caliper using the CALI_CONFIG environment variable (as is standard for Caliper).

ilumsden commented 1 year ago

This PR is based on #24.

ilumsden commented 11 months ago

Closing this PR in favor of a newer and better implementation