[mpich] MPICH primary repository branch, master, updated. v3.2b1-80-gc89e8d8
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 c89e8d8ef3f15facf9763cfba4bd7a1f30b5b16e (commit) from cae2623451508fa68f2167f00debdb218c7989aa (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/c89e8d8ef3f15facf9763cfba4bd7a1f30... commit c89e8d8ef3f15facf9763cfba4bd7a1f30b5b16e Author: Charles J Archer <[email protected]> Date: Mon Apr 20 08:25:36 2015 -0700 OFI: Update for removed FI_CANCEL flag diff --git a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c index 3993088..91576f6 100644 --- a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c +++ b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c @@ -81,7 +81,6 @@ int MPID_nem_ofi_init(MPIDI_PG_t * pg_p, int pg_rank, char **bc_val_p, int *val_ hints->mode = FI_CONTEXT; hints->ep_attr->type = FI_EP_RDM; /* Reliable datagram */ hints->caps = FI_TAGGED; /* Tag matching interface */ - hints->caps |= FI_CANCEL; /* Support cancel */ hints->caps |= FI_DYNAMIC_MR; /* Global dynamic mem region */ /* ------------------------------------------------------------------------ */ ----------------------------------------------------------------------- Summary of changes: .../ch3/channels/nemesis/netmod/ofi/ofi_init.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org