[mpich] MPICH primary repository branch, master, updated. v3.2a2-259-g4b7a4c3
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 4b7a4c35a97c32ccf9bd97c6af9f129374160c34 (commit) from 957ceec598103d8d643c9345512ae8ad4e88e993 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/4b7a4c35a97c32ccf9bd97c6af9f129374... commit 4b7a4c35a97c32ccf9bd97c6af9f129374160c34 Author: Xin Zhao <[email protected]> Date: Mon Mar 9 15:08:38 2015 -0700 Change file name ch3u_rma_oplist.c to ch3u_rma_progress.c File ch3u_rma_oplist.c contains functions that make progress on RMA on the origin side. Here we change the name of file to a more suitable one. No reviewer. diff --git a/src/mpid/ch3/include/mpid_rma_issue.h b/src/mpid/ch3/include/mpid_rma_issue.h index 9700ef6..bd40aac 100644 --- a/src/mpid/ch3/include/mpid_rma_issue.h +++ b/src/mpid/ch3/include/mpid_rma_issue.h @@ -1321,7 +1321,7 @@ static int issue_fop_op(MPIDI_RMA_Op_t * rma_op, } -/* issue_rma_op() is called by ch3u_rma_oplist.c, it triggers +/* issue_rma_op() is called by ch3u_rma_progress.c, it triggers proper issuing functions according to packet type. */ #undef FUNCNAME #define FUNCNAME issue_rma_op diff --git a/src/mpid/ch3/src/Makefile.mk b/src/mpid/ch3/src/Makefile.mk index 970535b..fd576c9 100644 --- a/src/mpid/ch3/src/Makefile.mk +++ b/src/mpid/ch3/src/Makefile.mk @@ -18,7 +18,7 @@ mpi_core_sources += \ src/mpid/ch3/src/ch3u_port.c \ src/mpid/ch3/src/ch3u_recvq.c \ src/mpid/ch3/src/ch3u_request.c \ - src/mpid/ch3/src/ch3u_rma_oplist.c \ + src/mpid/ch3/src/ch3u_rma_progress.c \ src/mpid/ch3/src/ch3u_rma_ops.c \ src/mpid/ch3/src/ch3u_rma_reqops.c \ src/mpid/ch3/src/ch3u_rma_sync.c \ diff --git a/src/mpid/ch3/src/ch3u_rma_oplist.c b/src/mpid/ch3/src/ch3u_rma_progress.c similarity index 100% rename from src/mpid/ch3/src/ch3u_rma_oplist.c rename to src/mpid/ch3/src/ch3u_rma_progress.c ----------------------------------------------------------------------- Summary of changes: src/mpid/ch3/include/mpid_rma_issue.h | 2 +- src/mpid/ch3/src/Makefile.mk | 2 +- .../src/{ch3u_rma_oplist.c => ch3u_rma_progress.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/mpid/ch3/src/{ch3u_rma_oplist.c => ch3u_rma_progress.c} (100%) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org