I'm trying to write parallel progra with using MPI in C. However, when I run my program I get that message and my program is terminated. I do not know the reason of that error message
WARNING: Unable to read mpd.hosts or list of hosts isn't provided. MPI job will be run on the current machine only.
Solution is starting
rank 7 in job 1 server_name_60409 caused collective abort of all ranks exit status of rank 7: return code 0
rank 6 in job 1 server_name_60409 caused collective abort of all ranks exit status of rank 6: return code 0
rank 4 in job 1 server_name_60409 caused collective abort of all ranks exit status of rank 4: killed by signal 9
rank 3 in job 1 server_name_60409 caused collective abort of all ranks exit status of rank 3: killed by signal 9
rank 2 in job 1 server_name_60409 caused collective abort of all ranks exit status of rank 2: return code 0
rank 0 in job 1 server_name_60409 caused collective abort of all ranks exit status of rank 0: return code 0