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

Add CUDA functionality to parse_lammps_dumps to allow for NVIDIA GPU support when analyzing large dump files. #4125

Open
kimiaGF opened this issue Oct 19, 2024 · 0 comments
Labels
enhancement A new feature or improvement to an existing one

Comments

@kimiaGF
Copy link

kimiaGF commented Oct 19, 2024

Feature Requested

I'd like to add GPU support for NVIDIA A100 GPUs for using parse_lammps_dumps from pymatgen.io.lammps.outputs.

Proposed Solution

Use cudf instead of pandas to read and parse LAMMPS dump file.

Relevant Information

Can increase efficiency of LAMMPS dump file reading significantly.

@kimiaGF kimiaGF added the enhancement A new feature or improvement to an existing one label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or improvement to an existing one
Projects
None yet
Development

No branches or pull requests

1 participant