Skip to content

Commit d737f00

Browse files
committed
oshmem/shmem/c: include missing headers
Signed-off-by: Alex Margolin <alex.margolin@mail.huji.ac.il>
1 parent 980eb50 commit d737f00

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

oshmem/shmem/c/shmem_alltoall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "oshmem/runtime/runtime.h"
1818

1919
#include "oshmem/mca/scoll/scoll.h"
20+
#include "oshmem/mca/spml/spml.h"
2021

2122
#include "oshmem/proc/proc.h"
2223

oshmem/shmem/c/shmem_broadcast.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "oshmem/runtime/runtime.h"
1818

1919
#include "oshmem/mca/scoll/scoll.h"
20+
#include "oshmem/mca/spml/spml.h"
2021

2122
#include "oshmem/proc/proc.h"
2223

oshmem/shmem/c/shmem_collect.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "oshmem/runtime/runtime.h"
1818

1919
#include "oshmem/mca/scoll/scoll.h"
20+
#include "oshmem/mca/spml/spml.h"
2021

2122
#include "oshmem/proc/proc.h"
2223

oshmem/shmem/c/shmem_global_exit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#include "oshmem/include/shmem.h"
1515
#include "oshmem/runtime/runtime.h"
16+
#include "oshmem/proc/proc.h"
1617

1718
#if OSHMEM_PROFILING
1819
#include "oshmem/include/pshmem.h"

oshmem/shmem/c/shmem_reduce.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "oshmem/runtime/runtime.h"
1717

1818
#include "oshmem/mca/scoll/scoll.h"
19+
#include "oshmem/mca/spml/spml.h"
1920
#include "oshmem/proc/proc.h"
2021
#include "oshmem/op/op.h"
2122

0 commit comments

Comments
 (0)