We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7264aa commit 519fffbCopy full SHA for 519fffb
ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c
@@ -8,7 +8,7 @@
8
* University of Stuttgart. All rights reserved.
9
* Copyright (c) 2004-2005 The Regents of the University of California.
10
* All rights reserved.
11
- * Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights
+ * Copyright (c) 2007-2016 Los Alamos National Security, LLC. All rights
12
* reserved.
13
* Copyright (c) 2010 IBM Corporation. All rights reserved.
14
* 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
244
}
245
246
247
+ } else {
248
+ lock->eager_send_active = true;
249
250
251
return OMPI_SUCCESS;
0 commit comments