Missing alloca.h. Thanks Paul for catching this.
This commit was SVN r32388.
Этот коммит содержится в:
родитель
537aa674a5
Коммит
cee2a4e5c8
@ -28,6 +28,9 @@
|
||||
#include "pml_ob1_recvfrag.h"
|
||||
#include "ompi/peruse/peruse-internal.h"
|
||||
#include "ompi/message/message.h"
|
||||
#if HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif /* HAVE_ALLOCA_H */
|
||||
|
||||
int mca_pml_ob1_irecv_init(void *addr,
|
||||
size_t count,
|
||||
|
@ -26,6 +26,9 @@
|
||||
#include "pml_ob1_sendreq.h"
|
||||
#include "pml_ob1_recvreq.h"
|
||||
#include "ompi/peruse/peruse-internal.h"
|
||||
#if HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif /* HAVE_ALLOCA_H */
|
||||
|
||||
int mca_pml_ob1_isend_init(void *buf,
|
||||
size_t count,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user