Simon,
ganglia seems to use the gcc predefined strings, so you need to add an
entry for __x86_64__
the diff is:
444a445,447
> #ifdef __x86_64__
> snprintf(val.str, MAX_G_STRING_SIZE, "x86_64");
> #endif
You will also have to change other bits such as adding
"|| defined(__x86_64__)"
to line 349 of the same file
Hope this helps,
Daniel.
--------------------------------------------------------------
Dr. Dan Kidger, Quadrics Ltd. daniel.kidger@...
One Bridewell St., Bristol, BS1 2AA, UK 0117 915 5505
----------------------- http://www.quadrics.com --------------------
-----Original Message-----
From: simon.dodsley@... [mailto:simon.dodsley@...]
Sent: 03 July 2003 15:15
To: ganglia-general@...
Subject: [Ganglia-general] Unsupported architecture
Hi,
We are trying to run Ganglia on some Opterons.
Things look OK, but the machine_type is blank. I guess you need to add
an additional type in gmond/machine.c for this architecture.
The 'uname -a' output from an opteron is as follows:
Linux opteron0 2.4.19-3.3qsnet #2 SMP Fri Jun 13 13:27:26 BST 2003
x86_64 unknown
I assume you need to add 'x86_64'
Regards,
Simon
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Ganglia-general mailing list
Ganglia-general@...
https://lists.sourceforge.net/lists/listinfo/ganglia-general
|