7 lines
123 B
Bash
7 lines
123 B
Bash
|
cd "${0%/*}"
|
||
|
export CXX=g++-7
|
||
|
export CC=gcc-7
|
||
|
./powerpolicy.sh performance
|
||
|
./disablehyperthreading.sh
|
||
|
./turboboost.sh on
|