Ticket #5535 (closed: fixed)
Scripts in MPIAlgorithms do not work
Reported by: | Vickie Lynch | Owned by: | Vickie Lynch |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
Running on rank 0 of 2 Traceback (most recent call last):
File "CNCS_mpi_example.py", line 23, in <module>
Load(Filename=eventfile, OutputWorkspace=wksp)
NameError: name 'Load' is not defined Running on rank 1 of 2 Traceback (most recent call last):
File "CNCS_mpi_example.py", line 23, in <module>
Load(Filename=eventfile, OutputWorkspace=wksp)
NameError: name 'Load' is not defined
mpirun noticed that the job aborted, but has no info as to the process that caused that situation.
Change History
comment:2 Changed 8 years ago by Vickie Lynch
Refs #5535 get scripts working
Changeset: 11fa588509da9abe7724e35229bdfd0516412a17
comment:3 Changed 8 years ago by Vickie Lynch
Refs #5535 add mantidsimple
Changeset: 7c677abaf5d77cbd1d3311eb23953bfb7ee8a225
comment:4 Changed 8 years ago by Vickie Lynch
Refs #5535 fix PG3 script
Changeset: e2f615c753d5195fd14b18f816906071442cba66
comment:5 Changed 8 years ago by Vickie Lynch
- Status changed from accepted to verify
- Resolution set to fixed
Scripts work for MPI_BUILD now. From Martyn: The scripts will only work independently of Mantidplot with the "from mantidsimple import" line as it is MantidPlot that imports that for ease while users are doing day-to-day things.
comment:6 Changed 8 years ago by Vickie Lynch
Refs #5535 get scripts working
Changeset: 11fa588509da9abe7724e35229bdfd0516412a17
comment:7 Changed 8 years ago by Vickie Lynch
Refs #5535 add mantidsimple
Changeset: 7c677abaf5d77cbd1d3311eb23953bfb7ee8a225
comment:8 Changed 8 years ago by Vickie Lynch
Refs #5535 fix PG3 script
Changeset: e2f615c753d5195fd14b18f816906071442cba66
comment:9 Changed 8 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
comment:10 Changed 8 years ago by Russell Taylor
- Status changed from verifying to closed
They all work on a recent build.
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6381