aboutsummaryrefslogtreecommitdiff
path: root/src/Panda/c_interface.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/Panda/c_interface.C')
-rw-r--r--src/Panda/c_interface.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Panda/c_interface.C b/src/Panda/c_interface.C
index b6085d6..571e166 100644
--- a/src/Panda/c_interface.C
+++ b/src/Panda/c_interface.C
@@ -106,7 +106,7 @@ void PandaTimestep(ArrayInfo *ptr)
ptr->data_, ptr->stencil_width_);
global_bear->app_barrier();
- printf("---------------- Panda Timestep -------------------\n");
+// printf("---------------- Panda Timestep -------------------\n");
//printf("name %s rank %d size %d %d %d esize %d mem_layout %d %d %d disk_layout %d stencil_width_ %d\n", ptr->name_, ptr->rank_, ptr->size_[0], ptr->size_[1], ptr->size_[2], ptr->esize_, ptr->mem_layout_[0], ptr->mem_layout_[1], ptr->mem_layout_[2], ptr->disk_layout_[0], ptr->stencil_width_);
array->timestep();