Communicattion mode Blocking Routines Nonblocking Routines Synchronous Send MPI_Ssend MPI_Issend Standard Send MPI_Send MPI_Isend Standard Receive MPI_Recv MP_Irecv Blocking routines: 송신하려는 변수나 배열의 데이터가 다른곳에 복사된 직후 종료 Nonblocking routines: 송신하겠다는 의사만 수신할 프로세스에게 표시하고 종료 Synchronous mode: 상대방의 송신이 끝나야 본인도 종료 Standard mode: 상대방과는 상관없이 본인이 실행, 종료 MPI_Isend(buf,count,datatype,dest,tag,comm,request) &..