Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tip of master, commit 3ea6a5ea256d9047e76a4c52cec1fc1d1f81540d, built on top of libfabric commit 6ef7800daa62d5574f2d04b552e06a06c2e7af6d.

All tests run with ofi+psm2, ib0.

...

Separate runs with cleanup in between:

  • -mpcCiAeoRdO mpcCiAeoRd PASS
  • -O - PASS
  • -r -  PASS

daosperf

1K Records

CREDITS=1

...

kv-akey-fetch

CaRT Self-Test

Small IO

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 ~]$ orterun -np 1 -ompi-server file:~/scripts/uri.txt self_test --group-name daos_server --endpoint 0:0 --message-sizes 0 --max-inflight-rpcs 16 --repetitions 100000
Adding endpoints:
  ranks: 0 (# ranks = 1)
  tags: 0 (# tags = 1)
Warning: No --master-endpoint specified; using this command line application as the master endpoint
Self Test Parameters:
  Group name to test against: daos_server
  # endpoints:                1
  Message sizes:              [(0-EMPTY 0-EMPTY)]
  Buffer addresses end with:  <Default>
  Repetitions per size:       100000
  Max inflight RPCs:          16

host boro-4.boro.hpdd.intel.com finished self_test duration 13.333824 S.
##################################################
Results for message size (0-EMPTY 0-EMPTY) (max_inflight_rpcs = 16):

Master Endpoint 0:0
-------------------
	RPC Bandwidth (MB/sec): 0.00
	RPC Throughput (RPCs/sec): 7500
	RPC Latencies (us):
		Min    : 811
		25th  %: 2076
		Median : 2092
		75th  %: 2106
		Max    : 35908
		Average: 2114
		Std Dev: 431.93
	RPC Failures: 0

	Endpoint results (rank:tag - Median Latency (us)):
		0:0 - 2092

Large IO Bulk PUT

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 ~]$ orterun -np 1 -ompi-server file:~/scripts/uri.txt self_test --group-name daos_server --endpoint 0:0 --message-sizes "0 b1048576" --max-inflight-rpcs 16 --repetitions 1000
Adding endpoints:
  ranks: 0 (# ranks = 1)
  tags: 0 (# tags = 1)
Warning: No --master-endpoint specified; using this command line application as the master endpoint
Self Test Parameters:
  Group name to test against: daos_server
  # endpoints:                1
  Message sizes:              [(0-EMPTY 1048576-BULK_PUT)]
  Buffer addresses end with:  <Default>
  Repetitions per size:       1000
  Max inflight RPCs:          16

host boro-4.boro.hpdd.intel.com finished self_test duration 0.283333 S.
##################################################
Results for message size (0-EMPTY 1048576-BULK_PUT) (max_inflight_rpcs = 16):

Master Endpoint 0:0
-------------------
	RPC Bandwidth (MB/sec): 3529.41
	RPC Throughput (RPCs/sec): 3529
	RPC Latencies (us):
		Min    : 1982
		25th  %: 4465
		Median : 4487
		75th  %: 4511
		Max    : 5296
		Average: 4482
		Std Dev: 214.99
	RPC Failures: 0

	Endpoint results (rank:tag - Median Latency (us)):
		0:0 - 4487

Large IO Bulk GET

Code Block
linenumberstrue
collapsetrue
[sdwillso@boro-4 ~]$ orterun -np 1 -ompi-server file:~/scripts/uri.txt self_test --group-name daos_server --endpoint 0:0 --message-sizes "b1048576 0" --max-inflight-rpcs 16 --repetitions 1000
Adding endpoints:
  ranks: 0 (# ranks = 1)
  tags: 0 (# tags = 1)
Warning: No --master-endpoint specified; using this command line application as the master endpoint
Self Test Parameters:
  Group name to test against: daos_server
  # endpoints:                1
  Message sizes:              [(1048576-BULK_GET 0-EMPTY)]
  Buffer addresses end with:  <Default>
  Repetitions per size:       1000
  Max inflight RPCs:          16

host boro-4.boro.hpdd.intel.com finished self_test duration 0.258062 S.
##################################################
Results for message size (1048576-BULK_GET 0-EMPTY) (max_inflight_rpcs = 16):

Master Endpoint 0:0
-------------------
	RPC Bandwidth (MB/sec): 3875.03
	RPC Throughput (RPCs/sec): 3875
	RPC Latencies (us):
		Min    : 1780
		25th  %: 4068
		Median : 4085
		75th  %: 4106
		Max    : 4764
		Average: 4080
		Std Dev: 194.26
	RPC Failures: 0

	Endpoint results (rank:tag - Median Latency (us)):
		0:0 - 4085

mpich tests