On 29-Sep-2005, Michael Creel wrote:
| Perhaps it would be a good idea to incorporate MPITB into Octave. It is
| licensed GPL, and Javier Fernández, the developer, has indicated that he
| wouldn't mind putting it into octave-forge, if he could get help making
| it build using the o-f system. I expect that the same would go for
| direct incorporation into Octave. MPITB just makes mpi functions
| available to Octave. If they're not used, Octave functions as normal -
| there's no need to do MPI_Init at the outset. So its presence shouldn't
| bother anyone, and it could also be built optionally. With dual core
| systems ready to hit the mass market, it would be a shame if Octave were
| to use only half the computing power of such machines.
I think it would be great to have MPI functions for Octave. But I
think the right place for that is in an external package rather than
with Octave itself. I hope to be able to do something soon with the
package system that Soren Hauberg has been working on, so we can
actually start to remove some things from Octave and put them in extra
packages rather than throwing everything in to the core of Octave.
jwe