Your Customized List

You can build your customized list by selecting any of the available fields.
Once you satisfied with your list, scroll down to save it and share with the community. Explore!

Remove duplicate records based on tuple (information_system, information_institution, information_filesystem_type).

You can use any columns with numeric values for the custom equation. It has support for +, -, *, / and power (^) operators plus ().

You can also use the following functions for columns with numeric values: abs, ceil, floor, ln (log), lg log10, max, min, round, and sqrt.

You can also use logical operators (==, !=, <, >, >=, <=, &&, ||) to filter entries for the list. You need to multiply the result of the filter with the the custom equation. Here is an example:

SC19 10-node bandwidth list: (io500_bw) * (information_list_name == 'SC19' && information_client_nodes == 10)

More examples can be found at the end of the page!

# Information IO500
list name institution system storage vendor filesystem type client nodes client total procs score bw md
1 ISC19 DDN Colorado DDN IME140 DDN IME 10 160 109.42 75.79 157.96
2 ISC19 DDN AI400 DDN Lustre 10 160 104.34 19.65 553.98
3 ISC19 University of Cambridge Data Accelerator Dell EMC Lustre 10 320 98.31 26.94 358.85
4 ISC19 DDN IME140 DDN IME 10 160 95.10 76.89 117.62
5 ISC19 DDN Japan AI400 DDN Lustre 10 160 74.10 12.22 449.28
6 ISC19 Janelia Research Campus, HHMI Weka WekaIO 10 3200 66.43 27.74 159.12
7 ISC19 CSIRO bracewell Dell/ThinkParQ BeeGFS 10 160 63.46 34.85 115.56
8 ISC19 DDN 400NV DDN GRIDScaler 10 30 59.49 13.55 261.21
9 SC18 WekaIO WekaIO WekaIO Matrix 10 700 58.25 27.05 125.43
10 SC18 Oak Ridge National Laboratory Summit IBM Spectrum Scale 10 160 44.30 9.84 199.48
11 ISC19 National Computational Infrastructure Australia Raijin NetApp Lustre 10 150 37.62 12.82 110.37
12 SC19 Genomics England GELous WekaIO 10 1400 34.38 15.17 77.89
13 SC18 DDN Bancholab DDN Lustre 10 240 31.50 6.33 156.69
14 ISC19 Hewlett Packard Enterprise GTO Hewlett Packard Enterprise HPE XFS 10 200 26.21 19.57 35.11
15 ISC19 Inspur Inspur BeeGFS 10 400 20.17 8.61 47.26
16 ISC19 Yanrong YRCloudFile Yanrong YRCloudFile 10 160 19.14 4.22 86.86
17 ISC19 Inspur TStor3000 Inspur BeeGFS 10 400 14.67 4.48 48.06
18 SC18 KAUST Shaheen II Cray DataWarp 10 80 13.99 14.45 13.53
19 SC18 Google and DDN Lustre on GCP Google Lustre 10 80 12.82 4.30 38.23
20 ISC19 University of Birmingham BEAR-AI DDN Spectrum Scale 10 20 12.54 2.97 52.85
21 ISC19 Janelia Research Campus, HHMI Vast Vast Data Scale-out NAS 10 480 11.96 5.64 25.37
22 ISC19 Queen Mary University Of London Apocrita E8 Spectrum Scale 10 240 11.73 4.73 29.11
23 SC18 Clemson University ofsdev Dell BeeGFS 10 80 10.17 2.32 44.67
24 SC18 Queen Mary; University Of London Apocrita E8 GPFS 10 240 9.65 4.32 21.55
25 ISC19 Janelia Research Campus, HHMI dm11 Scale-out NAS 10 320 9.22 2.38 35.64
26 SC18 Clemson University ofsdev Dell Lustre 10 40 7.36 1.90 28.59
27 ISC19 SUSE TigerShark SUSE, Intel, Lenovo SUSE Enterprise Storage 10 70 7.32 2.48 21.60
28 ISC19 Janelia Research Campus, HHMI nrs Qumulo Scale out NFS 10 320 5.95 2.59 13.69
29 ISC19 PGS Lustre on GCP Google Lustre 10 50 5.70 1.91 17.05
30 SC18 DKRZ Mistral Seagate Lustre2 10 80 5.32 1.05 27.06
31 ISC19 Janelia Research Campus, HHMI qflash Qumulo Scale out NFS 10 120 4.46 2.12 9.35
32 ISC19 Queen Mary. University Of London Apocrita DDN Spectrum Scale 10 240 4.36 1.26 15.09
33 SC18 EPCC Archer Seagate Lustre 10 80 3.70 0.77 17.84
34 ISC19 JIHT RAS Desmos BeeGFS 10 60 3.55 0.51 24.88
35 SC18 Queen Mary, University Of London Apocrita DDN GPFS 10 240 3.44 0.87 13.56
36 ISC19 JIHT RAS Fisher BeeGFS 10 320 3.19 0.51 20.03
37 SC18 Sandia National Laboratories Ghost IBM GPFS 10 100 0.31 0.05 1.85

Additional examples on how to create custom lists:

Bandwidth per server list: (information_ds_nodes + information_md_nodes != 0) * (io500_bw / (information_ds_nodes + ((information_ds_nodes == 0) * information_md_nodes) + 0.0001))

Metadata per server list: (information_ds_nodes + information_md_nodes != 0) * (io500_md / (information_md_nodes + ((information_md_nodes == 0) * information_ds_nodes) + 0.0001))