Closed t2-kob closed 6 years ago
When acquiring benchmarks in multiple environments with different CPU architectures, The optimal gcc options differ from one environment to another.
For example, not all CPU architectures support "-march" or "-march=native".
These options are...
Therefore, by using the environment variable "UB_GCC_OPTIONS", gcc option can be externally changed.
usage:
export UB_GCC_OPTIONS="-O3 -ffast-math -mcpu=power7" ./Run -i 1 -c 1 int
When acquiring benchmarks in multiple environments with different CPU architectures, The optimal gcc options differ from one environment to another.
For example, not all CPU architectures support "-march" or "-march=native".
These options are...
Therefore, by using the environment variable "UB_GCC_OPTIONS", gcc option can be externally changed.
usage: