Whamcloud - gitweb
* Fix build breakage on XT3 introduced earlier today
authorpjkirner <pjkirner>
Thu, 29 Sep 2005 20:55:13 +0000 (20:55 +0000)
committerpjkirner <pjkirner>
Thu, 29 Sep 2005 20:55:13 +0000 (20:55 +0000)
lnet/klnds/ptllnd/ptllnd.h

index 9806bc4..c0fa145 100755 (executable)
 /* 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