diff --git a/atrip.org b/atrip.org index fbe61ea..5fd9b9d 100644 --- a/atrip.org +++ b/atrip.org @@ -1939,7 +1939,6 @@ Atrip::Output Atrip::run(Atrip::Input const& in) { MPI_Comm_split(universe, color, crank, &child_comm); MPI_Comm_rank(child_comm, &child_rank); MPI_Comm_size(child_comm, &child_size); - //CTF::World child_world(child_comm); } @@ -2444,7 +2443,7 @@ Atrip::Output Atrip::run(Atrip::Input const& in) { #+begin_src c++ :tangle (atrip-debug-h) #pragma once #define ATRIP_BENCHMARK -#define ATRIP_DONT_SLICE +//#define ATRIP_DONT_SLICE #define ATRIP_DEBUG 1 //#define ATRIP_WORKLOAD_DUMP #define ATRIP_USE_DGEMM diff --git a/include/atrip/Debug.hpp b/include/atrip/Debug.hpp index 19ffb22..9153954 100644 --- a/include/atrip/Debug.hpp +++ b/include/atrip/Debug.hpp @@ -1,7 +1,7 @@ // [[file:../../atrip.org::*Debug][Debug:1]] #pragma once #define ATRIP_BENCHMARK -#define ATRIP_DONT_SLICE +//#define ATRIP_DONT_SLICE #define ATRIP_DEBUG 1 //#define ATRIP_WORKLOAD_DUMP #define ATRIP_USE_DGEMM diff --git a/src/atrip/Atrip.cxx b/src/atrip/Atrip.cxx index 1c894c1..c1c3b73 100644 --- a/src/atrip/Atrip.cxx +++ b/src/atrip/Atrip.cxx @@ -62,7 +62,6 @@ Atrip::Output Atrip::run(Atrip::Input const& in) { MPI_Comm_split(universe, color, crank, &child_comm); MPI_Comm_rank(child_comm, &child_rank); MPI_Comm_size(child_comm, &child_size); - //CTF::World child_world(child_comm); }