From 8075640ef1cc232c01cb780df7e063f1d768089c Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Wed, 25 Nov 2009 18:06:15 +0000 Subject: [PATCH] The tests are MPI programs and are built using mpicc, so including OMPI headers won't work This commit was SVN r22233. --- ompi/mca/io/romio/romio/test/noncontig_coll2.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ompi/mca/io/romio/romio/test/noncontig_coll2.c b/ompi/mca/io/romio/romio/test/noncontig_coll2.c index aa056c7deb..5a28d48dde 100644 --- a/ompi/mca/io/romio/romio/test/noncontig_coll2.c +++ b/ompi/mca/io/romio/romio/test/noncontig_coll2.c @@ -8,10 +8,6 @@ #include #include -/* 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 */ /* this test is almost exactly like noncontig_coll.c with the following changes: