Skip to content

compspec/compspec-go

Repository files navigation

Comspec in Go

img/compspec.png

This is a prototype compatibility checking tool. Right now our aim is to use in the context of these build matrices for LAMMPS and these prototype specifications that are based off of Proposal C of the Compatibility Working Group. This is experimental because all of that is subject (and likely) to change. This project is under development, and you can see our docs for early documentation.

Limitations

  • I'm starting with just Linux. I know there are those "other" platforms, but if it doesn't run on HPC or Kubernetes easily I'm not super interested (ahem, Mac and Windows)!
  • not all extractors work in containers (e.g., kernel needs to be on the host)

TODO

  • metadata namespace and exposure: someone writing a spec to create an artifact needs to know the extract namespace (and what is available) for the mapping.
  • create: the final step of create should be validation of the spec with the jsonSchema linked (not done yet)
  • tests: matrix that has several different flavors of builds, generating compspec json output to validate generation and correctness
  • likely we want a common configuration file to take an extraction -> check recipe
  • need to develop check plugin family
  • todo thinking around manifest.yaml that has listing of images / artifacts

Extractors wanted / needed

A * indicates required for the work / prototype I want to do

  • power usage data valorium
  • ... please add more!

License

This repository contains code derived from sysinfo that was released also under an MIT License. The library in question exposed needed functionality under a private interface and required sudo for extra functionality that we did not need.

HPCIC DevTools is distributed under the terms of the MIT license. All new contributions must be made under this license.

See LICENSE, COPYRIGHT, and NOTICE for details.

SPDX-License-Identifier: (MIT)

LLNL-CODE- 842614

About

Prototype compatibility plugin in go for testing compspec descriptive metadata

Resources

License

Stars

Watchers

Forks

Packages

No packages published