torture/attr: use security_ace_equal instead of sec_ace_equal
[samba.git] / ctdb / ib / README.txt
1 Compilation
2 ===========
3
4 For the configure script, please set the OFED include & library path by e.g.:
5
6 export CFLAGS="-I/usr/local/ofed/include -L/usr/local/ofed/lib"
7
8 After then:
9
10 ./configure --enable-infiniband
11
12 Example for testing
13 ===================
14 bin/ctdb_test --transport ib --nlist ../2nodes_rm.txt --listen 10.0.0.1
15 bin/ctdb_test --transport ib --nlist ../2nodes_rm.txt --listen 10.0.0.2
16
17 where 2nodes_rm.txt:
18 10.0.0.1
19 10.0.0.2