Skip to content

Commit 97eac28

Browse files
authored
Merge pull request #12360 from alex--m/topic/oshmem_c_fix
oshmem/shmem/c: include missing headers
2 parents e9a0e65 + d737f00 commit 97eac28

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)