Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] openPMD: Particle Filters #1371

Closed
wants to merge 2 commits into from

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Sep 23, 2020

Implement particle filters in openPMD I/O (#1004).

Implement particle filters in openPMD I/O.
@ax3l ax3l added the component: openPMD openPMD I/O label Sep 23, 2020
GeometryFilter const geometry_filter(particle_diag.m_do_geom_filter,
particle_diag.m_diag_domain);

auto const f = [=] AMREX_GPU_HOST_DEVICE (const SuperParticleType& p)
Copy link
Member Author

@ax3l ax3l Sep 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NVCC:

The enclosing parent function ("WarpXParticleCounter") for an extended __host__ __device__ lambda must allow its address to be taken

Move out, e.g. to a detail:: function.

`nvcc:`
```
The enclosing parent function ("WarpXParticleCounter") for an
extended __host__ __device__ lambda must allow its address to be
taken
```
@ax3l
Copy link
Member Author

ax3l commented Jan 16, 2021

Replaced by #1632

@ax3l ax3l closed this Jan 16, 2021
@ax3l ax3l deleted the topic-openPMDparticleFilter branch January 16, 2021 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant