Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Communication buffers size enhancement #10

Open
e-ago opened this issue Jan 20, 2017 · 0 comments
Open

Communication buffers size enhancement #10

e-ago opened this issue Jan 20, 2017 · 0 comments

Comments

@e-ago
Copy link

e-ago commented Jan 20, 2017

In my asynchronous implementation ( https://github.com/e-ago/CoMD-CUDA-Async ) using runs with parameters like "-e -x 80 -y 80 -z 80" with up to 16 process I noticed that after the first atom exchange function, the size of the communication buffers in the force exchange function never change; however the size is calculated again during each force exchange function call.

Therefore, after the first atom exchange, I always used the same buffer size and without having any crash.
Can this improvement be used in the most general case? (i.e. all the type of executions?)

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

No branches or pull requests

2 participants