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 SC19 Tsinghua Tsinghua Intel ext4 1 36 30.56 3.08 303.12
2 SC19 Nanyang 1 48 28.28 4.14 193.21
3 SC19 Purdue Hammertime 5 80 26.08 9.80 69.40
4 SC19 Shanghai Tech University COO Intel local file system 1 36 20.42 2.62 159.38
5 SC19 ETH Zurich Intel 1 56 19.59 3.24 118.57
6 SC19 Peking Peking ext4 1 16 16.21 2.55 103.25
7 SC19 FAU ext4 1 2 13.82 2.02 94.41
8 SC19 University of Illinois at Urbana-Champaign GPFS 1 32 12.70 6.51 24.78
9 SC19 NTHU NTHU-SCC 1 40 9.40 1.05 84.16
10 SC19 Tennessee Cosmo Cray /dev/md0 1 4 8.97 1.85 43.39
11 SC19 Wake Forest University Daemon Deacons 1 1 5.44 0.98 30.21
12 SC19 University of Warsaw Moniuszko Intel Corporation Distributed File System 2 80 4.95 1.33 18.38
13 SC19 University of Washington DAWGZ cluster Samsung ext 1 32 4.39 0.25 77.92
14 SC19 Shanghai Jiao Tong Shanghai Jiao Tong Inspur 1 2 3.28 1.19 9.05

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