robfitzgerald / csci5593-project

exploring the performance of Open-MPI on our new Intel Xeon E5-2650v4 cluster, Heracles
1 stars 0 forks source link

Feature/016 fix logging #17

Closed robfitzgerald closed 7 years ago

robfitzgerald commented 7 years ago

template.cpp - changes to the logging methods. each process collects a list of logs. at the end of their work, they send those logs via MPI to the master node. that node then prints all the logs.

these changes will be added to our other tests.