Updating serialize send
This commit is contained in:
parent
27253c6e89
commit
b969521e77
@ -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 + ".";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user