mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-08 22:24:25 +01:00
fixed an error in the implementation of parallel algorithm 2
This commit is contained in:
parent
26afa1d3c7
commit
e1c4a9e1a0
@ -712,7 +712,7 @@
|
||||
" iw += 1\n",
|
||||
" w = workers()[iw]\n",
|
||||
" ftr = @spawnat w begin\n",
|
||||
" Ci = fill(z,l)\n",
|
||||
" Ci = fill(z,n)\n",
|
||||
" for j in 1:n\n",
|
||||
" for k in 1:l\n",
|
||||
" @inbounds Ci[j] += Ai[k]*B[k,j]\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user