You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function name scatter in DistributedArrays conflicts with the scatter function in, say, 80% of all julia's plotting packages (for making scatter plots). Would it be possible to rename to something unambiguous, such as distribute?
The text was updated successfully, but these errors were encountered:
It's a pretty standard parallel computing concept/function though. I think a solution could be not to export the SPMD functions from the DistributedArrays module. Then this will only become an issue when people use DistributedArrays.SPMD.
The function name
scatter
in DistributedArrays conflicts with thescatter
function in, say, 80% of all julia's plotting packages (for making scatter plots). Would it be possible to rename to something unambiguous, such asdistribute
?The text was updated successfully, but these errors were encountered: