On Sun, 24 Aug 2014, Sahai, Amal wrote:
> I encounter a problem when I try running this on more than one
> processor. The first system gets solved but the program just stops
> after that (there is no error message but the program stops). Any
> one of the systems can be solved if the others are co
I am solving a set of 4 systems in the same equation_system object. During the
solving process I end up calling the solve function for each of the system one
after the other:
system1.solve();
system2.solve();
system3.solve();
system4.solve();
I encounter a problem when I try running this on mor