[mpich-commits] r10808 - mpich2/trunk/test/mpix/mutex
dinan at mcs.anl.gov
dinan at mcs.anl.gov
Fri Dec 28 22:21:55 CST 2012
Author: dinan
Date: 2012-12-28 22:21:55 -0600 (Fri, 28 Dec 2012)
New Revision: 10808
Modified:
mpich2/trunk/test/mpix/mutex/mutex_lock_unlock.c
Log:
Removed stale mpix header inclusion in test case
The "#include 'mpix.h'" is no longer needed in the mutexes test case; the
needed declarations have been moved to mpi.h.
Modified: mpich2/trunk/test/mpix/mutex/mutex_lock_unlock.c
===================================================================
--- mpich2/trunk/test/mpix/mutex/mutex_lock_unlock.c 2012-12-26 12:33:58 UTC (rev 10807)
+++ mpich2/trunk/test/mpix/mutex/mutex_lock_unlock.c 2012-12-29 04:21:55 UTC (rev 10808)
@@ -13,7 +13,6 @@
#include <assert.h>
#include <mpi.h>
-#include <mpix.h>
#define NUM_MUTEXES 100
More information about the commits
mailing list