On Dec 6, 2007, at 9:54 AM, Durga Choudhury wrote:
Automatically striping large messages across multiple NICs is
certainly a very nice feature; I was not aware that OpenMPI does
this transparently. (I wonder if other MPI implementations do this
or not). However, I have the following concern
Automatically striping large messages across multiple NICs is certainly a
very nice feature; I was not aware that OpenMPI does this transparently. (I
wonder if other MPI implementations do this or not). However, I have the
following concern: Since the communication over an ethernet NIC is most
like
Wow, that's quite a .sig. :-)
Open MPI will automatically stripe large messages across however many
NICs you have. So you shouldn't need to use multiple threads.
The threading support in the OMPI v1.2 series is broken; it's not
worth using. There's a big warning in configure when you enab
On Dec 5, 2007, at 9:57 PM, Tee Wen Kai wrote:
I have installed openmpi-1.2.3. My system has two ethernet ports.
Thus, I am trying to make use of both ports to speed up the
communication process by using openmp to split into two threads.
Why not use Ethernet Bonding at the system level, it
Hi everyone,
I have installed openmpi-1.2.3. My system has two ethernet ports. Thus, I am
trying to make use of both ports to speed up the communication process by using
openmp to split into two threads. However, this implementation always cause
error. Then I realized that I need to build openm