pidl/wscript: remove --with-perl-* options
[Samba.git] / ctdb / ib / README.txt
blob40419829ca2390131d028bb832bd0e87e179a91d
1 Compilation
2 ===========
4 For the configure script, please set the OFED include & library path by e.g.:
6 export CFLAGS="-I/usr/local/ofed/include -L/usr/local/ofed/lib"
8 After then:
10 ./configure --enable-infiniband
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
17 where 2nodes_rm.txt:
18 10.0.0.1
19 10.0.0.2