so the sbgp problem that I mentioned on the call this morning
unfortunately is not resolved by just adding the common/verbs directory
into the 1.7 branch.
We looked a bit into it, and the problem/difference between in the file
ompi/sbgp/ibnet/sbgp_ibnet_component.c which has the following include
statement:
#include "ompi/mca/common/ofautils/common_ofautils.h"
The same file on trunk includes however
#include "ompi/mca/common/verbs/common_verbs.h"
If I make this change in the 1.7, things compile properly, otherwise we
still have the error message
bgp_ibnet_component.c: In function 'ibnet_load_devices':
sbgp_ibnet_component.c:527:5: error: implicit declaration of function
'ompi_ibv_get_device_list'
sbgp_ibnet_component.c:527:13: warning: assignment makes pointer from
integer without a cast
sbgp_ibnet_component.c:553:5: error: implicit declaration of function
'ompi_ibv_free_device_list'
make[2]: *** [sbgp_ibnet_component.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Thanks
Edgar
--
Edgar Gabriel
Associate Professor
Parallel Software Technologies Lab http://pstl.cs.uh.edu
Department of Computer Science University of Houston
Philip G. Hoffman Hall, Room 524 Houston, TX-77204, USA
Tel: +1 (713) 743-3857 Fax: +1 (713) 743-3335
|