[mpich] MPICH primary repository branch, master, updated. v3.2a2-109-gbb1c9db
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 bb1c9db61ffb2e8c7a92e4d5d0d965a066480cdf (commit) from 6f646ca0562951477c6c3023be985544ebd60f90 (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/bb1c9db61ffb2e8c7a92e4d5d0d965a066... commit bb1c9db61ffb2e8c7a92e4d5d0d965a066480cdf Author: Charles J Archer <[email protected]> Date: Wed Jan 14 08:58:12 2015 -0800 Updates to latest OFI pre-1.0 release Compile time fix required for OFI threading model No semantic changes Signed-off-by: Yohann Burette <[email protected]> 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 182a780..cefa87d 100644 --- a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c +++ b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c @@ -78,7 +78,7 @@ int MPID_nem_ofi_init(MPIDI_PG_t * pg_p, int pg_rank, char **bc_val_p, int *val_ tx_attr_t tx_attr; memset(&tx_attr, 0, sizeof(tx_attr)); - domain_attr.threading = FI_THREAD_PROGRESS; + domain_attr.threading = FI_THREAD_ENDPOINT; domain_attr.control_progress = FI_PROGRESS_AUTO; tx_attr.op_flags = FI_REMOTE_COMPLETE; hints.domain_attr = &domain_attr; ----------------------------------------------------------------------- Summary of changes: .../ch3/channels/nemesis/netmod/ofi/ofi_init.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org