We run maui for an ItaniumII system (Altix) and had bad trouble with
reliability so we have started running maui on a separate ia32 system.
We had to make the following patch, to enable parsing of the EPORT
setting. The arrangement is working well.
- Gareth
-----Original Message-----
From: Smith, Daniel (HPSC, Melbourne - HPSC)
Sent: Friday, 1 September 2006 1:43 PM
To: Williams, Gareth (HPSC, Melbourne - HPSC)
Subject: Patch to allow Maui RM EPORT to be parsed correctly
This fixes the
WARNING: RM attribute 'EPORT' not handled
issue
--- maui-3.2.6p16/src/moab/MRM.c 2006-07-22 10:59:36.000000000
+1000
+++ maui-3.2.6p16-hpsc/src/moab/MRM.c 2006-09-01 13:18:16.554552920
+1000
@@ -2411,6 +2411,12 @@
break;
+ case mrmaEPort:
+
+ R->EPort = (int)strtol(ValLine,NULL,0);
+
+ break;
+
case mrmaPort:
R->P[0].Port = (int)strtol(ValLine,NULL,0);
--
Daniel Smith
_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers