bug fix
This commit is contained in:
parent
4dbb0a50df
commit
c53ee583f8
1 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ int icc_halt(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define ROUNDS 100000
|
#define ROUNDS 1000
|
||||||
#define CORE_A 0 // sender
|
#define CORE_A 0 // sender
|
||||||
#define CORE_B 10 // receiver
|
#define CORE_B 10 // receiver
|
||||||
|
|
||||||
|
@ -425,7 +425,7 @@ int icc_mail_noise() {
|
||||||
/* recv mails */
|
/* recv mails */
|
||||||
iRCCE_mail_check(iRCCE_MAILBOX_ALL);
|
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);
|
res = iRCCE_mail_recv(&recv_mail);
|
||||||
if( res == iRCCE_SUCCESS ) {
|
if( res == iRCCE_SUCCESS ) {
|
||||||
icc_mail_check_tag(recv_mail);
|
icc_mail_check_tag(recv_mail);
|
||||||
|
|
Loading…
Add table
Reference in a new issue