Skip to content

Commit

Permalink
more numactl
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 committed Nov 15, 2024
1 parent 31fd712 commit abf2a26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion enzyme/benchmarks/ReverseMode/ba/Makefile.make
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ba.o: ba.cpp $(dir)/benchmarks/ReverseMode/ba/target/release/libbars.a
clang++ $(LOADCLANG) $(BENCH) -O3 -fno-math-errno $^ $(BENCHLINK) -lm -o $@

results.json: ba.o
./$^
numactl -C 1 ./$^
20 changes: 10 additions & 10 deletions enzyme/benchmarks/ReverseMode/ode-real/Makefile.make
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ ode.o: ode.cpp $(dir)/benchmarks/ReverseMode/ode-real/target/release/libode.a
clang++ $(LOADCLANG) $(BENCH) -O3 -fno-math-errno $^ $(BENCHLINK) -lm -o $@

results.json: ode.o
./$^ 1000 | tee $@
./$^ 1000 >> $@
./$^ 1000 >> $@
./$^ 1000 >> $@
./$^ 1000 >> $@
./$^ 1000 >> $@
./$^ 1000 >> $@
./$^ 1000 >> $@
./$^ 1000 >> $@
./$^ 1000 >> $@
numactl -C 1 ./$^ 1000 | tee $@
numactl -C 1 ./$^ 1000 >> $@
numactl -C 1 ./$^ 1000 >> $@
numactl -C 1 ./$^ 1000 >> $@
numactl -C 1 ./$^ 1000 >> $@
numactl -C 1 ./$^ 1000 >> $@
numactl -C 1 ./$^ 1000 >> $@
numactl -C 1 ./$^ 1000 >> $@
numactl -C 1 ./$^ 1000 >> $@
numactl -C 1 ./$^ 1000 >> $@

0 comments on commit abf2a26

Please sign in to comment.