Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
README.txt | 2015-07-27 09:30 | 439 | ||
config.m4 | 2015-07-27 09:30 | 968 | ||
ibw_ctdb.h | 2015-07-27 09:30 | 1.6K | ||
ibwrapper_internal.h | 2015-07-27 09:30 | 3.7K | ||
ibw_ctdb.c | 2015-07-27 09:30 | 5.4K | ||
ibw_ctdb_init.c | 2015-07-27 09:30 | 5.7K | ||
ibwrapper.h | 2015-07-27 09:30 | 6.5K | ||
ibwrapper_test.c | 2015-07-27 09:30 | 16K | ||
ibwrapper.c | 2015-07-27 09:30 | 37K | ||
Compilation =========== For the configure script, please set the OFED include & library path by e.g.: export CFLAGS="-I/usr/local/ofed/include -L/usr/local/ofed/lib" After then: ./configure --enable-infiniband Example for testing =================== bin/ctdb_test --transport ib --nlist ../2nodes_rm.txt --listen 10.0.0.1 bin/ctdb_test --transport ib --nlist ../2nodes_rm.txt --listen 10.0.0.2 where 2nodes_rm.txt: 10.0.0.1 10.0.0.2