Commits

Jozsef Bakosi authored 0c0c265018e
Make unittest work with Charm++ built with AMPI instead of MPI The key item was to include a main() function that calls MPI_Init(), otherwise Charm++ does not wait for CkExit(). Also removed some unused code and renamed/simplified other code related to unittest.