Southampton-RSG-Training / dirac-intro-to-mpi

WIP: training material for DiRAC MPI course
https://southampton-rsg-training.github.io/dirac-intro-to-mpi/
Other
0 stars 1 forks source link

Reduce difficulty/ambiguity of "Hello World, Again!" exercise #39

Closed steve-crouch closed 2 months ago

steve-crouch commented 4 months ago

Episode: Point-to-point Communication

In the “Hello World, Again!” exercise, using printf instead of putting the message into an array proved a bit tricky as a starting point for one learner and had to look at the solution. e.g. maybe something like using snprintf to write a string to message[30] and use printf(“%s”, message). That would be closer to the solution.

Edward-RSE commented 2 months ago

Closed with PR #52.