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

benchmark.bin fails silently for large grid size #38

Open
lgarrison opened this issue Jun 15, 2022 · 3 comments
Open

benchmark.bin fails silently for large grid size #38

lgarrison opened this issue Jun 15, 2022 · 3 comments

Comments

@lgarrison
Copy link
Contributor

Per the title, the benchmark seems to complete instantly if the fine grid gets too big:

lgarrison@workergpu142:~/spiner/bin/test$ ./benchmark.bin 64 6000
# ncoarse = 64
# nfine time/point (ns) L2 error
6000    2.03796296296296e-07    0.00000000000000e+00
lgarrison@workergpu142:~/spiner/bin/test$ echo $?
0

x-ref: openjournals/joss-reviews#4367, but this is low-priority and doesn't need to be resolved as part of the review.

@Yurlungur
Copy link
Collaborator

Interesting. I'll take a look at this. In what mode did you run this? On GPU? My guess is that the GPU is running out of memory when the benchmark attempts to allocate the arrays. But the fact there's no runtime error is disturbing.

@lgarrison
Copy link
Contributor Author

lgarrison commented Jun 15, 2022 via email

@Yurlungur
Copy link
Collaborator

Cool, thanks for the pointer. I'll look at this.

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