[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.1-104-g7669873
Service Account
noreply at mpich.org
Tue Jul 15 16:43:21 CDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via 7669873d2dadd04dd8509aa5939d68f24eef4c32 (commit)
from 8eef807cf5a6a61b8d6a1289f52d900afe779c10 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/7669873d2dadd04dd8509aa5939d68f24eef4c32
commit 7669873d2dadd04dd8509aa5939d68f24eef4c32
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Tue Jul 15 14:41:11 2014 -0500
fixup issendselfcancel test
Incorrect preprocessor directives caused when porting Python code to C.
Signed-off-by: Wesley Bland <wbland at anl.gov>
diff --git a/test/mpi/pt2pt/issendselfcancel.c b/test/mpi/pt2pt/issendselfcancel.c
index c5ee541..20adb4b 100644
--- a/test/mpi/pt2pt/issendselfcancel.c
+++ b/test/mpi/pt2pt/issendselfcancel.c
@@ -3,10 +3,10 @@
* (C) 2014 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
-#import <stdio.h>
-#import <stdlib.h>
-#import <assert.h>
-#import "mpi.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <assert.h>
+#include "mpi.h"
int main(int argc, char **argv)
{
-----------------------------------------------------------------------
Summary of changes:
test/mpi/pt2pt/issendselfcancel.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list