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 137.78 560.10 33.89
2 ISC18 KAUST ShaheenII Cray DataWarp 1024 8192 77.37 496.81 12.05
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 IBM Sonasad IBM Spectrum Scale 10 10 24.24 4.57 128.61
7 ISC18 Fraunhofer Seislab ThinkparQ BeeGFS 24 24 16.96 5.13 56.14
8 ISC18 DKRZ Mistral Seagate Lustre1 100 1200 15.47 12.68 18.88
9 ISC18 Joint Institute for Nuclear Research Govorun RSC Lustre 24 192 12.08 3.34 43.65
10 ISC18 PNNL EMSL Cascade Lustre 126 252 11.12 4.88 25.33
11 ISC18 SNL Serrano IBM Spectrum Scale 16 160 4.25 0.65 27.98
12 ISC18 STFC Jasmin/Lotus Purestorage NFS 64 128 2.33 0.26 20.93

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