1
1

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.
Этот коммит содержится в:
KAWASHIMA Takahiro 2016-07-29 02:38:25 +09:00
родитель c281bd3c7f
Коммит 2a932f48ad

Просмотреть файл

@ -8,6 +8,8 @@
* $HEADER$
*/
#include "opal_config.h"
#include <stdio.h>
#include <mpi.h>
#include <unistd.h>