566a050c23
- move files out of toplevel include/ and etc/, moving it into the sub-projects - rather than including config headers with <project>/include, have them as <project> - require all headers to be included with a project prefix, with the exception of the config headers ({opal,orte,ompi}_config.h mpi.h, and mpif.h) This commit was SVN r8985.
11 строки
163 B
C
11 строки
163 B
C
#include "ompi/mca/ptl/base/ptl_base_sendreq.h"
|
|
|
|
|
|
OBJ_CLASS_INSTANCE(
|
|
mca_ptl_base_send_request_t,
|
|
mca_pml_base_send_request_t,
|
|
NULL,
|
|
NULL
|
|
);
|
|
|