From c53ee583f839f007a6f2327bb0adb666f9c72f42 Mon Sep 17 00:00:00 2001 From: Generic account for RWTHAachen Students Date: Wed, 17 Aug 2011 02:14:27 -0700 Subject: [PATCH] bug fix --- arch/x86/scc/icc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/scc/icc.c b/arch/x86/scc/icc.c index 8e3102f8..93f980a9 100644 --- a/arch/x86/scc/icc.c +++ b/arch/x86/scc/icc.c @@ -221,7 +221,7 @@ int icc_halt(void) return 0; } -#define ROUNDS 100000 +#define ROUNDS 1000 #define CORE_A 0 // sender #define CORE_B 10 // receiver @@ -425,7 +425,7 @@ int icc_mail_noise() { /* recv mails */ iRCCE_mail_check(iRCCE_MAILBOX_ALL); - iRCCE_mail_send(0, 100, 1, NULL, j); + iRCCE_mail_send(0, 100, 0, NULL, j); res = iRCCE_mail_recv(&recv_mail); if( res == iRCCE_SUCCESS ) { icc_mail_check_tag(recv_mail);