ssage-ID:<4e4bc153-b4e3-43e2-b980-904dabe78...@open-mpi.org>
Content-Type: text/plain; charset="us-ascii"
It's not a bug - that is normal behavior. The processes are polling hard to
establish the connections as quickly as possible.
On Sep 1, 2010, at 7:24 PM, lyb wrote:
mm_connect( port, MPI_INFO_NULL, 0, MPI_COMM_WORLD, &server );
...
thanks a lot.
lyb
, but in principle it
should work. What kind of error did you get, was there any error
message? Thanks.
Shiqing
On 2010-8-12 9:13 AM, lyb wrote:
Hi,
I have a MFC project, and need to add mpi functions in it, and
choose openmpi.
but I searched all of mail list , not. find the answer.
hanks.
Shiqing
On 2010-8-12 9:13 AM, lyb wrote:
Hi,
I have a MFC project, and need to add mpi functions in it, and
choose openmpi.
but I searched all of mail list , not. find the answer.
And I try to call mpi functions under MFC, as follows,
int ompi_test(int *argc, char **argv)
{
int rank,
Hi,
I have a MFC project, and need to add mpi functions in it, and choose
openmpi.
but I searched all of mail list , not. find the answer.
And I try to call mpi functions under MFC, as follows,
int ompi_test(int *argc, char **argv)
{
int rank, size;
MPI_Init(argc, &argv);
MPI