From 5baf28e5115f450d4f2fd821c33df5a37054792d Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Thu, 11 Jul 2019 09:07:26 -0700 Subject: remove print statements --- Source/Particles/WarpXParticleContainer.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/Particles/WarpXParticleContainer.cpp') diff --git a/Source/Particles/WarpXParticleContainer.cpp b/Source/Particles/WarpXParticleContainer.cpp index eec633a37..8f13b1b3e 100644 --- a/Source/Particles/WarpXParticleContainer.cpp +++ b/Source/Particles/WarpXParticleContainer.cpp @@ -421,15 +421,11 @@ WarpXParticleContainer::DepositCurrent(WarpXParIter& pti, #ifndef AMREX_USE_GPU BL_PROFILE_VAR_START(blp_accumulate); - Print()<<"start atomic add\n"; // CPU, tiling: atomicAdd local_jx into jx // (same for jx and jz) (*jx)[pti].atomicAdd(local_jx[thread_num], tbx, tbx, 0, 0, 1); - Print()<<"end x atomic add\n"; (*jy)[pti].atomicAdd(local_jy[thread_num], tby, tby, 0, 0, 1); - Print()<<"end y atomic add\n"; (*jz)[pti].atomicAdd(local_jz[thread_num], tbz, tbz, 0, 0, 1); - Print()<<"end z atomic add\n"; BL_PROFILE_VAR_STOP(blp_accumulate); #endif } -- cgit v1.2.3