Skip to Content.
Sympa Menu

charm - [charm] Charm++ & thread in library ?

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Charm++ & thread in library ?


Chronological Thread 
  • From: Christian Perez <christian.perez AT inria.fr>
  • To: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: [charm] Charm++ & thread in library ?
  • Date: Fri, 04 Jun 2010 14:10:01 +0200
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>
  • Organization: INRIA/LIP

Hello,

I'd like to know whether there is a simple solution to the following situation:
A charm application is using a library that creates threads (pthread_create).
Those threads would like to invoke methods on charm objects.

When I test it (cf attached file), it bugs. Is it possible to support such a situation or not?

Ugly details: the library is a JVM, but it also fails with simple example as in the attached file.

Thank you!

Christian

Attachment: bug_pthread.tz2
Description: Binary data




Archive powered by MHonArc 2.6.16.

Top of Page