fix comment in ompi/mpi/c/group_{excl,incl}.c
no code change
Этот коммит содержится в:
родитель
b484784dca
Коммит
46a87cabf0
@ -13,6 +13,8 @@
|
|||||||
* Copyright (c) 2006 University of Houston. All rights reserved.
|
* Copyright (c) 2006 University of Houston. All rights reserved.
|
||||||
* Copyright (c) 2006-2009 Cisco Systems, Inc. All rights reserved.
|
* Copyright (c) 2006-2009 Cisco Systems, Inc. All rights reserved.
|
||||||
* Copyright (c) 2012-2013 Los Alamos Nat Security, LLC. All rights reserved.
|
* Copyright (c) 2012-2013 Los Alamos Nat Security, LLC. All rights reserved.
|
||||||
|
* Copyright (c) 2015 Research Organization for Information Science
|
||||||
|
* and Technology (RIST). All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -73,7 +75,7 @@ int MPI_Group_excl(MPI_Group group, int n, const int ranks[],
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} /* end if( MPI_CHECK_ARGS) */
|
} /* end if( MPI_PARAM_CHECK ) */
|
||||||
|
|
||||||
if ( n == group_size ) {
|
if ( n == group_size ) {
|
||||||
*new_group = MPI_GROUP_EMPTY;
|
*new_group = MPI_GROUP_EMPTY;
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
* Copyright (c) 2006-2009 Cisco Systems, Inc. All rights reserved.
|
* Copyright (c) 2006-2009 Cisco Systems, Inc. All rights reserved.
|
||||||
* Copyright (c) 2012-2013 Los Alamos National Security, LLC. All rights
|
* Copyright (c) 2012-2013 Los Alamos National Security, LLC. All rights
|
||||||
* reserved.
|
* reserved.
|
||||||
|
* Copyright (c) 2015 Research Organization for Information Science
|
||||||
|
* and Technology (RIST). All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -73,7 +75,7 @@ int MPI_Group_incl(MPI_Group group, int n, const int ranks[], MPI_Group *new_gro
|
|||||||
FUNC_NAME);
|
FUNC_NAME);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} /* end if( MPI_CHECK_ARGS) */
|
} /* end if( MPI_PARAM_CHECK ) */
|
||||||
|
|
||||||
if ( 0 == n ) {
|
if ( 0 == n ) {
|
||||||
*new_group = MPI_GROUP_EMPTY;
|
*new_group = MPI_GROUP_EMPTY;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user