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

[OMPI users] MPI applicability

2006-07-20 Thread Vladimir Sipos
Hi, Is MPI paradigm applicable to the cluster of regular networked machines. That is, does the cost of network IO offset benefits of parallelization? My guess is that this really depends on the application itself, however, I'm wondering if you guys know of any success stories which involve MPI ru