Skip to content

Commit

Permalink
moved load per vars to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Dec 30, 2024
1 parent 835ffec commit aef58c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts/pat_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -euxo pipefail

. ./experiments/load_per_machine_envvars.sh
. ./scripts/_load_per_machine_envvars.sh

# space for testing. uncomment this to run individual commands from the script (copy pasting is harder because there are envvars)
# exit 0
exit 0

# benchmark
python3 task.py benchmark job data
Expand Down

0 comments on commit aef58c7

Please sign in to comment.