Re: [OMPI users] OpenMPI code snippet causes a dead loop

2009-09-06 Thread Changsheng Jiang
I am sorry for the late reply. The original environment has be destroyed, so I recompiled the OpenMPI r21948, and this problem still exists. The compiling gcc is 4.3.2, one server is Linux 2.6.24, and another is Linux 2.6.27, they are connected by ssh. BTW, other simple MPI program such as matrix

Re: [OMPI users] OpenMPI code snippet causes a dead loop

2009-09-02 Thread Jeff Squyres
I am unable to replicate your problem with the code below -- can you be more precise about your system details, Open MPI version, etc.? On Aug 30, 2009, at 8:14 PM, Changsheng Jiang wrote: Hi, I reinstalled openmpi to a svn snapshot version to fixed the MPI_File_open return 16 error, but the

[OMPI users] OpenMPI code snippet causes a dead loop

2009-08-30 Thread Changsheng Jiang
Hi, I reinstalled openmpi to a svn snapshot version to fixed the MPI_File_open return 16 error, but the same code #include #include "mpi.h" int main(int argc, char *argv[]) { MPI_File fh; MPI_Init( &argc, &argv ); int ret = MPI_File_open( MPI_COMM_WORLD, "temp", MPI_MODE_RDWR |