-
Notifications
You must be signed in to change notification settings - Fork 66
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
Deadlock in gesvx
when FACT='E'
#119
Comments
Further debugging shows that, the local variable Lines 665 to 673 in a23c2cd
Thus, for two processes, it is possible that process A has However, later after getting the solution via Lines 783 to 810 in a23c2cd
In this inner if statement line 784, process B will skip since its Thus, it is necessary to distribute |
Running the attached problem with two processes such as
results in deadlock.
From the bt, one process is waiting to receive data from the other process in
pdcopy
.The attached program does not yield correct solution, only created to reproduce the deadlock.
deadlock.cpp.txt
The text was updated successfully, but these errors were encountered: