Skip to Content.
Sympa Menu

charm - RE: [charm] sync & threaded attributes

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

RE: [charm] sync & threaded attributes


Chronological Thread 
  • From: "White, Samuel T" <white67 AT illinois.edu>
  • To: Jozsef Bakosi <jbakosi AT lanl.gov>, "charm AT lists.cs.illinois.edu" <charm AT lists.cs.illinois.edu>
  • Subject: RE: [charm] sync & threaded attributes
  • Date: Wed, 30 Jan 2019 14:56:04 +0000
  • Accept-language: en-US
  • Authentication-results: illinois.edu; spf=pass smtp.mailfrom=white67 AT illinois.edu; dmarc=pass header.from=illinois.edu

Yes, if you make a call to a [sync] entry method from a non-[threaded] entry
method, the caller will not block as intended, so if your program relies on
the blocking behavior for correctness then it will be erroneous.

-Sam

________________________________________
From: Jozsef Bakosi
[jbakosi AT lanl.gov]
Sent: Wednesday, January 30, 2019 7:27 AM
To:
charm AT lists.cs.illinois.edu
Subject: [charm] sync & threaded attributes

Hi folks,

Do I understand it correctly that sync entry methods should always only
be called from threaded entry methods? Do I invite random errors when
this is not so?

Thanks,
Jozsef



Archive powered by MHonArc 2.6.19.

Top of Page