Skip to content

Commit 2a932f4

Browse files
committed
mpisync: Fix a compilation error.
This commit fixes the undefined `OPAL_MAXHOSTNAMELEN` error which arises only when `--enable-timing` is specified for `configure`. This bug exists only in master branch because the commit 3322347 is not merged into other branches.
1 parent c281bd3 commit 2a932f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ompi/tools/mpisync/sync.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* $HEADER$
99
*/
1010

11+
#include "opal_config.h"
12+
1113
#include <stdio.h>
1214
#include <mpi.h>
1315
#include <unistd.h>

0 commit comments

Comments
 (0)