ComputationalRadiationPhysics / picongpu

Performance-Portable Particle-in-Cell Simulations for the Exascale Era :sparkles:
https://picongpu.readthedocs.io
Other
700 stars 217 forks source link

Problem with moving window #2477

Closed Fettpet closed 6 years ago

Fettpet commented 6 years ago

I used the current dev branch 5e781594a02322f855eb181fbd573b623caa8279. The modules are

I follow the basics guideline. The only difference was the usage of /etc/picongpu/0008gpus.cfg instead of /etc/picongpu/0016gpus.cfg. The problem with this configuration is, the outputted pngs doesn't look right. The matter disappear to the left of the image. If I remove the option -m in TBG_movingWindow the output looks like it should. I think there is a bug in the moving window.

PrometheusPi commented 6 years ago

@Fettpet thanks for the report. Could you please post the two png outputs here, so we can directly see the results you mentioned?

I suspect that the default setup for 8 GPUs might be a bit too short to keep the entire first plasma cavity when used with moving window. I will check this.

Fettpet commented 6 years ago

I created two videos. The first use moving window. In the second one, I remove the sliding window option. By the way, I didn't tested other default settings, like 8, 16 or 32 GPUs.

PrometheusPi commented 6 years ago

The default length of the 8 GPU example is too short for a moving window simulation. The window starts sliding before the laser entered the simulation box completely. Thanks for pointing this out. I will fix the setup.

PrometheusPi commented 6 years ago

@Fettpet Does the pull request resolve your issue?