Skip to content

Commit

Permalink
Fix MPI_Comm_join template
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Tronge <[email protected]>
  • Loading branch information
jtronge committed Jul 26, 2024
1 parent 05b3f7d commit ab97009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/mpi/c/comm_join.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static int ompi_socket_recv (int fd, char *buf, int len )
return ret;
}

PROTOTYPE ERROR_CLASS MPI_Comm_join(INT fd, COMM_OUT intercomm)
PROTOTYPE ERROR_CLASS comm_join(INT fd, COMM_OUT intercomm)
{

int rc;
Expand Down

0 comments on commit ab97009

Please sign in to comment.