Skip to content
Snippets Groups Projects
DistributedAlgorithm.cpp 355 B
Newer Older
#include "MantidAPI/DistributedAlgorithm.h"
Parallel::ExecutionMode DistributedAlgorithm::getParallelExecutionMode(
    const std::map<std::string, Parallel::StorageMode> &storageModes) const {
  return Parallel::getCorrespondingExecutionMode(storageModes.begin()->second);
}

} // namespace API
} // namespace Mantid