
40
KERNEL_SOURCE
The pathname to the kernel source tree for the kernel you are running.
O
Path to alternate kernel build output directory.
5.3 Configuring DAPL
The DAT registry file is created as part of the
'make install'
process and is copied into
/etc/dat.conf
. The file is created with the Ammasso DAPL provider already registered,
so no modifications are needed by default. If an
/etc/dat.conf
file already exists at
install time, the Ammasso entry will be appended into the
/etc/dat.conf
file to allow
multiple providers on one system.
It is optional whether the
kdapl
and
kdapltest
modules are loaded at boot time. The
file
<install_dir>/dapl-1.2/etc/kdapl.conf
can be edited to enable kdapl and
kdapltest to be loaded at boot time. Edit this file and modify the
LOADKDAPL
and
LOADKDAPLTEST
variables to
`YES`
. The default is
`NO`
, which prevents loading any
kDAPL modules at system boot time.
5.4 Verifying DAPL Installation
Once the DAPL software has been installed, sample programs are available to verify the
installation. These programs can be found in
<install_dir>/dapl-1.2/bin.
The
sample programs are client/server programs. Two nodes are required in order to run these
examples. One node must start the server program first then the second node can start the
client program. Test scripts are available both for uDAPL and kDAPL.
5.4.1 uDAPL Installation Verification
For example, with two nodes, hostA and hostB, hostA starts the server program first:
# cd <install_dir>/dapl-1.2/bin
# ./srv.sh
Dapltest: Service Point Ready - ccil0
hostB can now start the client program and specify hostA’s RDMA address as the address to
connect to:
# cd <install_dir>/dapl-1.2/bin
# ./regress.sh 10.40.32.52
Dapltest: Service Point Ready - ccil0
Server Name: 10.40.32.52
Server Net Address: 10.40.32.52
DT_cs_Client: Starting Test ...
----- Stats ---- : 1 threads, 1 EPs
Total WQE : 17543.85 WQE/Sec
Total Time : 1.13 sec
Total Send : 2.56 MB - 2.24 MB/Sec
Total Recv : 2.56 MB - 2.24 MB/Sec
Total RDMA Read : 0.00 MB - 0.00 MB/Sec
Total RDMA Write : 0.00 MB - 0.00 MB/Sec