Merge pull request #5186 from hoopoepg/topic/ucx-amo-error-msg
MCA/UCX: fixed error messages for incorrect msg size
Этот коммит содержится в:
Коммит
976cd5e307
@ -63,7 +63,7 @@ int mca_atomic_ucx_cswap(void *target,
|
||||
return ucx_status_to_oshmem(status);
|
||||
|
||||
err_size:
|
||||
ATOMIC_ERROR("[#%d] Type size must be 1/2/4 or 8 bytes.", my_pe);
|
||||
ATOMIC_ERROR("[#%d] Type size must be 4 or 8 bytes.", my_pe);
|
||||
return OSHMEM_ERROR;
|
||||
}
|
||||
|
||||
|
@ -63,6 +63,6 @@ int mca_atomic_ucx_fadd(void *target,
|
||||
return ucx_status_to_oshmem(status);
|
||||
|
||||
err_size:
|
||||
ATOMIC_ERROR("[#%d] Type size must be 1/2/4 or 8 bytes.", my_pe);
|
||||
ATOMIC_ERROR("[#%d] Type size must be 4 or 8 bytes.", my_pe);
|
||||
return OSHMEM_ERROR;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user