[mpich2-commits] r7979 - mpich2/trunk/test/mpi/comm
chan at mcs.anl.gov
chan at mcs.anl.gov
Wed Feb 16 13:02:47 CST 2011
Author: chan
Date: 2011-02-16 13:02:47 -0600 (Wed, 16 Feb 2011)
New Revision: 7979
Modified:
mpich2/trunk/test/mpi/comm/ctxsplit.c
Log:
added missing return type for main(). Fixed req#1435.
Modified: mpich2/trunk/test/mpi/comm/ctxsplit.c
===================================================================
--- mpich2/trunk/test/mpi/comm/ctxsplit.c 2011-02-16 18:49:10 UTC (rev 7978)
+++ mpich2/trunk/test/mpi/comm/ctxsplit.c 2011-02-16 19:02:47 UTC (rev 7979)
@@ -17,7 +17,7 @@
* available).
*/
-main(int argc, char** argv) {
+int main(int argc, char** argv) {
int i=0;
int randval;
More information about the mpich2-commits
mailing list