1
1
This commit was SVN r24596.
Этот коммит содержится в:
Edgar Gabriel 2011-03-31 20:05:45 +00:00
родитель ad9f793ce4
Коммит 725a0d2100

Просмотреть файл

@ -9,7 +9,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2007-2010 University of Houston. All rights reserved.
* Copyright (c) 2007-2011 University of Houston. All rights reserved.
* Copyright (c) 2007-2008 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
* $COPYRIGHT$
@ -145,7 +145,8 @@ int ompi_comm_set ( ompi_communicator_t **ncomm,
/* Check how many different jobids are represented in this communicator.
Necessary for the disconnect of dynamic communicators. */
if ( local_size != 0 ) {
if ( 0 < local_size ) {
ompi_dpm.mark_dyncomm (newcomm);
}