Merge pull request #59 from fverdugo/francesc

typo in jacobi method
This commit is contained in:
Francesc Verdugo 2024-09-24 10:08:12 +02:00 committed by GitHub
commit 42003ed28b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1416,8 +1416,8 @@
"```\n",
"\n",
" a) It is correct.\n",
" c) It is incorrect, but it might provide the right result depending on the MPI implementation.\n",
" b) It is incorrect, and it is guaranteed that it will result in a dead lock.\n",
" b) It is incorrect, but it might provide the right result depending on the MPI implementation.\n",
" c) It is incorrect, and it is guaranteed that it will result in a dead lock.\n",
" d) This implementation does not work when distributing over just a single MPI rank.\n"
]
},