1
1

Use the right variable in the output

This commit was SVN r18487.
Этот коммит содержится в:
Jeff Squyres 2008-05-23 13:11:12 +00:00
родитель b08839f9f5
Коммит 1b50e5f6a5

Просмотреть файл

@ -1166,7 +1166,7 @@ static int ibcm_module_start_connect(ompi_btl_openib_connect_base_module_t *cpc,
sizeof(ibcm_base_cm_id_t*));
if (NULL == ie->ie_cm_id_cache) {
OPAL_OUTPUT((-1, "ib cm: failed to malloc %d active device ids",
num_ids));
ie->ie_cm_id_cache_size));
rc = OMPI_ERR_OUT_OF_RESOURCE;
goto err;
}