Skip to Content.
Sympa Menu

charm - [charm] Call for sample .ci syntax mistakes.

charm AT lists.siebelschool.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Call for sample .ci syntax mistakes.


Chronological Thread 
  • From: Ralf Gunter Correa Carvalho <correac2 AT illinois.edu>
  • To: Charm Mailing List <charm AT cs.illinois.edu>
  • Subject: [charm] Call for sample .ci syntax mistakes.
  • Date: Thu, 19 Mar 2015 17:28:00 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Dear all,

In the interest of giving better error messages when processing .ci files, it would be very helpful if you could share any code stubs that may have puzzled you in the past, no matter how small or how obvious it might seem in retrospect. As an example, something that comes up every so often is a non-void entry method:

  mainmodule Module {
    mainchare Chare {
      entry int fun();
    };  
  };

In a dev version of the .ci parser we have this being pointed out as follows:

  example.ci:3:11-13: error: invalid return type; expected "void".
    entry int fun();
            ^^^

We appreciate any contributions!


  • [charm] Call for sample .ci syntax mistakes., Ralf Gunter Correa Carvalho, 03/19/2015

Archive powered by MHonArc 2.6.16.

Top of Page