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 14bbcbe commit 149dfb7Copy full SHA for 149dfb7
ompi/communicator/ft/comm_ft_reliable_bcast.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2013-2020 The University of Tennessee and The University
+ * Copyright (c) 2013-2021 The University of Tennessee and The University
3
* of Tennessee Research Foundation. All rights
4
* reserved.
5
*
@@ -197,7 +197,7 @@ static void ompi_comm_rbcast_bml_recv_cb(
197
}
198
199
/* invoke the local registered callback for the type */
200
- assert( 0 <= msg->type && RBCAST_CB_TYPE_MAX >= msg->type );
+ assert( RBCAST_CB_TYPE_MAX >= msg->type );
201
if( NULL != ompi_comm_rbcast_cb[msg->type] ) {
202
if( ompi_comm_rbcast_cb[msg->type](comm, msg) ) {
203
/* forward the rbcast */
0 commit comments