1
1
openmpi/src/mpi/c/errhandler_c2f.c
Jeff Squyres 698685924b Part 2 of The Great Source Reorganization
This commit was SVN r873.
2004-03-17 17:45:44 +00:00

17 строки
297 B
C

/*
* $HEADER$
*/
#include "lam_config.h"
#include "mpi.h"
#include "mpi/interface/c/bindings.h"
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
#pragma weak MPI_Errhandler_c2f = PMPI_Errhandler_c2f
#endif
MPI_Fint MPI_Errhandler_c2f(MPI_Errhandler errhandler) {
return (MPI_Fint)0;
}