Skip to content

Commit 0d4cd42

Browse files
authored
Merge pull request #5391 from hoopoepg/topic/shmemx-compile-warning
OSHMEM: fixed compilation warning
2 parents fca0cea + f2a24a0 commit 0d4cd42

File tree

12 files changed

+12
-0
lines changed

12 files changed

+12
-0
lines changed

oshmem/shmem/c/shmem_add.c

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

1212
#include "oshmem/constants.h"
1313
#include "oshmem/include/shmem.h"
14+
#include "oshmem/include/shmemx.h"
1415

1516
#include "oshmem/runtime/runtime.h"
1617
#include "oshmem/op/op.h"

oshmem/shmem/c/shmem_cswap.c

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

1212
#include "oshmem/constants.h"
1313
#include "oshmem/include/shmem.h"
14+
#include "oshmem/include/shmemx.h"
1415

1516
#include "oshmem/runtime/runtime.h"
1617

oshmem/shmem/c/shmem_fadd.c

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

1212
#include "oshmem/constants.h"
1313
#include "oshmem/include/shmem.h"
14+
#include "oshmem/include/shmemx.h"
1415

1516
#include "oshmem/runtime/runtime.h"
1617

oshmem/shmem/c/shmem_fetch.c

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

1212
#include "oshmem/constants.h"
1313
#include "oshmem/include/shmem.h"
14+
#include "oshmem/include/shmemx.h"
1415

1516
#include "oshmem/runtime/runtime.h"
1617

oshmem/shmem/c/shmem_finc.c

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

1212
#include "oshmem/constants.h"
1313
#include "oshmem/include/shmem.h"
14+
#include "oshmem/include/shmemx.h"
1415

1516
#include "oshmem/runtime/runtime.h"
1617

oshmem/shmem/c/shmem_g.c

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

1212
#include "oshmem/constants.h"
1313
#include "oshmem/include/shmem.h"
14+
#include "oshmem/include/shmemx.h"
1415

1516
#include "oshmem/runtime/runtime.h"
1617

oshmem/shmem/c/shmem_inc.c

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

1212
#include "oshmem/constants.h"
1313
#include "oshmem/include/shmem.h"
14+
#include "oshmem/include/shmemx.h"
1415

1516
#include "oshmem/runtime/runtime.h"
1617

oshmem/shmem/c/shmem_p.c

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

1212
#include "oshmem/constants.h"
1313
#include "oshmem/include/shmem.h"
14+
#include "oshmem/include/shmemx.h"
1415

1516
#include "oshmem/runtime/runtime.h"
1617

oshmem/shmem/c/shmem_reduce.c

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

1212
#include "oshmem/constants.h"
1313
#include "oshmem/include/shmem.h"
14+
#include "oshmem/include/shmemx.h"
1415

1516
#include "oshmem/runtime/runtime.h"
1617

oshmem/shmem/c/shmem_set.c

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

1212
#include "oshmem/constants.h"
1313
#include "oshmem/include/shmem.h"
14+
#include "oshmem/include/shmemx.h"
1415

1516
#include "oshmem/runtime/runtime.h"
1617

0 commit comments

Comments
 (0)