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

2010-08-16 Thread Shiqing Fan
Hi, Sorry for late answer. I've checked your source code, and I didn't find anything wrong, everything works just fine with Open MPI trunk version. Could you tell me which version did you use, so that I can debug with your generated mpi libs? By the way, I noticed that you put MPI_Init,

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

2010-08-12 Thread Shiqing Fan
Hi, I couldn't get any clue. Could you please provide me a small VS solution together with source file? It might be easier if I can simply check the callstacks. BTW: please send me off-list if the file is too big. Thanks. Shiqing On 2010-8-12 1:20 PM, lyb wrote: Hi, Some other

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

2010-08-12 Thread lyb
Hi, Some other information supply. the function breaks at the 3rd ASSERT. Send you the picture. thanks Hello, the message is, Unhandle exception at 0x7835b701 (mfc80ud.dll) : 0xC005: conflit while read 0xf78e9e00. thanks. Hi, I personally haven't try to program MPI with MFC, but

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

2010-08-12 Thread lyb
Hello, the message is, Unhandle exception at 0x7835b701 (mfc80ud.dll) : 0xC005: conflit while read 0xf78e9e00. thanks. Hi, I personally haven't try to program MPI with MFC, but in principle it should work. What kind of error did you get, was there any error message? Thanks.

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

2010-08-12 Thread Shiqing Fan
Hi, I personally haven't try to program MPI with MFC, 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.