Pete - I ran across a compiling issue with OpenIB from latest CVS HEAD... I didnt make a patch because its a one line fix, but I get the following error from building IB from CVS HEAD:
src/io/bmi/bmi_ib/ib.c: In function 'post_send': src/io/bmi/bmi_ib/ib.c:826: warning: format "%zu" expects type "size_t", but argument 6 has type "bmi_size_t" src/io/bmi/bmi_ib/ib.c: In function "ib_tcp_server_check_new_connections": src/io/bmi/bmi_ib/ib.c:1804: error: label "out_unlock" used but not defined make: *** [src/io/bmi/bmi_ib/ib.o] Error 1 I'm not sure about the warning, I havent looked at it. but the fix for ib.c:1804 is to add "out_unlock:" on line 1816 of ib.c I think that is what was intended, Pete? ~Kyle _______________________________________________ Pvfs2-developers mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
