Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

[Beowulf] Multiple NIC on a node

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Patrick Geoffray patrick at myri.com
Tue Jan 8 11:20:09 PST 2008


Peter St. John wrote:
> One could use the ...I'm thinking of the extra-big-packet size in IP6. But
> if you have small numbers of large datasets, you could increase your

> perceived bandwidth with two NICs and larger packets, maybe by using some
> protocol other than TCP?

If you don't drop packets, UDP is the simplest solution. However, you 
will always lose a packet at some point, so you will need a reliable 
protocol. You can build one on top of UDP at the host level, or you can 
do your own wire protocol on Ethernet. SCTP has some support for 
multipath out of the box last time I looked.

Patrick



More information about the Beowulf mailing list