Skip to content

Commit

Permalink
Scripts to coordinate the end-to-end build flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jul 25, 2024
1 parent 90e60b7 commit 8e3179c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions experiment/do_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

machine="$1"

set -e

source experiment/$machine/env.sh
./experiment/$machine/do_build.sh
./experiment/$machine/run_all.sh
5 changes: 5 additions & 0 deletions experiment/sapling/do_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

set -e

srun -n 1 -N 1 -c 40 -p all --exclusive --pty ./experiment/setup.sh

0 comments on commit 8e3179c

Please sign in to comment.