Skip to content

Commit

Permalink
setup.sh cleanup and full threads usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Oct 17, 2023
1 parent 4e466ab commit 081af18
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fast/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ unset OMP_NUM_THREADS

export OMP_PLACES=cores
export OMP_PROC_BIND=true
unset OMP_NUM_THREADS

get_runtime() {
$@ |& grep 'Operator.*ran' | rev | cut -d ' ' -f2 | rev
}

echo bench_name,so,Devito,xDSL
for bench in "setup_wave2d.py -d 8192 8192 --nt 1024" "setup_wave3d.py -d 512 512 512 --nt 512"
do
for so in 2 4 8
Expand Down

0 comments on commit 081af18

Please sign in to comment.