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.
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.