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 SC23 Argonne National Laboratory Aurora Intel DAOS 300 62400 32,165.93 10,066.09 102,785.41
2 SC23 LRZ SuperMUC-NG-Phase2-EC Lenovo DAOS 90 6480 2,508.85 742.90 8,472.60
3 SC23 King Abdullah University of Science and Technology Shaheen III HPE Lustre 2080 16640 797.04 709.52 895.35
4 ISC23 EuroHPC-CINECA Leonardo DDN EXAScaler 2000 16000 648.96 807.12 521.79
5 SC23 Memorial Sloan Kettering Cancer Center IRIS WekaIO WekaIO 36 4248 308.94 104.79 910.80
6 ISC22 China Telecom Research Institute CTPAI CTCLOUD DAOS 10 200 187.84 25.29 1,395.01
7 ISC23 Imperial College London Imperial - hx cluster Lenovo Spectrum scale 32 512 119.56 44.63 320.31
8 SC23 Japan Agency for Marine-Earth Science and Technology Earth Simulator 4 DDN EXAScaler 10 320 101.88 48.19 215.38
9 SC23 Center for Research Informatics at University of Chicago Randi IBM Spectrum Scale 10 160 60.88 31.05 119.36
10 SC23 Poznan Supercomputing and Networking Center Altair Huawei/xFusion Lustre 14 392 53.70 8.84 326.39
11 SC23 Howard Hughes Medical Institute Janelia Research Campus Janelia Compute Cluster Vast Data Vast 32 2048 26.83 11.45 62.84
12 SC23 Mississippi State University High Performance Computing Collaboratory Orion DDN Lustre 10 400 20.83 5.01 86.67
13 SC23 Mississippi State University High Performance Computing Collaboratory Orion DDN Lustre 10 400 17.57 6.43 48.03
14 ISC23 Arizona State University Sol Dell BeeGFS 10 160 16.48 4.40 61.76
15 SC23 Eikon Therapeutics spt-compute1 Qumulo Qumulo Core 20 40 7.58 2.82 20.38

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