On Sep 16, 2005, at 8:44 AM, Ferris McCormick wrote:
========================================== fmccor@polylepis util [235]% ./opal_timer --> frequency: 900000000 --> cycle count Slept approximately 903151189 cycles, or 1003501 us --> usecs Slept approximately 18446744073289684648 us ==========================================
That last value means that I'm munging the upper 32 bits of the tick register (it's 64 bits long). So we're not quite there yet, but getting closer. I should be able to get to that today.
The other problem is very odd. Since you're compiling in 32bit mode, I'd expect us to see it on our PowerPC machines, but I haven't run into that one yet. I'll try to compile without debugging and see what I can see.
Brian