You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PDEProblems.py, a __del__(self) destructor is used to destroy the 3 solver objects and 6 matrices once the class PDEVariationalProblem goes out of scope. Destroying the three solvers using:
and running the examples\sfsi_toy_gaussian.py using multiple processes for e.g. mpirun -n 2 python3 sfsi_toy_gaussian.py results in the program hanging (post all expected computations). Using Ctrl+C following the the above 2 proc command, gives the error code:
commit: 1c390ab
In
PDEProblems.py
, a__del__(self)
destructor is used to destroy the 3 solver objects and 6 matrices once theclass PDEVariationalProblem
goes out of scope. Destroying the three solvers using:and running the
examples\sfsi_toy_gaussian.py
using multiple processes for e.g.mpirun -n 2 python3 sfsi_toy_gaussian.py
results in the program hanging (post all expected computations). UsingCtrl+C
following the the above 2 proc command, gives the error code:The text was updated successfully, but these errors were encountered: