Skip to content
Snippets Groups Projects
Commit 54cb2e21 authored by Simon Heybrock's avatar Simon Heybrock
Browse files

Re #21181. Add more algorithms to MPI support list.

parent 6e08b641
No related branches found
No related tags found
No related merge requests found
...@@ -454,13 +454,17 @@ Supported Algorithms ...@@ -454,13 +454,17 @@ Supported Algorithms
================================= =============== ======== ================================= =============== ========
Algorithm Supported modes Comments Algorithm Supported modes Comments
================================= =============== ======== ================================= =============== ========
CloneWorkspace all
CompressEvents all CompressEvents all
CreateWorkspace all CreateWorkspace all
CreateSingleValuedWorkspace Identical ``OutputWorkspace`` has ``StorageMode::Cloned``, support of ``MasterOnly`` would require adding property for selecting the mode
CropToComponent all
CropWorkspace all see ExtractSpectra regarding X cropping CropWorkspace all see ExtractSpectra regarding X cropping
ExtractSpectra2 all currently not available via algorithm factory or Python ExtractSpectra2 all currently not available via algorithm factory or Python
ExtractSpectra all not supported with ``DetectorList``, cropping in X may exhibit inconsistent behavior in case spectra have common boundaries within some ranks but not within all ranks or across ranks ExtractSpectra all not supported with ``DetectorList``, cropping in X may exhibit inconsistent behavior in case spectra have common boundaries within some ranks but not within all ranks or across ranks
FilterBadPulses all FilterBadPulses all
FilterByLogValue all FilterByLogValue all
FilterByTime all
LoadEventNexus Distributed storage mode of output cannot be changed via a parameter currently, min and max bin boundary are not globally the same LoadEventNexus Distributed storage mode of output cannot be changed via a parameter currently, min and max bin boundary are not globally the same
LoadInstrument all LoadInstrument all
LoadNexusLogs all LoadNexusLogs all
...@@ -468,6 +472,7 @@ LoadParameterFile all segfaults when used in unit te ...@@ -468,6 +472,7 @@ LoadParameterFile all segfaults when used in unit te
MaskBins all MaskBins all
MoveInstrumentComponent all MoveInstrumentComponent all
Rebin all min and max bin boundaries must be given explicitly Rebin all min and max bin boundaries must be given explicitly
RebinToWorkspace all ``WorkspaceToMatch`` must have ``StorageMode::Cloned``
RemovePromptPulse all RemovePromptPulse all
RotateInstrumentComponent all RotateInstrumentComponent all
SortEvents all SortEvents all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment