We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are several steps.
openPMD-api
Provide example/instructions on how to process fields/particles in the WarpX documentation.
(We should decide exactly where in the documentation this should go.)
Provide example/instructions on how to:
openPMD-viewer
Provide an interface to use a Dask cluster in openPMD-viewer:
ts = OpenPMDTimeSeries( path_to_data, dask_cluster )
Provide instructions of all of the above worflows, but with RAPIDS objects, that run the DASK workflows on GPU (e.g. using cuDF)
multiprocessing
The text was updated successfully, but these errors were encountered:
Note that NERSC's JupyterHub has a Dask kernel, which I think is meant for this type of interactive, parallel work:
Sorry, something went wrong.
EZoni
No branches or pull requests
There are several steps.
Parallel processing on one node with
openPMD-api
Provide example/instructions on how to process fields/particles in the WarpX documentation.
(We should decide exactly where in the documentation this should go.)
Parallel processing on several nodes with
openPMD-api
Provide example/instructions on how to:
Parallel processing on several nodes with
openPMD-viewer
Provide an interface to use a Dask cluster in
openPMD-viewer
:Parallel processing with GPUs
Provide instructions of all of the above worflows, but with RAPIDS objects, that run the DASK workflows on GPU (e.g. using cuDF)
Other tools (e.g.
multiprocessing
)The text was updated successfully, but these errors were encountered: