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

Distributed RAM Source Support #4

Open
ax3l opened this issue Jan 28, 2015 · 2 comments
Open

Distributed RAM Source Support #4

ax3l opened this issue Jan 28, 2015 · 2 comments

Comments

@ax3l
Copy link
Member

ax3l commented Jan 28, 2015

We do need an additional data source: distributed RAM (on MPI nodes).

With that we could process the host-memory of, e.g., PIConGPU FieldE host-buffers live during a simulation that is controlled via the PIConGPU python bindings.

example:
start sim for 1000 steps
sync all FieldE to host(s)
operate on all FieldE with pyDive
sync all FieldE values back to device(s)

of course, the same is necessary for particle data sources.

@PrometheusPi
Copy link
Member

👍 This would ease omega-k data analysis a lot.

@ax3l
Copy link
Member Author

ax3l commented Jan 29, 2015

I think that would be super awesome for hacking PIConGPU: init configurations, new solvers/methods/... or live visualisation with matplotlib/paraview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants