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 update logging in tests #18

Closed robfitzgerald closed 7 years ago

robfitzgerald commented 7 years ago

i dunno what to say.

now, each process will pack up and send all logs to the master node. the master node will receive all logs from each process and add them to it's list of logs. after collection, it will print them to standard output.

but. i'm still getting race conditions. so, i switched entirely off of printf and to std::cout. but, there are still lines that are messed up.

well, all 3 test files are updated with the new format.