file
UnitTest.cppUnitTest's Charm++ main chare and main().
UnitTest's Charm++ main chare and main(). This file contains the definition of the Charm++ main chare, equivalent to main() in Charm++- land, running the serial and Charm++ unit tests as well as the ordinary main() function, running the MPI unit test suite.
Namespaces
- namespace unittest
- UnitTest declarations and definitions.
Classes
Variables
- CProxy_Main mainProxy
- Charm handle to the main proxy, facilitates call-back to finalize, etc., must be in global scope, unique per executable.