Updating serialize send

This commit is contained in:
Noah L. Schrick 2021-12-12 00:56:38 -06:00
parent 27253c6e89
commit b969521e77

View File

@ -191,7 +191,7 @@ void serialization_unit_testing(AGGenInstance &instance, boost::mpi::communicato
//std::cout << "\nHello from process " << world.rank() << " of " << world.size()
// << " running on " << hammer_host << "." << std::endl;
std::string rollcall = "\nHello from process " + std::to_string(world.rank())\
std::string rollcall = "Hello from process " + std::to_string(world.rank())\
+ " of " + std::to_string(world.size()) + " running on "\
+ str_host + ".";