Skip to content

Contributing

oceandlr edited this page Jun 10, 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 will go under XXX/sampler/contrib and XXX/store/contrib. Write each sampler or store into its own directory with a Makefile.am and man page. Include your LICENSE.

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

You can use the ipmi sampler under XXX/sampler/contrib 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