Show how Benchpark/Spack Built the Experiment
If you create a Ramble workspace with Benchpark:
`
bin/benchpark experiment init --dest=def-raja-perf raja-perf
bin/benchpark system init --dest=def-ruby llnl-cluster cluster=ruby compiler=gcc
bin/benchpark setup def-raja-perf/ def-ruby/ workspace/
. `pwd`/workspace/setup.sh
ramble --disable-progress-bar --workspace-dir `pwd`/workspace/def-raja-perf/def-ruby/workspace workspace setup
`
You will now be able to benchpark show-build dump, a command that will dump a log of how Spack built the experiment:
`
bin/benchpark show-build dump /usr/workspace/scheibel/oslic/benchpark2/workspace/def-raja-perf/def-ruby/workspace/ build-test/
`
for this example, it will add the following artifacts to build-test/
build-raja-perf.log: a full log of all build commands and their output
extracted-commands.txt: [1] but with most output filtered out (generally much easier to understand what commands to run to do the build)
spack-build-env.txt: the environment variables set at build time