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 SC18 WekaIO WekaIO WekaIO Matrix 10 700 58.25 27.05 125.43
2 SC18 Oak Ridge National Laboratory Summit IBM Spectrum Scale 10 160 44.30 9.84 199.48
3 SC18 DDN Bancholab DDN Lustre 10 240 31.78 6.33 156.69
4 ISC18 IBM Sonasad IBM Spectrum Scale 10 10 24.24 4.57 128.61
5 SC18 KAUST Shaheen II Cray DataWarp 10 80 13.99 14.45 13.53
6 SC18 Google and DDN Lustre on GCP Google Lustre 10 80 12.82 4.30 38.23
7 SC18 Clemson University ofsdev Dell BeeGFS 10 80 10.17 2.32 44.67
8 SC18 Queen Mary; University Of London Apocrita E8 GPFS 10 240 9.65 4.32 21.55
9 SC18 Clemson University ofsdev Dell Lustre 10 40 7.36 1.90 28.59
10 SC18 Clemson University Palmetto Dell BeeGFS 10 10 7.14 2.32 22.05
11 SC18 DKRZ Mistral Seagate Lustre2 10 80 5.32 1.05 27.06
12 SC18 EPCC Archer Seagate Lustre 10 80 3.70 0.77 17.84
13 SC18 Queen Mary, University Of London Apocrita DDN GPFS 10 240 3.44 0.87 13.56
14 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))