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 Oak Ridge National Laboratory Summit IBM Spectrum Scale 504 1008 330.56 88.20 1,238.93
2 SC18 University of Cambridge Data Accelerator Dell EMC Lustre 528 4224 158.71 71.40 352.75
3 SC18 Korea Institute of Science and Technology Information (KISTI) NURION DDN IME 2048 4096 156.91 554.23 44.43
4 ISC18 JCAHPC Oakforest-PACS DDN IME 2048 16384 137.78 560.10 33.89
5 SC18 WekaIO WekaIO WekaIO 17 935 78.37 37.39 164.26
6 ISC18 KAUST ShaheenII Cray DataWarp 1024 8192 77.37 496.81 12.05
7 SC18 University of Cambridge Data Accelerator Dell EMC BeeGFS 184 5888 74.58 58.81 94.57
8 SC18 Google Exascaler on GCP Google Lustre 120 960 47.23 23.06 96.74
9 SC18 JCAHPC Oakforest-PACS DDN Lustre 256 8192 42.18 20.04 88.78
10 ISC18 KAUST ShaheenII Cray Lustre 1000 16000 41.00 54.17 31.03
11 ISC18 JSC JURON ThinkparQ BeeGFS 8 64 35.77 14.24 89.81
12 ISC18 DKRZ Mistral Seagate Lustre 100 1000 32.15 22.77 45.39
13 SC18 DDN Bancholab DDN Lustre 10 240 31.50 6.33 156.69
14 ISC18 IBM Sonasad IBM Spectrum Scale 10 10 24.24 4.57 128.61
15 SC18 Clemson University ofsdev Dell BeeGFS 32 32 22.02 8.55 56.68
16 ISC18 Fraunhofer Seislab ThinkparQ BeeGFS 24 24 16.96 5.13 56.14
17 ISC18 Joint Institute for Nuclear Research Govorun RSC Lustre 24 192 12.08 3.34 43.65
18 ISC18 PNNL EMSL Cascade Lustre 126 252 11.12 4.88 25.33
19 SC18 Queen Mary; University Of London Apocrita E8 GPFS 10 240 9.65 4.32 21.55
20 SC18 Clemson University Palmetto Dell BeeGFS 48 48 7.64 2.93 19.88
21 SC18 CERN Bytecollider CephFS 64 64 7.56 2.83 20.16
22 ISC18 SNL Serrano IBM Spectrum Scale 16 160 4.25 0.65 27.98
23 ISC18 STFC Jasmin/Lotus Purestorage NFS 64 128 2.33 0.26 20.93
24 SC18 Clemson University Palmetto Dell OrangeFS 32 32 2.31 1.93 2.77
25 SC18 Nemours nas6 DDN GPFS 1 2 2.06 1.39 3.04

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))