[Pvfs2-developers] test/io/bmi/*

Scott Atchley atchley at myri.com
Tue Jul 1 16:41:24 EDT 2008


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


More information about the Pvfs2-developers mailing list