Re: [OMPI users] MPI applicability

2006-07-20 Thread Jeff Squyres
I think there are two questions here: 1. Running MPI applications on "slow" networks (e.g., 100mbps). This is very much application-dependent. If your MPI app doesn't communication with other processes much, then it probably won't matter. If you have latency/bandwidth-sensitive applications, the

Re: [OMPI users] MPI applicability

2006-07-20 Thread Brock Palen
Its doable, the scaling will not as good, because a network is a network. If you are using just regular 100Mbit, you will not scale as far as really good 1gig ethernet, but we are still talking about tcp which incurs a penalty over networks like infiniband and myrinet. Tcp is the largest is