Posts by André Salgueiro • 11 points
2 posts
-
1
votes0
answers140
viewsQ: Task Bag (Bag of Tasks) for Matrix Multiplication
I would like the help of you to do this work, I have little practice in programming and I need to do in Python that I am still learning. The work is as follows: This work consists of dividing the…
pythonasked André Salgueiro 11 -
0
votes1
answer265
viewsQ: Execution in multiprocessors
I am researching about parallel execution in Python and I was left with a question that I have not found clear answer. Let’s say I want to multiply two matrices and add in a task list where each…