From: Michal J. <mi...@ha...> - 2004-08-12 23:44:04
|
I think that it speaks for itself. :-) --- beoboot-cm1.9/node_up/nodeinfo.c~ 2003-11-05 11:52:07.000000000 -0700 +++ beoboot-cm1.9/node_up/nodeinfo.c 2004-08-12 15:34:57.354997882 -0600 @@ -91,7 +91,7 @@ int nodeup_postmove(int argc, char *argv {"cpus active : %Ld", &values[0], 1}, {"cycle frequency [Hz] : %Ld", &values[1], 1}, #endif -#if defined(__i386__) +#if defined(__i386__) || defined(__x86_64__) {"cpu MHz : %Ld", &values[1], 1000000}, {"processor\t:", &values[0], 0}, #endif Not much bad will happen without it. Simply in clustermatic log files you will see on x86_64 cpus=1; hz=0; mem=0 or something like that if that is missing. What formats should be used for Sparc and PowerPC I am afraid that I do not know. Michal |