charm AT lists.siebelschool.illinois.edu
Subject: Charm++ parallel programming system
List archive
- From: Haowei Huang <huangh AT in.tum.de>
- To: Phil Miller <mille121 AT illinois.edu>, charm AT cs.illinois.edu
- Subject: [charm] Charm++ runtime problem
- Date: Sun, 1 Aug 2010 16:10:32 +0200
- List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
- List-id: CHARM parallel programming system <charm.cs.uiuc.edu>
Hi phil,
I want to create a point-to-point communication between two chares each of which is an element of a chare array. For example,
chare A {
....
void requestMsg{
messageToB = local information;
arrayB[i].getValue(Msg1*messageToB);
}
void comsumingMsg(Msg2*msgFromB){
//dealing with msgFromB;
}
}
chare B {
void getValue(Msg1*message){
arrayA[j].comsumingMsg(Msg2*messageToA);
}
}
However, I always get such runtime error "Reason: Message being re-sent. Aborting... " Do you have any idea about it? As far as I know ,this is one of four ways to create point-to-point with return value. How does Charm++ guarantee this communication happens atomically except for using [sync] entry methods? Thank you so much.
--
Haowei Huang
Ph.D. student
Technische Universitaet Muenchen
Institut fuer Informatik, I10
Boltzmannstr. 3
D-85748 Garching
Room 01.06.061
Phone: +49 (89) 289 18477
mailto: huangh AT in.tum.de
- [charm] Charm++ runtime problem, Haowei Huang, 08/01/2010
- Re: [charm] Charm++ runtime problem, Gengbin Zheng, 08/01/2010
- Re: [charm] Charm++ runtime problem, Haowei Huang, 08/01/2010
- Re: [charm] Charm++ runtime problem, Kale, Laxmikant V, 08/01/2010
- Re: [charm] Charm++ runtime problem, Haowei Huang, 08/01/2010
- Re: [charm] Charm++ runtime problem, Kale, Laxmikant V, 08/01/2010
- Re: [charm] Charm++ runtime problem, Phil Miller, 08/01/2010
- Re: [charm] Charm++ runtime problem, Kale, Laxmikant V, 08/01/2010
- Re: [charm] Charm++ runtime problem, Haowei Huang, 08/01/2010
- Re: [charm] Charm++ runtime problem, Kale, Laxmikant V, 08/01/2010
- Re: [charm] Charm++ runtime problem, Haowei Huang, 08/01/2010
- Re: [charm] Charm++ runtime problem, Gengbin Zheng, 08/01/2010
Archive powered by MHonArc 2.6.16.