File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
dart-if/include/dash/dart/if Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616#include <dash/dart/if/dart_types.h>
1717#include <dash/dart/if/dart_team_group.h>
1818
19- // make sure dynamic windows are enabled if shared windows are not disabled
20- #if !defined(DART_MPI_DISABLE_SHARED_WINDOWS ) && \
21- !defined(DART_MPI_ENABLE_DYNAMIC_WINDOWS )
22- #define DART_MPI_ENABLE_DYNAMIC_WINDOWS
23- #endif
24-
2519#ifdef __cplusplus
2620extern "C" {
2721#endif
Original file line number Diff line number Diff line change 2929#define __STDC_FORMAT_MACROS
3030#include <inttypes.h>
3131
32+ // make sure dynamic windows are enabled if shared windows are not disabled
33+ #if !defined(DART_MPI_DISABLE_SHARED_WINDOWS ) && \
34+ !defined(DART_MPI_ENABLE_DYNAMIC_WINDOWS )
35+ #define DART_MPI_ENABLE_DYNAMIC_WINDOWS
36+ #endif
37+
3238/**
3339 * TODO: add this window to the team_data for DART_TEAM_ALL as segment 0.
3440 */
You can’t perform that action at this time.
0 commit comments