This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
acelab:phoronix_test_suite [2015/09/02 12:34] mcawood |
acelab:phoronix_test_suite [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| sudo yum install php-devel php-xml php-posix qt4-devel gmp-devel php-cli php-gd yasm cmake freeglut-devel | sudo yum install php-devel php-xml php-posix qt4-devel gmp-devel php-cli php-gd yasm cmake freeglut-devel | ||
| - | Download the source: | + | Download |
| cd ~ | cd ~ | ||
| wget http:// | wget http:// | ||
| tar -xf phoronix-test-suite-5.8.1.tar.gz | tar -xf phoronix-test-suite-5.8.1.tar.gz | ||
| + | cd phoronix-test-suite-5.8.1 | ||
| + | sudo ./ | ||
| + | | ||
| + | Check that the application is sourced: | ||
| + | which phoronix-test-suite | ||
| + | | ||
| + | Source the GCC compiler you wish to test, then run the benchmark suit: | ||
| + | phoronix-test-suite benchmark compiler | ||
| | | ||
| - | Source the directory: | ||
| - | |||
| - | PATH=/ | ||
| | | ||
| | | ||