Hi,
I am trying to run a hybrid mode(Xeon and MiC) of my application using MPI. However I keep getting this error.
HYD_pmcd_pmiserv_send_signal (./pm/pmiserv/pmiserv_cb.c:239): assert (!closed) failed
ui_cmd_cb (./pm/pmiserv/pmiserv_pmci.c:127): unable to send SIGUSR1 downstream
HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:435): error waiting for event
main (./ui/mpich/mpiexec.c:901): process manager error waiting for completion
I am using this command to execute the binaries on Xeon and MiC
mpirun -genvnone -genv I_MPI_FABRICS shm:tcp -n 24 -machinefile machinefile executable_Xeon -parallel : -n 60 -machinefile machinefile executable_MiC -parallel