This commit is contained in:
Axel Kohlmeyer
2025-03-07 12:05:38 -05:00
parent 9af8fdc91e
commit 976b73a2f2

View File

@ -300,7 +300,7 @@ int MPI_Irecv(void *buf, int count, MPI_Datatype datatype, int source, int tag,
/* ---------------------------------------------------------------------- */
int MPI_Iprobe(int, int, MPI_Comm, int *flag, MPI_Status *);
int MPI_Iprobe(int, int, MPI_Comm, int *flag, MPI_Status *)
{
if (flag) *flag = 0;
return 0;