This commit is contained in:
Generic account for RWTHAachen Students 2011-08-17 02:14:27 -07:00
parent 4dbb0a50df
commit c53ee583f8

View file

@ -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);