Performance: Difference between revisions
From Biowerkzeug Wiki
Jump to navigationJump to search
hippo_p3 on Q |
links to model names; reformatted table |
||
Line 4: | Line 4: | ||
We report the ''user'' time. CPU properties are found with | We report the ''user'' time. CPU properties are found with | ||
cat /proc/cpuinfo | cat /proc/cpuinfo | ||
and model names from [http://en.wikipedia.org/wiki/List_of_Intel_microprocessors List_of_Intel_microprocessors] for Intel (also see the [http://en.wikipedia.org/wiki/List_of_Intel_microprocessors#Detailed_x86_architecture_microprocessor_lists detailed lists of Intel x86 cpus]) and [http://en.wikipedia.org/wiki/List_of_AMD_microprocessors List_of_AMD_microprocessors] for AMD cpus (also see the [http://en.wikipedia.org/wiki/List_of_AMD_microprocessors#Detailed_microprocessor_release_lists detailed lists of AMD cpus]. | |||
Please | Also report the binary used (<tt>hippo</tt> or <tt>hippo_p3</tt>) and the revision. | ||
Note that these tests only utilize a ''single core''. | |||
Please add your own results. | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Vendor | ||
! model | ! model | ||
! GHz | ! GHz | ||
Line 15: | Line 19: | ||
! time/min | ! time/min | ||
! binary | ! binary | ||
! | ! revision | ||
|- | |- | ||
| Intel | | Intel | ||
| L5410 | | [http://en.wikipedia.org/wiki/List_of_Intel_Xeon_microprocessors#.22Harpertown.22_.28low-voltage.2C_45_nm.29 Quad Core Xeon L5410] | ||
| 2.33 | | 2.33 | ||
| 4 | | 4 | ||
| 1:27 | | 1:27 | ||
| hippo | | hippo | ||
| | | rev32 | ||
|- | |- | ||
| Intel | | Intel | ||
| L5410 | | [http://en.wikipedia.org/wiki/List_of_Intel_Xeon_microprocessors#.22Harpertown.22_.28low-voltage.2C_45_nm.29 Quad Core Xeon L5410] | ||
| 2.33 | | 2.33 | ||
| 4 | | 4 | ||
| 1:31 | | 1:31 | ||
| hippo_p3 | | hippo_p3 | ||
| | | rev32 | ||
|- | |- | ||
| Intel Core Duo | | Intel | ||
| Core Duo T2300 (Mac Mini) | |||
| 1.66 | | 1.66 | ||
| 2 | | 2 | ||
| 2:41 | | 2:41 | ||
| hippo_p3 | | hippo_p3 | ||
| | | rev32 | ||
|- | |- | ||
| [http://en.wikipedia.org/wiki/List_of_AMD_Athlon_XP_microprocessors#Athlon_XP_.22Palomino.22_.28Model_6.2C_180_nm.29 | | AMD | ||
| [http://en.wikipedia.org/wiki/List_of_AMD_Athlon_XP_microprocessors#Athlon_XP_.22Palomino.22_.28Model_6.2C_180_nm.29 Athlon XP 1800+] | |||
| 1.53 | | 1.53 | ||
| 1 | | 1 | ||
| 4:30 | | 4:30 | ||
| hippo_p3 | | hippo_p3 | ||
| | | rev26 | ||
|} | |} |
Revision as of 14:49, 14 November 2008
As a basic performance test we run the simulations in the test directory with these commands (on Linux):
cd testjobs time ./calc_testjobs
We report the user time. CPU properties are found with
cat /proc/cpuinfo
and model names from List_of_Intel_microprocessors for Intel (also see the detailed lists of Intel x86 cpus) and List_of_AMD_microprocessors for AMD cpus (also see the detailed lists of AMD cpus.
Also report the binary used (hippo or hippo_p3) and the revision.
Note that these tests only utilize a single core.
Please add your own results.
Vendor | model | GHz | cores | time/min | binary | revision |
---|---|---|---|---|---|---|
Intel | Quad Core Xeon L5410 | 2.33 | 4 | 1:27 | hippo | rev32 |
Intel | Quad Core Xeon L5410 | 2.33 | 4 | 1:31 | hippo_p3 | rev32 |
Intel | Core Duo T2300 (Mac Mini) | 1.66 | 2 | 2:41 | hippo_p3 | rev32 |
AMD | Athlon XP 1800+ | 1.53 | 1 | 4:30 | hippo_p3 | rev26 |