Actions
Bug #1565
openrunXmippCL2D.py error on 2 processor
Status:
In Test
Priority:
Normal
Assignee:
Category:
Python scripting
Target version:
Start date:
02/22/2012
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.2.0 (trunk)
Show in known bugs:
No
Workaround:
Description
Traceback (most recent call last):
File "/usr/bin/runXmippCL2D.py", line 628, in <module>
cl2d.start()
File "/usr/bin/runXmippCL2D.py", line 593, in start
self.parseOutput()
File "/usr/bin/runXmippCL2D.py", line 203, in parseOutput
fh=open("xmipp.std","r")
IOError: [Errno 2] No such file or directory: 'xmipp.std'
Note: I ran this in redux branch but the error would be the same in trunk.
See that there is a line like this in the code:
if nproc > 2 and mpirun is not None:
Need to handl it better.
Actions