Skip to Content.
Sympa Menu

charm - Re: [charm] inquire whether array element exists or not

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] inquire whether array element exists or not


Chronological Thread 
  • From: Jonathan Lifflander <jliffl2 AT illinois.edu>
  • To: Nicolas Bock <nicolasbock AT gmail.com>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] inquire whether array element exists or not
  • Date: Mon, 26 Aug 2013 23:55:48 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Depending on what features you are using, existence may be a very
transient properly! For instance, if you call ckDelete() on the
element, but it has not arrived, what would you expect the output to
be?

Can you possibly give more details about your use case?

Jonathan

On Mon, Aug 26, 2013 at 10:44 PM, Nicolas Bock
<nicolasbock AT gmail.com>
wrote:
> Hi,
>
> is it possible to inquire a chare array to test whether a particular array
> element exists or not? Something like
>
> bool ArrayElement::exists (int x, int y, ...);
>
> maybe?
>
> Thanks,
>
> nick
>
>
> _______________________________________________
> 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