Re: [OMPI users] users Digest, Vol 1674, Issue 1

2010-09-06 Thread lyb
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:

[OMPI users] MPI_Comm_accept and MPI_Comm_connect both use 100% one cpu core. Is it a bug?

2010-09-01 Thread lyb
mm_connect( port, MPI_INFO_NULL, 0, MPI_COMM_WORLD, &server ); ... thanks a lot. lyb

Re: [OMPI users] How to program with openmpi under MFC?

2010-08-12 Thread 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.

Re: [OMPI users] How to program with openmpi under MFC?

2010-08-12 Thread lyb
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,

[OMPI users] How to program with openmpi under MFC?

2010-08-12 Thread lyb
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