Skip to content

Implement QD to automatically call cmk::exit when idle #38

@NK-Nikunj

Description

@NK-Nikunj

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions