[petsc-dev] Bug in ML memory management on 64 bit windows

John Fettig john.fettig at gmail.com
Fri Dec 14 15:44:29 CST 2012


ML's memory management uses longs to do pointer arithmetic, but in 64 bit
windows a long isn't big enough to store an address.  Here's the fix, from
ml-6.2/src/Utils/.

Regards,
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20121214/458ba7f1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ml_memory.c
Type: text/x-csrc
Size: 37505 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20121214/458ba7f1/attachment.bin>


More information about the petsc-dev mailing list