Scripts and other materials for fetching and analyzing Flux job data.
For instructions for using a VSCode Development Container, see this document in flux-core. You'll want to create the environment and proceed with the steps below to build.
./autogen.sh
./configure --localstatedir=/var/
make -j
make checkTo run the unit tests in a Docker container, or launch into an interactive container on your local machine, you can run docker-run-checks.sh:
$ ./src/test/docker/docker-run-checks.sh --no-cache --no-home -I --
Building image el8 for user <username> <userid> group=20
[+] Building 0.7s (7/7) FINISHED
.
.
.
mounting /Users/moussa1/src/flux-framework/flux-accounting as /usr/src
[moussa1@docker-desktop src]$
SPDX-License-Identifier: LGPL-3.0
LLNL-CODE-764420