1
Fork 0
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:
Steffo 2022-11-28 14:46:43 +01:00
parent fbfa6f3b47
commit 118b18a2a1
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 1 additions and 4 deletions

View file

@ -43,7 +43,7 @@ do
fi fi
echo "Flags: $cxxflags" echo "Flags: $cxxflags"
make "EXTRA_CXXFLAGS=$cxxflags" clean all make --silent "EXTRA_CXXFLAGS=$cxxflags" clean all
run_benchmarks run_benchmarks
done done

View file

@ -2,9 +2,6 @@
-include ../../../utilities/c2.mk -include ../../../utilities/c2.mk
# Disable make output
MAKEFLAGS+= --silent
# -DPOLYBENCH_TIME makes Polybench output the execution time of the program # -DPOLYBENCH_TIME makes Polybench output the execution time of the program
CXXFLAGS+= -DPOLYBENCH_TIME CXXFLAGS+= -DPOLYBENCH_TIME
# -Wall and -Wextra enable more warnings # -Wall and -Wextra enable more warnings