Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Kowalewski committed Aug 10, 2018
1 parent 62ab4e6 commit c147ad4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions splash2/barnes-hut/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ TARGET=BARNES-dash.bin
DASHROOT?=$(HOME)/opt/dash-0.3.0
DASHCXX=$(DASHROOT)/bin/dash-mpic++ -dash:verbose

CXXFLAGS= -ggdb3 -O0 -Wall -DENABLE_LOGGING -DENABLE_ASSERTIONS
#CXXFLAGS= -O3 -Wall
#CXXFLAGS= -ggdb3 -O0 -Wall -DENABLE_LOGGING -DENABLE_ASSERTIONS
CXXFLAGS= -O3 -Wall

.phony: all
all: $(TARGET)
Expand Down
2 changes: 1 addition & 1 deletion splash2/barnes-hut/code.cc
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ void SlaveStart()
stepsystem(ProcessId);
// if (ProcessId == 0) printtree(G_root.get().get());
}
if (ProcessId == 0) printtree(G_root.get().get());
//if (ProcessId == 0) printtree(G_root.get().get());
}

void startrun()
Expand Down
1 change: 0 additions & 1 deletion splash2/barnes-hut/code.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <dash/Shared.h>
#include <type_traits>
#include "defs.h"
#include "shared_array.h"
#include "stdinc.h"
#include <cassert>

Expand Down

0 comments on commit c147ad4

Please sign in to comment.