Hi,
I am running an MPI application using IntelMPI. I could run this application using 1process successfully. While running it with more than 1process I am getting the following error.
1: Fatal error in PMPI_Waitall: Other MPI error, error stack:
1: PMPI_Waitall(284)..................: MPI_Waitall(count=1, req_array=0x124fb350, status_array=0x1) failed
1: MPIR_Waitall_impl(121).............:
1: MPIDI_CH3I_Progress(720)...........:
1: MPID_nem_lmt_vmsplice_progress(327):
1: do_readv(151)......................: readv failed - errno 9 (Bad file descriptor)
Kindly help me to resolve this issue.
Ramesh----