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 ISC18 JCAHPC Oakforest-PACS DDN IME 2048 16384 101.48 471.25 21.85
2 ISC18 KAUST ShaheenII Cray DataWarp 300 2400 70.90 151.53 33.17
3 ISC18 KAUST ShaheenII Cray Lustre 1000 16000 41.00 54.17 31.03
4 ISC18 JSC JURON ThinkparQ BeeGFS 8 64 35.77 14.24 89.81
5 ISC18 DKRZ Mistral Seagate Lustre 100 1000 32.15 22.77 45.39
6 ISC18 Fraunhofer Seislab ThinkparQ BeeGFS 24 24 18.75 5.13 56.14
7 ISC18 PNNL EMSL Cascade Lustre 126 252 11.17 4.88 25.33
8 ISC18 SNL Serrano IBM Spectrum Scale 16 160 4.25 0.65 27.98

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