An empty charmlite program such as follows fails to run to completion with non-SMP (and potentially SMP) builds:
#include <charmlite/charmlite.hpp>
int main(int argc, char* argv[])
{
cmk::initialize(argc, argv);
{
// Some code OR no code
}
cmk::finalize();
return 0;
}