Exemplo n.º 1
0
    void pluginLoad()
    {
        Environment<>::get().SimulationDescription().setRunSteps(runSteps);
        Environment<>::get().SimulationDescription().setAuthor(author);

        calcProgress();

        output = (getGridController().getGlobalRank() == 0);
    }
Exemplo n.º 2
0
    void pluginLoad()
    {
        calcProgress();

        output = (getGridController().getGlobalRank() == 0);
    }