Joe O'Connor
Joe O'Connor
Hi @marsaev, thanks for your reply. The solver config I'm using is: ```json { "config_version": 2, "verbosity_level": 0, "determinism_flag": 1, "communicator": "MPI", "solver": { "solver": "GMRES", "print_solve_stats": 1, "obtain_timings": 0,...
Hi, yes with `print_grid_stats=1` I get a slightly different output between runs (e.g. some levels have different numbers of rows/entries between runs). Actually, it was more like there were two/three...
OK great, thanks a lot for taking the time to look at it!
Thanks for your reply. Yes the system is ill-posed. That's why I didn't expect AmgX to perform particularly well for this case (and was surprised to find the single GPU...
Thanks for your reply. That confirms what my initial thoughts were. Here is my config settings. I have tried playing around with these quite a bit, but unless I increase...