Hi Hamza,

> thread_func:
>         filesize=1GB
>         offset= rand (0 - 1GB)
>         pvfs_open ("/pvfs2/1GBfile");
>         for i to m
>        {
>               pvfs_lseek (offset);
>               pvfs_read (100K);
>         }

What do the functions pvfs_open, pvfs_lseek and pvfs_read do? It would be
good to see the code or pseudo-code for those as well (just in case
there is something wrong there).
I presume that they somehow make use of the pvfs2 system interface to
offer the above functionality.


> When I executed the programme with n=1 it works correctly. However
> when n>1 I got the error:
> ===================================
> [14:50:19.904834] critical BMI failure (null callback)
> th: src/io/flow/flowproto-bmi-trove/flowproto-multiqueue.c:1701:
> bmi_to_mem_callback_fn: Assertion `q_item->parent->state !=
> FLOW_COMPLETE' failed.
> Aborted
> ===================================
> What may be the problem?

Could you trigger this thru the VFS as well?
Or only thru the system interface?
Thanks for the reports
Murali
>
> Thanks very much.
>
> --
> hamza
>
> _______________________________________________
> PVFS2-users mailing list
> [email protected]
> http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
>
>
_______________________________________________
PVFS2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users

Reply via email to