Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
749e67b7
Commit
749e67b7
authored
7 years ago
by
Simon Heybrock
Browse files
Options
Downloads
Patches
Plain Diff
Re #21181. Non-distributed MPI support for CalculateFlatBackground.
parent
ef7c64d5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Framework/Algorithms/inc/MantidAlgorithms/CalculateFlatBackground.h
+2
-10
2 additions, 10 deletions
...Algorithms/inc/MantidAlgorithms/CalculateFlatBackground.h
docs/source/development/AlgorithmMPISupport.rst
+1
-0
1 addition, 0 deletions
docs/source/development/AlgorithmMPISupport.rst
with
3 additions
and
10 deletions
Framework/Algorithms/inc/MantidAlgorithms/CalculateFlatBackground.h
+
2
−
10
View file @
749e67b7
#ifndef MANTID_ALGORITHMS_CALCULATEFLATBACKGROUND_H_
#define MANTID_ALGORITHMS_CALCULATEFLATBACKGROUND_H_
//----------------------------------------------------------------------
// Includes
//----------------------------------------------------------------------
#include
"MantidAPI/Algorithm.h"
#include
"MantidAPI/ParallelAlgorithm.h"
namespace
Mantid
{
namespace
HistogramData
{
...
...
@@ -53,13 +50,8 @@ namespace Algorithms {
File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class
DLLExport
CalculateFlatBackground
:
public
API
::
Algorithm
{
class
DLLExport
CalculateFlatBackground
:
public
API
::
Parallel
Algorithm
{
public:
/// (Empty) Constructor
CalculateFlatBackground
()
:
API
::
Algorithm
()
{}
/// Virtual destructor
~
CalculateFlatBackground
()
=
default
;
/// Algorithm's name
const
std
::
string
name
()
const
override
{
return
"CalculateFlatBackground"
;
}
/// Summary of algorithms purpose
...
...
This diff is collapsed.
Click to expand it.
docs/source/development/AlgorithmMPISupport.rst
+
1
−
0
View file @
749e67b7
...
...
@@ -457,6 +457,7 @@ Algorithm Supported modes Comments
BinaryOperation all not supported if ``AllowDifferentNumberSpectra`` is enabled
CalculateChiSquared MasterOnly, Identical see ``IFittingAlgorithm``
CalculateCostFunction MasterOnly, Identical see ``IFittingAlgorithm``
CalculateFlatBackground MasterOnly, Identical
CalculateTransmission MasterOnly, Identical
CloneWorkspace all
CompressEvents all
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment