Skip to content

Commit

Permalink
MCA/SSHMEM/UCX: memory_type=%s
Browse files Browse the repository at this point in the history
Signed-off-by: Roie Danino <[email protected]>
  • Loading branch information
roiedanino committed Sep 7, 2023
1 parent 0939339 commit 0f18386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oshmem/mca/sshmem/ucx/sshmem_ucx_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ segment_create_internal(map_segment_t *ds_buf, void *address, size_t size,

status = ucp_mem_map(spml->ucp_context, &mem_map_params, &mem_h);
if (UCS_OK != status) {
SSHMEM_VERBOSE(err_level, "ucp_mem_map(%s) failed: %s\n",
SSHMEM_VERBOSE(err_level, "ucp_mem_map(memory_type=%s) failed: %s\n",
ucs_memory_type_names[mem_type],
ucs_status_string(status));
rc = OSHMEM_ERROR;
Expand Down

0 comments on commit 0f18386

Please sign in to comment.