From 64c8194923a9153d4136336ffd706b4c6f7b7800 Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Thu, 25 Jul 2024 11:57:11 -0700 Subject: [PATCH] README instructions for experiment. --- experiment/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 experiment/README.md diff --git a/experiment/README.md b/experiment/README.md new file mode 100644 index 0000000..8e638f1 --- /dev/null +++ b/experiment/README.md @@ -0,0 +1,16 @@ +# Quickstart + +Everything is packaged into a single `do_all.sh` script that takes the +name of the machine to run on. E.g.: + +```bash +./experiment/do_all.sh sapling +``` + +See the contents of `do_all.sh` to look at the individual steps. + +This will launch a set of jobs into the batch system on the machine, +check `slurm-*.out` for output from the specific runs. + +Note: this will download Legion if it is not already present, but will +not update Legion. Any existing Legion will be reconfigured/rebuilt.