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 ISC23 LRZ SuperMUC-NG-Phase2-EC Lenovo DAOS 24 2688 1,386.41 336.35 5,714.63
2 ISC23 EuroHPC-CINECA Leonardo DDN EXAScaler 2000 16000 648.96 807.12 521.79
3 ISC22 China Telecom Research Institute CTPAI CTCLOUD DAOS 10 200 187.84 25.29 1,395.01
4 ISC23 Imperial College London Imperial - hx cluster Lenovo Spectrum scale 32 512 119.56 44.63 320.31
5 ISC23 Arizona State University Sol Dell BeeGFS 10 160 16.48 4.40 61.76

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