-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e3179c
commit 64c8194
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |