Toby Ewing wrote:
Does anyone know whether GPC can be made to work with Message Passing Interface code? MPI is available, to the best of my knowledge, only in Fortran, C, and C++ flavors. But I've got a whole lot of Pascal code, and I'd hate to have to rewrite it all in C for parallelizing. Especially since I don't know C ;-)
No, please don't. If anything, translate the MPI interface to Pascal (only the interface declarations need to be translated, the MPI implementation can remain in C or whatever it's in). This would be a one-time effort, and others could benefit from it ...
Frank