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
I have decomposited my MPI_COMMON_WORLD(size 16) into 4 domains with 4 MPIs every region.
Then here, run ' spss_ -> solve() ' in 4 MPI domians
and found others will be barried when the 1st of 4 solve() finish.
Result : Used by GMResMPI or BicgstabMPI, the norm2() contains ' MPIComm() ' , which default to MPI_COMMON_WORLD , rather than given ' comm' .