This thread is locked.Only browsing is available.
Top Page > Browsing
Memory control in OpenMX
Date: 2016/06/30 01:13
Name: Artem Pulkin

OpenMX allocates large arrays without any check of "malloc" output. Is it possible have any feedback on array size created when running a large (for example 10nm x 10nm x 0.5 nm)? I want to be able to know how much more memory does OpenMX need to calculate it.
メンテ
Page: [1]

Re: Memory control in OpenMX ( No.1 )
Date: 2016/07/04 09:58
Name: T. Ozaki

Hi,

Af for checking memory usage, there are two functionalities explained at
http://www.openmx-square.org/openmx_man3.8/node170.html
http://www.openmx-square.org/openmx_man3.8/node171.html

Also I recommend to use other profilers such as VTune, Valgrind, or ones provided
by vendors, which tells us more details on how OpenMX does memory allocation for
each of array.

Regards,

TO
メンテ

Page: [1]