1
1
openmpi/src/mpi/interface/c/group_c2f.c
Prabhanjan Kambadur 72988dd217 adding new funcions
This commit was SVN r537.
2004-01-25 01:51:49 +00:00

17 строки
291 B
C

/*
* $HEADERS$
*/
#include "lam_config.h"
#include <stdio.h>
#include "mpi.h"
#include "mpi/interface/c/bindings.h"
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
#pragma weak MPI_Group_c2f = PMPI_Group_c2f
#endif
MPI_Fint MPI_Group_c2f(MPI_Group group) {
return (MPI_Fint)0;
}