charm AT lists.siebelschool.illinois.edu
Subject: Charm++ parallel programming system
List archive
- From: "Kale, Laxmikant V" <kale AT cs.uiuc.edu>
- To: Christian Perez <christian.perez AT inria.fr>, Filippo Gioachin <gioachin AT uiuc.edu>
- Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>, "kale AT illinois.edu" <kale AT illinois.edu>
- Subject: Re: [charm] how to suspend/resume a chare ?
- Date: Tue, 25 May 2010 10:20:38 -0500
- Accept-language: en-US
- Acceptlanguage: en-US
- List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
- List-id: CHARM parallel programming system <charm.cs.uiuc.edu>
Why not use the sync method solution? (and I assume you declared m1 to be threaded).
(And to understand your problem, a little more detail will be useful. Who created the callback? (m1 or m2)? Etc. Showing code fragment omitting all but the relevant calls will be good.)
With sync method, it’d look like this
M1() { ……; proxy.m2(); … } M2(){… }
In .ci: m1 is threaded and m2 is sync.
-- Laxmikant Kale http://charm.cs.uiuc.edu Professor, Computer Science kale AT illinois.edu 201 N. Goodwin Avenue Ph: (217) 244-0094 Urbana, IL 61801-2302 FAX: (217) 265-6582
From: charm-bounces AT cs.uiuc.edu
[mailto:charm-bounces AT cs.uiuc.edu] On Behalf Of Christian Perez
Hello, Christian,
for your purposes, I would suggest looking at the manual on section 3.2.1 (Entry Method Attributes) regarding "threaded" and "sync" entry methods. A combination of the two (m1 threaded and m2 sync) should solve your problem. Additionally, callbacks are very useful to resume threads as well; 3.15.2 shows how CkCallbackResumeThread can be used to resume m1(). Please remember that other entry methods may run while m1 is suspended, including other m1 methods.
Filippo
On Thu, May 20, 2010 at 03:58, Christian Perez <christian.perez AT inria.fr> wrote: Hello,
|
- [charm] how to suspend/resume a chare ?, Christian Perez, 05/20/2010
- Re: [charm] how to suspend/resume a chare ?, Isaac Dooley, 05/24/2010
- Re: [charm] how to suspend/resume a chare ?, Isaac Dooley, 05/24/2010
- Re: [charm] how to suspend/resume a chare ?, Filippo Gioachin, 05/24/2010
- Re: [charm] how to suspend/resume a chare ?, Christian Perez, 05/25/2010
- Re: [charm] how to suspend/resume a chare ?, Kale, Laxmikant V, 05/25/2010
- Re: [charm] how to suspend/resume a chare ?, Christian Perez, 05/25/2010
- Re: [charm] how to suspend/resume a chare ?, Gengbin Zheng, 05/25/2010
- Re: [charm] how to suspend/resume a chare ?, Christian Perez, 05/26/2010
- Re: [charm] how to suspend/resume a chare ?, Gengbin Zheng, 05/26/2010
- Re: [charm] how to suspend/resume a chare ?, Christian Perez, 05/26/2010
- Re: [charm] how to suspend/resume a chare ?, Gengbin Zheng, 05/26/2010
- Re: [charm] how to suspend/resume a chare ?, Christian Perez, 05/27/2010
- Re: [charm] how to suspend/resume a chare ?, Gengbin Zheng, 05/27/2010
- Re: [charm] how to suspend/resume a chare ?, Christian Perez, 05/28/2010
- Re: [charm] how to suspend/resume a chare ?, Gengbin Zheng, 05/28/2010
- Re: [charm] how to suspend/resume a chare ?, Christian Perez, 05/26/2010
- Re: [charm] how to suspend/resume a chare ?, Gengbin Zheng, 05/25/2010
- Re: [charm] how to suspend/resume a chare ?, Christian Perez, 05/25/2010
- Re: [charm] how to suspend/resume a chare ?, Kale, Laxmikant V, 05/25/2010
- Re: [charm] how to suspend/resume a chare ?, Christian Perez, 05/25/2010
Archive powered by MHonArc 2.6.16.