Skip to content

Commit

Permalink
IOSS: Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 15, 2023
1 parent d963209 commit aa75589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/libraries/ioss/src/Ioss_Decomposition.C
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ namespace Ioss {
std::vector<INT> recv_comm_map_count(m_processorCount);
MPI_Alltoall(send_comm_map_count.data(), 1, Ioss::mpi_type((INT)0), recv_comm_map_count.data(),
1, Ioss::mpi_type((INT)0), m_comm);
show_progress("\tCommuniation 1 finished");
show_progress("\tCommunication 1 finished");

std::vector<INT> recv_comm_map_disp(recv_comm_map_count);
Ioss::Utils::generate_index(recv_comm_map_disp);
Expand All @@ -1595,7 +1595,7 @@ namespace Ioss {
Ioss::MY_Alltoallv(send_comm_map, send_comm_map_count, send_comm_map_disp, m_nodeCommMap,
recv_comm_map_count, recv_comm_map_disp, m_comm);
Ioss::Utils::clear(send_comm_map);
show_progress("\tCommuniation 2 finished");
show_progress("\tCommunication 2 finished");

// Map global 0-based index to local 1-based index.
for (size_t i = 0; i < m_nodeCommMap.size(); i += 2) {
Expand Down

0 comments on commit aa75589

Please sign in to comment.