2 Nov 2004 09:11
Re: Question about sockets-GM
Markus Fischer <fischer <at> myri.com>
2004-11-02 08:11:01 GMT
2004-11-02 08:11:01 GMT
Hu,
since that number is the number of pending fd's this looks like a bug.
I will run our test suite and will get back to you.
thanks,
Markus
Hu Wei wrote:
> I use sockets-GM-LSP on my myrinet 2000. Everything seems OK, but only one problem.
>
>for example, as following code:
>
> do
> {
> FD_ZERO(&fds);
> FD_SET((unsigned int)s, &fds);
> tm.tv_sec = ms / 1000;
> tm.tv_usec = (ms % 1000) * 1000;
> ready = select(s + 1, &fds, NULL, NULL, &tm);
> }
> while(ready ==0);
>
>if normal ethernet network used, select() would return 0 or 1 to indicate if there are some
>connections. However, when sockets-GM-LSP used, select() returns a very big number,such as
>528060, even there is no connection at all.
>
>What is Wrong?
(Continue reading)
RSS Feed