Hi everyone, I have a problem to consult you, when I cd to the /examples folder contained in the openmpi-1.8.4 package, and test the hello_c example program with mpirun command errors occured:
Here are the command and the error messages in details: [user@localhost examples]$ mpirun -np 2 hello_c [localhost.localdomain:06965] [[52154,0],0] mca_oob_tcp_recv_handler: invalid message type: 14 [localhost.localdomain:06965] [[52154,0],0] mca_oob_tcp_recv_handler: invalid message type: 14 ------------------------------------------------------- Primary job terminated normally, but 1 process returned a non-zero exit code.. Per user-direction, the job has been aborted. ------------------------------------------------------- -------------------------------------------------------------------------- mpirun detected that one or more processes exited with non-zero status, thus causing the job to be terminated. The first process to do so was: Process name: [[52154,1],0] Exit code: 65 -------------------------------------------------------------------------- The problem was not occured before, but in recently when i execute every progams by using the mpirun command, the error message is reproducible. I don't know why. Could you please help me and thanks in advance ! Zhefu