/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/java/java
Edit: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/java/java/mpi_Errhandler.h (558B)
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class mpi_Errhandler */
#ifndef _Included_mpi_Errhandler
#define _Included_mpi_Errhandler
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: mpi_Errhandler
* Method: getFatal
* Signature: ()J
*/
JNIEXPORT jlong JNICALL Java_mpi_Errhandler_getFatal
(JNIEnv *, jclass);
/*
* Class: mpi_Errhandler
* Method: getReturn
* Signature: ()J
*/
JNIEXPORT jlong JNICALL Java_mpi_Errhandler_getReturn
(JNIEnv *, jclass);
#ifdef __cplusplus
}
#endif
#endif