__func__ changed to hardcoded name, after a long thread of emails :)
This commit was SVN r21965.
Этот коммит содержится в:
родитель
ae31af7dec
Коммит
4a84f29fa6
@ -313,7 +313,7 @@ static inline struct ompi_proc_t* ompi_comm_peer_lookup(ompi_communicator_t* com
|
|||||||
{
|
{
|
||||||
#if OPAL_ENABLE_DEBUG
|
#if OPAL_ENABLE_DEBUG
|
||||||
if(peer_id >= comm->c_remote_group->grp_proc_count) {
|
if(peer_id >= comm->c_remote_group->grp_proc_count) {
|
||||||
opal_output(0, "%s: invalid peer index (%d)", __func__,peer_id);
|
opal_output(0, "ompi_comm_peer_lookup: invalid peer index (%d)", peer_id);
|
||||||
return (struct ompi_proc_t *) NULL;
|
return (struct ompi_proc_t *) NULL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user