Open
Description
In the course materials, pthread-barrier.c
is presented as an example of using barrier where some reinitialization is done between each phase however the example does not do that. Find some algorithm that would make at least a bit sense (matrix operations ?) and use it - does not have to be just reinit, maybe data collection from each phase would work too.