From 9fe9eca906c1d49a52390e50600f985f4e1dcbd2 Mon Sep 17 00:00:00 2001 From: pjkirner Date: Thu, 29 Sep 2005 20:55:13 +0000 Subject: [PATCH] * Fix build breakage on XT3 introduced earlier today --- lnet/klnds/ptllnd/ptllnd.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lnet/klnds/ptllnd/ptllnd.h b/lnet/klnds/ptllnd/ptllnd.h index 9806bc4..c0fa145 100755 --- a/lnet/klnds/ptllnd/ptllnd.h +++ b/lnet/klnds/ptllnd/ptllnd.h @@ -94,6 +94,17 @@ /* Diffrent error types on Cray Portals*/ #define ptl_err_t ptl_ni_fail_t + +/* + * *** TEMPORARY UNTIL I GET CONFIRMATION FROM CRAY *** + * + * It looks like there is no maxum number of IOVs for + * Cray Portals. We only really require that the underyling + * implemenation be >= LNET_MAX_IOV, so simply set that here + * + */ +#define PTL_MD_MAX_IOV LNET_MAX_IOV + #endif #if CONFIG_SMP -- 1.8.3.1