diff options
author | 2019-11-11 13:24:32 -0800 | |
---|---|---|
committer | 2019-11-11 13:24:32 -0800 | |
commit | 66f370706bc3133f267406b1a7d3f2f046051ea2 (patch) | |
tree | 28e15fafd560bf0f678a882c8c35184ddea57d61 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 73df3761e92029302a1044ef9ed6651a267e2dab (diff) | |
download | WarpX-66f370706bc3133f267406b1a7d3f2f046051ea2.tar.gz WarpX-66f370706bc3133f267406b1a7d3f2f046051ea2.tar.zst WarpX-66f370706bc3133f267406b1a7d3f2f046051ea2.zip |
Call RedistributeGPU on GPU, since @amtyers fixed the issue with runtime components
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 10 |
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); |