Dear Anthony<div><br></div><div>Hi</div><div> I have a question if it is possible:</div><div>I want to be sure that if these 2 commands are equivalent or not:</div><div><br></div><div>C_rh=CSHIFT(C_rh,-1,4)   !HPF</div><div>
<br></div><div>MPI_Recv(C_rh,count, mreal,rank+1,MPI_COMM_WORLD,msid,ierr)   !MPI</div><div>MPI_Send(C_rh,count, mreal,rank-1,MPI_COMM_WORLD,msid,ierr)   !MPI</div><div><br></div><div>and the second, is there any efficient way of debugging for finding deadlocks in the code?</div>
<div><br></div><div>Kind Regards</div><div>Sincerely</div><div>Amin</div>