Difference between revisions of "MADNESS"

From Tau Wiki
Jump to: navigation, search
Line 1: Line 1:
To build MADNESS with TAU for profiling/tracing, some modifications need to be made to the code for parsing purposes.  Additionally, a modification was made to fix a bug in MADNESS:
+
To build MADNESS with TAU for profiling/tracing, some modifications need to be made to the code for parsing purposes.  Additionally, a modification was made to fix a bug in MADNESS.  To begin, get the source from svn:
 +
 
 +
svn co -r1177 http://m-a-d-n-e-s-s.googlecode.com/svn/local/trunk madness
 +
 
 +
Next, patch it with the following patch:
  
 
[[Media:tau-madness-r1177.diff|tau-madness-r1177.diff]]
 
[[Media:tau-madness-r1177.diff|tau-madness-r1177.diff]]

Revision as of 22:51, 28 July 2009

To build MADNESS with TAU for profiling/tracing, some modifications need to be made to the code for parsing purposes. Additionally, a modification was made to fix a bug in MADNESS. To begin, get the source from svn:

svn co -r1177 http://m-a-d-n-e-s-s.googlecode.com/svn/local/trunk madness

Next, patch it with the following patch:

tau-madness-r1177.diff