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 ISC20 Intel Wolf Intel DAOS 10 420 758.71 164.77 3,493.56
2 ISC20 TACC Frontera Intel DAOS 10 420 508.88 79.16 3,271.49
3 ISC20 Argonne National Laboratory Presque Argonne National Laboratory DAOS 10 380 440.64 95.80 2,026.80
4 SC19 NVIDIA DGX-2H SuperPOD DDN Lustre 10 400 249.50 86.97 715.76
5 SC19 WekaIO WekaIO WekaIO WekaIO Matrix 10 2610 156.51 56.22 435.76
6 ISC20 EPCC NextGENIO NextGenIO (BSC & JGU) GekkoFS 10 280 152.30 24.83 934.12
7 ISC20 National Supercomputer Center in Guangzhou Venus2 National Supercomputer Center in Guangzhou kapok 10 260 148.08 30.62 716.11
8 SC19 EPCC NextGENIO NextGenIO (BSC & JGU) GekkoFS 10 240 125.08 21.47 728.68
9 ISC20 DDN DIME DDN IME 10 110 116.95 100.37 136.27
10 ISC20 CSIRO bracewell Dell/DDN Lustre 10 400 99.64 39.90 248.81
11 ISC20 Johannes Gutenberg University Mainz MOGON II JGU (ADA-FS)& BSC (NEXTGenIO) GekkoFS 10 160 96.46 11.61 801.60
12 SC19 State Key Laboratory of High-end Server & Storage Technology (HSS) TStor3000 INSPUR BeeGFS 10 300 82.57 41.14 165.71
13 SC19 iFLYTEK iFLYTEK Yanrong YRCloudFile 10 200 78.54 13.55 455.18
14 ISC20 DDN AI400X DDN Lustre 10 160 69.92 21.01 232.70
15 SC19 CSIRO bracewell Dell/ThinkParQ beegfs 10 160 66.80 33.77 132.15
16 SC19 DDN AI400 DDN Lustre 10 240 63.88 19.65 207.63
17 SC19 University of Cambridge Data Accelerator Dell EMC Lustre 10 320 60.25 21.73 167.09
18 ISC20 Red Hat EC2-10xi3en.metal Red Hat CephFS 10 320 57.17 26.29 124.30
19 SC19 National Supercomputing Center in Changsha Tianhe-2E National University of Defense Technology Lustre 10 160 52.58 35.06 78.86
20 SC19 National Supercomputing Centre, Singapore Aspire 1 DDN IME 10 160 43.04 101.75 18.21
21 SC19 Penguin Computing Benchmarking and Innovation Lab Penguin-ASG-NVBeeOne Penguin Computing/Excelero BeeGFS 10 320 39.65 17.71 88.76
22 SC19 Janelia Research Campus, HHMI SharedScratch WekaIO Parallel Filesystem 10 1440 36.55 18.58 71.90
23 ISC20 Oracle Cloud Infrastructure BeeGFS on Oracle Cloud Oracle Cloud Infrastructure BeeGFS 10 160 32.79 14.02 76.67
24 ISC20 Janelia Research Campus, HHMI SharedScratch WekaIO Parallel Filesystem 10 600 31.39 12.34 79.83
25 SC19 Clemson University Palmetto Burstbuffer AdvancedHPC BeeGFS 10 120 21.55 12.97 35.80
26 SC19 Stanford Sherlock/Fir Dell, QCT, HGST Lustre 10 240 18.25 5.23 63.74
27 ISC20 SUSE HammerHead SUSE/Ampere/Arm CephFS 10 220 15.61 7.34 33.22
28 SC19 University of Birmingham BEAR-AI DDN Spectrum Scale 10 80 15.39 2.74 86.48
29 SC19 Nanyang Technological University Hadley DDN GPFS 10 640 12.89 7.47 22.24
30 SC19 SUSE TigerShark SUSE, Intel, Lenovo SUSE Enterprise Storage - CephFS 10 80 12.43 4.64 33.34
31 ISC20 National Center for Supercomputing Applications HAL DDN Spectrum Scale 10 100 11.31 3.62 35.37
32 SC19 Stanford Sherlock/Oak Dell, QCT, HGST Lustre 10 240 9.31 1.89 45.87
33 SC19 Janelia Research Campus, HHMI Vast Vast Data Scale-out NAS 10 820 8.01 6.31 10.17
34 SC19 Stanford Sherlock/Regal Dell Lustre 10 160 7.05 1.64 30.28
35 SC19 IST Austria IST Austria HPC Homemade@IST BeeGFS 10 100 6.63 1.39 31.62
36 SC19 Janelia Research Campus, HHMI dm11 #N/A Scale-out NAS 10 760 6.42 2.61 15.82
37 SC19 Janelia Research Campus, HHMI nrs Qumulo Scale-out NAS 10 760 4.19 2.88 6.11
38 SC19 Janelia Research Campus, HHMI nearline4 Qumulo Scale-out NAS 10 760 3.67 2.45 5.49
39 ISC20 LNCC SDumont Cay/HPE Lustre 10 240 3.06 2.32 4.02

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