mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-08 21:34:24 +01:00
Minor in asp
This commit is contained in:
parent
4f6d6566b7
commit
7cc3ee80d5
@ -57,7 +57,7 @@
|
||||
"function q1_answer(bool)\n",
|
||||
" bool || return\n",
|
||||
" msg = \"\"\"\n",
|
||||
" The we can change the loop order over i and j without changing the result. Rememebr:\n",
|
||||
" The we can change the loop order over i and j without changing the result. Rememeber:\n",
|
||||
" \n",
|
||||
" C[i,j] = min(C[i,j],C[i,k]+C[k,j])\n",
|
||||
" \n",
|
||||
@ -858,7 +858,7 @@
|
||||
" P = MPI.Comm_size(comm)\n",
|
||||
" lb = L*rank+1\n",
|
||||
" ub = L*(rank+1)\n",
|
||||
" C_k = similar(C,N)\n",
|
||||
" C_k = similar(myC,N)\n",
|
||||
" for k in 1:N\n",
|
||||
" if (lb<=k) && (k<=ub)\n",
|
||||
" # Send row k to other workers if I have it\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user