Skip to content

Commit

Permalink
Fixing up spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
steiltre committed Oct 24, 2024
1 parent 1e00535 commit c3de3b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/ygm/detail/comm.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ inline void comm::comm_setup(MPI_Comm c) {
// Warn about MVAPICH
if (mpi_library().substr(0, 8) == "MVAPICH2") {
cerr0() << "YGM::COMM WARNING: YGM hangs when run with MVAPICH2 on certain "
"machines. Use at "
"your own risk."
"machines. Use at your own risk."
<< std::endl;
}

Expand Down

0 comments on commit c3de3b7

Please sign in to comment.