1 /*
2  * Copyright (C) by Argonne National Laboratory
3  *     See COPYRIGHT in top-level directory
4  */
5 
6 #include "mpiimpl.h"
7 
MPII_Stubalgo_init(void)8 int MPII_Stubalgo_init(void)
9 {
10     return MPI_SUCCESS;
11 }
12 
MPII_Stubalgo_comm_init(MPIR_Comm * comm)13 int MPII_Stubalgo_comm_init(MPIR_Comm * comm)
14 {
15     return MPI_SUCCESS;
16 }
17 
MPII_Stubalgo_comm_cleanup(MPIR_Comm * comm)18 int MPII_Stubalgo_comm_cleanup(MPIR_Comm * comm)
19 {
20     return MPI_SUCCESS;
21 }
22