Ignore:
Timestamp:
Sep 17, 2014, 10:34:02 PM (11 years ago)
Author:
Frederik Heber <heber@…>
Children:
67a9d5
Parents:
365a44
git-author:
Frederik Heber <heber@…> (05/22/14 16:19:40)
git-committer:
Frederik Heber <heber@…> (09/17/14 22:34:02)
Message:

SystemCommandJob now allows for resetting the command in derived classes.

  • command is just protected.
  • MPQCCommandJob::resetCommand() allows overwrite to MPQCCommandFragmentController.
  • MPQCCommandFragmentController::addJobsFromQueue() allows setting of new command.
  • FragmentationAutomationAction::performCalls() sets params.executable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/FragmentationAutomationAction.cpp

    r365a44 r019b96  
    171171    // Phase Two: add MPQCJobs and send
    172172    const size_t NoJobs = mpqccontroller.addJobsFromQueue(
     173        params.executable.get().string(),
    173174        params.DoLongrange.get() ? MPQCData::DoSampleDensity : MPQCData::DontSampleDensity,
    174175        params.DoValenceOnly.get() ? MPQCData::DoSampleValenceOnly : MPQCData::DontSampleValenceOnly,
Note: See TracChangeset for help on using the changeset viewer.