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

Supporting Large Problem sizes #7

Open
keitat opened this issue Feb 6, 2020 · 1 comment
Open

Supporting Large Problem sizes #7

keitat opened this issue Feb 6, 2020 · 1 comment

Comments

@keitat
Copy link

keitat commented Feb 6, 2020

We have discovered the number of particles in MiniMD is stored in a 32 bit integer: 4nxny*nz. This makes it difficult to set up larger problem sizes. Do you have any plan to use 64 bit integer to express the number of particles and other scalar entries in the code?

@crtrott
Copy link
Member

crtrott commented Feb 6, 2020

I didn't have any plans to change that. Also its generally not a very typical use case for this type of MD simulation.

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

No branches or pull requests

2 participants