For some time an error message
'some odd form of rounding problem, in mmAlloc' error message'
has been creeping up,most notably on new Mac 64 bit machines. But I've
now seen it also on Linux 64 bit, and filed our usual bugzilla report here:
http://www.mmarray.org/bugzilla/show_bug.cgi?id=1053
I'm in the process of fixing up offending code, but the main reason is
that our address space on 64 bit can exceed 4GB, and that does not
fit in an integer (32 bits) anymore. Luckily fortran has gone with the
times and integer*8 will effectively solve this.
I expect the 2012 summerschool version of miriad to be fixed up for this,
which will be coming out in beta this month. The 2012 school is Jun 17-23,
a bit earlier than usual.
On another note, I've been told that MacOS10.7 (aka Lion) will run the
10.6 binary version of miriad just fine, even recompile library and tasks.
peter