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.
Note that for development we are using nfd-source that does not require kubernetes:
go get -u github.com/converged-computing/nfd-source/source@0.0.1
There is some bug with installing the traditional way that I can look into later:
github.com/compspec/compspec-go/plugins/extractors/nfd imports
github.com/converged-computing/nfd-source/source: no matching versions for query "latest"
And moving forward we will be working from this WIP branch:
# This is the develop branch
go get -u github.com/converged-computing/nfd-source/source@20d686e64926b80421637e82fb68e6c5f3f9242a
Note that the above is the main branch on February 22, 2024!
A *
indicates required for the work / prototype I want to do
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