Short help for making automated queries:

Note: Requests are not case-sensitive.

Request
What it does
task=help
This page
task=design
Run in design mode, see additional parameters below:
  cpu_frequency=3
Clock frequency of CPUs in compute nodes, in GHz. Fractional values are accepted. Example: "cpu_frequency=3,47" stands for "3,47" GHz.
cores=2048
Number of CPU cores in computer cluster. Output will include performance attainable with this number of cores. This field contradicts with "projected_performance", only one must be specified.
projected_performance=480
Indicates performance that you want your computer cluster to attain. Output will include the number of cores required to attain specified performance. This field contradicts with "cores", only one must be specified.
benchmark=<benchmark>The benchmark for which you want to run the model. Available value for <benchmark> is truck_111m, which is "External Flow Over a Truck Body".
network_tech=<tech>
Technology of the cluster interconnection network. Available values for <tech> are:
infiniband-4x-qdr — InfiniBand 4X QDR
10gbe — 10Gigabit Ethernet

If both vaues are specified, separated with a comma, the best option is determined by the model and returned to the user.
output_type=<type>
Set output format. Available values for <type> are:
text — human-readable text
nvp — name-value pairs (default)
csv — comma-separated values (useful for loading results into spreadsheets)