oops
On 7/26/06, Marcelo Stival wrote:
Hi,
I got a problem with ompi when sending large number of messages from
process A to process B.
Process A only send... and B only receive (the buffers are reused)
int n = 4 * 1024;//number of iterations (messages to be sent)
consecutively
int len = 8;
Hi,
I got a problem with ompi when sending large number of messages from
process A to process B.
Process A only send... and B only receive (the buffers are reused)
int n = 4 * 1024;//number of iterations (messages to be sent) consecutively
int len = 8; //len of each message
Process A (rank 0):
On Jul 26, 2006, at 5:07 PM, Mauricio Felga Gobbi wrote:
Newbie question:
How is the message passing of Open-MPI implemented when I have
say 4 nodes with 4 processors (SMP) each, nodes connected by a gigabit
ethernet ?... in other words, how does it manage SMP nodes when I
want to use all CPUs
Newbie question:
How is the message passing of Open-MPI implemented when I have
say 4 nodes with 4 processors (SMP) each, nodes connected by a gigabit
ethernet ?... in other words, how does it manage SMP nodes when I
want to use all CPUs, but each with its own process. Does it take
any advantag
When building the nasa overflow 2.0aa code with openmpi 1.1.1b3 using
the intel compilers on a Opteron cluster running
SLES 9 with the intel 9 compilers, I get the following warnings when
linking :
/acct/bsb3227/openmpi_1.1.1b3/bin/mpif90 -xW -O2 -convert big_endian
-align all
-o overmpi_intel90_6
Summary: You have to properly uninstall OpenMPI 1.0.2 before
installing OpenMPI 1.1
On Jul 26, 2006, at 7:05 AM, wrote:
Updated to open_mpi-1.1. I get a runtime error on the application as
follows
mca:base:component_find:unable to
open:/usr/local/lip/openmpi/mca_pml_teg.so:undefined
symb
Updated to open_mpi-1.1. I get a runtime error on the application as
follows
mca:base:component_find:unable to
open:/usr/local/lip/openmpi/mca_pml_teg.so:undefined
symbol:mca_ptl_base_modules_initialized
Open_mpi is compile with g95 and gcc 4.0.3
The file is at the location indicated by the pa