Question about the Deallocation function in Memory Allocator.


Clicked A Few Times
Dear all

When I edit the codes of Nwchem 6.3, I found that there are three kinds of deallocation function in memory allocator:
===================
• MA_chop_stack(memhandle)
– integer memhandle
• MA_free_heap(memhandle)
– integer memhandle
• MA_pop_stack(memhandle)
– integer memhandle
===================
What are the differences among these functions?

Is there any detail information about the memory allocator?

Best regards

Forum Vet
Ylniu
This is the web page that contains the MA documentation

http://hpc.pnl.gov/globalarrays/ma/index.shtml

API description at

http://hpc.pnl.gov/globalarrays/ma/


Forum >> NWChem's corner >> Running NWChem