Skip to content

Commit

Permalink
Merge pull request open-mpi#12360 from alex--m/topic/oshmem_c_fix
Browse files Browse the repository at this point in the history
oshmem/shmem/c: include missing headers
  • Loading branch information
janjust authored Mar 21, 2024
2 parents e9a0e65 + d737f00 commit 97eac28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions oshmem/shmem/c/shmem_alltoall.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "oshmem/runtime/runtime.h"

#include "oshmem/mca/scoll/scoll.h"
#include "oshmem/mca/spml/spml.h"

#include "oshmem/proc/proc.h"

Expand Down
1 change: 1 addition & 0 deletions oshmem/shmem/c/shmem_broadcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "oshmem/runtime/runtime.h"

#include "oshmem/mca/scoll/scoll.h"
#include "oshmem/mca/spml/spml.h"

#include "oshmem/proc/proc.h"

Expand Down
1 change: 1 addition & 0 deletions oshmem/shmem/c/shmem_collect.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "oshmem/runtime/runtime.h"

#include "oshmem/mca/scoll/scoll.h"
#include "oshmem/mca/spml/spml.h"

#include "oshmem/proc/proc.h"

Expand Down
1 change: 1 addition & 0 deletions oshmem/shmem/c/shmem_global_exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include "oshmem/include/shmem.h"
#include "oshmem/runtime/runtime.h"
#include "oshmem/proc/proc.h"

#if OSHMEM_PROFILING
#include "oshmem/include/pshmem.h"
Expand Down
1 change: 1 addition & 0 deletions oshmem/shmem/c/shmem_reduce.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "oshmem/runtime/runtime.h"

#include "oshmem/mca/scoll/scoll.h"
#include "oshmem/mca/spml/spml.h"
#include "oshmem/proc/proc.h"
#include "oshmem/op/op.h"

Expand Down

0 comments on commit 97eac28

Please sign in to comment.