/usr/lib/x86_64-linux-gnu/openmpi/include
NameSizeModeActions
mpp/-0755rm
openmpi/-0755rm
openshmem/-0755rm
mpi-ext.h5970644editdlrm
mpi.h1757900644editdlrm
mpif-c-constants-decl.h17960644editdlrm
mpif-config.h27500644editdlrm
mpif-constants.h133160644editdlrm
mpif-ext.h6830644editdlrm
mpif-externals.h19540644editdlrm
mpif-handles.h80540644editdlrm
mpif-io-constants.h21220644editdlrm
mpif-io-handles.h12070644editdlrm
mpif-sentinels.h30000644editdlrm
mpif-sizeof.h1057060644editdlrm
mpif.h28570644editdlrm
mpi_portable_platform.h160570644editdlrm
pshmem.h1365210644editdlrm
pshmemx.h122510644editdlrm
shmem-compat.h10250644editdlrm
shmem.fh17230644editdlrm
shmem.h1379920644editdlrm
shmemx.h127710644editdlrm
Edit: /usr/lib/x86_64-linux-gnu/openmpi/include/mpi-ext.h (597B)
/* * $HEADER$ */ #ifndef OMPI_MPI_EXT_H #define OMPI_MPI_EXT_H 1 #if defined(c_plusplus) || defined(__cplusplus) extern "C" { #endif #define OMPI_HAVE_MPI_EXT 1 /* Enabled Extension: affinity */ #define OMPI_HAVE_MPI_EXT_AFFINITY 1 #include "openmpi/mpiext/mpiext_affinity_c.h" /* Enabled Extension: cuda */ #define OMPI_HAVE_MPI_EXT_CUDA 1 #include "openmpi/mpiext/mpiext_cuda_c.h" /* Enabled Extension: pcollreq */ #define OMPI_HAVE_MPI_EXT_PCOLLREQ 1 #include "openmpi/mpiext/mpiext_pcollreq_c.h" #if defined(c_plusplus) || defined(__cplusplus) } #endif #endif /* OMPI_MPI_EXT_H */