"Framework/API/src/AlgorithmHistory.cpp" did not exist on "246e128e66ad0ea2211ac786061df10d5827af3f"
Newer
Older
#include "MantidAPI/DistributedAlgorithm.h"
namespace Mantid {
namespace API {
Parallel::ExecutionMode DistributedAlgorithm::getParallelExecutionMode(
const std::map<std::string, Parallel::StorageMode> &storageModes) const {
return Parallel::getCorrespondingExecutionMode(storageModes.begin()->second);
}
} // namespace API
} // namespace Mantid