Skip to content

Commit

Permalink
Increase value label to 300B
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Ejarque authored and cristianrcv committed Nov 11, 2019
1 parent 4002e12 commit d620da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions COMPSs_MODIFICATIONS
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ src/others/pyextrae/common/extrae.py.in Use os.getenv to set EXTRAE_HOME instead
ExtraeHome = "@sub_PREFIX@"
ExtraeHome = os.getenv("EXTRAE_HOME")
install Disable io instrumentation (install flag) change line "--enable-instrument-io \" for "--disable-instrument-io \"

src/merger/paraver/labels.h` (l.88) VALUE_LBL increased to 300
2 changes: 1 addition & 1 deletion src/merger/paraver/labels.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ typedef struct evttype_t
evttype_t;


#define VALUE_LBL 150
#define VALUE_LBL 300
typedef struct value_t
{
int value;
Expand Down

0 comments on commit d620da3

Please sign in to comment.