- anr blogja
- A hozzászóláshoz be kell jelentkezni
- 833 megtekintés
Hozzászólások
http://goparallel.sourceforge.net/cray-moving-intel-based-supercomputer…
http://www.theinquirer.net/inquirer/news/2222848/cray-jumped-from-amd-f…
"There's nothing wrong with our partnership with AMD," added Bolding, and he said that there are "design features up to Interlagos that we love".
- A hozzászóláshoz be kell jelentkezni
Operating System:
$ cut -d";" -f25 TOP500_201211.csv | sort | uniq -c | sort -rn
419 Linux
18 AIX
14 Cray Linux Environment
7 SLES10 + SGI ProPack 5
7 CNK/SLES 9
5 SUSE Linux Enterprise Server 11
5 bullx SUperCOmputer Suite A.E.2.1
4 RHEL 6.2
4 CNL
4 CentOS
3 Redhat Linux
2 Windows HPC 2008
2 RedHat Enterprise 5
1 Windows Azure
1 SUSE Linux
1 Super-UX
1 RHEL 6.1
1 Open Solaris
1 Cell OS
Architecture:
$ cut -d";" -f21 TOP500_201211.csv | sort | uniq -c | sort -rn
411 Cluster
89 MPP
Region (jurop 105):
$ cut -d";" -f34 TOP500_201211.csv | sort | uniq -c | sort -rn
261 North America
111 Eastern Asia
46 Western Europe
37 Northern Europe
13 Eastern Europe
9 Southern Europe
9 South-central Asia
7 Australia and New Zealand
4 Western Asia
2 South America
1 Central America
Elgurult a táblázatgyógyszer (gyártó, mflops/w):
$ cut -d";" -f8,20 TOP500_201211.csv | sort | grep -v ";$" | sort -n -t";" -k2 -r | head
Appro International;2449,57
Cray Inc.;2243,44
Cray Inc.;2142,77
IBM;2102,12
IBM;2101,39
IBM;2101,39
IBM;2101,39
IBM;2101,12
IBM;2101,12
IBM;2101,12
gyártó, efficiency
$ cut -d";" -f8,16 TOP500_201211.csv | sort | grep -v ";$" | sort -n -t";" -k2 -r | head
Fujitsu;95,66
NEC;93,38
Fujitsu;93,17
IBM;93,14
IBM;93,14
IBM;93,14
IBM;93,13
IBM;93,13
IBM;93,13
IBM;93,13
megazsigaherc
$ cut -d";" -f8,24 TOP500_201211.csv | sort | grep -v ";$" | sort -t";" -n -k2 -r -u | head
IBM;4700
Hitachi;3836
Eurotech;3470
Dell;3330
IBM;3200
Bull SA;3060
Hewlett-Packard;3000
Bull SA;2930
Fujitsu;2900
IBM;2830
- A hozzászóláshoz be kell jelentkezni