1
1

The tests are MPI programs and are built using mpicc, so including

OMPI headers won't work

This commit was SVN r22233.
Этот коммит содержится в:
Brian Barrett 2009-11-25 18:06:15 +00:00
родитель 9a6d5697a8
Коммит 8075640ef1

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

@ -8,10 +8,6 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
/* Open MPI: include our printf.h to ensure that we get an snprintf()
that works on this platform */
#include "opal/util/printf.h"
/* tests noncontiguous reads/writes using collective I/O */ /* tests noncontiguous reads/writes using collective I/O */
/* this test is almost exactly like noncontig_coll.c with the following changes: /* this test is almost exactly like noncontig_coll.c with the following changes: