Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdht0 committed Nov 28, 2023
1 parent ffb1e8e commit 062e708
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions experiments/6.2/run_computation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

set -euo pipefail; shopt -s nullglob

root=1 gls="(1, 1283152), (1, 870029), (1, 771398), (1, 992134), (1, 17426)" exec /opt/graphsurge/gs_computation.sh $*

root=1 gls="(1, 1283152), (1, 870029), (1, 771398), (1, 992134), (1, 17426)" exec /opt/graphsurge/experiments/gs_computation.sh $*
3 changes: 1 addition & 2 deletions experiments/6.3/run_computation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

set -euo pipefail; shopt -s nullglob

root=0 gls='(0, 145937515), (0, 83097223), (0, 115545038), (0, 69591295), (0, 110127892)' exec /opt/graphsurge/gs_computation.sh $*

root=0 gls='(0, 145937515), (0, 83097223), (0, 115545038), (0, 69591295), (0, 110127892)' exec /opt/graphsurge/experiments/gs_computation.sh $*
3 changes: 1 addition & 2 deletions experiments/6.6/run_computation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

set -euo pipefail; shopt -s nullglob

root=12 gls='()' exec /opt/graphsurge/gs_computation.sh $*

root=12 gls='()' exec /opt/graphsurge/experiments/gs_computation.sh $*
3 changes: 1 addition & 2 deletions experiments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
set -euo pipefail; shopt -s nullglob

root=$HOME/graphsurge/experiments
old=false # Set to true to run old experiments

# Download Graphsurge
git clone https://github.com/sigmod-2021-195/graphsurge $HOME/graphsurge
git clone https://github.com/dsg-uwaterloo/graphsurge $HOME/graphsurge

# Build Graphsurge
cd $root/docker
Expand Down

0 comments on commit 062e708

Please sign in to comment.