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.90 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 ISC24 Zuse Institute Berlin Lise Megware DAOS 10 960 324.54 65.01 1,620.13
6 SC23 Memorial Sloan Kettering Cancer Center IRIS WekaIO WekaIO 36 4248 308.94 104.79 910.80
7 ISC22 China Telecom Research Institute CTPAI CTCLOUD DAOS 10 200 187.84 25.29 1,395.01
8 ISC24 NHN Cloud Corporation NHN CLOUD GWANGJU AI DDN EXAScaler 10 640 176.57 62.58 498.22
9 ISC24 ACC Cyfronet AGH Helios HPE Lustre 80 640 153.39 122.31 192.36
10 ISC23 Imperial College London Imperial - hx cluster Lenovo Spectrum scale 32 512 119.56 44.63 320.31
11 ISC24 Centre de Recherche en Aeronautique Lucia IBM Storage Scale 256 1024 115.06 54.74 241.83
12 ISC24 University of Virginia Afton Dell WEKA 10 850 105.94 33.28 337.29
13 SC23 Japan Agency for Marine-Earth Science and Technology Earth Simulator 4 DDN EXAScaler 10 320 101.88 48.19 215.38
14 ISC24 Poznan Supercomputing and Networking Center Altair xFiusion Lustre 15 240 73.50 15.24 354.60
15 SC23 Center for Research Informatics at University of Chicago Randi IBM Spectrum Scale 10 160 60.88 31.05 119.36
16 ISC24 Saudi ARAMCO CSSP DDN EXAScaler 93 744 55.11 38.14 79.63
17 SC23 Howard Hughes Medical Institute Janelia Research Campus Janelia Compute Cluster Vast Data Vast 32 2048 26.83 11.45 62.84
18 SC23 Mississippi State University High Performance Computing Collaboratory Orion DDN Lustre 10 400 20.83 5.01 86.67
19 SC23 Mississippi State University High Performance Computing Collaboratory Orion DDN Lustre 10 400 17.57 6.43 48.03
20 ISC23 Arizona State University Sol Dell BeeGFS 10 160 16.48 4.40 61.76
21 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))