-
Notifications
You must be signed in to change notification settings - Fork 2
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
Multiple processor crash #10
Comments
Looking at some debugging information, of
|
Crash is happening because something is changing the size of |
It looks like the crash happens because of the following sequence.
|
This line causes the loop to return back to tag 50 and PARVMEC/Sources/TimeStep/runvmec.f Line 381 in 41375c7
|
At the second attempt of the multigrid, the loop counter starts at index zero since jacobian_off is one. |
Joachim Geiger has reported a crash when running with multiple processors. The following input files
Cases.zip
show the behavior.
input.crashes uses an extended number of modes and crashed with a heap-overflow error when run with more than a single processor. The
input.works` is the same case with a reduced number of modes. This cases does not exhibit the behavior. The crash was reported using the ifort compiler however, I was able to reproduce this crash by turning on the address-sanitizer flag.The text was updated successfully, but these errors were encountered: