1
1
This commit was SVN r21136.
Этот коммит содержится в:
Ralph Castain 2009-05-01 15:09:10 +00:00
родитель dca0246e57
Коммит e1673778be
4 изменённых файлов: 4 добавлений и 0 удалений

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

@ -33,6 +33,7 @@
#include <sys/sysctl.h>
#include <assert.h>
#include <time.h>
#include <string.h>
#include "opal/mca/base/mca_base_param.h"
#include "opal/mca/pstat/pstat.h"

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

@ -27,6 +27,7 @@
#include <sys/time.h>
#endif
#include <stdio.h>
#include <string.h>
#define TIMER_DATA_TYPE struct timeval
#define GET_TIME(TV) gettimeofday( &(TV), NULL )

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

@ -27,6 +27,7 @@
#include <sys/time.h>
#endif
#include <stdio.h>
#include <string.h>
/* Compile with:
mpicc -DHAVE_CONFIG_H -I. -I../../include -I../../../ompi-trunk/include -I../.. -I../../include -I../../../ompi-trunk/opal -I../../../ompi-trunk/orte -I../../../ompi-trunk/ompi -g ddt_test.c -o ddt_test

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

@ -26,6 +26,7 @@
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include <string.h>
#include "opal/runtime/opal.h"
#include "opal/dss/dss.h"