Instructor Notes

This is a placeholder file. Please add content here.

What is a Unit Test


Instructor Note

Challenge 2 should be lead by the instructor and done as a class activity. Part 3 can be skipped if there is limited time.



Writing your first unit test


pFUnit basics


Integrating with build systems


Parameterising pFUnit tests


Testing parallel code


Instructor Note

When writing out the new MPI versions of the dot_product test, it is best to start from the serial version to emphasize the similarities between the two.



Appendix