Skip to Content.
Sympa Menu

charm - [charm] Compare elements of chare array?

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Compare elements of chare array?


Chronological Thread 
  • From: "Mitchell, John A" <jamitch AT sandia.gov>
  • To: "charm AT lists.cs.illinois.edu" <charm AT lists.cs.illinois.edu>
  • Cc: "Mitchell, John A" <jamitch AT sandia.gov>
  • Subject: [charm] Compare elements of chare array?
  • Date: Thu, 30 Mar 2017 16:42:56 +0000
  • Accept-language: en-US

Hi,


If I have two different element proxies of a 1D chare array;  Is there a way to tell if they refer to the same chare element from an array?


ProxyElement_A a=...;

ProxyElement_B b=...;


Thanks,

John






Archive powered by MHonArc 2.6.19.

Top of Page