Questions about first lecture and assignment

Questions about first lecture and assignment

par Bruno Mundim,
Nombre de réponses : 4

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

Regards,
Bruno.

En réponse à Bruno Mundim

Re: Questions about first lecture and assignment

par Clint Seinen,
Bruno, I can respond to this, which will allow me to post questions at least!
En réponse à Bruno Mundim

Re: Questions about first lecture and assignment

par 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?
En réponse à Clint Seinen

Re: Questions about first lecture and assignment

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