r10808 - mpich2/trunk/test/mpix/mutex
28 Dec
2012
28 Dec
'12
10:21 p.m.
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
4956
Age (days ago)
4956
Last active (days ago)
0 comments
1 participants
participants (1)
-
dinan@mcs.anl.gov