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

Input file with 1.e8 (many!) beam particles and 1536^2 grid points fails on 4 V100s #716

Open
MaxThevenet opened this issue Mar 16, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@MaxThevenet
Copy link
Member

MaxThevenet commented Mar 16, 2022

Running with many beam particles makes the run fail, in particular:

  • in single precision, the code runs but all output are NaNs.
  • in DP, the code crashes with the message below.

@hightower8083 reported the issue. Compiling with -DAMReX_LINEAR_SOLVERS=ON and running with hipace.use_amrex_mlmg = 1 fixes the issue, so this should be related to #699. Dividing the number of beam particles by 100 fixes the issue.

A reproducer with about 1536 1536 1024 cells and 100000000 beam particles will come later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant