Hi all,

I tried to use test/io/bmi/pingpong and it failed on the client. It turns out that the client tests may need to be modified. Previously, BMI test clients called:

BMI_initialize(proto, NULL, 0);

where proto was "bmi_tcp", etc. This no longer works. It seems that clients should now call:

BMI_initialize(NULL, NULL, 0);

When I modified pingpong.c, it now works. It looks like several tests in that directory need to be fixed.

Scott
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to