Skip to content

Commit 519fffb

Browse files
committed
osc/pt2pt: eager sends are always active if MPI_MODE_NOCHECK is used
This commit fixes #1299. Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
1 parent d7264aa commit 519fffb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* University of Stuttgart. All rights reserved.
99
* Copyright (c) 2004-2005 The Regents of the University of California.
1010
* All rights reserved.
11-
* Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights
11+
* Copyright (c) 2007-2016 Los Alamos National Security, LLC. All rights
1212
* reserved.
1313
* Copyright (c) 2010 IBM Corporation. All rights reserved.
1414
* Copyright (c) 2012-2013 Sandia National Laboratories. All rights reserved.
@@ -244,6 +244,8 @@ static int ompi_osc_pt2pt_lock_internal_execute (ompi_osc_pt2pt_module_t *module
244244
}
245245

246246
}
247+
} else {
248+
lock->eager_send_active = true;
247249
}
248250

249251
return OMPI_SUCCESS;

0 commit comments

Comments
 (0)