4 Executing CHARM++ Programs

When compiling CHARM++ programs, the charmc linker produces both an executable file and a program called charmrun, which is used to load the executable onto the parallel machine.

To run a CHARM++ program named ``pgm'' on four processors, type:

charmrun pgm +p4

A complete list of charmrun command line options is in Section 4.1.



Subsections

November 23, 2009
Charm Homepage