mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 16:14:24 +00:00
Move --silent
to the bench script
This commit is contained in:
parent
fbfa6f3b47
commit
118b18a2a1
2 changed files with 1 additions and 4 deletions
|
@ -43,7 +43,7 @@ do
|
|||
fi
|
||||
|
||||
echo "Flags: $cxxflags"
|
||||
make "EXTRA_CXXFLAGS=$cxxflags" clean all
|
||||
make --silent "EXTRA_CXXFLAGS=$cxxflags" clean all
|
||||
|
||||
run_benchmarks
|
||||
done
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
-include ../../../utilities/c2.mk
|
||||
|
||||
|
||||
# Disable make output
|
||||
MAKEFLAGS+= --silent
|
||||
|
||||
# -DPOLYBENCH_TIME makes Polybench output the execution time of the program
|
||||
CXXFLAGS+= -DPOLYBENCH_TIME
|
||||
# -Wall and -Wextra enable more warnings
|
||||
|
|
Loading…
Reference in a new issue