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

problem with "gpu-local-tree-walk" enabled #131

Open
darrenreed opened this issue Aug 31, 2022 · 1 comment
Open

problem with "gpu-local-tree-walk" enabled #131

darrenreed opened this issue Aug 31, 2022 · 1 comment

Comments

@darrenreed
Copy link

The particle rung distribution from a GPU build is very different with and without "gpu-local-tree-walk" enabled. With that option disabled, the rung distribution matches that of a cpu build, as expected.
Example rung distributions of step 1 of a ~4 billion particle run:


 CPU build:
 Rung distribution: ( 194114649, 3220278598, 561485123, 3709086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ,) 
 
 GPU build, gpu-local-tree-walk disabled:
 Rung distribution: ( 194162039, 3220225643, 561490751, 3709023, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,) 

 GPU  build, gpu-local-tree-walk enabled:
 Rung distribution: ( 12915310, 167840400, 34995287, 27629871, 3716484141, 19722447, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,0, 0, 0,) 

@trquinn
Copy link
Member

trquinn commented Jan 17, 2023

I tried to reproduce this with the testcosmo. No luck: it seems to work OK with any of these builds.

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