projects
/
fio.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
testing: add test scripts for sg ioengine
[fio.git]
/
examples
/
gpudirect-rdmaio-client.fio
Commit
Line
Data
03553853
YR
1
# Example gpudirect rdma client job
2
[global]
3
ioengine=rdma
4
hostname=[hostname]
5
port=[port]
6
verb=[read/write/send/recv]
7
mem=cudamalloc
8
gpu_dev_id=0
9
bs=1m
10
size=100g
11
12
[sender]
13
rw=write
14
iodepth=1
15
iodepth_batch_complete=1