Mantid
Loading...
Searching...
No Matches
DistributedAlgorithm.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2017 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
10#include "MantidAPI/DllConfig.h"
11
12namespace Mantid {
13namespace API {
14
37class MANTID_API_DLL DistributedAlgorithm : public Algorithm {
38protected:
39 Parallel::ExecutionMode
40 getParallelExecutionMode(const std::map<std::string, Parallel::StorageMode> &storageModes) const override;
41};
42
43} // namespace API
44} // namespace Mantid
Base class from which all concrete algorithm classes should be derived.
Definition: Algorithm.h:85
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Helper class which provides the Collimation Length for SANS instruments.