Hey I'm steering this conversation to -devel to get Pete's input. On Fri, Mar 03, 2006 at 08:48:00AM -0600, Lee Whatley, Contractor wrote: > Michael Jeanson wrote: > >As of now, I'm stuck with this error but I didn't have some time to work > >on it : > > > >/io/bmi/bmi_ib src/io/bmi/bmi_ib/ib.c -c -o src/io/bmi/bmi_ib/ib-server.o > >src/io/bmi/bmi_ib/ib.c: In function `check_cq': > >src/io/bmi/bmi_ib/ib.c:103: warning: long long unsigned int format, > >VAPI_wr_id_t arg (arg 3) > >src/io/bmi/bmi_ib/ib.c:204: warning: long long unsigned int format, > >VAPI_wr_id_t arg (arg 3) > >src/io/bmi/bmi_ib/ib.c: In function `encourage_send_incoming_cts': > >src/io/bmi/bmi_ib/ib.c:319: warning: long long unsigned int format, long > >unsigned int arg (arg 3) > >make: *** [src/io/bmi/bmi_ib/ib-server.o] Error 1 > > You can get past this part by removing -Werror from the cflags section > of the module.mk file. > > Of course that won't help you much....It will allow the code to compile, > but trying to run pvfs2 over infiniband will produce the following > server errors: > > [D 13:37:49.538341] failed to initialize method bmi_ib. > [E 13:37:49.538341] Error: BMI_initialize: Function not implemented > [E 13:37:49.538341] Error: Could not initialize server interfaces; aborting. > [E 13:37:49.538341] Error: Could not initialize server; aborting. > > FWIW this error has existed since AT LEAST version 1.3.0 and still > hasn't been fixed despite others besides myself posting to the mailing > list about it.
==rob -- Rob Latham Mathematics and Computer Science Division A215 0178 EA2D B059 8CDF Argonne National Labs, IL USA B29D F333 664A 4280 315B _______________________________________________ Pvfs2-developers mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
