Re: [Pydev-code] run in parallel

2010-05-03 Thread Fabio Zadrozny
On Sun, May 2, 2010 at 5:42 PM, j brandon keith wrote: > is there a way to configure pydev to run parallel programs? (i.e. > mpirun -np python Unfortunately, currently that's not possible... Please create a feature request for that. Cheers, Fabio --

[Pydev-code] run in parallel

2010-05-02 Thread j brandon keith
is there a way to configure pydev to run parallel programs? (i.e. mpirun -np python wrote: > Searching for FastPythonPartitionScanner only turns up one hit, in > FastPythonPartitionScanner.java.  Who instantiates this scanner? > I thought that I had downloaded a ZIP file of all the source code fro