Strumenti Utente

Strumenti Sito


magistraleinformaticanetworking:spm:exercise1617spm

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
magistraleinformaticanetworking:spm:exercise1617spm [12/10/2016 alle 13:59 (8 anni fa)] Marco Daneluttomagistraleinformaticanetworking:spm:exercise1617spm [12/10/2016 alle 15:36 (8 anni fa)] (versione attuale) – [Hints] Marco Danelutto
Linea 36: Linea 36:
 </code> </code>
      
 +  
 +====== Average neighbours =====
 +Write a program that generates an N by N matrix A and then executed a number Niter of iterations where at each iteration A[i][j] is substituted by the average of A[i][j] and the four neighbours (north, south, east and west). At the borders, the missing elements in the neighbourhood have to be assumed to be 0. All the new A[i][j] values must be computed summing up values **at the current iteration** for the neighbours. 
 +Computation of the single iteration should be parallelized using threads. 
magistraleinformaticanetworking/spm/exercise1617spm.1476280740.txt.gz · Ultima modifica: 12/10/2016 alle 13:59 (8 anni fa) da Marco Danelutto

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki