aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-11-11 19:46:41 -0800
committerGravatar GitHub <noreply@github.com> 2019-11-11 19:46:41 -0800
commit822fe53f6c98041f1db92f5e0002d3211419330c (patch)
tree28e15fafd560bf0f678a882c8c35184ddea57d61 /Source/Particles/PhysicalParticleContainer.cpp
parent73df3761e92029302a1044ef9ed6651a267e2dab (diff)
parent66f370706bc3133f267406b1a7d3f2f046051ea2 (diff)
downloadWarpX-822fe53f6c98041f1db92f5e0002d3211419330c.tar.gz
WarpX-822fe53f6c98041f1db92f5e0002d3211419330c.tar.zst
WarpX-822fe53f6c98041f1db92f5e0002d3211419330c.zip
Merge pull request #519 from MaxThevenet/redistribute_gpu
Call RedistributeGPU on GPU
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index 51690d659..77f6601c6 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -62,16 +62,6 @@ PhysicalParticleContainer::PhysicalParticleContainer (AmrCore* amr_core, int isp
"Radiation reaction can be enabled only if Boris pusher is used");
//_____________________________
-#ifdef AMREX_USE_GPU
- Print()<<"\n-----------------------------------------------------\n";
- Print()<<"WARNING: field ionization on GPU uses RedistributeCPU\n";
- Print()<<"-----------------------------------------------------\n\n";
- //AMREX_ALWAYS_ASSERT_WITH_MESSAGE(
- //do_field_ionization == 0,
- //"Field ionization does not work on GPU so far, because the current "
- //"version of Redistribute in AMReX does not work with runtime parameters");
-#endif
-
#ifdef WARPX_QED
//Add real component if QED is enabled
pp.query("do_qed", m_do_qed);