Skip to content

Contributing

ovis-hpc edited this page Nov 17, 2019 · 5 revisions

Contributions to the code base can be made through the standard GitHub pull request, after a fork.

We have moved to a model where contributed samplers and stores go under XXX/ldms/src/contrib/sampler and XXX/ldms/src/contrib/store. Write each sampler or store into its own directory with a Makefile.am and man page.

You will need to edit a) configure.ac at the ldms directory level and b) Makefile.am at the contrib/store and contrib/sampler level if you add new subdirectories. We are looking into simplifying this (without making the build process more complex).

You can use the tutorial sampler and store under XXX/contrib/sampler and XXX/contrib/store as a model for all files and changes.

Submit a pull request and include detail on your request. The developers will iterate with you via the request issue.

Main

LDMSCON

Tutorials are available at the conference websites

D/SOS Documentation

LDMS v4 Documentation

Basic

Configurations

Features & Functionalities

Working Examples

Development

Reference Docs

Building

Cray Specific
RPMs
  • Coming soon!

Adding to the code base

Testing

Misc

Man Pages

  • Man pages currently not posted, but they are available in the source and build

LDMS Documentation (v3 branches)

V3 has been deprecated and will be removed soon

Basic

Reference Docs

Building

General
Cray Specific

Configuring

Running

  • Running

Tutorial

Clone this wiki locally