hi all ,
i have a linux cluster (10 node)..having OSCAR. now MPI and other communication r using same n/w. i want to make MPI use different n/w alltogether (diff set of n/w cards) and other communications (ssh,etc) diff n/w. so that communication gets faster. i dunno feasibilty of this project ?? if at all it is feasible can some1 tell how much diff in efficiency shuld i expect.
pls help !
- Mrudul.
___________________________________________________ Send your photographs to loved ones anywhere in India. Click here: http://www.kodakexpress.co.in
i have a linux cluster (10 node)..having OSCAR. now MPI and other communication r using same n/w. i want to make MPI use different n/w alltogether (diff set of n/w cards) and other communications (ssh,etc) diff n/w. so that communication gets faster. i dunno feasibilty of this project ??
This can easily be done if you give all your machines in your cluster two different IP addresses for the two physical networks. (I presume you _have_ two physical LANs for your cluster, right?)
Once you have two disjoint subnets for the two sets of IP addresses of your cluster, you can set up routing tables such that any communication attempted to Addr1 of host A will go over one physical network, and any communication to Addr2 of the same host A will go over the other network.
This can be trivially done, so feasibily appears certain. As far as the individual nodes on the cluster are concerned, they'll treat two different IP addresses for host A as two different computers; only you will know they both lead to the same place.
But do you have an application which saturates modern 100MHz Ethernet? The NSE PRISM system works in real-time handling complex work in one of the world's five largest exchanges (the NSE:)) in terms of number of trades, and we don't saturate it. PRISM uses MPI.
regards, Shuvam "built the PRISM MPI-based app for NSE" Misra :)
hi all
i m looking for english and french dictonary in tab seperated / comma seperate form.
any help will be appreciated
harsh
Harsh writes:
i m looking for english and french dictonary in tab seperated / comma seperate form.
any help will be appreciated
dictionary is generally installed in RH systems @ /usr/share/dict/linux.words turning it into a comma sepated list is a trivial sed script.
Vinayak Hegde
----- Original Message ----- From: vinayak_hegde@softhome.net
dictionary is generally installed in RH systems @ /usr/share/dict/linux.words
Thanks buddy but i want along with meanings :-)