Home | History | Annotate | Download | only in examples
      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
     16