Skip to Content.
Sympa Menu

charm - Re: [charm] Charn++ and converse

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Charn++ and converse


Chronological Thread 
  • From: Eric Bohm <ebohm AT uiuc.edu>
  • To: Naresh_Hanumanthakari <Naresh_Hanumanthakari AT satyam.com>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] Charn++ and converse
  • Date: Mon, 07 May 2007 08:36:05 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Charm++ is built on top of Converse. Charm++ operates on objects, sending or receiving messages between them, scheduling their execution, or migrating them. Converse operates on processors (or nodes) by sending or receiving messages between them. Charm++ uses Converse as a portability layer to handle cross processor communication.


Converse is a separate API from Charm++. It is rarely used directly by anyone other than the developers of Charm++ because most application developers prefer the richer Charm++ interface.


Converse runs within separate processes, usually 1 for each processor, with multiple extremely light weight user level threads and/or objects within each process.


Naresh_Hanumanthakari wrote:
hi there,
i am using charm++ and converse. I am not clear about the
converse, i have lot of queries about it.
1. Does it run on the charm kernel?
2. Is it a seperate parallel programming language or just a utility in
Charm++.
3. what makes the converse code run parallely.
Can anyone help me out and clear my confusion
Thanks & Regards
Naresh Babu H
Software Engineer,
Satyam Computer Services Ltd,
Bangalore Lanqford Avenue,
Bangalore.
ph:+91 9886424203
"Life says 'YES' and gives u GOOD, Says 'NO' and gives u BETTER ,
Says 'WAIT' and gives u the BEST"



DISCLAIMER:
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard is
appreciated.
_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm





Archive powered by MHonArc 2.6.16.

Top of Page