Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dragnet:cluster_benchmark [2016-10-31 16:27] – add rough (dd) dragnet storage write bandwidth amesfoort | dragnet:cluster_benchmark [2017-09-19 21:40] (current) – [RDMA] fix typo amesfoort | ||
---|---|---|---|
Line 170: | Line 170: | ||
RDMA (Remote Direct Memory Access) allows an application to directly access memory on another node. Although some initial administration is set up via the OS kernel, the actual transfer commands and completion handling does not go via the kernel. This also saves data copying on sender and receiver and CPU usage. | RDMA (Remote Direct Memory Access) allows an application to directly access memory on another node. Although some initial administration is set up via the OS kernel, the actual transfer commands and completion handling does not go via the kernel. This also saves data copying on sender and receiver and CPU usage. | ||
- | Typical applications that may use RDMA are applications that use MPI (Message Passing Interface) (such as COBALT), or (hopefully) the LUSTRE client. NFS can also be set up to use RDMA. You can program directly into the '' | + | Typical applications that may use RDMA are applications that use MPI (Message Passing Interface) (such as COBALT), or (hopefully) the LUSTRE client. NFS can also be set up to use RDMA. You can program directly into the '' |
We used the '' | We used the '' | ||
Line 316: | Line 316: | ||
===== drgXX nodes ===== | ===== drgXX nodes ===== | ||
- | Scratch space on '' | + | Scratch space on '' |
+ | Another cp test on a 85+% full target filesystem: | ||
+ | [amesfoort@drg23 data1]$ time (cp / | ||
+ | | ||
+ | real 9m56.566s | ||
+ | user 0m0.799s | ||
+ | sys 4m20.007s | ||
+ | |||
+ | With a file size of 2 * 75931582464 bytes, that's a read/write speed of 242.8 MiB/s. | ||
===== dragproc node ===== | ===== dragproc node ===== | ||
On '' | On '' | ||