1
1

Merge pull request #2524 from jladd-mlnx/topic/shmemx_h-master

Remove shmemx.h from shmem.h. Add shmem.h to shmemx.h
Этот коммит содержится в:
alex-mikheev 2016-12-06 09:49:34 +02:00 коммит произвёл GitHub
родитель 59f40e7cc5 dc6f4a0feb
Коммит a3e4c33f0e
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,6 @@
#endif #endif
#include <shmem-compat.h> #include <shmem-compat.h>
#include <shmemx.h>
#if defined(c_plusplus) || defined(__cplusplus) #if defined(c_plusplus) || defined(__cplusplus)
extern "C" { extern "C" {

Просмотреть файл

@ -12,6 +12,8 @@
#ifndef OSHMEM_SHMEMX_H #ifndef OSHMEM_SHMEMX_H
#define OSHMEM_SHMEMX_H #define OSHMEM_SHMEMX_H
#include <shmem.h>
#if defined(c_plusplus) || defined(__cplusplus) #if defined(c_plusplus) || defined(__cplusplus)
extern "C" { extern "C" {
#endif #endif