Ticket #10251 (closed: duplicate)
SNSPowderReduction system test error for MPI build
Reported by: | Vickie Lynch | Owned by: | Vickie Lynch |
---|---|---|---|
Priority: | major | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | zhouw@…, reuterma@… | Blocked By: | |
Blocking: | Tester: | Michael Reuter |
Description
MPI version of SNSPowderReduction does not preserve events, so each getNumberEvents should check preserveEvents flag.
11:26:18,060 [rhel6-builder2.sns.gov:14915] Error SNSPowderReduction - Error in execution of algorithm SNSPowderReduction: 11:26:18,060 [rhel6-builder2.sns.gov:14915] Error SNSPowderReduction - 'MatrixWorkspace' object has no attribute 'getNumberEvents' 11:26:18,060 [rhel6-builder2.sns.gov:14915] Error SNSPowderReduction - at line 213 in '/home/builder/jenkins-linode/workspace/master_clean_rhel6_mpi_systemtested/Code/Mantid/Framework/PythonInterface/plugins/algorithms/SNSPowderReduction.py' 11:26:18,060 [rhel6-builder2.sns.gov:14915] Error SNSPowderReduction - caused by line 669 in '/home/builder/jenkins-linode/workspace/master_clean_rhel6_mpi_systemtested/Code/Mantid/Framework/PythonInterface/plugins/algorithms/SNSPowderReduction.py' Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/builder/jenkins-linode/workspace/master_clean_rhel6_mpi_systemtested/systemtests/StressTestFramework/stresstesting.py", line 194, in execute self.runTest() File "/home/builder/jenkins-linode/workspace/master_clean_rhel6_mpi_systemtested/systemtests/SystemTests/AnalysisTests/SNSPowderRedux.py", line 200, in runTest FinalDataUnits="dSpacing") File "/home/builder/jenkins-linode/workspace/master_clean_rhel6_mpi_systemtested/build/bin/mantid/simpleapi.py", line 569, in algorithm_wrapper algm.execute() RuntimeError: 'MatrixWorkspace' object has no attribute 'getNumberEvents' at line 213 in '/home/builder/jenkins-linode/workspace/master_clean_rhel6_mpi_systemtested/Code/Mantid/Framework/PythonInterface/plugins/algorithms/SNSPowderReduction.py' caused by line 669 in '/home/builder/jenkins-linode/workspace/master_clean_rhel6_mpi_systemtested/Code/Mantid/Framework/PythonInterface/plugins/algorithms/SNSPowderReduction.py'
Change History
comment:3 Changed 6 years ago by Vickie Lynch
- Status changed from assigned to inprogress
Refs #10251 fix mpi system test
Changeset: ecbb70e191aeba630805e18279576c35d51538ea
comment:4 Changed 6 years ago by Vickie Lynch
- Status changed from inprogress to verify
- Resolution set to duplicate
Duplicate os #10225; do not merge my changes
comment:5 Changed 6 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
Note: See
TracTickets for help on using
tickets.
Ticket #10225 is doing the exactly same. Wenduo is working on it.