-
Notifications
You must be signed in to change notification settings - Fork 16
/
known-issues
22 lines (16 loc) · 1.03 KB
/
known-issues
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*****************************************************************************
** TAU Portable Profiling Package **
** http://www.cs.uoregon.edu/research/paracomp/tau **
*****************************************************************************
** Copyright 1997-2009 **
** Department of Computer and Information Science, University of Oregon **
** Advanced Computing Laboratory, Los Alamos National Laboratory **
** Research Center Juelich, ZAM Germany **
*****************************************************************************
This file lists known limitation of TAU.
--------------------------------------------------------------------------------
* Memory tracking with mallinfo
TAU uses the mallinfo call when available on a system. mallinfo is not 64-bit
clean and is only accurate up to 4GB. The getrusage call is used on some other
systems, but does not work at all for Linux systems.
--------------------------------------------------------------------------------