Skip to content

Commit

Permalink
README instructions for experiment.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jul 25, 2024
1 parent 8e3179c commit 64c8194
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions experiment/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 64c8194

Please sign in to comment.