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 University of Cambridge Data Accelerator Dell EMC Lustre 512 8192 620.69 162.05 2,377.44
2 SC18 Oak Ridge National Laboratory Summit IBM Spectrum Scale 504 1008 330.56 88.20 1,238.93
3 ISC19 JCAHPC Oakforest-PACS DDN IME 2048 2048 275.65 492.06 154.41
4 SC18 Korea Institute of Science and Technology Information (KISTI) NURION DDN IME 2048 4096 156.91 554.23 44.43
5 ISC19 DDN IME140 DDN IME 17 272 112.67 90.34 140.52
6 ISC19 DDN Colorado DDN IME140 DDN IME 10 160 109.42 75.79 157.96
7 ISC19 DDN AI400 DDN Lustre 10 160 104.34 19.65 553.98
8 ISC19 CSIRO bracewell Dell/ThinkParQ BeeGFS 26 260 88.26 67.44 115.50
9 ISC18 KAUST ShaheenII Cray DataWarp 1024 8192 77.37 496.81 12.05
10 SC18 University of Cambridge Data Accelerator Dell EMC BeeGFS 184 5888 74.58 58.81 94.57
11 ISC19 DDN Japan AI400 DDN Lustre 10 160 74.10 12.22 449.28
12 ISC19 Janelia Research Campus, HHMI Weka WekaIO 10 3200 66.43 27.74 159.12
13 ISC19 DDN 400NV DDN GRIDScaler 10 30 59.49 13.55 261.21
14 SC18 Google Exascaler on GCP Google Lustre 120 960 47.23 23.06 96.74
15 SC18 JCAHPC Oakforest-PACS DDN Lustre 256 8192 42.18 20.04 88.78
16 ISC18 KAUST ShaheenII Cray Lustre 1000 16000 41.00 54.17 31.03
17 ISC19 National Computational Infrastructure Australia Raijin NetApp Lustre 15 180 40.92 12.89 129.89
18 ISC18 JSC JURON ThinkparQ BeeGFS 8 64 35.77 14.24 89.81
19 ISC18 DKRZ Mistral Seagate Lustre 100 1000 32.15 22.77 45.39
20 SC18 DDN Bancholab DDN Lustre 10 240 31.50 6.33 156.69
21 ISC19 Hewlett Packard Enterprise GTO Hewlett Packard Enterprise HPE XFS 10 200 26.21 19.57 35.11
22 ISC18 IBM Sonasad IBM Spectrum Scale 10 10 24.24 4.57 128.61
23 SC18 Clemson University ofsdev Dell BeeGFS 32 32 22.02 8.55 56.68
24 ISC19 Inspur Inspur BeeGFS 10 400 20.17 8.61 47.26
25 ISC19 Yanrong YRCloudFile Yanrong YRCloudFile 10 160 19.14 4.22 86.86
26 ISC19 Janelia Research Campus, HHMI Vast Vast Data Scale-out NAS 96 3072 17.18 8.15 36.22
27 ISC18 Fraunhofer Seislab ThinkparQ BeeGFS 24 24 16.96 5.13 56.14
28 ISC19 Inspur TStor3000 Inspur BeeGFS 10 400 14.67 4.48 48.06
29 ISC19 University of Birmingham BEAR-AI DDN Spectrum Scale 10 20 12.54 2.97 52.85
30 ISC19 Janelia Research Campus, HHMI dm11 Scale-out NAS 96 960 12.45 3.22 48.16
31 ISC18 Joint Institute for Nuclear Research Govorun RSC Lustre 24 192 12.08 3.34 43.65
32 ISC19 Queen Mary University Of London Apocrita E8 Spectrum Scale 10 240 11.73 4.73 29.11
33 ISC18 PNNL EMSL Cascade Lustre 126 252 11.12 4.88 25.33
34 ISC19 SUSE TigerShark SUSE, Intel, Lenovo CephFS 14 98 8.38 3.58 19.60
35 SC18 Clemson University Palmetto Dell BeeGFS 48 48 7.64 2.93 19.88
36 SC18 CERN Bytecollider CephFS 64 64 7.56 2.83 20.16
37 ISC19 Janelia Research Campus, HHMI nrs Qumulo Scale out NFS 10 320 5.95 2.59 13.69
38 ISC19 PGS Lustre on GCP Google Lustre 10 50 5.70 1.91 17.05
39 ISC19 Janelia Research Campus, HHMI qflash Qumulo Scale out NFS 96 960 5.32 2.80 10.11
40 ISC19 Queen Mary. University Of London Apocrita DDN Spectrum Scale 10 240 4.36 1.26 15.09
41 ISC18 SNL Serrano IBM Spectrum Scale 16 160 4.25 0.65 27.98
42 ISC19 JIHT RAS Desmos BeeGFS 10 60 3.55 0.51 24.88
43 ISC18 STFC Jasmin/Lotus Purestorage NFS 64 128 2.33 0.26 20.93
44 SC18 Clemson University Palmetto Dell OrangeFS 32 32 2.31 1.93 2.77
45 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))