Skip to content
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

Two sided communication fails to converge #27

Closed
soumyadipghosh opened this issue Feb 26, 2020 · 2 comments
Closed

Two sided communication fails to converge #27

soumyadipghosh opened this issue Feb 26, 2020 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@soumyadipghosh
Copy link
Collaborator

soumyadipghosh commented Feb 26, 2020

The following execution after compiling with develop branch does not converge in 500 iterations:

mpirun -np 4 ./benchmarking/bench_ras --num_iters=500 --explicit_laplacian --set_1d_laplacian_size=64 --set_tol=1e-6 --local_tol=1e-12 --partition=regular2d --local_solver=iterative_ginkgo --enable_twosided

However, when the twosided is changed to onesided, it converges!

@pratikvn
Copy link
Owner

Yes, for twosided, you need to add the --enable_global_check flag which allows it to test for convergence. Otherwise, it just runs until the number of iterations.

@pratikvn pratikvn added the question Further information is requested label Feb 26, 2020
@pratikvn
Copy link
Owner

Closing as I believe it is resolved now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants