Hello.
I need to draw an activity digarm for a program code called Finite Differene Time Domain (FDTD). I have attached the code in a document where there are all the for loops. The task is given below
In the piece of code mentioned, you could look at parallelizing the lines of code, as I said
think as if you are using threads. Parallelized grains of code must be independent.
If you think about using a cluster (rather than a parallel machine) then you may want higher
granularity (ie you split the task into bigger chunks (since the communication times are greater).
If anybody could help me out by drwaing an activity digaram for the code below or point me towards tutorials for understanding more.
tHANKS