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 SC19 Intel Wolf Intel DAOS 10 310 516.41 123.89 2,152.46
2 SC19 NVIDIA DGX-2H SuperPOD DDN Lustre 10 400 249.50 86.97 715.76
3 SC19 WekaIO WekaIO WekaIO WekaIO Matrix 10 2610 156.51 56.22 435.76
4 SC19 EPCC NextGENIO NextGenIO (BSC & JGU) GekkoFS 10 240 125.08 21.47 728.68
5 SC19 State Key Laboratory of High-end Server & Storage Technology (HSS) TStor3000 INSPUR BeeGFS 10 300 82.57 41.14 165.71
6 SC19 iFLYTEK iFLYTEK Yanrong YRCloudFile 10 200 78.54 13.55 455.18
7 SC19 CSIRO bracewell Dell/ThinkParQ beegfs 10 160 66.80 33.77 132.15
8 SC19 DDN AI400 DDN Lustre 10 240 63.88 19.65 207.63
9 SC19 University of Cambridge Data Accelerator Dell EMC Lustre 10 320 60.25 21.73 167.09
10 SC19 National Supercomputing Center in Changsha Tianhe-2E National University of Defense Technology Lustre 10 160 52.58 35.06 78.86
11 SC19 National Supercomputing Centre, Singapore Aspire 1 DDN IME 10 160 43.04 101.75 18.21
12 SC19 Penguin Computing Benchmarking and Innovation Lab Penguin-ASG-NVBeeOne Penguin Computing/Excelero BeeGFS 10 320 39.65 17.71 88.76
13 SC19 Janelia Research Campus, HHMI SharedScratch WekaIO Parallel Filesystem 10 1440 36.55 18.58 71.90
14 SC19 Clemson University Palmetto Burstbuffer AdvancedHPC BeeGFS 10 120 21.55 12.97 35.80
15 SC19 Stanford Sherlock/Fir Dell, QCT, HGST Lustre 10 240 18.25 5.23 63.74
16 SC19 University of Birmingham BEAR-AI DDN Spectrum Scale 10 80 15.39 2.74 86.48
17 SC19 Nanyang Technological University Hadley DDN GPFS 10 640 12.89 7.47 22.24
18 SC19 SUSE TigerShark SUSE, Intel, Lenovo SUSE Enterprise Storage - CephFS 10 80 12.43 4.64 33.34
19 SC19 Stanford Sherlock/Oak Dell, QCT, HGST Lustre 10 240 9.31 1.89 45.87
20 SC19 Janelia Research Campus, HHMI Vast Vast Data Scale-out NAS 10 820 8.01 6.31 10.17
21 SC19 Stanford Sherlock/Regal Dell Lustre 10 160 7.05 1.64 30.28
22 SC19 IST Austria IST Austria HPC Homemade@IST BeeGFS 10 100 6.63 1.39 31.62
23 SC19 Janelia Research Campus, HHMI dm11 #N/A Scale-out NAS 10 760 6.42 2.61 15.82
24 SC19 Janelia Research Campus, HHMI nrs Qumulo Scale-out NAS 10 760 4.19 2.88 6.11
25 SC19 Janelia Research Campus, HHMI nearline4 Qumulo Scale-out NAS 10 760 3.67 2.45 5.49

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