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 am running the parallel version of the possion3d problem, when i use the parmetis, it feeds back the error.
mpiexec -np 2 ./build/amgcl ./A.bin ./b.bin rows is :85623rows is :85623 World size: 2 Matrix ./A.bin: 85623x85623 RHS ./b.bin: 85623x1 row-beg 0 row_end 42812 Partitioning[ParMETIS] 2 -> 2 PARMETIS ERROR: The sum of tpwgts for constraint #0 is not 1.0 PARMETIS ERROR: The sum of tpwgts for constraint #0 is not 1.0 Failed assumption: Error in ParMETIS Offending processes: 0 1 terminate called after throwing an instance of 'terminate called after throwing an instance of 'std::runtime_error' what(): std::runtime_errorError in ParMETIS ' what(): Error in ParMETIS
The text was updated successfully, but these errors were encountered:
I am running the parallel version of the possion3d problem, when i use the parmetis, it feeds back the error.
mpiexec -np 2 ./build/amgcl ./A.bin ./b.bin rows is :85623rows is :85623 World size: 2 Matrix ./A.bin: 85623x85623 RHS ./b.bin: 85623x1 row-beg 0 row_end 42812 Partitioning[ParMETIS] 2 -> 2 PARMETIS ERROR: The sum of tpwgts for constraint #0 is not 1.0 PARMETIS ERROR: The sum of tpwgts for constraint #0 is not 1.0 Failed assumption: Error in ParMETIS Offending processes: 0 1 terminate called after throwing an instance of 'terminate called after throwing an instance of 'std::runtime_error' what(): std::runtime_errorError in ParMETIS ' what(): Error in ParMETIS
The text was updated successfully, but these errors were encountered: