[nhc-bugs] profiling timesteps

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Mon, 3 Dec 2001 16:05:15 +0000


> The documentation says "Profiling intervals may be given in Mega-,
> kilo-, or milli- seconds. For example, 1Ms (1 Megasecond), 2ms (2
> milliseconds). If no units are specified, the default is seconds." 

The documentation is wrong.  If you don't specify a unit, the default
appears to be `number of allocations', which is not a time-based
unit at all.  It is no surprise that your -i100 computation ran out
of space with this interpretation!

Regards,
    Malcolm