Questions about first lecture and assignment

Questions about first lecture and assignment

by Bruno Mundim -
Number of replies: 4

Please feel free to ask any question about our first lecture today or about the assignment.

Regards,
Bruno.

In reply to Bruno Mundim

Re: Questions about first lecture and assignment

by Clint Seinen -
Bruno, I can respond to this, which will allow me to post questions at least!
In reply to Bruno Mundim

Re: Questions about first lecture and assignment

by Clint Seinen -
Hey Bruno, so I've been looking at the first part of the assignment and I wondering if you could clear something up for me. Looking at the original diffusions2dc-mpi-nonblocking.c code, it seems to me that we want to create two datatypes, correct? One for columns and one for rows? For c, we should be able to use the contiguous datatype for rows and vector datatype for the columns, correct? Or are you thinking we should just be able to use one data type?
In reply to Clint Seinen

Re: Questions about first lecture and assignment

by Bruno Mundim -
You are right on spot, two datatypes. One for columns and another for the rows. Vector and contiguous datatypes, respectively.