public class NetworkTestV3 extends RequestSchema<NetworkTest,NetworkTestV3>
Schema.Meta
Modifier and Type | Field and Description |
---|---|
double[][] |
bandwidths |
double[] |
bandwidths_collective |
double[][] |
microseconds |
double[] |
microseconds_collective |
java.lang.String[] |
nodes |
water.api.TwoDimTableV3 |
table |
_exclude_fields
Constructor and Description |
---|
NetworkTestV3() |
createAndFillImpl, createImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemaClass, schemas, setField
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
@API(help="Collective broadcast/reduce times in microseconds (for each message size)", direction=OUTPUT) public double[] microseconds_collective
@API(help="Collective bandwidths in Bytes/sec (for each message size, for each node)", direction=OUTPUT) public double[] bandwidths_collective
@API(help="Round-trip times in microseconds (for each message size, for each node)", direction=OUTPUT) public double[][] microseconds
@API(help="Bi-directional bandwidths in Bytes/sec (for each message size, for each node)", direction=OUTPUT) public double[][] bandwidths